Commit graph

104 commits

Author SHA1 Message Date
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
3722d53121 #1334 (modern widget)
- Fixed issue with iPhone not loading a story.
- Added logic to better handle not finding a story for other reasons.
2022-01-27 20:06:50 -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
696bb658e0 Fixed some crashers from TestFlight 2022-01-24 20:17:03 -08:00
David Sinclair
4c0e4d4b64 Fixed #1587 (Share text lost if switching back and forth into app) 2022-01-24 19:28:46 -08:00
David Sinclair
738bdda220 #1579 (focus changes) 2021-12-20 21:20:52 -07:00
David Sinclair
b4c2bf3031 #1571 (feeds list layout issues in iOS 15)
- Fixed extra spacing in Feeds list.
- Fixed header background color changing when scrolled to the top.
2021-12-08 20:50:10 -07:00
David Sinclair
b5a4c377b6 #1566 (finding story weird animation) 2021-12-07 19:55:03 -07:00
David Sinclair
c592b05fb4 #1522 (story titles sometimes run long) 2021-08-20 21:45:09 -07:00
David Sinclair
37552d1f5c #1530 (search bar unreachable)
- Fixed the search field not remaining visible on iPhone.
- Added a 1 second delay while typing before performing the search.
- Fixed field scrolling away when searching.
2021-08-20 19:47:06 -07:00
David Sinclair
d882618136 #1533 (selected story on swipe back) 2021-08-19 20:43:16 -07:00
David Sinclair
89e12f1d13 #1536 (unread counts not updating)
- That was a tricky one, but I traced it to a race condition between unecessarily refreshing the feeds list and marking as read. Fixed.
2021-08-19 19:45:01 -07:00
David Sinclair
6421b63ab0 #1510 (show story when tapping selected row) 2021-07-05 16:56:24 -07:00
David Sinclair
a918eb3ff1 #1455 (crash opening notifications)
- Fixed!
2021-07-05 15:50:18 -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
ee48b8e6f4 #1501 (next unread goes back to first story) 2021-07-03 15:36:19 -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
9708c2f567 #1495 (Shift-A to Mark All as Read) 2021-06-03 20:33:41 -07:00
David Sinclair
fbedad1c7e #1490 (split control to feeds menu) 2021-05-29 21:25:43 -07:00
Samuel Clay
79d5bfba4e Renaming Tile and DIsplace to 3 coumn and 2 column, using images. 2021-05-24 09:32:42 -04:00
David Sinclair
9fb7d33906 #1484 (unexpectedly showing feed detail column) 2021-05-22 13:38:52 -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
bdf32a7be5 #1472 (thumbnail on left) 2021-05-20 16:00:16 -07:00
David Sinclair
8a06520523 #1472 (thumbnail on left) 2021-05-08 19:58:38 -07:00
David Sinclair
e7fc395b95 #1464 (sticky story titles) 2021-05-07 16:09:47 -07:00
David Sinclair
a38830aa7e #1474 (mark all as read) 2021-05-06 21:12:13 -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
0a28dd4cf1 #817 (three column layout)
- Fixed issues with the feed detail when rotating a Plus/Max phone to landscape.
2021-04-23 20:48:19 -07:00
David Sinclair
d0929c586b #1449 (Add Site dialog has extra folder) & #1260 (Folders don't match web)
- Removed the Infrequent item.
- Fixed the long-standing issue of folders misbehaving if they have a “ - “ in their name.
2021-04-23 13:39:37 -07:00
David Sinclair
a93b27531e #1451 (small tweaks) 2021-04-22 21:49:13 -07:00
David Sinclair
189f8c7a0d #1421 (incomplete theme changing) 2021-03-28 16:03:59 -07:00
David Sinclair
7e482bbb16 #1421 (incomplete theme changing) 2021-03-27 21:10:35 -07:00
David Sinclair
04064cb876 #1442 (UI updates) 2021-03-27 17:46:34 -07:00
David Sinclair
9ede6c39ad #1442 (UI updates) 2021-03-26 21:51:02 -07:00
David Sinclair
77ab11512a #1404 (edge swipe back in fullscreen) 2021-02-27 20:29:58 -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
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
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
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
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