Commit Graph

273 Commits

Author SHA1 Message Date
Dominique Hazael-Massieux
4ba271c831 better color for links in articles on dark theme 2012-01-31 07:42:25 -08:00
Andrew Dolgov
27f129ad4c dump active headlines fragment when closing feed 2012-01-27 13:07:47 +03:00
Andrew Dolgov
d8b7761ad4 disable layout transitioner on ICS since it doesn't seem to work
properly, bump version
2012-01-27 12:57:56 +03:00
Andrew Dolgov
758d73748d fix crash with ActivityNotFound exception when opening urls prefixed by
spaces
2012-01-26 13:06:06 +03:00
Andrew Dolgov
0f3fc36c93 remove ads, bump version 2012-01-25 09:33:04 +03:00
Andrew Dolgov
c8a5161d4f properly unmark categories when going back 2012-01-24 14:04:45 +03:00
Andrew Dolgov
5aaba5a070 include article title when sharing 2012-01-24 13:55:37 +03:00
Andrew Dolgov
da564ab804 properly reset search text on viewCategory() 2012-01-19 17:20:13 +03:00
Andrew Dolgov
dbf59c0b7d implement search in offline mode 2012-01-19 15:33:39 +03:00
Andrew Dolgov
2f62378980 properly unmark previously active feed in feedlist when closing feed 2012-01-19 13:54:14 +03:00
Andrew Dolgov
288997831c do not use savedstate putstring/getstring to prevent crashe on legacy
platform versions
2012-01-19 13:46:28 +03:00
Andrew Dolgov
3620e5187b implement basic search dialog for compat mode 2012-01-19 13:29:38 +03:00
Andrew Dolgov
2a6fbbb9a3 limit search to API level 2 2012-01-19 13:14:54 +03:00
Andrew Dolgov
60128ffe2f implement actionbar search for HC/ICS devices 2012-01-19 13:05:48 +03:00
Andrew Dolgov
8624583764 move cache directories to sdcard/data 2012-01-19 09:22:10 +03:00
Andrew Dolgov
7e08d4132f add some index out of bounds checks to feeds/headline fragments 2012-01-19 08:44:27 +03:00
Andrew Dolgov
94173a7db4 fix layout weirdness caused by articlepager on several consequent
rotates
2012-01-18 13:19:01 +03:00
Andrew Dolgov
a1337b531e allow closing active feed in tablet mode 2012-01-18 12:01:02 +03:00
Andrew Dolgov
3fd2afa44b properly handle home button on actionbar in small screen mode 2012-01-18 12:46:54 +04:00
Andrew Dolgov
b2cf227a24 unbreak animations for HC 2012-01-17 18:57:59 +03:00
Andrew Dolgov
56d0be3e0a move libraries to libs/
properly detect xlarge screens
update ACP library
link against API 14 (ICS)
various fixes for ICS
bump version
2012-01-17 18:43:11 +03:00
Andrew Dolgov
92e962f515 add color theme for ICS 2012-01-17 13:44:46 +03:00
Andrew Dolgov
70da910846 compatibility fixes for ICS (galaxy nexus) 2012-01-17 12:54:52 +03:00
Andrew Dolgov
7f34760c3c Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb 2012-01-10 15:13:58 +04:00
Andrew Dolgov
055707ce67 use runOnUiThread in RefreshTask 2012-01-10 15:13:46 +04:00
poitzorg
7f08d95b27 Update src/org/fox/ttrss/MainActivity.java 2012-01-07 01:43:07 +01:00
Andrew Dolgov
c784d66394 fix width/height detection for portrait screens 2012-01-05 10:36:21 +03:00
Andrew Dolgov
ebb7bc07bf potential fix for 2.3 tablets 2012-01-04 20:51:01 +03:00
Andrew Dolgov
59a46f701d implement setting labels for selected article 2011-12-25 14:59:59 +03:00
Andrew Dolgov
adf1750387 Merge branch 'master' of git@github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb.git 2011-12-19 14:08:59 +03:00
Andrew Dolgov
eb2d8f4ad5 enable zoom controls in article webview, bump version 2011-12-19 14:08:40 +03:00
Andrew Dolgov
288d90c4b0 store offline mode status preference in a separate file to prevent
backing it up to the cloud
2011-12-16 21:06:07 +03:00
Andrew Dolgov
7f98676957 implement cloud settings backup 2011-12-16 20:57:21 +03:00
Andrew Dolgov
80a234cc15 make API level request less crashy 2011-12-13 15:54:01 +03:00
Andrew Dolgov
48751a0071 same fix (2) 2011-12-13 15:46:58 +03:00
Andrew Dolgov
2a4029c3f9 same fix for headlines 2011-12-13 15:46:21 +03:00
Andrew Dolgov
d30854eae7 workaround against crash if article content is null 2011-12-13 15:43:40 +03:00
Andrew Dolgov
5ee22c7d6c fix API_DISABLED reported as login incorrect 2011-12-12 13:56:38 +03:00
Andrew Dolgov
3467aa5dc0 use viewpager-based article swiping for offline mode 2011-12-10 10:22:27 +03:00
Andrew Dolgov
74c837e89f smooth article swiping using viewpager (in online mode) 2011-12-09 23:49:55 +03:00
Andrew Dolgov
ff598602bd fix contextual actionbar for 2.x 2011-12-09 22:28:37 +03:00
Andrew Dolgov
a33272bdc7 use actionbar home button to close article on HC 2011-12-09 22:19:04 +03:00
Andrew Dolgov
e0012da1e9 implement contextual selection bar for HC articles 2011-12-09 21:49:12 +03:00
Andrew Dolgov
9951991e56 better download progress notification, prevent notification spam 2011-12-07 18:02:43 +03:00
Andrew Dolgov
803afcc6d2 fix orientation crashes in offlineactivity, bump version 2011-12-07 15:30:06 +03:00
Andrew Dolgov
cbabbf099f remove <video> tags from webviews 2011-12-07 15:25:50 +03:00
Andrew Dolgov
59839b7e08 webview: try to trap runtimeexception 2011-12-07 15:13:58 +03:00
Andrew Dolgov
175c703650 remove periodic downloading articles notifies 2011-12-07 15:04:42 +03:00
Andrew Dolgov
42516faa2e implement offline image caching 2011-12-07 14:59:30 +03:00
Andrew Dolgov
14461fa146 move offline data synchronization to an intentservice, bump version 2011-12-07 12:33:47 +03:00
Andrew Dolgov
24f0b1617a code cleanup 2011-12-07 11:50:04 +03:00
Andrew Dolgov
5c48526057 check for db validity in has/pending offlinedata functions 2011-12-07 11:31:43 +03:00
Andrew Dolgov
65c9eeb773 remove tabs, menu cleanup 2011-12-07 11:29:19 +03:00
Andrew Dolgov
df3be3d4c6 break tabs a bit 2011-12-07 09:58:32 +03:00
Andrew Dolgov
bd6fd2e92f feed tab tweaks 2011-12-07 09:37:06 +03:00
Andrew Dolgov
b8c96d0cc0 use onbackpressed instead of onkeydown 2011-12-07 08:51:10 +03:00
Andrew Dolgov
160115b84c use actionbar better in online mode, menu cleanup 2011-12-07 08:14:13 +03:00
Andrew Dolgov
8fa8debdca implement actionbar tabs when categories are enabled 2011-12-07 00:17:20 +03:00
Andrew Dolgov
c6cec83803 fix offline download limit, bump version 2011-12-06 21:16:54 +03:00
Andrew Dolgov
7b5f11ee40 move offline download stuff into an IntentService 2011-12-06 19:07:14 +03:00
Andrew Dolgov
fb14a67a2a add offline services interface 2011-12-06 16:01:08 +03:00
Andrew Dolgov
a86697dcdf switch mainactivity typecasting to an interface 2011-12-06 15:52:33 +03:00
Andrew Dolgov
5178ba7287 properly sort feedlist by unread, misc cleanup 2011-12-06 15:15:55 +03:00
Andrew Dolgov
581f79b3c1 menu updates, bump version, misc cleanup 2011-12-06 14:46:15 +03:00
Andrew Dolgov
19cb77aa35 implement synchronization of offline stuff back to the mothership 2011-12-06 14:29:57 +03:00
Andrew Dolgov
797860e517 reimplement moving between articles using volume buttons,
articlefragment clicks, etc
2011-12-06 13:24:57 +03:00
Andrew Dolgov
d4b6e34b98 add modified trigger 2011-12-06 12:38:08 +03:00
Andrew Dolgov
815e40a698 use setemptyview on online lists 2011-12-06 12:37:46 +03:00
Andrew Dolgov
d8da03554f more offline menu-relate stuff 2011-12-06 12:26:19 +03:00
Andrew Dolgov
1145eae894 offline menu-related stuff 2011-12-06 09:59:32 +03:00
Andrew Dolgov
4515fe0a5c update main menu after selection dialog 2011-12-06 09:44:30 +03:00
Andrew Dolgov
a0f9225a9a store selection in the database 2011-12-06 09:16:41 +03:00
Andrew Dolgov
72a8b558e6 code cleanup, use separate menu for offline mode, start implementing
menu actions
2011-12-06 09:03:55 +03:00
Andrew Dolgov
d1cb963452 split offline stuff into offline activity 2011-12-05 22:19:11 +03:00
Andrew Dolgov
6b6231ded5 fix offline tag caching format 2011-12-05 21:56:03 +03:00
Andrew Dolgov
3365de8096 offline initialization stuff 2011-12-05 21:54:54 +03:00
Andrew Dolgov
18fd39e568 implement basic offline headline/article fragments 2011-12-05 21:32:45 +03:00
Andrew Dolgov
6a9178fe2e implement offline feedlist 2011-12-05 20:22:31 +03:00
Andrew Dolgov
826a83fb8c add m_isOffline 2011-12-05 18:14:06 +03:00
Andrew Dolgov
a98780bc62 implement basic downloading of stuff for offline mode switch 2011-12-05 18:05:11 +03:00
Andrew Dolgov
c9ce8b60a3 basic offline feed download 2011-12-05 16:01:44 +03:00
Andrew Dolgov
0f9001c88f add dbhelper 2011-12-05 15:42:31 +03:00
Andrew Dolgov
a9b3ea9e5d implement licensing 2011-12-05 15:19:24 +03:00
Andrew Dolgov
6440c73b1e make article swipe gesture min distance a bit lower 2011-12-05 13:16:48 +03:00
Andrew Dolgov
41ee431715 drop compat themes, use values-v11 2011-12-05 11:45:50 +03:00
Andrew Dolgov
40dcbe61d0 fix closeArticle() to properly restore cats/feeds view 2011-12-04 12:28:59 +03:00
Andrew Dolgov
ea51e68b5b rework combined mode to use textviews to prevent graphical glitches 2011-12-04 10:50:49 +03:00
Andrew Dolgov
e057f881b1 combined mode tweaks 2011-12-03 22:09:51 +03:00
Andrew Dolgov
34f6e76f4f do some webview background hacks 2011-12-03 21:34:40 +03:00
Andrew Dolgov
24516babd7 remove webview zoom for the time being to fix swiping 2011-12-03 21:21:57 +03:00
Andrew Dolgov
eae76193b4 fix compatibility with cupcake, fix selection menu being displayed
when logged out
2011-12-03 17:22:06 +03:00
Andrew Dolgov
04312e1929 ApiRequest: properly handle NOT_LOGGED_IN 2011-12-02 18:41:11 +03:00
Andrew Dolgov
8e21ba0c94 fix crash when trying to use fragmenttransaction in logintask if
activity was closed while trying to login
2011-12-02 08:35:27 +03:00
Andrew Dolgov
417ded36af fix image fitting to width in webviews 2011-12-01 12:05:21 +03:00
Andrew Dolgov
08d9b80bb3 log unknown api error 2011-12-01 11:47:21 +03:00
Andrew Dolgov
97163e1fb8 do trim() on login and password 2011-12-01 10:01:33 +03:00
Andrew Dolgov
f794e82cc3 fix crash when ApiRequest was passed invalid endpoint URL 2011-12-01 09:58:19 +03:00
Andrew Dolgov
98cd1762e5 add mark above as read to article menu 2011-12-01 08:32:17 +03:00
Andrew Dolgov
f44bd5e47d add select none to headlines selection menu 2011-11-30 22:11:56 +03:00
Andrew Dolgov
95f6ef2fa2 menu-related tweaks, drop duplicate set unread from headline context
menu
2011-11-30 22:06:11 +03:00