Commit graph

20 commits

Author SHA1 Message Date
David Sinclair
2e45a55847 #1485 (story paging resistance)
- Boo for fractions!
2021-05-22 16:13:25 -07:00
David Sinclair
a7dfb49c19 #1455 (crash opening notifications)
- Fix for one issue I saw.
- Extra logging for a possible crash location.
2021-05-21 15:07:59 -07:00
David Sinclair
8f86c42685 #1465 (iPad columns when tapping feed vs folder) 2021-05-08 21:27:11 -07:00
David Sinclair
60eaa612a8 #1473 (swiping to first story goes back to feed detail) 2021-05-07 21:31:55 -07:00
David Sinclair
e0fce3f509 #817 (three column layout)
- Removed the obsolete container view.
- Tweaked a few places that still used it.
2021-04-24 21:55:36 -07:00
David Sinclair
a93b27531e #1451 (small tweaks) 2021-04-22 21:49:13 -07:00
David Sinclair
9ede6c39ad #1442 (UI updates) 2021-03-26 21:51:02 -07:00
David Sinclair
772517f496 #1423 (auto-hiding sidebar when reading stories on smaller iPads) 2021-03-25 21:42:38 -07:00
David Sinclair
3ff1e50b7c #1424 (keyboard shortcuts) 2021-03-25 21:20:45 -07:00
David Sinclair
3a2df66376 #1426 (buttons inappropriately enabled on iPad) 2021-03-25 18:22:34 -07:00
David Sinclair
77ab11512a #1404 (edge swipe back in fullscreen) 2021-02-27 20:29:58 -08:00
David Sinclair
e31b1813de #1418 (page controller scrolling in two axes) 2021-02-26 15:00:46 -08:00
David Sinclair
6f30cfa18c #1405 (traversal buttons moving incorrectly)
- Adjusted to respect the safe area insets, so works properly on FaceID and TouchID phones.
2021-02-25 20:33:22 -08:00
David Sinclair
71405c0b85 #1405 (traversal buttons moving incorrectly)
- Fixed.
2021-02-12 20:29:58 -08:00
David Sinclair
09e06b327f #1403 (fullscreen scrolling jump)
- Fixed jumping when toggling fullsreen.
2021-02-12 19:50:35 -08:00
David Sinclair
bc5be80e15 #817 (three column layout)
- More iPhone & iPad fixes.
- Fullscreen fixes.
- Disabled the tap to toggle fullscreen.
- Restored the old-style fullscreen toggle by pulling down when at the top.
2021-01-30 20:33:29 -08:00
David Sinclair
1b7c759145 #817 (three column layout)
- iPad fixes.
2021-01-30 13:26:25 -08:00
David Sinclair
6422d0ef15 #817 (three column layout)
- iPad fixes.
2021-01-30 12:49:07 -08:00
David Sinclair
ae2b23a6c4 #817 (three column layout)
- Story pages view controller appearance tweaks.
2021-01-29 21:28:34 -08:00
David Sinclair
f091832e6d #817 (three column layout)
- Since the UIPageViewController approach to paging had multiple issues that were proving impossible to work around, I decided to revert to the old UIScrollView-based approach.
2021-01-29 20:10:53 -08:00
Renamed from clients/ios/Classes/DetailObjCViewController.m (Browse further)