Commit graph

482 commits

Author SHA1 Message Date
dosiecki
b64b36a100 Don't attempt to retain and locally bookkeep offline stories for non-premium users. (#595) 2014-10-09 15:57:41 -07:00
dosiecki
c35b3f6897 Add mark-newer-read API. (#592) 2014-10-07 14:54:07 -07:00
Mark Anderson
399704735c Change text from mark previous to mark older as read in story context menu (#592) 2014-10-05 20:57:44 +01:00
Mark Anderson
323b645a64 Fix pager margin drawable for dark theme (#590) 2014-10-05 20:47:43 +01:00
Samuel Clay
5023a7fafe Merge pull request #593 from dosiecki/master
Android: Bugfixes
2014-10-03 16:00:11 -07:00
Samuel Clay
6367347c5e Allowing guids to change if the permalink doesn't. 2014-10-03 14:59:26 -07:00
dosiecki
c29c93c629 Don't re-fetch already cached images. 2014-10-03 14:49:04 -07:00
dosiecki
1462d53cb0 Synchronise DB upgrades with other DB actions. (#591) 2014-10-03 14:39:08 -07:00
dosiecki
32cdc1b512 Explicity synchro DB writes. (#591) 2014-10-03 13:59:43 -07:00
dosiecki
d1f8c23f60 Cleaner service shutdown. (#591) 2014-10-03 13:27:01 -07:00
dosiecki
241a512a7f Show story list loading indicator only if stories are being fetched, not just if they are queued. (read: don't spin if offline) (#590) 2014-10-03 12:28:46 -07:00
dosiecki
1ab58f0a76 Fix loading of stories in focus view. 2014-10-02 02:28:14 -07:00
dosiecki
78d7079043 Disable debug. 2014-10-01 22:54:01 -07:00
dosiecki
d4061dd4dc Disable debug. 2014-10-01 22:52:11 -07:00
dosiecki
da22c6ab0a Missed file from new loading indicator in reading frag. 2014-10-01 22:49:08 -07:00
dosiecki
48aad0865e Sync service triggers fewer redraws for loading indicators. 2014-10-01 22:44:31 -07:00
dosiecki
a98fde5723 Even better loading of original text. 2014-10-01 22:11:30 -07:00
dosiecki
8ab7cb5d8d Cleanup stories text for cleaned up stories. 2014-10-01 19:01:52 -07:00
dosiecki
09cb8f96b9 Use app context for feedutils db to prevent crashes. 2014-10-01 18:03:49 -07:00
dosiecki
f3bf8d0938 Pre-fetch original text for offline viewing. 2014-10-01 17:46:45 -07:00
dosiecki
1ad12d6845 Fetch original texts via sync service. 2014-10-01 17:27:52 -07:00
dosiecki
77dd1c484e Source DB conns only from sync service to prevent racing. 2014-10-01 02:41:06 -07:00
dosiecki
e0c2904c0c Keep fresh DB conn for asynctasks even when sync service closes. 2014-10-01 01:30:39 -07:00
dosiecki
982f7a9ba6 Remove unused method. 2014-09-30 17:20:36 -07:00
dosiecki
18b3822a9c Remove unused imports. 2014-09-30 16:58:31 -07:00
dosiecki
1033cccf09 Stop BG service when not actively providing value to user. 2014-09-30 16:37:25 -07:00
dosiecki
fcc4fbbde3 Fail-fast if offline while syncing. 2014-09-30 15:43:43 -07:00
dosiecki
47f9b57412 Remove redundant idempotency check when marking read. 2014-09-30 15:41:05 -07:00
dosiecki
459025ee6f Break out net debug. 2014-09-30 14:45:47 -07:00
dosiecki
1fdfd1af4e Offline-ify starring of stories. (#583) 2014-09-30 04:30:33 -07:00
dosiecki
53c923d0b7 Remove unused lines. 2014-09-30 03:45:03 -07:00
dosiecki
3701670178 Remove debug. 2014-09-30 01:43:08 -07:00
dosiecki
7b03edb473 Fix mark-all-feeds. 2014-09-30 01:42:14 -07:00
dosiecki
e2162907da Ensure stories load after switching old/new unread/all modes. 2014-09-30 00:37:34 -07:00
dosiecki
db357a6082 Refactor storage of ReadingActions. 2014-09-30 00:10:17 -07:00
dosiecki
6ef6b0119c Fix long-press for cached images. 2014-09-29 15:14:41 -07:00
dosiecki
17a4ffb6d3 More reliable dbConn sourcing for async tasks. 2014-09-26 01:19:07 -07:00
dosiecki
87bb0bfffa Fix long-press for cached images. Always used cached images if available. (#560) 2014-09-25 15:48:42 -07:00
dosiecki
3b5faa8b28 Stabilize order of starred stories. (#585) 2014-09-25 15:32:48 -07:00
dosiecki
26f3439024 Merge remote-tracking branch 'upstream/master' 2014-09-25 14:43:00 -07:00
dosiecki
ac85a9c64c Use story-recounting when marking single stories read. 2014-09-25 14:17:44 -07:00
dosiecki
80166e5149 Refactor state filter. Count unreads to get feed counts rather than incrementing and decrementing. 2014-09-24 17:16:13 -07:00
Samuel Clay
f7f9163384 Fixing login view controller for iphone 6. Adding launch images for iphone 6. 2014-09-24 12:00:52 -07:00
dosiecki
00b3eacbcd Manually count unreads all the time. 2014-09-24 03:54:31 -07:00
dosiecki
97f314270c Don't destabilize cursor when unsaving stories. (#585) 2014-09-24 03:18:21 -07:00
dosiecki
a84f047b1c Rework async for marking-read. 2014-09-23 23:44:31 -07:00
dosiecki
eda5bf00df Ensure story lists that start empty load something. 2014-09-23 21:44:14 -07:00
dosiecki
791782d436 Make StoriesReponse parser accept both list-type and dict-type supplemental feed blocks to fix loading of starred stories. (#570) 2014-09-23 19:02:18 -07:00
Samuel Clay
aae9793216 Merge pull request #581 from dosiecki/master
Android: Beta 3 (again)
2014-09-23 13:04:23 -07:00
dosiecki
fac9559494 Remove finished TODO. 2014-09-22 15:26:34 -07:00