Commit graph

1495 commits

Author SHA1 Message Date
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
5e8842c9e1 Merge remote-tracking branch 'upstream/master' 2013-07-22 05:52:13 +00:00
ojiikun
38cf730f84 Ensure onPause() is called in WebView when no longer on screen. 2013-07-22 01:55:17 +00:00
Samuel Clay
5f9202f6ab Merge branch 'master' into ios6
# By Samuel Clay (54) and others
# Via Samuel Clay (16) and ojiikun (3)
* master: (64 commits)
  Fixing new uiactivities for ipad.
  v2.4.1 of iOS app, ready for enterprise distribution.
  Preference to hide public comments on iOS. Ready to ship for beta testing!
  Removing debugging.
  Fixing send to button on Original view. Now the two are finally linked together.
  Fixing three bugs: proper caching of feed list in offline mode, fixing crash on loading feed when previously read stories, and stories showing up read in folders with an unread filter.
  Adding new send to button to traversal bar. Now isntapaper is 2 clicks.
  Fixing Pinboard images for use in preferences.
  Adding Pinboard and Chrome.
  Fixing Pocket.
  Using native UIActivity. Readability and Pocket don't work yet.
  Fixing unread stories being overwritten in the inbetween time from offline to online when loading stories.
  Refactor sync service task types to use enums.
  Refactor result codes for SyncService into enums. Remove deleteFeed from SyncService in preference to standard API call.
  Switch all mark-read ops to new API using story_hash.
  Fixing timestamp issue on image order.
  Lots of offline progress: cancelling sync in the middle of one correctly, fixing bug around missing story hashes in sync, updating progress bar more often, fixing image caching bug that preventing caching from running at all.
  Fixing Dilbert-specific encoding error.
  Adding logging to profile views.
  Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help!
  ...
2013-07-19 18:31:20 -07:00
Samuel Clay
85d546555c Fixing new uiactivities for ipad. 2013-07-19 18:21:15 -07:00
Samuel Clay
da1222a735 v2.4.1 of iOS app, ready for enterprise distribution. 2013-07-19 17:58:36 -07:00
Samuel Clay
0eff9b8831 Preference to hide public comments on iOS. Ready to ship for beta testing! 2013-07-19 17:53:52 -07:00
Samuel Clay
b356ce7e1f Merge branch 'master' into offline
# By ojiikun
# Via Samuel Clay (1) and ojiikun (1)
* master:
  Refactor sync service task types to use enums.
  Refactor result codes for SyncService into enums. Remove deleteFeed from SyncService in preference to standard API call.
  Switch all mark-read ops to new API using story_hash.
2013-07-19 17:33:10 -07:00
Samuel Clay
cd87091e40 Fixing send to button on Original view. Now the two are finally linked together. 2013-07-19 17:32:34 -07:00
Samuel Clay
adb7d10072 Fixing three bugs: proper caching of feed list in offline mode, fixing crash on loading feed when previously read stories, and stories showing up read in folders with an unread filter. 2013-07-19 17:20:39 -07:00
Samuel Clay
a54f511b36 Adding new send to button to traversal bar. Now isntapaper is 2 clicks. 2013-07-19 16:49:48 -07:00
Samuel Clay
8264e16349 Fixing Pinboard images for use in preferences. 2013-07-19 15:45:33 -07:00
Samuel Clay
f9e47ce8c5 Adding Pinboard and Chrome. 2013-07-19 15:41:43 -07:00
Samuel Clay
5e4186d222 Fixing Pocket. 2013-07-19 15:04:03 -07:00
Samuel Clay
037d96a179 Using native UIActivity. Readability and Pocket don't work yet. 2013-07-19 14:35:14 -07:00
Samuel Clay
4483583063 Fixing unread stories being overwritten in the inbetween time from offline to online when loading stories. 2013-07-19 12:20:51 -07: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
Samuel Clay
1852480691 Fixing timestamp issue on image order. 2013-07-18 18:44:40 -07:00
Samuel Clay
a965940115 Lots of offline progress: cancelling sync in the middle of one correctly, fixing bug around missing story hashes in sync, updating progress bar more often, fixing image caching bug that preventing caching from running at all. 2013-07-18 18:24:38 -07:00
Samuel Clay
91b7e2d130 Stubbing out hasLoadedFeedDetail to compensate for read stories before all stories have loaded. 2013-07-17 19:22:41 -07:00
Samuel Clay
a8c7c8cfaa Handling canceled feed detail loads. 2013-07-17 19:00:00 -07:00
Samuel Clay
4a0763e20e Fixing three small issues in ios: traverse button icons, traverse buttons hiding incorrectly, and correcting broken story hashes that are unread but no longer exist. 2013-07-17 18:14:04 -07:00
Samuel Clay
63b984a2d5 Failing for broken images. 2013-07-17 15:42:43 -07:00
Samuel Clay
d7a5dcd568 Merge branch 'master' into offline
# By Samuel Clay (3) and ojiikun (2)
* master:
  Dirtying user subs and social subs on new mark read with story hash endpoint.
  Adding mark_story_hash_as_read. Still needs subscription dirtying.
  Updating fabfile to use new repo'd ssh keys.
  Better detection of social stories when marking read.
  Fix crash on speedy callbacks in feed item list view.
2013-07-17 15:08:27 -07:00
ojiikun
0000ab2139 Better detection of social stories when marking read. 2013-07-17 19:29:30 +00:00
Samuel Clay
c18896be98 Fixing unread counts in story view and backgrounding db update for unread count on story read. 2013-07-16 19:09:46 -07:00
Samuel Clay
7debd48b3d Handling default preferences. 2013-07-16 18:06:36 -07:00
Samuel Clay
dbd7531ef8 Massive refactoring complete. Offline can now be canceled at any time and restarted successfully. 2013-07-16 16:38:51 -07:00
ojiikun
4784b4ef56 Fix crash on speedy callbacks in feed item list view. 2013-07-16 22:02:38 +00:00
Samuel Clay
b21c466d0d Merge branch 'master' into offline
# By ojiikun (4) and others
# Via Samuel Clay (4) and ojiikun (3)
* master:
  Fixing iOS crash on empty unread stories by providing correct data structure. Thanks to @linnet for spotting the bug.
  Trimming river URL by allowing 'f' to be used as a feed id parameter.
  Changed the read later success confirmation to use the checkmark HUD instead of an alert view.
  Change save-story to use story hash.
  Switch mark-unread task to use story hash.
  More error handling improvements.  Added developer debug mode.
  More rework of feed item list to deal with missing feeds.
2013-07-15 18:25:27 -07:00
Samuel Clay
5745044927 Refactoring the living crap out of the offline network operations. Now work in order and all cancelable with a single call. Still need to fix the network operation queue for downloading images and uploading the progress bar. 2013-07-15 18:25:09 -07:00
Samuel Clay
bcac92bcd7 Fixing notifier to show All Done message. 2013-07-15 15:36:25 -07:00
Samuel Clay
5329f52f9f Merge pull request #364 from ojiikun/master
Android: Bugfixes
2013-07-15 14:04:40 -07:00
Samuel Clay
e9b1ae4d26 Merge pull request #360 from linnet/hud-notifications
iOS: Use checkmark HUD instead of alert view when posting to read later service
2013-07-15 14:02:43 -07:00