ojiikun
|
3a26a533f5
|
Clean up injected meta-html to remove warnings.
|
2014-01-22 23:23:41 +00:00 |
|
ojiikun
|
5618413dab
|
Fix crash.
|
2014-01-22 22:47:50 +00:00 |
|
ojiikun
|
bc12afaef1
|
Discrete text sizes rather than linear, new XXL size. (#474, #392)
|
2014-01-21 23:16:39 +00:00 |
|
Samuel Clay
|
b1fa7ef5f8
|
Android v3.6.
|
2014-01-21 12:43:26 -08:00 |
|
ojiikun
|
dcc7a8aaf7
|
Order saved stories by saved date rather than published date. (#463)
|
2014-01-20 21:16:59 +00:00 |
|
ojiikun
|
bebc6d89b2
|
Show loading screen when switching story list mode.
|
2014-01-16 23:16:44 +00:00 |
|
Mark Anderson
|
a23d369e30
|
Pass default feed view into ReadingItemFragment. Move loading original text into ReadingItemFragment.
|
2014-01-16 23:00:09 +00:00 |
|
Mark Anderson
|
657e31e554
|
Use the selected feed view when viewing a story
|
2014-01-15 20:29:25 +00:00 |
|
Mark Anderson
|
8a53515a09
|
Merge remote-tracking branch 'upstream/master' into defaultview
|
2014-01-14 22:32:05 +00:00 |
|
ojiikun
|
0778fce128
|
disable debug
|
2014-01-14 11:25:28 +00:00 |
|
ojiikun
|
5f7db73f89
|
Mark-read idempotency for social feeds. (#460)
|
2014-01-14 11:10:48 +00:00 |
|
ojiikun
|
583ffb4553
|
Idempotent mark-as-read DB ops. (#460)
|
2014-01-14 09:05:47 +00:00 |
|
ojiikun
|
4cc67aace4
|
Cleaning up unread counting. (#460)
|
2014-01-14 03:45:43 +00:00 |
|
Mark Anderson
|
0c4615eb2a
|
Merge remote-tracking branch 'upstream/master' into defaultview
Conflicts:
clients/android/NewsBlur/src/com/newsblur/fragment/ItemListFragment.java
|
2014-01-13 22:17:33 +00:00 |
|
ojiikun
|
6864c9fd60
|
Max overlay fully fade slightly sooner when scrolling down. (#459)
|
2014-01-13 11:02:00 +00:00 |
|
ojiikun
|
d04facff48
|
Stop overlay buttons from grabbing taps when invisible (#459)
|
2014-01-13 10:50:50 +00:00 |
|
ojiikun
|
202bc818d5
|
Even smoother story list preloading.
|
2014-01-13 09:55:48 +00:00 |
|
ojiikun
|
8257697c65
|
Fix flash of empty list view, take 2. (#458)
|
2014-01-13 09:44:37 +00:00 |
|
Mark Anderson
|
5a88146355
|
Add default view menu option for all social and saved stories. Use selected preference when viewing stories.
|
2014-01-12 21:46:58 +00:00 |
|
ojiikun
|
93136acd3a
|
Fix flash of empty list view. (#458)
|
2014-01-12 20:56:18 +00:00 |
|
ojiikun
|
720a944f8b
|
Story list loads pages a bit before scrolling to end of list.
|
2014-01-12 20:36:38 +00:00 |
|
ojiikun
|
e737e6bafa
|
Honour un-saving of stories in saved stories view.
|
2014-01-12 20:26:23 +00:00 |
|
Mark Anderson
|
444c937cdc
|
Pass default story view into Reading activity. Add menus entry for all stories, feeds and folders.
|
2014-01-10 22:58:17 +00:00 |
|
ojiikun
|
4f2fe40b12
|
Include app version in custom user-agent.
|
2014-01-09 23:00:28 +00:00 |
|
ojiikun
|
bac81dad11
|
Correctly handle responses with both content and errors.
|
2014-01-09 22:09:29 +00:00 |
|
Mark Anderson
|
3108a123ef
|
Add enum for default feed view and preference methods.
Add dialog for selecting default view.
Update Reading activity to use the default feed view enum.
|
2014-01-09 22:02:45 +00:00 |
|
Samuel Clay
|
15c9637ce8
|
Adding user agent. Still needs version name from Manifest. @dosiecki or @manderson23, either of you know how to get that version name (like 3.5.5) into the user agent?
|
2014-01-08 16:52:05 -08:00 |
|
Samuel Clay
|
9af2c61e68
|
Android v3.5.5. Bumping minimum SDK to v11 (3.0+).
|
2014-01-08 12:40:01 -08:00 |
|
Samuel Clay
|
77e1228c39
|
Merge pull request #457 from dosiecki/master
Android: Refactor Story Loading
|
2014-01-08 10:50:26 -08:00 |
|
ojiikun
|
a862bbcb0e
|
Refactor story loading to persist during list/reading activities.
|
2014-01-08 11:28:59 +00:00 |
|
ojiikun
|
95319b7522
|
Make new async calls not race UI threads.
|
2014-01-08 03:23:37 +00:00 |
|
Samuel Clay
|
f8abf063b7
|
Android v2.5.3.
|
2014-01-07 12:49:04 -08:00 |
|
Samuel Clay
|
392dfc3050
|
Fixing colors and transparency on android story traversal buttons.
|
2014-01-07 12:44:34 -08:00 |
|
Samuel Clay
|
b50fbd6c4b
|
Merge pull request #455 from dosiecki/master
Android: Fix story loading not to keep paging on error.
|
2014-01-06 23:17:04 -08:00 |
|
ojiikun
|
1f95c8725a
|
Fix story loading not to keep paging on error.
|
2014-01-07 04:29:30 +00:00 |
|
Samuel Clay
|
d81d14f964
|
Android v3.5.2
|
2014-01-06 19:32:08 -08:00 |
|
Samuel Clay
|
eb26326288
|
Merge pull request #454 from dosiecki/master
Android: Replace requery with cursorloader in Reading.
|
2014-01-06 18:25:41 -08:00 |
|
ojiikun
|
3bc6c971cc
|
Remove comment cruft.
|
2014-01-07 01:34:55 +00:00 |
|
ojiikun
|
cdc4fff45d
|
Replace requery with cursorloader in Reading.
|
2014-01-07 01:28:39 +00:00 |
|
Samuel Clay
|
93813773c1
|
Bumping android version.
|
2014-01-05 21:42:38 -08:00 |
|
ojiikun
|
a89ee534ae
|
Fix crash async crash.
|
2014-01-05 23:40:35 +00:00 |
|
ojiikun
|
06099f7f64
|
Clean up sync cruft. Add sanity break in pagination loop.
|
2014-01-05 23:29:41 +00:00 |
|
ojiikun
|
54eaf00e25
|
Fix async crash wheen sharing stories.
|
2014-01-05 01:28:11 +00:00 |
|
ojiikun
|
9bbcfae052
|
Empty list views differentiate between loading and truly empty.
|
2014-01-05 00:46:10 +00:00 |
|
ojiikun
|
f00cc3e049
|
Re-bump build level to 19. Pleae update your IDEs!
|
2014-01-04 22:50:22 +00:00 |
|
Samuel Clay
|
5ee2c36626
|
Android v3.5.
|
2014-01-03 11:57:55 -08:00 |
|
ojiikun
|
ba82541b83
|
Switch remaining story loading to new async model.
|
2013-12-31 09:49:04 +00:00 |
|
ojiikun
|
f382b14ea0
|
Switch folder reading and All Stories reading to new async model.
|
2013-12-31 08:31:49 +00:00 |
|
ojiikun
|
aec64abae5
|
Move saved stories fetch to new async model.
|
2013-12-31 06:11:07 +00:00 |
|
ojiikun
|
38a891b4c9
|
Generalise handling of story request responses.
|
2013-12-31 03:44:08 +00:00 |
|