David Sinclair
1a6d408f9b
#1287 (feed-specific mark read on scroll)
2020-03-12 20:30:02 -07:00
David Sinclair
bb4c258b71
iOS: #1201 (show hidden stories)
...
- Implemented the feature, showing or hiding hidden stories, only offering it if there are some.
- I used the “all” icon in the menu as a placeholder; please provide one you’d prefer.
- Since the crusty old menu mechanism doesn’t handle dynamic items well, I took this opportunity to migrate the feed detail menu to the block-based MenuViewController mechanism, resulting in significant code reduction.
- Enhanced MenuViewController to support the theme controls etc, so other menus can be more easily migrated next time they need to be updated.
2019-06-21 20:09:09 -07:00
David Sinclair
6317d60da3
iOS: #1138 (Siri Shortcuts)
...
Basic support for Siri Shortcuts; more to come. See the following comment on the issue for more info.
2019-04-24 20:32:04 -07:00
Samuel Clay
8bbfa8f270
Nearly finished.
2017-04-03 12:49:01 -07: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
64f4163a06
NewsBlur: fixed #770 (crash deleting story tags)
2015-10-25 20:26:49 -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
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
76d3e287c8
Adding Read Stories view. Also adding support for iOS 7's OvershareKit.
2014-10-22 17:03:55 -07:00
Samuel Clay
e0268b9c76
Completing feed view of saved story tags. Need to update counts and fix tags with spaces.
2014-05-20 15:29:16 -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
6fc2527129
Refactoring feedPage ivar to fix issues with offline river and switching back and forth between dashboard and feed detail.
2014-02-27 14:49:33 -08:00
Samuel Clay
be44b5dba4
Transfering stories from feed detail back to dashboard when originally came from dashboard.
2014-02-21 12:24:53 -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
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