Commit graph

6952 commits

Author SHA1 Message Date
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
Samuel Clay
e451554d8d Adding Feed Reader and NewsSpot to Goodies. 2013-07-22 13:49:13 -07:00
Samuel Clay
18460bd5a4 Adding which feed was deleted to deleted_feed. 2013-07-22 13:27:27 -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
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
6582080ed8 Merge branch 'offline'
* offline:
  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.
  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.
  Stubbing out hasLoadedFeedDetail to compensate for read stories before all stories have loaded.
  Handling canceled feed detail loads.
  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.
  Failing for broken images.
  Fixing unread counts in story view and backgrounding db update for unread count on story read.
  Handling default preferences.
  Massive refactoring complete. Offline can now be canceled at any time and restarted successfully.
  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.
  Fixing notifier to show All Done message.
2013-07-19 17:33:41 -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
90f6cb5930 Removing debugging. 2013-07-19 17:32:55 -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
Samuel Clay
51a5d955e5 Merge pull request #367 from ojiikun/master
Android: Mark Read by Hash, Refactoring, Bugfixes
2013-07-19 10:32:14 -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
dcef466bd1 Merge branch 'master' into offline
* master:
  Fixing Dilbert-specific encoding error.
  Adding logging to profile views.
  Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help!
  Fixing intelligence trainer, which broke due to jQuery 2.0.
  Fixing original view's scroll view.
  Fixing infernal scroll bug where scroll events would queue up even though they weren't supposed to.
2013-07-18 15:38:06 -07:00
Samuel Clay
1936515aa0 Fixing Dilbert-specific encoding error. 2013-07-18 15:17:15 -07:00
Samuel Clay
e172bd980a Adding logging to profile views. 2013-07-18 15:13:39 -07:00
Samuel Clay
a36955ee32 Fixing encoding on Original pages. Thanks @bruceyou for the wonderful help! 2013-07-18 15:03:12 -07:00
Samuel Clay
7516b9fcf9 Fixing intelligence trainer, which broke due to jQuery 2.0. 2013-07-18 13:15:09 -07:00
Samuel Clay
f3d4528793 Fixing original view's scroll view. 2013-07-18 12:53:42 -07:00
Samuel Clay
e45de166e7 Fixing infernal scroll bug where scroll events would queue up even though they weren't supposed to. 2013-07-18 12:46:47 -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
b67a84530b Merge branch 'master' into offline
* master:
  Fixing min width of next unread button.
  Upping feed view position finder interval.
2013-07-17 18:46:55 -07:00
Samuel Clay
1b0cb2d36a Fixing min width of next unread button. 2013-07-17 18:24:38 -07:00
Samuel Clay
cce692a080 Upping feed view position finder interval. 2013-07-17 18:22:10 -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
1fe5ad9918 Merge branch 'master' into offline
* master:
  Adding logging for new mark story hash as read endpoint.
2013-07-17 15:35:44 -07:00
Samuel Clay
812500b41b Adding logging for new mark story hash as read endpoint. 2013-07-17 15:32:08 -07:00
Samuel Clay
0c261d5b39 Merge branch 'master' into offline
* master:
  Making the fake story hashes look more like real story hashes.
  Adding new API endpoint to API docs.
2013-07-17 15:15:13 -07:00
Samuel Clay
c092cb74c9 Making the fake story hashes look more like real story hashes. 2013-07-17 15:15:07 -07:00
Samuel Clay
f5bcc581d2 Adding new API endpoint to API docs. 2013-07-17 15:13:06 -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
Samuel Clay
94df1aa6b0 Dirtying user subs and social subs on new mark read with story hash endpoint. 2013-07-17 15:03:16 -07:00