Commit graph

95 commits

Author SHA1 Message Date
Samuel Clay
c8bc085576 Fixing notifications to work on app start. 2016-12-06 16:03:40 -08:00
Samuel Clay
405a99b9a2 Adding preference for left-swiping feed titles to either show notifications (default) or trainer (old default). 2016-11-24 16:41:41 -05:00
Samuel Clay
671b0667ae Feeds are now loaded in notifications table. Now to build the cells and save notification types. 2016-11-23 13:22:12 -06:00
Samuel Clay
47a7126c91 Stubbing in notifications table. Now needs notification feed cells. 2016-11-23 13:22:12 -06:00
Samuel Clay
56c03d113a Stubbing in notifications editor on iOS. 2016-11-23 13:22:12 -06:00
Samuel Clay
8ce74176c3 Adding custom actions for ios notifications. Needs a custom service target to handle images now. 2016-11-21 15:31:14 -08:00
Samuel Clay
06ab218ac9 Stubbing in APNS push notifications in iOS. Looks for feed notifications for iOS, then requests push notifications. Sends token back to server. Still needs to handle notification and eventually edit notifications. 2016-11-17 19:53:46 -08:00
David Sinclair
c7ede2c77c iOS: done #897 (saved stories tab) 2016-03-26 21:27:25 -07:00
David Sinclair
fadc460421 iOS: Add Site popover arrow fix 2016-03-18 21:29:42 -07:00
David Sinclair
49e2cb7604 iOS: Add Site modernization 2016-03-17 20:40:09 -07:00
David Sinclair
8bd9aeb9bc iOS: move site/folder, delete & mute site
Now using the streamlined move menu to move sites & folders via the
feed detail menu, and the delete & mute site functions behave
similarly, more like the website (no more ugly alerts!).
2016-02-04 20:10:32 -08:00
David Sinclair
7f0ffdf2b7 iOS: feed chooser
Mute Sites and Organize Sites views.
2016-01-27 20:52:09 -08:00
David Sinclair
c8d22f4594 iOS: done #813 (custom domain) 2016-01-21 22:11:37 -08:00
David Sinclair
4b9327decc iOS: fixed #858 (mark older/newer as read & sharing)
Added a new “Ask” item to the Long Press Story Title preferences.
Chosen by default.

When “Ask” is selected, the feed detail long press displays a menu with
mark read options and other long press options.
2016-01-08 21:53:18 -08:00
David Sinclair
df6b098664 iOS: tweaked #825 (themes) 2016-01-07 21:12:58 -08:00
David Sinclair
07e667a95d iOS: tweaked #825 (dark mode)
Eliminated the old WYPopoverController from the code, since it isn’t
needed and isn’t compatible with theming.  All popovers now use the
modern UIPopoverPresentationController mechanism.
2015-12-15 12:37:18 -08:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
David Sinclair
c9e02c600b iOS: done #816 (replacing action sheets)
Only the older/newer long-press one; still have the story image one,
but I think that’s okay as-is since it has a title/alt text display.
Also removed some redundant code.
2015-11-29 18:08:44 -08:00
David Sinclair
05995eff64 iOS: done #820 (improve split view support) 2015-11-28 22:07:38 -08:00
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