Commit Graph

505 Commits

Author SHA1 Message Date
jan_bar
6aaf8143de Fixed formatting issues 2013-04-25 17:54:52 +02:00
jan_bar
0822058712 Show author in offline mode 2013-04-24 16:07:51 +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
9e05f93b70 improve terribleness of workaround for the eaten last line on 2.3 (refs
#670)
2013-04-21 17:08:29 +04: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
d9563da33d offline: modernize UI 2013-04-16 22:23:36 +04:00
Andrew Dolgov
f10c37563a integrate viewpagerindicator to display feed reading progress 2013-04-16 22:00:59 +04:00
Andrew Dolgov
39148025f9 add missing padding of alt text on 2.3 2013-04-16 15:07:46 +04:00
Andrew Dolgov
fbf7f20ae3 fix nosuchmethoderror when viewing captions on API < 16 2013-04-16 14:55:37 +04:00
Andrew Dolgov
7b3d3a7d47 remove notify published/marked toasts 2013-04-16 14:03:07 +04:00
Andrew Dolgov
7bf9e771c2 properly toggle unread/marked/published icons on the actionbar 2013-04-16 13:48:44 +04:00
Andrew Dolgov
e9b049c540 unify theme setting, disable light theme on HC 2013-04-16 13:15:21 +04:00
Andrew Dolgov
18eebe9b4e resize own icons, add share icon 2013-04-16 13:04:28 +04:00
Andrew Dolgov
ef07afec72 various menu updates 2013-04-16 12:54:51 +04:00
Andrew Dolgov
0e744d41ba further menu-related fixes
remove mangled unicode ellipsis in articlefragment
2013-04-16 10:48:09 +04:00
Andrew Dolgov
2bdcdae44f initial support for better holo icons 2013-04-16 10:35:48 +04:00
Andrew Dolgov
9149add751 make attachments dialog cancelable 2013-04-10 08:11:36 +04:00
Brad Stewart
fc42b73ba5 View title text on images
Conflicts:

	res/values-fr/strings.xml
	res/values/strings.xml
2013-04-10 08:03:55 +04:00
Andrew Dolgov
5ad5d27cc0 work around against crash when long tapping on an article header 2013-04-08 22:56:02 +04:00
Andrew Dolgov
25aa63dce3 show_unread_only: change default to true 2013-04-04 10:42:09 +04:00
Andrew Dolgov
22302be4f9 make sure show_unread_only setting persists, bump version 2013-04-04 10:41:34 +04: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
Andrew Dolgov
cea68d6b54 implement basic webview context menu for images 2013-03-31 11:17:59 +04: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
f7c533d5d9 offline: fix catchup_above to only process unread articles
bump version
2013-03-27 14:04:49 +04:00
Andrew Dolgov
65fc57a0c0 offline: fix catchup_above not respecting oldest first setting; exclude
current article for consistency with tt-rss
2013-03-27 14:02:23 +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
201dce1474 sort categories, remove duplicate files 2013-03-24 19:50:44 +04:00
Andrew Dolgov
ad12b2b945 integrate share app stuff into tt-rss app 2013-03-24 19:43:03 +04:00
Andrew Dolgov
c6493ebb70 feedcategorylist: use correct classloader 2013-03-24 17:35:42 +04:00
Marcel Dopita
879d82325c added handling of volume keys in onKeyUp to suppress beeping 2013-03-23 11:43:27 +01: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
cdf9e20fc7 when clicking on labels or special feeds default to showing contents as
feeds rather than headlines or articles because of previous behavior
making no sense
2013-03-19 13:27:14 +04:00
Ajay Roopakalu
8fb9d746f3 Fix HTML unescaping in title of ArticleFragment.
The title of an article when displayed in the ArticleFragment is HTML escaped, as opposed to being properly un-escaped as in HeadlinesFragment (currently around line 588).

This produces strings with "&quot;" instead of the quote character, for example.
2013-03-14 20:09:59 -03:00
Andrew Dolgov
807add7244 replace incorrect datasetinvalidated calls with datasetchanged 2013-02-27 10:45:12 +04:00
Andrew Dolgov
72975a9a03 properly report when feeds/cats list is empty, bump version 2013-02-27 10:39:23 +04:00
Andrew Dolgov
d381abd82a properly clear active article when going back from headlinesactivity in
tablet mode
bump version
2013-02-24 00:52:00 +04:00
Andrew Dolgov
06b6176124 target API 17, clean some useless imports 2013-02-14 13:06:43 +04:00
Andrew Dolgov
baf1bea932 articlepager: fix context being lost after activity resume in offline
mode (closes #533)
bump version
2013-02-14 13:03:39 +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
6f95c43765 update support library
fix articlefragment link context menu
2013-02-11 16:19:12 +04:00
Andrew Dolgov
06c6921dc2 enable headlines list empty view 2013-02-10 11:33:32 +04:00
Andrew Dolgov
7ba2e5b28d reload articles when clicking on a same feed again in tablet mode with
default_view_mode set to articles
2013-02-10 11:33:18 +04:00