David Sinclair
618c8753cb
iOS: #1157 (interactive back gesture)
...
Tweaked to avoid getting stuck if the edge swipe is cancelled.
2019-05-16 19:43:09 -07:00
David Sinclair
f5e189d82c
iOS: #1157 (interactive back gesture)
...
Now restores the standard edge swipe gesture delegate when going back to the feed detail.
2019-05-16 19:31:24 -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
71194bfd2f
iOS: #1160 (state restoration)
...
- Added a "Restore position" preference in the "Reading Stories" group, with options to restore the previous state on launch always, within a specified interval, or never.
- When within the indicated interval, the app restores the feeds, feed detail, and story selections and scrolling positions.
- The active story is marked unread to ensure it remains available for restoring, and re-marked read when resumed.
- NOTE: only supported on iPhone for now. I’ll add iPad support later.
2019-03-22 20:55:22 -07:00
David Sinclair
176aa0769a
Fixed iOS: #1175 (duplcated sentences in content previews)
...
Sorry, a bug in the optimized HTML converter that affected some content.
2019-03-19 20:08:59 -07:00
David Sinclair
3aecee118c
iOS: tweaked #1156 (story height)
...
- Fixed overlap when the title is long and the content is short.
2019-03-04 20:30:11 -08:00
David Sinclair
45875d2e10
iOS: #1156 (story titles height)
...
- Fixed mistakenly showing the infrequent stories message.
- Fixed the alignment of the segmented controls, by making all non-proportional.
- Added a control for the image size.
- Decodes HTML entities, and strips line breaks.
- Uses dynamic row heights when the text is short.
2019-02-12 20:43:44 -08:00
David Sinclair
fc1fa9a941
iOS: #1156 (story titles height)
...
Added segmented control in feed detail list.
2019-02-05 21:05:34 -08:00
David Sinclair
c8d7f88890
iOS fixed #1149 (mark read on scroll while loading)
2019-01-30 15:07:26 -08: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
David Sinclair
bad814f27a
iOS: fixed #1139 (scroll to top)
...
The search field is no longer hidden on the iPad dashboard view.
2018-12-08 13:40:58 -08:00
David Sinclair
85d3ae65fa
iOS: done #1142 (preview size pref)
...
I think you’ll particularly like the small size on your iPhone SE.
2018-11-12 20:27:46 -08:00
David Sinclair
2244830633
iOS: done #1122 (stretched user icon)
...
Fixed the social feed detail icon being stretched, and the avatar on the feeds list being missing.
2018-09-26 11:20:51 -07:00
David Sinclair
41589dc2cb
iOS: done #1111 (save stories offline)
2018-09-13 10:44:00 -07:00
Samuel Clay
f72356b2e9
Fixing improper decoding of HTML entities as Hackaday uses some special encodings that I don't often see.
2018-02-20 11:17:51 -08:00
Nicholas Riley
dc6742b8c0
Improve story drag and drop on iPad.
...
Provide (in descending priority order):
1. an StoryTitleAttributedString object which provides attributed string containing the (optional) image and a link, for drops into apps such as Notes, or if rich text is unsupported, Story Title <story URL>.
2. a URL (alone)
This avoids the issue where a “2” or “3” is displayed and multiple items appear to be being dragged (see #1072 ).
Correctly return an empty array rather than nil if we have nothing to drag.
2018-01-06 13:35:20 -05:00
Nicholas Riley
a37dbb25fc
Don’t enable drag and drop on iPhone as it isn’t helpful.
...
References #1072 .
2018-01-06 13:28:28 -05:00
Samuel Clay
fcfe227a3c
Handling crash on long press on non-story row. Also fixing mark read on Infrequent Site Stories to work as it should.
2017-12-18 15:03:53 -08:00
Samuel Clay
864c7697bf
Updating feed (and folder) unread counts when scrolling or marking as read on dashboard river.
2017-12-15 18:10:04 -08:00
Samuel Clay
25d414be44
Drag and drop now works.
2017-12-05 13:26:55 -08:00
Samuel Clay
98537bd4f8
Removing base64 lib.
2017-11-30 16:57:10 -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
cc82787e8d
Adding premium dialog to search.
2017-11-15 16:38:26 -08:00
Samuel Clay
9cc3b1c950
Showing premium callout on bottom of river feeds. Need to do text view still, as well as handle better upgrade process.
2017-11-15 11:51:34 -08:00
Samuel Clay
0be2b2f4d9
Adding segmented control for Infrequent Site Stories to iOS.
2017-11-08 21:21:06 -08:00
Samuel Clay
8b3f2f6040
Fixing crash on ipad, as well as story page sizing.
2017-11-07 19:28:01 -08:00
Samuel Clay
cf26b3aced
Adding infrequent site stories to iOS. Also adding documentation to API.
2017-11-05 22:07:43 -08: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
df2cb636e5
Adding notifier back to detail pages.
2017-10-30 18:32:59 -07:00
Samuel Clay
644759d752
Aiutolayout for notifier. Needs animations fixed.
2017-10-30 11:30:12 -07:00
Samuel Clay
294fc822fd
Fixing feed detail view for iPhone X.
2017-10-18 21:18:19 -07:00
Samuel Clay
7d6acfebb5
Adding feed list and story list font size segmented controls to feed and story menus. Also changing feed and story title list to be variable height depending on font size.
2017-10-04 16:34:30 -07:00
Samuel Clay
ae6bf532f2
Fixing warnings for iPhone X and Xcode 9.
2017-09-26 10:48:02 -07:00
Samuel Clay
b39fe47458
Fixing sharing HUD.
2017-06-08 12:17:06 -07:00
Samuel Clay
847472ec00
Marking as read on scroll now marks a story as read where you can see it.
2017-06-01 21:19:39 -07:00
Samuel Clay
d32cc18857
Rearranging prefs.
2017-05-11 07:38:29 -07:00
Samuel Clay
5fc86097dd
Moving to UIAlertController. Got a bunch more.
2017-04-11 15:43:42 -07:00
Samuel Clay
45a7473cf3
Feed ids is a list.
2017-04-04 17:12:25 -07:00
Samuel Clay
b88e870727
More aggressive clearing of cache.
2017-04-04 15:33:08 -07:00
Samuel Clay
b787650d51
ios 8 branch works! Had to replace TMCache wtih PINCache, but it looks solid now.
2017-04-03 18:52:23 -07:00
Samuel Clay
ca3309a0ba
Fixing last error. Now to fix everything else that's broken.
2017-04-03 16:07:01 -07:00
Samuel Clay
8bbfa8f270
Nearly finished.
2017-04-03 12:49:01 -07: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
ebce9299b8
Fixing warnings. Next has to be removing ASI dependency.
2017-01-05 11:44:18 -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
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
David Sinclair
27fbf12081
iOS: fixed #929 (rotation issue on iPhone with Safari browser)
...
This was a curly one! I also fixed a bunch of Xcode 8 warnings (for
non-third-party code; I'd like to fix the third-party ones to get to
zero warnings, but don't know how you feel about that).
2016-10-05 21:03:32 -07:00
Samuel Clay
fda1bd72f8
Fixing "Loading stories..." notifier when online stories are taking too long but offline stories are coming in. v6.0.2.
2016-05-11 19:52:50 -07:00
Samuel Clay
91470ceb9b
Sync story read status to server when scrolling to mark as read. I'm not sure why this hasn't been happening.
2016-03-14 13:54:26 -07:00