Samuel Clay
|
d94fcf8dd7
|
Fixing feed detail menus for saved and read views.
|
2015-04-26 22:44:25 -07:00 |
|
Samuel Clay
|
74ece008c4
|
Hooking up rename feed/folder. Doesn't update current feed detail title.
|
2015-04-26 22:34:12 -07:00 |
|
Samuel Clay
|
090b0fc2b0
|
Adding rename site/folder to ios. Just stubbed in, but only needs a hookup.
|
2015-04-26 22:05:28 -07:00 |
|
Samuel Clay
|
51e25cf051
|
Fixing page bug when loading app and selecting page that's not the first story.
|
2015-04-26 21:22:25 -07:00 |
|
dosiecki
|
b6c20eccb6
|
Don't load unused story data in story lists. Async load story bodies as needed in Reading fragment. Greatly cut down on memory use from cursors.
|
2015-04-21 21:18:34 -07:00 |
|
dosiecki
|
438f6f8bd9
|
Adjust sync intervals.
|
2015-04-20 14:44:09 -07:00 |
|
dosiecki
|
54b0335672
|
Fix old cursor leak.
|
2015-04-20 14:43:55 -07:00 |
|
Samuel Clay
|
38b1ffa802
|
Android v4.2.3.
|
2015-04-13 20:41:27 -07:00 |
|
dosiecki
|
a7ca334386
|
Cleanup less often, at a lower priority, in the BG.
|
2015-04-13 17:17:08 -07:00 |
|
dosiecki
|
cd1126af3e
|
Cleanup cruft.
|
2015-04-13 14:00:13 -07:00 |
|
dosiecki
|
f453abaa69
|
Add thread debugging.
|
2015-04-13 13:18:56 -07:00 |
|
dosiecki
|
744ebd54a9
|
Background premium sync slightly less often to not hog battery.
|
2015-04-13 13:18:23 -07:00 |
|
dosiecki
|
100c3a0bc8
|
Update lint rules.
|
2015-04-13 12:35:24 -07:00 |
|
dosiecki
|
d4d20dd2fb
|
Remove cruft.
|
2015-04-13 12:24:54 -07:00 |
|
dosiecki
|
8a39d8755f
|
Remove cruft.
|
2015-04-13 12:08:49 -07:00 |
|
dosiecki
|
6f5be44ccf
|
Remove cruft.
|
2015-04-13 12:03:54 -07:00 |
|
Samuel Clay
|
9f1420d46f
|
Bumping version code for android.
|
2015-04-07 10:15:36 -07:00 |
|
dosiecki
|
96b2266b84
|
Comment about workaround.
|
2015-04-06 17:41:05 -07:00 |
|
dosiecki
|
29e6f1aff9
|
Fix crash in #679.
|
2015-04-06 15:34:41 -07:00 |
|
dosiecki
|
b09ea27565
|
Add more feedback page debug.
|
2015-04-02 19:37:57 -07:00 |
|
dosiecki
|
8b830eec70
|
Ensure old been-read stories don't mis-set the activation cutoff if they load before a fresh API pagination cycle begins.
|
2015-04-02 19:31:32 -07:00 |
|
dosiecki
|
7a9fd136dc
|
disable debug.
|
2015-03-31 16:49:36 -07:00 |
|
dosiecki
|
ea2b613ca2
|
Bump version to force DB rebuild.
|
2015-03-31 16:40:12 -07:00 |
|
dosiecki
|
1c23a7203a
|
Remove debug.
|
2015-03-31 16:39:30 -07:00 |
|
dosiecki
|
67137789e0
|
Make folder unread counts reflect all stories in sub-folders.
|
2015-03-31 15:52:31 -07:00 |
|
Mark Anderson
|
5a666a6a9d
|
Minor cleanup in APIManager.
|
2015-03-31 22:03:56 +01:00 |
|
Mark Anderson
|
14f65c0892
|
Get string straight from response body since Okhttp handles the buffering.
|
2015-03-31 21:44:18 +01:00 |
|
dosiecki
|
d19d184c5f
|
Make folder collapse respect folder heirarchy. (#669)
|
2015-03-31 02:46:49 -07:00 |
|
dosiecki
|
0be7086ffb
|
Show stories from sub-folders in parent folders. (#670)
|
2015-03-30 15:58:44 -07:00 |
|
dosiecki
|
02909c12f0
|
Correctly handle folder heirarchies. (part 2, working)
|
2015-03-30 12:24:20 -07:00 |
|
dosiecki
|
bbd9385a3f
|
Correctly handle folder heirarchies. (INCOMPLETE)
|
2015-03-29 16:54:22 -07:00 |
|
Mark Anderson
|
9bff3b513b
|
Remove unused code related to categories
|
2015-03-27 22:39:46 +00:00 |
|
Mark Anderson
|
902b98b920
|
Use Okio BufferedSink when loading images
|
2015-03-27 22:07:14 +00:00 |
|
Mark Anderson
|
caae1fa9e2
|
NetworkUtils changes from removing redirect
|
2015-03-25 22:22:51 +00:00 |
|
Mark Anderson
|
57611eddff
|
Remove redirect code when loading images into cache as OkHttp handles this.
|
2015-03-25 22:21:38 +00:00 |
|
dosiecki
|
2d6f59a228
|
Re-check unread state of images before prefetching. (#677)
|
2015-03-24 13:21:35 -07:00 |
|
dosiecki
|
df49c5ab28
|
Merge remote-tracking branch 'upstream/master'
|
2015-03-23 15:54:08 -07:00 |
|
Mark Anderson
|
e895d9fbcc
|
Update NetworkUtils to use OkHttpClient
|
2015-03-22 23:12:46 +00:00 |
|
Mark Anderson
|
55cb342f10
|
Remove redirect TODO from APIResponse
|
2015-03-19 20:04:15 +00:00 |
|
Mark Anderson
|
92e7019d43
|
Initial port of APIManager and APIResponse to okhttp
|
2015-03-18 21:59:22 +00:00 |
|
dosiecki
|
9dfbc8a3d2
|
Ensure autovac happens reliably before the DB can fragment.
|
2015-03-18 11:36:26 -07:00 |
|
Samuel Clay
|
7406db1462
|
Merge pull request #673 from dosiecki/master
Android: Custom ActionBar Styling (and Bugfixes)
|
2015-03-16 16:41:41 -04:00 |
|
dosiecki
|
e11580fdfd
|
Fix crash.
|
2015-03-15 18:27:49 -07:00 |
|
dosiecki
|
e883cc4c57
|
Custom actionbars for all story list and reading activities.
|
2015-03-15 18:24:38 -07:00 |
|
dosiecki
|
8530c85e50
|
Tweak custom actionbar.
|
2015-03-14 14:53:42 -07:00 |
|
Samuel Clay
|
3eef4bd2ea
|
Fixing issue with scroll view.
|
2015-03-12 19:43:39 -07:00 |
|
dosiecki
|
0fd6322659
|
Include username in feeback link to help diagnose future issues. (#672)
|
2015-03-12 18:35:26 -07:00 |
|
Samuel Clay
|
3c0b8c642d
|
Auto-enabling new users for the 2nd anniversary of the google reader shutdown.
|
2015-03-12 13:18:05 -07:00 |
|
dosiecki
|
0f6fecfa31
|
Log login attempts above debug threshold, since they are worth noting at all times. (#671)
|
2015-03-12 00:16:57 -07:00 |
|
dosiecki
|
9ddb4f506b
|
Ensure actionbar titles don't clip.
|
2015-03-12 00:13:38 -07:00 |
|