Commit graph

48 commits

Author SHA1 Message Date
David Sinclair
f2e6ded732 Fixed #1824 (story image width is wrong on launch) 2023-10-23 21:41:54 -05:00
David Sinclair
a6b190eb6e Crasher fixes 2023-10-18 16:14:46 -06:00
David Sinclair
ea4adff207 #1827 (Next Unread button leads to spinning screen) 2023-10-18 15:50:09 -06:00
David Sinclair
c9f573eca3 #1720 (Grid view)
- Fixed not showing the right story when tapping on a card after a long story.
2023-08-29 19:29:42 -06:00
David Sinclair
fec83d79b6 #1720 (Grid view)
- Restored the legacy table view for the list layout.
- Still uses the modern SwiftUI view for the grid layout.
- Added an option in Preferences (below the “Story titles layout” for “List style”, to choose between “Standard” (aka the table) and “Experimental” (aka the grid-based list) so we can continue to improve the nicer modern list.
- Removed the swipe gesture from the grid view.
- Fixed a crash putting the app in the background.
- Fixed some other issues.
2023-05-25 21:47:34 -07:00
David Sinclair
66d148d3a1 #1720 (Grid view)
- In Grid layout, when the number of columns is set to Auto, it uses 4 columns for landscape and 2 columns for portrait.
- In Grid layout, if the number columns is 4, it only displays 3 in portrait, since 4 won’t fit.
- Removed the old collection view; code referencing it is left commented out for now, just in case any is needed later.
- Now respects the safe area at the bottom of the screen.
- Added support for pull-to-refresh.
- Added a progress indicator when loading (nicer than the old flashing row, I think).
- Deselecting a story in Grid view now avoids scrolling.
2023-04-21 21:44:28 -07:00
David Sinclair
d33c5866b5 Fixed #1791 (external keyboard shortcuts) 2023-04-19 14:10:09 -07:00
David Sinclair
ab9e305e38 #1720 (Grid view)
- The story view on Grid layout now resizes to fit the content.
- The story view scrolls as part of the Grid.
- Selecting a story scrolls to it in Grid layout, most of the time.
2023-03-03 21:38:55 -07:00
David Sinclair
893c57d2aa #1720 (Grid view)
- Cards now include the feed bar, favicon, and name.
- Cards now include unread, saved, and shared indicators.
- Previews now support the none, left/right, and small/large options.
- Several layout tweaks.
- The Grid layout now supports the columns and length settings.
- The Grid layout now includes a bar above the story to close it.
- Tidied the code a bit.
2023-02-02 21:41:10 -06:00
David Sinclair
27d86b46bb #1720 (Grid view)
- Settings menu in grid view.
- Properly changing layouts.
2022-10-27 15:19:31 -06:00
David Sinclair
2976818a2f #1720 (Grid view)
- Grid view selection.
2022-10-26 21:57:42 -06:00
David Sinclair
a54b423aa1 #1720 (Grid view)
- Work in progress.
2022-09-02 20:39:00 -06:00
David Sinclair
bc35c84bf7 #1693 (2022 Redesign)
- Replaced the feeds list notificaitons icon.
- The feed detail folder title icon now matches the color.
- Changed all of the settings icons to the new style.
- Changed the feed detail mark read icon.
- Changed the focus and hidden unread indicators.
- Unread indicators sized to match the web.
- Tweaked feed detail spacing.
- Increased feed detail titles to up to three lines.
- Titlecased Interactions / Your Activities.
- Removed borders and tweaked section titles in trainer.
2022-08-17 21:48:20 -07:00
David Sinclair
375e3757e2 #1693 (2022 Redesign)
- Laboriously updated the icons (finding the names in the web inspector, updating the code, inspecting the colors, setting those separately, dealing with scaling issues, etc etc).
- Let me know if you spot any icons that I missed, or unscaled icons (they have to be explicitly sized, otherwise appear huge).
- More space between story title and story content.
- More space when reading a folder.
- Added Compact/Comfortable to feed detail menu.
- Changing Compact/Comfortable also adjusts the feed detail list.
- Adjusted the color of the story content etc in the feed detail list.
- Removed top and bottom borders from feed title gradient in story detail.
- More space in story detail header.
- The feed detail is offset when selected.
- Updated the feeds social, search, and saved background colors.
- Unread counts no longer have a shadow, and have more space.
- Folders and feeds remain selected in the feeds list when returning from a story or refreshing.
- Folders in the feeds list no longer have a different background color.
- The folders and feeds highlight is now rounded and unbordered like on web.
2022-07-20 21:35:16 -07:00
David Sinclair
8f83b73d7a Fixed #1658 (story is missing or offset on iPad 11") 2022-05-03 20:03:25 -06:00
David Sinclair
2218d11e69 #1669 (scrolling broken)
- Oops, sorry about that.
- iPad-specific change is now restricted to iPad.
2022-04-11 16:58:27 -07:00
David Sinclair
f796cec09a #1666 (toggling fullscreen loses story position)
- The story scroll position is now maintained (as best as possible) when toggling fullscreen.
2022-04-01 21:18:54 -07:00
David Sinclair
a72a3ec1db Fixed #1657 (returning to the app causes story to be offset) 2022-03-31 22:01:03 -07:00
David Sinclair
f954bb1d75 #1655 (up/down keys no longer working) 2022-03-29 21:20:41 -07:00
David Sinclair
09ac81ecce #1607 (widget is slow to reload)
- Added a new smart folder for Widget Site Stories, above Read Stories towards the bottom.
- It lists stories from the feeds the widget displays.
- Loading a story from the widget uses this feed, so it’s much faster (doesn’t have to keep loading to find the story).
2022-03-09 19:16:43 -07:00
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
db114dc403 #1532 (excess traversal animation) 2021-08-24 21:01:28 -07:00
David Sinclair
b109acf473 #1532 (excess traversal animation) 2021-08-19 21:13:22 -07:00
David Sinclair
8ac4801257 #1500 (show first story automatically)
- Work in progress.
2021-06-12 21:51:08 -07:00
David Sinclair
125c9f77a3 #817 (three column layout)
- Cleanup and removal of obsolete code and resources.
2021-06-05 21:50:57 -07:00
David Sinclair
cad8017b5c #1455 (crash opening notifications) 2021-06-04 21:49:08 -07:00
David Sinclair
bbbe9601e3 #1489 and #1492 (story content bottom space) 2021-05-29 21:36:50 -07:00
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)