Commit graph

1157 commits

Author SHA1 Message Date
David Sinclair
fca2b4edb5 #1691 (optimistic premium upgrade) 2022-05-26 20:10:46 -06:00
David Sinclair
966e453213 Fixed #1682 (column setting doesn't stick) 2022-05-26 11:18:32 -06:00
David Sinclair
38cd7bea76 #1686 (scroll performance on story titles) 2022-05-25 11:38:13 -06:00
David Sinclair
597ead5582 #1686 (scroll performance on story titles) 2022-05-20 21:22:02 -06:00
David Sinclair
9976de93d6 Fixed #1680 (notifications don't work) 2022-05-20 20:47:45 -06:00
David Sinclair
3162ab8523 #1565 (story titles image preview doesn’t show until scroll gesture is finished) 2022-05-04 21:37:42 -06:00
David Sinclair
d7ba5b6cd8 #1680 (notifications don't work)
- Fixed bouncing back to feed detail after showing a story.
- Audited for unnecessary loading; no others found; let me know if you spot any.
2022-05-04 20:55:40 -06:00
David Sinclair
14a3d925e4 #1675 (fix iPad login/signup layout)
- Fixed dark fields.
- Fixed login controls not being centered.
- Fixed login view appearing then disapparing on iPad.
- Fixed crashes trying to load data while showing login view.
2022-05-03 21:47:17 -06:00
David Sinclair
8f83b73d7a Fixed #1658 (story is missing or offset on iPad 11") 2022-05-03 20:03:25 -06:00
David Sinclair
f4b1eca8a9 Fixed crash when selecting a newly added feed on iPad 2022-05-03 14:31:10 -06:00
David Sinclair
a76429431f #1604 (preference for automatically opening folder)
- Added a new “When opening app” preference for what folder to show on launch.
- Implemented for both iPhone and iPad.
- Fixed loading default prefs.
- Removed the obsolete restore position preference.
- Enhanced the preferences views to support letting the app add custom values, to enable choosing any folder.
2022-04-22 19:23:40 -07:00
David Sinclair
d05a506b33 #1500 (load first story when opening feed)
- Fixed default behavior of “when opening a site” preference on iPad, so if the preference hasn’t been changed, shows the first story by default, matching the preference.
- Added support for this preference on iPhone, where it defaults to show the stories.
2022-04-21 20:33:11 -07:00
David Sinclair
a99c20fdf3 #1643 (canceling slide out in story list resets position) 2022-04-20 21:50:42 -07:00
David Sinclair
babf157af3 State restoration experiments
- Fixed crash on iPhone.
- However, the state restoration mechanism doesn’t work with the split layout, since it has dynamic content.
- If state restoration is desired, we’ll need an alternative approach, more like when loading from a widget or notification.
- So discarded experimental code, and left disabled for now.
2022-04-20 21:26:19 -07:00
David Sinclair
8064896a81 #1672 (can't add a saved story tag when saving story) 2022-04-18 20:41:51 -07: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
0f049d031a #1660 (don't fetch feeds when opening notifications)
- Fixed some issues with loading notifications.
2022-04-04 21:58:45 -07:00
David Sinclair
2e374fd38f Fixed #1665 (story cut off in multi app mode) 2022-04-04 15:49:57 -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
ec50da4ff9 #1659 (full screen button doesn't work when story titles on bottom)
- Fixed feeds list disappearing when selecting a feed.
- Fixed non-functional full-screen buttons in top and bottom layout.
- In top/bottom full-screen mode, a Sites button appears to show the sidebar (or can use edge swipe).
2022-04-01 17:54:01 -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
f08cb23bb3 Fixed #1656 (odd 1px white border at bottom of story list) 2022-03-31 21:24:44 -07:00
David Sinclair
f954bb1d75 #1655 (up/down keys no longer working) 2022-03-29 21:20:41 -07:00
David Sinclair
facc8c375f #1649 (feed bar disappears when scrolling to top of story) 2022-03-28 20:38:20 -07:00
David Sinclair
07dc071a02 #1607 (widget is slow to reload)
- Hidden the Widget Site Stories smart folder.
- Changed the Widget Sites preferences to only allow selecting feeds for one folder, or all.
- The selected folder is displayed when tapping a feed in the widget.
- N.B. This is a temporary solution until each widget can have settings for what folder or feed to show.
2022-03-11 21:30:28 -07:00
David Sinclair
c5e4e2a740 #1597 (account deletion)
- Added a Delete Account button to the bottom of Preferences.
- Enhanced Preferences to make the button red.
- Tapping it dismisses Prrefs and shows the delete account web page.
- I created a “dejaldeletetest” account, then deleted it, to confirm it works.
2022-03-09 21:06:09 -07:00
David Sinclair
4b0f469af5 #1607 (widget is slow to reload)
- Tweaks for iPad.
2022-03-09 20:06:14 -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
797eb96abc Ignoring spurious server error when logging in as another user 2022-03-08 21:32:08 -07:00
David Sinclair
ef6e630376 #1607 (widget is slow to reload)
- Muted sites are omitted from the Widget Sites list.
2022-03-08 21:16:55 -07:00
David Sinclair
146348caaa #1637 (moving Delete this site in story detail menu) 2022-03-07 19:59:27 -07:00
David Sinclair
e2aa96da22 #1641 (folder highlight does not deactivate upon return) 2022-03-07 19:47:44 -07:00
David Sinclair
d03f4cb787 #1629 (don't reload feeds until an hour has passed since user last used app)
- Changed it to count from when leaving the app to when returning.
- Changed the interval to an hour.
2022-02-16 16:09:21 -08:00
David Sinclair
a8fd135be8 #1630 (search long-press opens Infrequent Sites Stories)
- Fixed All Stories and Search commands.
2022-02-16 15:27:39 -08:00
David Sinclair
5c566afc84 #1619 (river is loaded twice on cold start)
- Turns out there was a duplicate load for iPad. Fixed.
2022-02-16 15:08:32 -08:00
David Sinclair
f26f503d04 #1620 (folder highlight color should extend to full width)
- I wasn’t able to repro this, but this change should help.
- If you can still repro it, please tell me how.
2022-02-15 19:32:15 -08:00
David Sinclair
d2275ca93d Fixed #1589 (feed/story title doesn't show active highlight until tap-off) 2022-02-01 21:27:20 -08:00
David Sinclair
af73ec4458 Fixed #1614 (story traversal buttons shifted) 2022-02-01 20:40:07 -08:00
David Sinclair
51be5adcf6 Fixed #1615 (saved story tags popover too small)
- Fixed popover size.
- Fixed header padding size.
- Fixed field placement.
2022-02-01 19:59:28 -08:00
David Sinclair
edaa866212 Fixed #1616 (crash on opening notifications) 2022-02-01 19:24:49 -08:00
David Sinclair
742ae95501 Fixed #1608 (highlighted folders don't lose their highlight when returning to feed list) 2022-01-31 20:21:01 -08:00
David Sinclair
c004e59e7c Fixed #1605 (iPad status bar color in dark themes) 2022-01-28 21:19:00 -08:00
David Sinclair
7829b70fb3 Fixed #1601 (active folder doesn't show highlight) 2022-01-27 20:53:09 -08: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
e448c5b246 #1334 (modern widget)
- Widget now uses the image location and size from the app setting.
2022-01-26 21:37:41 -08:00
David Sinclair
87c332a911 #1334 (modern widget)
- The app now uses the All Stories river for widget stories.
- Removed the content text, author, and date, to focus on the title.
- Improved the font and layout.
2022-01-25 21:13:27 -08:00
David Sinclair
6029b72b6f Merge branch 'dejal' into catalyst 2022-01-25 18:26:06 -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
790cb71910 #1591 (custom domains)
- Changed to use https:// by default.
- Added a note below the field: "Takes effect next time app is opened."
2022-01-25 13:37:02 -08:00
David Sinclair
ce55d289d2 #1334 (modern widget)
- Fixed crash when selecting some feeds in the Widget prefs.
- Now updates the widget after updating the Widget prefs.
2022-01-24 21:39:26 -08:00