Commit Graph

526 Commits

Author SHA1 Message Date
Andrew Dolgov
48f2680916 fix padding on headlinesfragment removed needlessly in portrait mode on
sw600dp
2013-05-18 14:38:47 +04:00
Andrew Dolgov
858e2c93c9 better handle moving back from nested feeds 2013-05-18 14:27:04 +04:00
Andrew Dolgov
c59613fe05 remove compat check for actionbar up enabled 2013-05-18 14:02:05 +04:00
Andrew Dolgov
8d85dc931f add (invisible) context triangle icon to feed rows 2013-05-18 13:57:25 +04:00
Andrew Dolgov
709b3838bb add preference to confirm marking headlines as read 2013-05-18 13:28:10 +04:00
Andrew Dolgov
c1b41d9de8 add holo triangle back 2013-05-18 13:19:16 +04:00
Andrew Dolgov
9e71ff1b11 confirm marking headlines as read from the actionbar 2013-05-15 13:28:47 +04:00
Andrew Dolgov
a60225626d use thread pool executor for downloading feed icons 2013-05-15 13:13:32 +04:00
Andrew Dolgov
eb217dc85d show both progressbars when canUseProgress 2013-05-15 13:06:03 +04:00
Andrew Dolgov
cbe2c78f96 article: fix width of table element 2013-05-15 13:02:56 +04:00
Andrew Dolgov
cce378761e fix offlinedownloadservice crash on 1.7.8 2013-05-13 09:57:09 +04:00
Andrew Dolgov
5eceb57e2f Merge pull request #33 from lhw/fixwhitespace
Fixed a problem with opening links containt special characters like whitespace
2013-05-07 22:57:16 -07: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
Lennart Weller
2b868f1c8f fix for opening links with special characters like whitespace 2013-05-07 13:49:35 +02:00
Andrew Dolgov
66d78b6602 implement duplicate checking for headlinesrequest 2013-04-29 22:59:12 +04:00
Andrew Dolgov
d9ef4625b8 restart if theme changed 2013-04-29 21:30:57 +04:00
Andrew Dolgov
afdc28c041 article fragment: remove title bold face 2013-04-29 21:17:24 +04:00
Andrew Dolgov
6a5ff27dce fix illegalargumentexception in feed/cats sort triggered for some reason
when comparator changes in prefs
2013-04-29 21:11:24 +04:00
Andrew Dolgov
cd7f9529a7 remove custom fragment constructors 2013-04-26 13:16:53 +04:00
jan_bar
f4019af03d Do not close cursor that is still in use 2013-04-26 10:41:26 +02: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
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