Commit Graph

169 Commits

Author SHA1 Message Date
Andrew Dolgov
f3e00065ea Merge pull request #54 from tuxmobil/master
Fix for Bug 714 "Mark above as read"
2013-10-15 02:41:11 -07:00
tuxmobil
1a39cb0f50 Fix for Bug 714 "Mark above as read" 2013-10-15 11:04:00 +02:00
Andrew Dolgov
0fb9177e78 experimental workaround for the headlines using wrong view on refresh
issue
2013-10-07 18:32:42 +04:00
Andrew Dolgov
92d63150a0 sepia theme fixes; update overflow icons to use modern holo style;
enable overflow icons for feed items
2013-09-09 13:34:53 +04:00
Andrew Dolgov
6a397ef34d make ui more ~cards~ like, simplify some drawables 2013-09-08 20:33:46 +04:00
Andrew Dolgov
d5cd47e6ee properly calculate offsets for non-default view modes (closes #770) 2013-09-01 14:08:11 +04:00
Andrew Dolgov
0e751f5db2 replace smooth scrolling with setSelection(0) on headlines refresh (refs
#767)
2013-08-29 13:20:17 +04:00
Andrew Dolgov
02a8162956 disable auto mark as read temporarily when scrolling listview back to
top because of new items (refs #767)
2013-08-29 13:15:27 +04:00
Andrew Dolgov
5a95900253 scroll to listview top when refreshing headlines (closes #767) 2013-08-26 12:56:06 +04:00
Andrew Dolgov
1f91618d33 fix possible crash in headlinesfragment.refresh if invoked when fragment
is not yet initialized
2013-06-03 22:52:51 +04:00
Andrew Dolgov
68ea91c567 offline: fix wrong excerpt maximum length and headline font size not
being respected
2013-05-29 20:57:00 +04:00
Andrew Dolgov
216eecc96a add fancy animations for headlines list 2013-05-28 12:55:21 +04:00
Andrew Dolgov
116f9ca8d9 add a headline text size preference 2013-05-27 14:37:42 +04:00
Andrew Dolgov
e8d4f7024c fix crash when loading more headlines 2013-05-23 22:19:59 +04:00
Andrew Dolgov
75b10a845c headline style updates 2013-05-23 15:59:05 +04:00
Andrew Dolgov
2f428e843e update articlefragment style 2013-05-23 15:15:23 +04:00
Andrew Dolgov
48f2680916 fix padding on headlinesfragment removed needlessly in portrait mode on
sw600dp
2013-05-18 14:38:47 +04:00
Andrew Dolgov
c1b41d9de8 add holo triangle back 2013-05-18 13:19:16 +04:00
Sam Malone
7a5e3b48b7 Escape HTML from the title of the context menu in HeadlinesFragment. For example, some Engadget feed items may have a title that includes an apostrophe that is encoded as ' and is displayed in this form. Html.fromHtml is invoked on the article title. 2013-05-08 05:39:18 +01:00
Andrew Dolgov
cd7f9529a7 remove custom fragment constructors 2013-04-26 13:16:53 +04:00
jan_bar
a771ad16cf Fixed score colors as requested 2013-04-25 18:03:43 +02:00
jan_bar
6aaf8143de Fixed formatting issues 2013-04-25 17:54:52 +02:00
jan_bar
3bdb6e86af Support score in online and offline mode
Bump database version
Fixed bug in database drop order
2013-04-24 15:48:44 +02:00
Andrew Dolgov
0b2345344b support actionbarsherlock 2013-04-21 17:01:26 +04:00
Andrew Dolgov
aadfbbc18b Merge branch 'master' of git://github.com/dalingrin/Tiny-Tiny-RSS-for-Honeycomb
Conflicts:
	res/values/strings.xml
	res/xml/preferences.xml
2013-04-18 16:40:57 +04:00
Dalingrin
f012d88a7e Fix missing declaration 2013-04-17 21:35:43 -05:00
Andrew Dolgov
9ad3ce0f9a add preference to show old articles first by using new api stuff; bump
version
2013-04-02 09:39:31 +04:00
Erik Hardesty
7d7022e026 Process read articles in batches
Accumulate read articles while scrolling and upload changes to tt-rss only when done scrolling
2013-04-01 10:36:27 -05:00
Erik Hardesty
b7e5436576 Add mark read on scroll for headlines 2013-03-30 17:58:55 -05:00
Andrew Dolgov
5792022b55 support showing article author (requires api 5)
bump version
2013-03-30 19:30:47 +04:00
Andrew Dolgov
ab184cb5bd enlarge maximum amount of articles in headline buffer
modify catchup_above to exclude current article for consistency
fix catchup_above to only work on actually unread article (closes #632)
2013-03-27 13:57:59 +04:00
Andrew Dolgov
48e5015353 add menu item to set view mode, bump version 2013-03-25 10:15:42 +04:00
Andrew Dolgov
7358405040 add an option to hide content previews in headlines list (closes #606) 2013-03-21 10:03:50 +04:00
Andrew Dolgov
ef8fb0f7e8 implement different resources for selected and selected+unread headlines
(refs #595)
2013-03-19 14:44:11 +04:00
Andrew Dolgov
be9c8d6614 headlinesfragment: check if getView() exists before assigning list empty
view
2013-02-13 09:47:04 +04:00
Andrew Dolgov
da36af7b42 fix dual refresh race condition when doing openFeedArticles() in tablet
mode
2013-02-11 22:06:40 +04:00
Andrew Dolgov
06c6921dc2 enable headlines list empty view 2013-02-10 11:33:32 +04:00
Andrew Dolgov
f0bc21b1a8 fix default_feed_view=articles on tablets, bump version 2013-01-07 00:54:24 +04:00
Andrew Dolgov
479d1f0a6c prevent crash on 2.3 with dim_status_bar enabled, cleanup unused imports 2013-01-05 12:19:26 +04:00
Andrew Dolgov
09c3fdf39c various more layout tweaks 2012-12-31 14:21:57 +04:00
Andrew Dolgov
cd2df32b45 various layout readability updates 2012-12-31 14:01:59 +04:00
Andrew Dolgov
6510295056 tablet headline row layout updates 2012-12-31 13:25:23 +04:00
Andrew Dolgov
7357c546b2 remove combined mode stuff 2012-12-31 01:43:23 +04:00
Andrew Dolgov
ac3dbd593a check if fragment is attached in fragment asynctasks 2012-10-09 09:54:43 +04:00
Andrew Dolgov
83fa1ace29 fix crash in articlefragment context menu because of id collision 2012-09-26 09:48:08 +04:00
Andrew Dolgov
81522a6172 remove per-fragment loading messages 2012-09-21 10:56:49 +04:00
Andrew Dolgov
786422a027 fix two context menu crashes 2012-09-20 01:39:38 +04:00
Andrew Dolgov
9d283da0f0 various tablet-mode refresh fixes 2012-09-19 23:39:46 +04:00
Andrew Dolgov
9479fac206 disable combined mode because of lack of images and performance issues 2012-09-19 22:57:10 +04:00
Andrew Dolgov
edbf27ffb8 implement several loading progressbars 2012-09-19 16:01:31 +04:00