Commit Graph

71 Commits

Author SHA1 Message Date
Andrew Dolgov
7e08d4132f add some index out of bounds checks to feeds/headline fragments 2012-01-19 08:44:27 +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
74c837e89f smooth article swiping using viewpager (in online mode) 2011-12-09 23:49:55 +03:00
Andrew Dolgov
a86697dcdf switch mainactivity typecasting to an interface 2011-12-06 15:52:33 +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
815e40a698 use setemptyview on online lists 2011-12-06 12:37:46 +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
417ded36af fix image fitting to width in webviews 2011-12-01 12:05:21 +03:00
Andrew Dolgov
f242dcde6a implement workaround to make list items somewhat clickable in combined
mode, make title a link
2011-11-30 21:44:36 +03:00
Andrew Dolgov
f16095ce53 use meta viewport for embedded webviews 2011-11-30 19:04:31 +03:00
Andrew Dolgov
6a8878f980 switch between articles using volume buttons 2011-11-30 18:22:33 +03:00
Andrew Dolgov
4cf1ca7c57 do not process headlines onclick in combined mode 2011-11-30 17:37:52 +03:00
Andrew Dolgov
1fec72cf4a implement combined article display mode (closes #399) 2011-11-30 16:05:03 +03:00
Andrew Dolgov
24e092d190 automatically load new headlines when scrolled to the bottom 2011-11-30 14:45:23 +03:00
Andrew Dolgov
97c20e0c32 use proper layout separation for normal and large screens 2011-11-30 13:17:03 +03:00
Andrew Dolgov
20a66a8dc2 add several menu icons from http://www.androidicons.com/freebies.php 2011-11-30 12:59:23 +03:00
Andrew Dolgov
bc688118d2 various menu improvements 2011-11-30 11:54:42 +03:00
Andrew Dolgov
2f10a4a88e implement special options menu for selected headlines 2011-11-30 10:22:27 +03:00
Andrew Dolgov
6b2025bb58 use compact portrait vertical headlines layout for small screen
devices
2011-11-30 09:30:19 +03:00
Andrew Dolgov
574aaebb90 properly use context menu for operations on selected headlines 2011-11-29 20:00:37 +03:00
Andrew Dolgov
44f1d8a2d3 fix excerpt size 2011-11-29 14:18:33 +03:00
Andrew Dolgov
c8f79f5465 implement batch actions on selected articles 2011-11-29 14:09:27 +03:00
Andrew Dolgov
980b5696e3 implement browsing categories like feeds 2011-11-29 13:02:16 +03:00
Andrew Dolgov
9a4c7a2ce8 improve error handling by ApiRequest 2011-11-29 07:03:38 +03:00
Andrew Dolgov
ebb1253ddd implement moving between articles 2011-11-28 12:45:19 +03:00
Andrew Dolgov
0dbf6d75ca drop databasehelper, misc cleanup, suppress some warnings 2011-11-27 16:20:27 +03:00
Andrew Dolgov
de1db3b5ff unify interfaces used by headlines fragment 2011-11-27 16:11:39 +03:00
Andrew Dolgov
6b32c5153c implement marking articles as unread
do not notify server to catchup article if it isn't unread when
selecting
2011-11-27 15:55:22 +03:00
Andrew Dolgov
45b7bff423 implement published articles 2011-11-27 15:47:38 +03:00
Andrew Dolgov
973138935d add menus to toggle marked/published on active article 2011-11-27 15:22:03 +03:00
Andrew Dolgov
16fd6cebd7 cleaner preference handling in ApiRequest
make json data debugging optional
2011-11-27 13:18:04 +03:00
Andrew Dolgov
936935c019 various progressbar usage fixes
remove unnecessary runOnUiThread from asynctask methods
2011-11-27 12:57:34 +03:00
Andrew Dolgov
09f01cbf1e properly display escaped entities in headlines view 2011-11-27 10:32:01 +03:00
Andrew Dolgov
0e25b7519c better handle http errors 2011-11-27 10:18:54 +03:00
Andrew Dolgov
0bf4c51052 add option to trust all SSL certificates 2011-11-27 10:04:28 +03:00
Andrew Dolgov
084b059577 only show load more menu option when there's stuff to load 2011-11-26 17:42:46 +03:00
Andrew Dolgov
2229ae0fc4 implement show all/show unread
tweak menu
theme tweaks
bump version
2011-11-26 11:46:17 +03:00
Andrew Dolgov
5b0c674f2b scroll to the first new entry when loading more headlines 2011-11-26 10:40:35 +03:00
Andrew Dolgov
131dec0c1c support loading more headlines from main menu 2011-11-26 09:52:50 +03:00
Andrew Dolgov
a950ebbddb implement Parcelable.CREATOR 2011-11-25 23:34:40 +03:00
Andrew Dolgov
a0753dd5df notify to configure application when needed
rebuild with ACP
update ADT
2011-11-25 21:37:02 +03:00
Andrew Dolgov
16bc77419f refresh feeds when article is closed
fixes for dark theme
2011-11-25 14:03:14 +03:00
Andrew Dolgov
2d9ee319ab properly restore state on orientation change 2011-11-25 13:32:32 +03:00
Andrew Dolgov
ccb6b1cb5f implement feedlist serialization and proper restoring of
feedlist/login status on orientation change
2011-11-25 13:13:10 +03:00
Andrew Dolgov
8c19ec257c fix article timestamp in headlines displayed in UTC
use custom back button handling to prevent backstack idiocy
2011-11-25 11:47:07 +03:00
Andrew Dolgov
1469ff7b8f reorganize actionbar 2011-11-24 19:11:10 +03:00