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
83e9a956c3
iOS: #1157 (interactive back gesture)
...
Improved it so interactive back gesture works when the navigation bar is shown, or when scrolling between stories vertically. As you originally pointed out, scrolling between stories horizontally conflicts with the back gesture.
It is using the system gesture, so I can’t change the gesture behavior.
2019-05-17 20:36:55 -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
David Sinclair
1077ddc12a
iOS: done #1156 (story titles height)
...
Replaced the Preview descriptions preference with a multi-select for title only, plus short, medium, and long title & content. The text space is dynamically distributed between the two. The thumbnail is constrained in size so both the large and small variations work with all preview text sizes, with the date below if it fits.
2019-01-30 11:58:32 -08:00
Samuel Clay
a286be68a9
Preliminary drag-and-drop, although it doesn't seem to work when dropping a URL.
2017-11-30 16:49:20 -08:00
Samuel Clay
0be2b2f4d9
Adding segmented control for Infrequent Site Stories to iOS.
2017-11-08 21:21:06 -08:00
Samuel Clay
2f7083fe7e
Fixing warnings.
2017-11-02 19:28:50 -07:00
Samuel Clay
af23adda97
Adding mark read button for ipad when story titles on bottom.
2017-11-01 22:19:26 -07:00
Samuel Clay
ae6bf532f2
Fixing warnings for iPhone X and Xcode 9.
2017-09-26 10:48:02 -07:00
Samuel Clay
5fc86097dd
Moving to UIAlertController. Got a bunch more.
2017-04-11 15:43:42 -07:00
Samuel Clay
0571fe2d50
Removing ASI.
2017-03-09 20:29:30 -08:00
Samuel Clay
391140a8be
Starting to move from ASI to AFNetworking. This is going to take a while.
2017-03-09 20:10:44 -08: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
56c03d113a
Stubbing in notifications editor on iOS.
2016-11-23 13:22:12 -06:00
David Sinclair
a5dfb331fa
iOS: mute from feed detail menu
2016-01-29 14:29:22 -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
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
6d373cb419
iOS: done #771 (mark all as read)
2015-11-13 21:54:32 -08:00
David Sinclair
b0a349a795
iOS: fixed #807 (search)
...
Now uses the world icon and displays the server message for free user
search and for other premium features (e.g. saved stories by tag).
2015-11-05 21:58:34 -08:00
Samuel Clay
090b0fc2b0
Adding rename site/folder to ios. Just stubbed in, but only needs a hookup.
2015-04-26 22:05:28 -07:00
Samuel Clay
ea961939a7
Adding search bar to ios.
2014-11-17 16:07:58 -08:00
Samuel Clay
8186eae9c3
Swapping WYPopoverController for old-looking WEPopover.
2014-11-04 12:15:49 -08:00
Samuel Clay
6102c8e613
Fixing overlapping fonts in story titles.
2014-10-01 14:54:06 -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
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
7ff5e0faf7
Adding double-tap gesture to story titles.
2014-03-03 12:52:26 -08:00
Samuel Clay
700ea4f652
Fixing broken story title reload when bottom positioned.
2014-02-27 17:51:56 -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
33bf8b0121
Fixing read state on dashboard stories module. Also gracefully handling deselect transition.
2014-02-20 14:52:27 -08:00
Samuel Clay
16621187d8
Finally fixed all race conditions on loading stories.
2014-02-19 18:59:14 -08:00
Samuel Clay
c671fa56e9
Fixing orientation issues. Also working on copying dashboard story collection data to the feed detail view.
2014-02-13 17:18:29 -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
642ac1940c
Last few optimizations for story image caching.
2014-02-12 15:48:16 -08:00
Samuel Clay
810d28c650
Fixing progressive loading of story images. Needs a queue or something to speed up scrolling.
2014-02-11 11:52:32 -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
8b0f72f0f3
Rough fixes for original view on ipad. Still needs lots of love.
2014-01-16 17:15:29 -08:00
Samuel Clay
8727b683a5
Adding font size overrides.
2013-11-23 13:03:14 -08: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
Samuel Clay
f415de8c13
Speeding up unread count drawing. Adding long press to story titles for send to. Fixing mark as read by days to not show offline loader.
2013-10-09 14:54:49 -07:00
Samuel Clay
f036fb799c
Adding gestures to story titles. Needs refactoring to actually perform save/read commands. Also needs to hit the feed list.
2013-09-27 17:23:03 -07:00
Samuel Clay
fc830b23de
Beginning ios7 transition. Still lots of views to go.
2013-09-24 17:18:20 -07:00
Samuel Clay
651f4b7f4d
Fixing mismatch when marking stories as read when offline.
2013-09-05 12:38:06 -07:00
Samuel Clay
0c0f7cc2fb
Showing offline/fetching messages correctly.
2013-08-12 11:59:07 -07:00
Samuel Clay
df26853742
Mark as read works offline now.
2013-08-06 18:08:55 -07:00
Samuel Clay
bfff777490
Moving ios and android from media to clients.
2013-06-27 09:43:22 -07:00