Mark Anderson
cbc46d8e2e
More use of private method for converting group position to index in FolderListAdapter.
2015-02-04 21:03:33 +00:00
Mark Anderson
6ec1b1f53a
Add global shared stories icon
2015-02-04 20:55:44 +00:00
Mark Anderson
59274886f3
Remove mark as unread from menu in GlobalSharedStoriesReading
2015-02-04 20:41:56 +00:00
Mark Anderson
98fbbf86a5
Fix querying for global shared stories
2015-02-04 20:32:46 +00:00
Mark Anderson
131d987246
Fix indexing in FolderListAdapter. Fix title for GlobalSharedStoriesReading.
2015-02-04 20:20:33 +00:00
Samuel Clay
1f5bd656dc
Fixing scrolling on selecting story in grid view.
2015-02-03 20:18:29 -08:00
Samuel Clay
1f66c84eca
Fixing spacing on grid between stories. Still need to sync switching views. Also making views per-feed.
2015-02-03 19:32:21 -08:00
Samuel Clay
24260cd36b
Merge branch 'master' into grid
...
* master:
Scrolling back to original position when chagning sort options in organizer.
Switching to nested hierarchy if jumping to a folder in the organizer.
2015-02-03 18:47:09 -08:00
Samuel Clay
9c923bf620
Scrolling back to original position when chagning sort options in organizer.
2015-02-03 13:52:40 -08:00
Samuel Clay
59cb77c962
Switching to nested hierarchy if jumping to a folder in the organizer.
2015-02-03 13:19:07 -08:00
Samuel Clay
2a1ee5da59
Merge branch 'master' into grid
...
* master:
Adding jump to folder to the Organizer.
Fixing folder views to also handle inverse menus.
Fixing inverse hover due to new sorting options.
2015-02-03 13:15:27 -08:00
Samuel Clay
9f2dd6cc76
Adding jump to folder to the Organizer.
2015-02-03 13:15:15 -08:00
Samuel Clay
a5fb5d38f0
Fixing folder views to also handle inverse menus.
2015-02-03 10:56:08 -08:00
Samuel Clay
29b467a6d7
Fixing inverse hover due to new sorting options.
2015-02-03 10:50:19 -08:00
Samuel Clay
8c590622e7
Merge branch 'master' into grid
...
* master: (238 commits)
Upping ios to v4.6.4.
Including hidden stories in fetch. Also fixing send to button in story settings cog.
Less ifs when handling volume key
Add preference for volume key navigation
Override volume key for next/prev navigation in reading activity
Adding an include_hidden parameter to single feeds and rivers, defaulting to false. Clients that don't use hidden stories but use paging as an indicator will need to account for a hidden_stories_count field, as indicating in the API docs.
Bumping Android version to 4.2.0b1.
Disable debug.
Updating oauth toolkit to fix admin issues.
Better algorithm for image cache cleanup. (#627 )
Unescape HTML entities in image alt text. (#652 )
Redraw overlay buttons slightly less often when scrolling.
Resource-ify sync status messages.
Fix story sync status indication. (#644 )
Adding autocomplete ignores.
Remove last traces of the legacy DB!
Migrate comment replies off of legacy DB.
Migrate user profiles off of legacy DB.
Start migrating comments from legacy DB.
Fix crash when updating old comments.
...
2015-02-02 18:22:23 -08:00
Samuel Clay
f9e78b3054
Handling all grid sizes, from extra narrow to extra wide.
2015-02-02 18:22:14 -08:00
Mark Anderson
4a81d2963a
Wire everything together to load global shared stories
2015-02-02 21:04:47 +00:00
dosiecki
70ef9a5b57
Match statusbar style to iOS a bit better, make it a bit less occlusive.
2015-02-02 12:46:43 -08:00
dosiecki
c3bfd955e8
Faster response slurp, fix response debugging.
2015-02-02 02:23:19 -08:00
dosiecki
8b5efb1094
Ensure UI refresh after mark-all-read.
2015-02-02 01:48:49 -08:00
Mark Anderson
23da9f951c
Initial work on activity/fragment/feedset for global shared stories
2015-02-01 23:27:17 +00:00
Mark Anderson
a175f8a125
Single method to convert group position to folder index
2015-02-01 20:39:01 +00:00
Mark Anderson
dd87813089
Fix indexing into activeFolderNames to take into account additional row for global shared stories.
2015-01-29 22:23:20 +00:00
Mark Anderson
50a9872ad5
Initial work to show row for global shared stories
2015-01-29 22:16:31 +00:00
Mark Anderson
9a4fc8df9d
Add constant for position of all shared stories
2015-01-29 21:32:05 +00:00
Samuel Clay
eab0bf7926
Upping ios to v4.6.4.
2015-01-28 14:06:45 -08:00
Samuel Clay
aa957c32f8
Including hidden stories in fetch. Also fixing send to button in story settings cog.
2015-01-28 13:39:01 -08:00
Samuel Clay
c17ce76824
Merge pull request #656 from manderson23/volumekey
...
Android: Volume key navigation
2015-01-28 13:10:50 -08:00
Mark Anderson
dc17fe30c1
Less ifs when handling volume key
2015-01-28 20:55:20 +00:00
Mark Anderson
459b31d897
Add preference for volume key navigation
2015-01-28 20:47:39 +00:00
Mark Anderson
d8bd2f5e41
Override volume key for next/prev navigation in reading activity
2015-01-28 20:20:21 +00:00
dosiecki
3b92ce27da
Attempt to make the system retain the Main activity more reliably. ( #629 )
2015-01-26 11:36:46 -08:00
dosiecki
bbdafa543e
Ensure folder list updates after mark-read. Looser transition time back to list.
2015-01-25 13:18:00 -08:00
dosiecki
2980b3cf1a
Fix crash.
2015-01-23 00:36:13 -08:00
dosiecki
5dd11f8446
De-async part of mark-all-read to prevent UI from showing before DB is updated. ( #612 )
2015-01-22 23:20:32 -08:00
Samuel Clay
9dc3d5dac2
Adding an include_hidden parameter to single feeds and rivers, defaulting to false. Clients that don't use hidden stories but use paging as an indicator will need to account for a hidden_stories_count field, as indicating in the API docs.
2015-01-22 11:38:43 -08:00
Samuel Clay
5c3dd51d61
Bumping Android version to 4.2.0b1.
2015-01-21 14:00:55 -08:00
Samuel Clay
8ee6141e95
Merge pull request #654 from dosiecki/master
...
Android: Bugfixes and Speed
2015-01-21 12:30:36 -08:00
dosiecki
f0d04e55f3
Disable debug.
2015-01-21 11:57:29 -08:00
Samuel Clay
ff489caf27
Updating oauth toolkit to fix admin issues.
2015-01-21 11:53:35 -08:00
dosiecki
fc3b3dad19
Better algorithm for image cache cleanup. ( #627 )
2015-01-21 00:36:09 -08:00
dosiecki
a8530da58a
Unescape HTML entities in image alt text. ( #652 )
2015-01-20 17:11:51 -08:00
dosiecki
2a9303eab4
Redraw overlay buttons slightly less often when scrolling.
2015-01-20 16:59:08 -08:00
dosiecki
9de7c75fe6
Resource-ify sync status messages.
2015-01-20 16:48:46 -08:00
dosiecki
d8d091d1c7
Fix story sync status indication. ( #644 )
2015-01-20 16:11:01 -08:00
Samuel Clay
a41a4cf16a
Adding autocomplete ignores.
2015-01-20 10:15:13 -08:00
dosiecki
d5d15e9c17
Remove last traces of the legacy DB!
2015-01-19 21:21:11 -08:00
dosiecki
aefd96697c
Migrate comment replies off of legacy DB.
2015-01-19 21:15:35 -08:00
dosiecki
0330959d32
Migrate user profiles off of legacy DB.
2015-01-19 14:19:46 -08:00
dosiecki
4f671f990e
Start migrating comments from legacy DB.
2015-01-19 13:56:17 -08:00