Commit graph

36 commits

Author SHA1 Message Date
David Sinclair
af73ec4458 Fixed #1614 (story traversal buttons shifted) 2022-02-01 20:40:07 -08:00
David Sinclair
12e9b172a5 #1500 (show first story options)
- On iPad, added a feed detail preference to open the first story (default) or list the stories
- Didn't do this on iPhone, as it makes less sense there; going back from the story to the list would just bounce back into the story. I could add extra logic to avoid that if you really want this option on iPhone too.
- Both are back to the old marking as read behavior.
2022-01-25 15:14:30 -08:00
David Sinclair
41531b8f39 #1567 (Show Changes button broken)
- Now uses GET instead of POST.
2022-01-24 16:35:27 -08:00
David Sinclair
9f7a9291a7 Fixed crash with null tag 2021-12-07 19:40:59 -07:00
David Sinclair
e3459d7148 #1539 (flash before story renders) 2021-08-25 20:45:46 -07:00
David Sinclair
db114dc403 #1532 (excess traversal animation) 2021-08-24 21:01:28 -07:00
David Sinclair
27512f4453 #1491 (scroll bounce at story bottom)
- Since I couldn’t get the bounce back, I changed it to keep the traverse pinned on iPad.
2021-07-03 20:11:07 -07:00
David Sinclair
43c184d4db #1500 (show first story automatically)
- Mark as read when scrolling story.
- Mark as read when tapping story title.
- Mark as read on scroll fix.
2021-07-03 16:36:52 -07:00
David Sinclair
8ac4801257 #1500 (show first story automatically)
- Work in progress.
2021-06-12 21:51:08 -07:00
Samuel Clay
48beb427a9 iOS build 124 2021-06-07 15:43:02 -04:00
David Sinclair
125c9f77a3 #817 (three column layout)
- Cleanup and removal of obsolete code and resources.
2021-06-05 21:50:57 -07:00
Samuel Clay
5295b8d190 Fixes #1486. Removing brittle width-specific images and switching to CSS3 calc() controls to make full bleed images. Works on iPad Pro and iPhone 8, who knows about the others. But I am expecting it to work since this should cover all expected orientations and size categories. 2021-05-25 16:20:16 -04:00
David Sinclair
79a1016ab0 #1466 (stories aren't always rendering)
- A better fix; I’m pretty sure this fixes it.
2021-05-07 21:54:34 -07:00
David Sinclair
69cae720a4 #1466 (stories aren't always rendering)
- Increased dispatch time on loading full story, to give the web view time to catch up.
- Hard to repro this, so unsure if this will solve it.
2021-05-07 21:15:10 -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
04064cb876 #1442 (UI updates) 2021-03-27 17:46:34 -07:00
David Sinclair
9fb624fa06 #1425 (image menu) 2021-03-25 20:44:51 -07:00
David Sinclair
3a2df66376 #1426 (buttons inappropriately enabled on iPad) 2021-03-25 18:22:34 -07: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
2f495f89bd #1417 (traversal fade in twice) 2021-02-25 19:49:39 -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
6422d0ef15 #817 (three column layout)
- iPad fixes.
2021-01-30 12:49:07 -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
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
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
06f2ddc67e Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/NewsBlur.xcodeproj/project.pbxproj
2020-10-26 15:35:08 -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
a0b628409e #817 (three column layout)
- Fixing deprecations.
2020-09-22 17:28:14 -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
Renamed from clients/ios/Classes/StoryDetailViewController.m (Browse further)