Commit graph

966 commits

Author SHA1 Message Date
Nicholas Riley
c659f1df04 Delegate to Web view for original story so you can scroll it with the keyboard (#826). 2015-12-09 11:20:35 -05:00
Nicholas Riley
2f6e6540bb Keyboard support for back buttons (#826).
Also focuses current story page more reliably.
2015-12-09 11:20:35 -05:00
Nicholas Riley
f268f5eb57 iOS: keyboard support for NewsBlurViewController (#826). 2015-12-09 11:19:13 -05:00
Nicholas Riley
b88e1cc5fc First pass at iOS keyboard support (#826). 2015-12-09 11:19:13 -05:00
Nicholas Riley
3e39a47de5 Merge branch 'master' into 5.1 2015-12-09 10:49:26 -05:00
Nicholas Riley
b3f7e46d35 iOS: Use force ratio instead of absolute force.
https://getsatisfaction.com/newsblur/topics/swiping-on-images-brings-up-image-menu-sometimes
2015-12-09 10:27:45 -05:00
Samuel Clay
d697b8424e UITouch -force crashes on ios 8. Swiping right to go from story detail to story list was crashing ios 8. 2015-12-07 20:16:35 -08:00
Samuel Clay
b0a4a5d28b Merge pull request #843 from nriley/fix-training
iOS: Fix long-press story training from feed detail view.
2015-12-07 19:43:32 -08:00
Samuel Clay
5fd3126316 Cut a bit too much when fixing rotation bugs. Closes #842. 2015-12-07 19:41:15 -08:00
David Sinclair
af2ab36297 iOS: done #825 (dark mode) 2015-12-07 16:09:49 -08:00
Nicholas Riley
839908def3 iOS: Fix long-press story training from feed detail view. 2015-12-06 11:17:17 -05:00
Nicholas Riley
ceee44f44d Don’t crash when trying to open a popover from keyboard when same popover is already visible. 2015-12-05 20:59:47 -05:00
Nicholas Riley
777da449a4 Remove mentions of UIPopoverController (fixes regressions in #820).
Also remove -[NBContainerViewController showSendToController:] which no longer does anything of the sort, and attempt to speed up popover-popover transition a bit by not animating.
2015-12-05 14:42:02 -05:00
Samuel Clay
2800f544fe Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad. 2015-12-03 16:15:03 -08:00
Samuel Clay
d694993d8d V5.0.2. 2015-12-01 16:51:18 -08:00
Samuel Clay
ef25dbbe57 Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar. 2015-12-01 15:29:27 -08:00
Samuel Clay
b756e7cd80 Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story. 2015-12-01 15:17:46 -08:00
Samuel Clay
0117bbc815 No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view. 2015-11-30 18:12:10 -08:00
Samuel Clay
7f5d516be8 Merge pull request #833 from nriley/searchbar
iOS: Don't scroll when going back to a story list (#832)
2015-11-30 16:00:03 -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
Nicholas Riley
74dff538f3 iOS: Fix crash marking story as unread if no story has been displayed yet.
(NSArrays cannot contain nil; finishMarkAsRead: already did this correctly.)
2015-11-27 22:53:49 -05:00
Nicholas Riley
ccb83465ca iOS: Don’t scroll the story titles table when returning to the feed detail view (#832). 2015-11-27 22:24:58 -05:00
Samuel Clay
0d7c3a3528 Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786. 2015-11-23 11:14:03 -08:00
David Sinclair
bd0cccc8f7 iOS: fixed #821 (improve sharing for Notes) 2015-11-19 19:53:56 -08:00
David Sinclair
92a95bdb1b I think this is a better fix for the iOS 8 crash 2015-11-18 15:20:03 -08:00
Samuel Clay
a69d75fa84 Crash on iOS 8.4. 2015-11-18 14:38:52 -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
Samuel Clay
f8ed69056e Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.) 2015-11-17 21:11:34 -08:00
David Sinclair
0636a40aec iOS: done #771 (mark all as read)
Added the preference and long press.
2015-11-17 15:13:29 -08:00
David Sinclair
fedba2870b NewsBlur: tweaked #771 (mark all as read) 2015-11-13 22:12:09 -08:00
David Sinclair
6d373cb419 iOS: done #771 (mark all as read) 2015-11-13 21:54:32 -08:00
David Sinclair
195e38c329 iOS: fixed #786 (scroll on double-tap) 2015-11-12 15:30:43 -08:00
David Sinclair
8aad53d244 iOS: fixed iPad Safari rotation issue
Phew.  A bit hacky, but works.
2015-11-11 21:26:11 -08:00
David Sinclair
ec60fabdcd iOS: fonts display name 2015-11-11 15:39:33 -08:00
David Sinclair
1d3e3ca9bb iOS: better Safari rotation recovery, though still not perfect 2015-11-11 13:43:22 -08:00
David Sinclair
9b0b1a7693 iOS: removed transition & gesture for Safari view controller 2015-11-11 11:02:16 -08:00
David Sinclair
e2f679674e iOS: disabled transition of Safari view controller to avoid rotation issues 2015-11-10 21:33:46 -08:00
David Sinclair
b535b6d87f iOS: done #767 (mark read on scroll) 2015-11-09 14:51:12 -08:00
Samuel Clay
2dd7214925 Adding whitney, gothamnarrow, and chronicle fonts to ios. 2015-11-09 14:39:47 -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
David Sinclair
f394e19232 iOS: changed #808 (add site tweaks)
Here are the folder selection and size changes.  Awaiting clarification
of the autocomplete before I close this.  (Or if it's one line to
comment out, you could do that if you prefer.)
2015-11-05 21:00:11 -08:00
David Sinclair
ffd0604fe8 iOS: tweak to #806 (3D touch shortcuts)
Handling when not logged in.  (Checking dictFeeds seemed the most
reliable way to do that; there didn't seem to be a boolean for the
logged in state?)
2015-11-05 17:36:39 -08:00
David Sinclair
11a9de655d iOS: done #806 (3D touch shortcuts) 2015-11-05 16:43:43 -08:00
David Sinclair
2892edcca1 iOS: fixed #802 (link causes scroll to top) 2015-11-05 14:16:11 -08:00
David Sinclair
4008ea9881 iOS: tweaked #755 (sharing extension)
Work in progress; I can't do more on this till I get answers to the
previous comments.
2015-11-05 11:39:17 -08:00
David Sinclair
0958d489a6 NewsBlur: updated shareext branch from master for #755 (sharing extension) 2015-11-04 20:06:46 -08:00
David Sinclair
3907596be6 iOS: fixed #788 (iPad Pro support) & fixed #789 (tabbing on login/signup) 2015-11-04 16:11:39 -08:00
Samuel Clay
433c3b882c Lowercase font menu titles look better. 2015-11-04 15:20:09 -08:00
David Sinclair
b8a82544bb iOS: done #794 (voiceover support)
Added voiceover labels where needed on the main views.  More could be
done, but this is a good start.
2015-11-03 22:21:18 -08:00