Commit graph

76 commits

Author SHA1 Message Date
David Sinclair
4688a5ce72 iOS: fixed #771 (mark all as read)
Now uses /reader/mark_all_as_read with a days parameter when marking
all stories as read.
2015-11-18 13:43:04 -08:00
David Sinclair
6d373cb419 iOS: done #771 (mark all as read) 2015-11-13 21:54:32 -08:00
David Sinclair
2892edcca1 iOS: fixed #802 (link causes scroll to top) 2015-11-05 14:16:11 -08:00
David Sinclair
535a66615b iOS: added #791 (separate fonts list)
Sorry for the delay getting to this.  I've implemented the separate
list of fonts, listing the sample one you provided.  Once you get the
others, they can be added to the fonts folder in the resources, and
listed in the -[FontSettingsViewController viewWillAppear:] method (I
can do that if you like).
2015-10-31 16:35:32 -07:00
David Sinclair
ab495c87bd iOS: added #742 (mark older/newer as read)
Long press to the left of the title in the stories list (in the unread
indicator space) to show an action sheet.
2015-10-28 17:02:45 -07:00
Samuel Clay
b1d9cc9e92 Correctly showing text or story view for stories based on story feed, not folder. 2015-10-05 11:45:40 -07:00
Samuel Clay
f49eea1a84 Adding SFSafariViewController and a preference that is turned off by default. It's nice to have content blockers and cookies, but it doesn't match NewsBlur! 2015-09-17 19:11:17 -07:00
Samuel Clay
5796c00a0b Finishing up last scroll position. Needs to take into account any images, which are throwing off the scroll positions. 2015-09-17 13:15:10 -07:00
Samuel Clay
32fccfe118 Stubbing in scroll positions and beginnign to fetch them (unsuccessfully so far). Just need to scroll user to position and this feature's done. 2015-09-16 21:34:41 -07:00
Samuel Clay
16674eb8d0 Fixing favicon and feed title gradients in ios app. 2015-09-16 20:24:11 -07:00
Samuel Clay
1b6a5cb15e Updating dependencies and fixing ios 9 warnings. Reachability and SBJson. 2015-09-16 16:53:07 -07:00
Samuel Clay
a98d259387 Removing OvershareKit, ios app is now 8+, and fixed app transport security warnings. 2015-09-14 17:40:18 -07:00
Samuel Clay
74ece008c4 Hooking up rename feed/folder. Doesn't update current feed detail title. 2015-04-26 22:34:12 -07:00
Samuel Clay
95edf8c1a8 Making text view sticky on ios. Maybe bugs? 2015-03-10 18:58:23 -07:00
Samuel Clay
ce12746721 Adding saved story tag list when using bottom save story button. 2014-12-16 15:36:58 -08:00
Samuel Clay
6957235a85 Fixing issues with search bar retaining focus b/w view controllers. 2014-12-02 18:36:38 -08:00
Samuel Clay
ea961939a7 Adding search bar to ios. 2014-11-17 16:07:58 -08:00
Samuel Clay
5fda173146 Adding touch handlers to saved story tags. Upgrading fastclick.js. 2014-11-10 16:00:59 -08:00
Samuel Clay
1d58643f33 Updating story counts when saving with user tags. Also saving automatic user tags. Now it just needs ability to add and remove user tags. 2014-11-04 17:53:27 -08:00
Samuel Clay
2aa0be6db9 Stubbing in story's containing folders, used for saved story tagging. 2014-10-30 18:05:34 -07:00
Samuel Clay
54d1c3cfb9 Adding appdelegate ivar to control whether activity view is showing. Needed for handling links tapped in story detail. 2014-10-30 17:26:34 -07:00
Samuel Clay
3b2258064d Animated and colored progress bar. Done. 2014-10-23 16:11:02 -07:00
Samuel Clay
01af62e900 Fixing font descriptor size cache for feed and story titles. 2014-10-01 14:23:57 -07:00
Samuel Clay
6ecbb1dc40 Running both feed list and story list through instruments to find bottle necks. Much faster now! 2014-09-26 18:35:40 -07:00
Samuel Clay
05cb8551ea Adding support for long pressing links in the story view to open them in the share dialog. 2014-09-17 19:02:12 -07:00
Samuel Clay
4e96b02504 Folder and feed icons and unread counts are now correct for saved stories. 2014-05-20 13:12:03 -07:00
Samuel Clay
d26b6825b7 Stubbing in saved story tags in ios feed list. 2014-05-20 12:21:17 -07:00
Samuel Clay
b5ff73dd90 Hiding story reaversal controls on ipad when sharing a story. 2014-05-19 16:13:45 -07:00
Samuel Clay
449ef96926 Keeping site unread counts in sync with swipe status of dashboard on ipad. 2014-03-21 16:23:51 -07:00
Samuel Clay
9254f799bb Massive refactor to move reading/unreading/saving/unsaving logic to storiescollection and to unify all views. 2014-03-05 14:13:49 -08:00
Samuel Clay
2122405947 Adding more double tap gesture options. 2014-03-03 16:21:26 -08:00
Samuel Clay
0b256a6e22 Allowing a taller bottom positioned story titles pane. Also turning off bit.ly when sharing to Twitter. 2014-02-27 16:10:28 -08:00
Samuel Clay
96b5e15718 Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00
Samuel Clay
eebe1daeee Refactoring saving of stories. Still needs to update cross-storiesCollection when saving (like when reading), but there's probably a way. 2014-02-20 18:40:58 -08:00
Samuel Clay
b41d346592 Refactoring markStoryRead/Unread in order to allow both story collection modules to read/unread stories. Should also do saves. 2014-02-20 18:23:58 -08:00
Samuel Clay
33bf8b0121 Fixing read state on dashboard stories module. Also gracefully handling deselect transition. 2014-02-20 14:52:27 -08:00
Samuel Clay
30d1f3a486 Transfering dashboard stories over to feed detail, but can't handle multiple loads. 2014-02-18 18:38:07 -08:00
Samuel Clay
6653b61799 Updating ios app to 4.0 beta 1. 2014-02-12 21:07:18 -08:00
Samuel Clay
a9ed66cbb3 Seriously one of the biggest refactors I've ever performed. Extracted all story models from appDelegate and moved them into a new StoriesCollection, which can be instantiated on a per-feedDetailView basis. Perfect for the story titles in the dashboard and behind the feed list. 2014-02-12 20:09:37 -08:00
Samuel Clay
de597657fc Prepping stories collection refactor. 2014-02-12 16:39:30 -08:00
Samuel Clay
6fd0f0f274 Using operation queue for loading images, makes scrolling much faster. Now need to perform massive refactor to separate out story models. 2014-02-11 15:20:41 -08:00
Samuel Clay
4f2455e846 Huge update to iPad app. Adding story content, image preview, and story list to dashboard. Whew. 2014-02-10 19:21:53 -08:00
Samuel Clay
cd2ad13c46 Fixing Pocket, Readability, Pinboard, and Facebook sharing. 2014-01-06 20:25:55 -08:00
Samuel Clay
fc107f1996 Adding sharing accounts preference dialog. 2014-01-06 19:05:46 -08:00
Samuel Clay
2c1cc058e2 Full iPad control of the new overshare popover. Now just needs preferences. 2014-01-06 18:37:57 -08:00
Samuel Clay
de0a34c0f9 Fixing up email and other share actions on overshare. Needs ipad support, and preferences. 2014-01-06 17:54:18 -08:00
Samuel Clay
ca460a02cb Fixing tolerance on drag bar. 2013-12-12 18:41:39 -08:00
Samuel Clay
8727b683a5 Adding font size overrides. 2013-11-23 13:03:14 -08:00
Samuel Clay
fa973ba03c Adding background fetching. For v3.6. 2013-10-17 12:32:19 -07:00
Samuel Clay
402c5d9fc1 Massive refactor to fix all toolbar buttons so they extend to the edge. 2013-10-11 17:46:09 -07:00