Commit graph

1277 commits

Author SHA1 Message Date
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
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
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
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
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
Samuel Clay
5ff9b16447 Trimming river URL by allowing 'f' to be used as a feed id parameter. 2013-07-15 12:26:21 -07:00
Jesper Kamstrup Linnet
f0b85ee029 Changed the read later success confirmation to use the checkmark HUD instead of an alert view. 2013-07-13 16:57:29 +02:00
Samuel Clay
ebb505e3f2 Merge branch 'offline' into ios6
* offline: (247 commits)
  Adding preferences for offline story limit and image download concurrency.
  Better next unread button min width in narrow mode.
  Fixing tooltip on Full view.
  Speeding up new user queue.
  Adding starred stories to munin.
  Showing empty explainers.
  Cleaning up starred story trimmer.
  New starred story trimmer.
  Turning off SSL verification on text importing.
  Using latest feedparser.
  Adding Xcode5-specific directories to gitignore.
  Fixing crash on iOS 7 for offline stories. Still looks like shit.
  Bumping feed blast limit from 50 to 100 stories at a time.
  Need to pass story order and read filter to sync service when refresh triggered in AllSharedStoriesReading activity
  Fixing autocomplete to not choke on missing feeds.
  Fix #351 - support oldest first/unread for viewing all shared stories and individual blurblogs
  Fixing spacebar and arrow keys for new scroll story list.
  Normaling user agents between feed/page/icon fetchers. Adding full site permalink.
  Fixing text view.
  Fixing esc key to close popovers and menus without closing current feed.
  ...

Conflicts:
	clients/ios/NSAttributedString+Attributes.h
	clients/ios/NSAttributedString+Attributes.m
	clients/ios/OHAttributedLabel.h
	clients/ios/OHAttributedLabel.m
2013-07-12 15:27:50 -07:00
Samuel Clay
2d7171ed45 Adding preferences for offline story limit and image download concurrency. 2013-07-11 18:36:09 -07:00
Samuel Clay
d2fef8f6f3 Fixing crash on iOS 7 for offline stories. Still looks like shit. 2013-07-10 16:10:19 -07:00
Christopher Loessl
3dec92679a FIX: Crash on "mark as unread" 2013-07-08 03:24:02 +02:00
Samuel Clay
63bbfc8f63 Removing Reader import, adding categories. 2013-07-03 22:16:01 -07:00
Samuel Clay
68f9d0bb38 Revert "Updating styles on iOS story list to emphasize story title (thanks to @nriley for the inspiration)."
This reverts commit cdc62e46ce.

Conflicts:
	apps/statistics/rstats.py
2013-07-02 16:55:14 -07:00
Samuel Clay
cdc62e46ce Updating styles on iOS story list to emphasize story title (thanks to @nriley for the inspiration). 2013-06-30 21:29:17 -07:00
Samuel Clay
0214725435 Correctly handling reading stories offline and updating feed unread counts, even after pull to refresh. 2013-06-29 17:28:41 -07:00
Samuel Clay
bfff777490 Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00