Commit graph

1277 commits

Author SHA1 Message Date
David Sinclair
aa1d09f163 #1720 (Grid view)
- Non-Grid layout improvements.
2023-01-05 21:53:19 -06:00
David Sinclair
3973662398 #1720 (Grid view)
- Grid layout improvements.
2023-01-05 20:56:48 -06:00
David Sinclair
61a968e368 Merge branch 'dejal' into catalyst 2023-01-05 18:20:55 -06:00
David Sinclair
c95bf08a5f #1771 (cannot delete or move top level feed)
- Fixed.
- Investigating wacky situation where the table could attempt to access an out-of-range cell.
2023-01-04 21:29:06 -06:00
David Sinclair
a1777280d9 #1720 (Grid view)
- Work in progress on refactoring the feed detail cell to view-based Swift, to make it easier to maintain, and to use autolayout to rearrange the content.
2022-12-12 22:04:04 -06:00
David Sinclair
5ae9207306 Merge branch 'dejal' into catalyst 2022-12-07 19:22:39 -06:00
David Sinclair
031ddba2c4 #1718 (nested folder bug)
- Fixed duplication of feeds from subfolders.
2022-11-30 15:08:30 -06:00
David Sinclair
9adbe4c479 #1765 (user's feed list is empty)
- Their “Main Folder” contains 80,744 feeds, which the table view can’t handle; it now limits display to the first 5,000 feeds in a folder.
2022-11-28 10:03:40 -06:00
David Sinclair
3b1c824ab3 Merge branch 'dejal' into catalyst 2022-11-24 20:30:06 -06:00
David Sinclair
26c5de63d8 #1755 (split builds for development) 2022-11-23 21:35:56 -06:00
David Sinclair
4e6493afb0 #1751 (don't allow double-tap to open original story while on story titles)
- This reverts commit 7da4a868495013f3f1f09a5484f076d244603bba., so iPad is back to previous default.
- Also changed it to completely remove the option on iPhone.
2022-11-23 19:37:18 -06:00
David Sinclair
48c1d80284 #1747 (marking a feed as read takes you to the wrong feed)
- Another tricksy edge case: was picking the wrong feed if viewing Unread with a nested folder within a collapsed folder! Now much smarter about that.
2022-11-21 11:17:54 -06:00
David Sinclair
6a47503ef4 #1747 (marking a feed as read takes you to the wrong feed)
- Fixed crash with unread focus.
2022-11-19 18:40:46 -06:00
David Sinclair
739c61fe4a #1758 (reloading of story on rotation)
- Fixed.
- Only affected Pro Max phones.
- By the way, rotating back to landscape would show the story again.
2022-11-18 19:51:09 -06:00
David Sinclair
b5b4c5de42 #1759 (subfolders missing unread counts)
- Fixed.
2022-11-18 14:32:22 -06:00
David Sinclair
5ce58e186d #1747 (marking a feed as read takes you to the wrong feed)
- Fixed folder not opening next unread.
2022-11-18 13:37:17 -06:00
David Sinclair
62b35c212d #1747 (marking a feed as read takes you to the wrong feed)
- The next feed/folder when marking read feature now goes straight to the appropriate feed/folder.
- Added a check to avoid looping forever if there aren’t any unreads left.
2022-11-17 20:30:47 -06:00
David Sinclair
db54735c3a #1720 (Grid view)
- Work in progress on view-based feed detail cell layout, which enables dynamically sizing cells without the ugly hacks used in the past, and will make it easier to support different layouts (like image on top).
2022-11-14 21:39:01 -06:00
David Sinclair
14247ac926 #1720 (Grid view)
- Cleanup.
2022-11-10 19:22:03 -07:00
David Sinclair
c3a21924b6 Deprecation warning fixes 2022-11-09 21:38:40 -07:00
David Sinclair
22bbdf0e03 Replaced background fetch with modern mechanism 2022-11-09 21:14:39 -07:00
David Sinclair
7d5018ce2c Merge branch 'dejal' into catalyst 2022-11-09 19:57:56 -07:00
David Sinclair
7da4a86849 #1751 (don't allow double-tap to open original story while on story titles) 2022-11-09 19:45:14 -07:00
David Sinclair
4add3b1098 #1750 (marking all stories as read leaves a white row)
- Fixed.
2022-11-09 19:32:04 -07:00
David Sinclair
be0da4fa8a #1747 (marking a feed as read takes you to the wrong feed)
- Improved logic for muted sites.
2022-11-09 16:11:30 -07:00
David Sinclair
f0a0fd38fe 1747 (marking a feed as read takes you to the wrong feed)
- Now repeats selecting the next folder or feed until it finds a folder or feed that isn’t muted and has unread stories.
2022-11-08 12:48:02 -07:00
David Sinclair
67219d0b63 #1746 (image preview shows images even on No Image option)
- Fixed.
2022-11-08 09:25:21 -07:00
David Sinclair
fa71dde865 #1720 (Grid view)
- Updating the story view, including sizing to fit.
- Hiding the loading notifier.
- Implemented the grid cell heights.
2022-10-27 20:53:47 -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
38cca00984 #1720 (Grid view)
- Selection improvements.
2022-10-26 20:50:07 -06:00
David Sinclair
0a5e6fe848 Merge branch 'dejal' into catalyst 2022-10-26 14:52:09 -06:00
David Sinclair
9605dcb552 #1740 (avatar and notification icons)
- Tweaked positions of avatar and notifcations buttons again.
2022-10-26 13:20:36 -06:00
David Sinclair
6ccb2d5def Merge branch 'dejal' into catalyst 2022-10-25 21:14:11 -06:00
David Sinclair
a02a7b24fb #1740 (avatar and notification icons)
- Tweaked the position of the avatar icon.
2022-10-20 11:24:15 -06:00
Samuel Clay
b38788a78b New intelligence icons, switching to full text for feed list control. 2022-10-20 08:35:49 -04:00
David Sinclair
572400cd11 #1720 (Grid view)
- More work in progress.
2022-10-08 14:54:49 -06:00
David Sinclair
59d2046522 #1720 (Grid view)
- Fixed switching between layouts.
2022-10-05 19:17:56 -06:00
David Sinclair
0519f32232 #1720 (Grid view)
- Fix.
2022-10-05 15:57:35 -06:00
David Sinclair
8e72a882ef Merge branch 'dejal' into catalyst 2022-09-25 20:39:05 -06:00
David Sinclair
c671457fbe #1734 (support for iOS and iPadOS 16, and Xcode 14)
- Updated project to Xcode 14.
- Updated Swift code to Swift 5.7.
- Tweaked the login view to avoid the logo behind the Dynamic Island on iPhone 14 Pro.
2022-09-25 20:35:46 -06:00
David Sinclair
3705f73bc7 Merge branch 'dejal' into catalyst
# Conflicts:
#	clients/ios/Classes/FeedDetailObjCViewController.m
2022-09-25 19:35:25 -06:00
David Sinclair
6c012330b7 #1732 (new preference to load next feed on mark read)
- Added keyboard shortcuts to go to the Next and Previous Folder and Site in the feeds list.
- Added preference to go to the next feed on mark read. On by default.
- If that pref is on, it uses the keyboard methods to do that.
2022-09-24 21:36:40 -06:00
David Sinclair
f9d27694e0 #1729 (single line titles take too much vertical space)
- Improved the spacing.
- The spacing is kinda a hack of guessing good heights; it will likely become much smarter with the grid view changes.
2022-09-21 21:47:23 -06:00
David Sinclair
bdfbaab99f #1728 (saved story icon in story titles list)
- Fixed icon in feed detail.
2022-09-21 21:12:22 -06:00
David Sinclair
59579138d0 #1726 (saved story folder color)
- This would have been broken forever; the code hasn’t changed in years.
- Now doesn’t show the count for collapsed folders for Saved intelligence view, since they don’t correspond with the saved view.
2022-09-21 21:02:43 -06:00
David Sinclair
eca9fd3f6f #1720 (Grid view)
- Work in progress.
2022-09-03 21:24:36 -06:00
David Sinclair
45044060af #1720 (Grid view)
- Work in progress.
2022-09-03 19:55:21 -06:00
David Sinclair
2cdaa654ea Merge branch 'dejal' into catalyst 2022-09-03 19:15:05 -06:00
David Sinclair
3d11ee0502 #1693 (2022 Redesign)
- Changed color of folder icons in gray theme.
- Fixed world icon in Add Site.
- Tweaked the colors in the Interactions popover in gray theme.
- Removed Delete This Site from the story menu.
- Changed the alignment of the user and activity toolbar buttons.
2022-09-02 21:53:19 -06:00