Commit graph

2166 commits

Author SHA1 Message Date
ojiikun
9eace0947f Disable mark-read batching. 2013-08-16 22:47:51 +00:00
ojiikun
9d4c23250a Merge remote-tracking branch 'upstream/master' 2013-08-15 22:38:52 +00:00
ojiikun
7dbc53c50f Crash fixes. 2013-08-15 22:38:07 +00:00
Samuel Clay
a96fa2db7d Merge pull request #391 from ojiikun/master
Android: Story Nav Overlay
2013-08-15 13:52:51 -07:00
ojiikun
24fd717621 Complete styling of overlay buttons. 2013-08-15 05:09:55 +00:00
ojiikun
d84b119b67 Placeholder styling of overlay buttons. 2013-08-13 06:50:17 +00:00
ojiikun
ca31679c4d Enable/disabe state for overlay buttons. 2013-08-09 21:48:44 +00:00
ojiikun
da583b31f7 Make overlay buttons fuctional. 2013-08-09 08:30:52 +00:00
ojiikun
18b11b1922 Basic overlay button UI. 2013-08-09 04:50:17 +00:00
Samuel Clay
088e43d63b Fixing rounded corners on Android. Also fixing a few spacing issues. 2013-08-07 11:55:31 -07:00
ojiikun
6bfe222a57 Fix crash on marking all stories read (#382) 2013-08-01 07:55:37 +00:00
Samuel Clay
fec12ecd2d Pushing out 2.5.0 android release. 2013-07-31 16:33:56 -07:00
ojiikun
a7cab163ba Fix disappearing padding on coloured tags. 2013-07-30 06:17:38 +00:00
ojiikun
48ca9404c9 Fix training dialogue. 2013-07-25 21:41:57 +00:00
ojiikun
529e8173ba Fix reading view bottom buttons overflowing on small screens. 2013-07-25 02:00:57 +00:00
Samuel Clay
04d698342e Fixing text sizes on Android. 2013-07-23 20:37:50 -07:00
Samuel Clay
b3eb49128b Fixing colors on favicon-less feeds in android. 2013-07-23 19:24:13 -07:00
Samuel Clay
64af7968d3 Adjusting spacing on story detail in android. 2013-07-23 18:29:24 -07:00
Samuel Clay
8f279a3ba4 Fixing typo on colors. 2013-07-23 18:16:05 -07:00
Samuel Clay
4d0cca6687 New story header for android. Uses new feed gradient to match iOS. 2013-07-23 18:15:16 -07:00
Samuel Clay
77ac8f83ce Fixing discrepency in line heights on Android when story doesn't contain p tags. 2013-07-22 21:06:58 -07:00
Samuel Clay
7dc2aa79d6 Taking .idea out of git 2013-07-22 20:50:49 -07:00
Samuel Clay
ff32d13f23 Revert "Taking .idea out of git"
This reverts commit 00fd419516.
2013-07-22 20:50:00 -07:00
Samuel Clay
00fd419516 Taking .idea out of git 2013-07-22 20:48:38 -07:00
Samuel Clay
d16b18dc7a Fixing ellipses in Android. Also lightening story title divider line. 2013-07-22 20:48:26 -07:00
Samuel Clay
b4de715c7b Merge pull request #372 from ojiikun/master
Android: Bugfixes
2013-07-22 20:40:02 -07:00
Samuel Clay
ac1f670295 Styling Android story detail. 2013-07-22 20:39:14 -07:00
ojiikun
2f5de2564e Remove broken filters in All Stories reading. 2013-07-23 03:20:19 +00:00
Samuel Clay
cf458a50df Refactoring a bit around tag setup on android. 2013-07-22 20:03:19 -07:00
ojiikun
8898e3a3aa Fix queries for folders with a huge number of feeds. 2013-07-23 02:36:10 +00:00
Samuel Clay
5c51ce88ee Styling story details on android. Tags are broken, as green/red tags look wrong. They are missing their padding and shadowed background drawable. 2013-07-22 19:34:13 -07:00
ojiikun
b1e885b1e3 Speed up All Stories view in Focus mode by filtering down to feeds with focus unreads. (issue #340) 2013-07-23 01:11:19 +00:00
Samuel Clay
8c708d5c46 Styling feeds, folders, and stories in both feeds and folders. Still need to style the story detail header. Fixes #181. 2013-07-22 17:38:38 -07:00
ojiikun
38cf730f84 Ensure onPause() is called in WebView when no longer on screen. 2013-07-22 01:55:17 +00:00
ojiikun
77cf965fa9 Refactor sync service task types to use enums. 2013-07-19 10:14:59 +00:00
ojiikun
b9d9376212 Refactor result codes for SyncService into enums. Remove deleteFeed from SyncService in preference to standard API call. 2013-07-19 08:48:08 +00:00
ojiikun
5f172ace9d Switch all mark-read ops to new API using story_hash. 2013-07-19 05:43:12 +00:00
ojiikun
0000ab2139 Better detection of social stories when marking read. 2013-07-17 19:29:30 +00:00
ojiikun
4784b4ef56 Fix crash on speedy callbacks in feed item list view. 2013-07-16 22:02:38 +00:00
ojiikun
ad58aadd98 Change save-story to use story hash. 2013-07-13 01:16:03 +00:00
ojiikun
ab4c8bea15 Switch mark-unread task to use story hash. 2013-07-12 05:11:48 +00:00
ojiikun
51af802ae2 Merge remote-tracking branch 'upstream/master' 2013-07-10 23:30:42 +00:00
ojiikun
ebc7120f54 More error handling improvements. Added developer debug mode. 2013-07-10 21:56:15 +00:00
Mark Anderson
1b7e1ae8ed Need to pass story order and read filter to sync service when refresh triggered in AllSharedStoriesReading activity 2013-07-10 22:52:39 +01:00
Mark Anderson
e05c396c4b Fix #351 - support oldest first/unread for viewing all shared stories and individual blurblogs 2013-07-10 22:47:46 +01:00
ojiikun
7aec9b5725 Merge remote-tracking branch 'upstream/master' 2013-07-10 01:04:25 +00:00
ojiikun
37ebbb4fd5 More rework of feed item list to deal with missing feeds. 2013-07-08 09:21:43 +00:00
Samuel Clay
3482be85a9 Updating jquery UI image. 2013-07-06 06:44:48 -07:00
Samuel Clay
af0fbbdc57 Updating redis conf to work with monit. 2013-07-05 23:24:38 -07:00
Samuel Clay
53d1ed0371 Android v2.1.1. 2013-07-05 22:43:11 -07:00