Commit graph

1157 commits

Author SHA1 Message Date
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
a1452bcef3 #1351 (gestures in vertical scrolling)
- Restored the old scroll direction preferences, since I’ve removed the UIPageViewController approach (see #817).
- I’ll come back to this feature enhancement later, with a different solution.
2021-01-29 20:26:44 -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
David Sinclair
2b3d331fa9 #817 (three column layout)
- When rotating iPhone from portrait to landscape, the feed detail now appears correctly.
- Eliminated some popping; changing columns works differently with the split view.
2021-01-16 20:47:03 -08:00
David Sinclair
c5d09a1244 #817 (three column layout)
- Fixing several issues, including crash on launch due to loading the feed detail multiple times.
2021-01-16 19:36:16 -08:00
David Sinclair
8d372f25d6 #817 (three column layout)
- Fixed sporadic crash when changing pages.
2021-01-16 15:37:05 -08:00
David Sinclair
abe171ce80 #817 (three column layout)
- Scrolling story instead of pages.
- Change pages vertically only when at the top or bottom of a story.
2021-01-15 21:26:53 -08:00
David Sinclair
b759cfe3b7 #817 (three column layout)
- iPhone layout fixes.
2020-12-24 16:20:22 -08:00
David Sinclair
99f9a28368 #817 (three column layout)
- Disabled top & bottom layouts on iPhone.
- Replaced nav push with show.
- Other iPhone layout fixes.
2020-12-24 13:49:27 -08:00
David Sinclair
906087d10f #817 (three column layout)
- Removed pref & menu option for horizontal scrolling, since both always available now.
- Added the folder/feed title on the detail view.
2020-12-22 19:43:30 -08:00
David Sinclair
a583194d8a #817 (three column layout): top & bottom layout 2020-12-21 20:53:08 -08:00
David Sinclair
76ad00b0c3 #817 (three column layout)
- Lots more progress; see followup comment.
2020-11-28 21:28:19 -08:00
David Sinclair
53d2580564 #817 (three column layout)
- iPhone fixes.
2020-11-25 21:39:11 -08:00
David Sinclair
04a8f7ab3b #817 (three column layout)
- Split view tweaks.
- iPhone support.
2020-11-24 21:34:45 -08:00
David Sinclair
2abb52792c #817 (three column layout)
- Minimum requirements now iOS 14 and macOS 11.
2020-11-23 20:31:36 -08:00
David Sinclair
2549a4cec5 #817 (three column layout)
- Lots more progress on the detail view and other areas.
2020-10-30 20:58:27 -07:00
David Sinclair
48ec924b9e Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/NewsBlur.xcodeproj/project.pbxproj
#	clients/ios/NewsBlur.xcodeproj/xcshareddata/xcschemes/NewsBlur.xcscheme
#	clients/ios/NewsBlur.xcodeproj/xcshareddata/xcschemes/Share Extension.xcscheme
#	clients/ios/NewsBlur.xcodeproj/xcshareddata/xcschemes/Story Notification Service Extension.xcscheme
#	clients/ios/NewsBlur.xcodeproj/xcshareddata/xcschemes/Widget Extension.xcscheme
2020-10-27 13:10:56 -07:00
David Sinclair
a433bfbc8d #1377 (mark as read for titles only)
- Easy fix, using a smaller offset if title only.
2020-10-26 20:05:14 -07:00
David Sinclair
06f2ddc67e Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/NewsBlur.xcodeproj/project.pbxproj
2020-10-26 15:35:08 -07:00
Samuel Clay
4155e1ff14 Fixing newsltter check which inaccurately added newsletter div to all stories. 2020-09-28 12:44:07 -04:00
David Sinclair
ce5c6f209f #817 (three column layout)
- Tweak.
2020-09-26 21:24:34 -07:00
David Sinclair
3c5909ae2c Merge branch 'dejal' into catalyst 2020-09-26 20:50:30 -07:00
David Sinclair
e634e17d00 #1376 (unresponsive segmented controls in menus on iOS 14)
- Fixed.
2020-09-26 20:49:18 -07:00
David Sinclair
8cc59dccf4 #817 (three column layout)
- More progress on the story pages stuff.
2020-09-26 20:30:35 -07:00
David Sinclair
4a2a4ffb75 #817 (three column layout)
- Horizontal and vertical page view controllers, using experimental views.
- This will help with #1351 (gestures in vertical scrolling).
- Changes preparing for #1264 (multi-window) support.
- Various other tweaks.
2020-09-25 20:31:01 -07:00
David Sinclair
d5292613fb #817 (three column layout)
- Fixed deprecations.
2020-09-23 21:30:31 -07:00
David Sinclair
54516446fc Merge branch 'dejal' into catalyst 2020-09-22 20:52:27 -07:00
David Sinclair
54f59259cb #1373 (saved searches on unread)
- Saved searches now appear in all intelligence views.
2020-09-22 20:52:10 -07:00
David Sinclair
a0b628409e #817 (three column layout)
- Fixing deprecations.
2020-09-22 17:28:14 -07:00
David Sinclair
9f314033a5 Merge branch 'dejal' into catalyst 2020-09-21 20:33:46 -07:00
David Sinclair
165176cff6 #1372 (download bar appears when returning to feed list)
- Now only hides the bar if it was attempted to be hidden when not visible.
2020-09-21 20:33:31 -07:00
David Sinclair
8f7f485043 #817 (three column layout)
- Numerous changes for three-column layout support and other projects.
- Work in progress.
2020-08-29 21:19:32 -07:00
David Sinclair
5fe73d431b #817 (three column layout)
- Fixing warnings.
- Adding Swift subclasses of ObjC ones.
2020-08-27 21:26:12 -07:00
David Sinclair
35cc288e83 Warning fixes 2020-08-27 15:08:46 -07:00
David Sinclair
b38bff55e8 Missing brackets 2020-08-25 21:46:23 -07:00
David Sinclair
ca4a59f0d6 Merge branch 'dejal' into catalyst 2020-08-25 20:40:44 -07:00
David Sinclair
6d1b89040f #1340 (Open in Edge)
- Confirmed that the code already added to open in Edge works.
- Added an option to open in Brave while I was there.
2020-08-25 15:56:29 -07:00
David Sinclair
488100aaf5 #1357 (pull-to-refresh in feed detail)
- For feeds, not folders.
2020-08-24 21:40:31 -07:00
David Sinclair
8728408f9e Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/Classes/StoryDetailViewController.m
2020-08-24 13:18:58 -07:00
David Sinclair
9aaa39f0d0 #1350 (fullscreen vertical scrolling) & #1338 (fullscreen improvements)
- Several changes to improve the fullscreen experience, especially in vertical paging mode.
2020-07-31 16:10:09 -07:00
David Sinclair
4df24a0d6d #1342 (story selection fade)
- Fixed selection being reset.
2020-07-22 20:17:17 -07:00
David Sinclair
ef37602ee1 #1341 (back button color)
- I can’t get it to fail, but I noticed that the back button tint color is only set in the feed detail. It shouldn’t need to be set at all, so I’ve commented that out; let’s see if that makes it better or worse.
2020-07-21 21:17:29 -07:00
David Sinclair
028ef49d40 #1348 (scroll indicators theme)
- The views now set the indicator style for the theme.
2020-07-21 20:30:02 -07:00
David Sinclair
cb060546b3 #1344 (search loses focus)
- No longer resets the first responder when searching.
2020-07-21 20:00:09 -07:00
David Sinclair
d5884044be #1336 (dark mode newsletters)
- Made the background colors match the theme.
- Now detects newsletters when viewing by folder too.
2020-06-29 16:25:27 -07:00