Commit graph

6867 commits

Author SHA1 Message Date
Samuel Clay
292b8e7b36 Fixing timestamp on starred story hashes. 2013-07-23 11:35:33 -07:00
Samuel Clay
a54f2a2bd5 Adding new /reader/starred_story_hashes endpoint to efficient retrieval of starred stories. 2013-07-23 11:31:27 -07:00
Samuel Clay
8f21f444a1 Typo on the about page. 2013-07-23 11:11:55 -07:00
Samuel Clay
889be221d5 Fixing broken original pages by auto-fixing the has_page field on successful page fetch. Thanks to The Verge for uncovering this one. 2013-07-23 10:43:28 -07:00
Samuel Clay
6a8c1c5f42 Fixing double Feed view story. 2013-07-23 08:23:11 -07:00
ojiikun
4c5e617475 Merge remote-tracking branch 'upstream/master' 2013-07-23 10:24:16 +00: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
b026654c98 Merge remote-tracking branch 'upstream/master' 2013-07-23 03:23:38 +00: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
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