Commit graph

1421 commits

Author SHA1 Message Date
Samuel Clay
06d5ef497a iOS v11.2 2022-04-25 14:38:24 -04:00
David Sinclair
7328dfdc24 #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-25 14:38:24 -04:00
David Sinclair
edd22ffcd8 #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-25 14:38:24 -04:00
David Sinclair
5c2d657d0e #1643 (canceling slide out in story list resets position) 2022-04-25 14:38:24 -04:00
David Sinclair
c0826c047a 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-25 14:38:24 -04:00
David Sinclair
dba3a4e62d #1672 (can't add a saved story tag when saving story) 2022-04-25 14:38:24 -04:00
David Sinclair
d7a2159954 #1669 (scrolling broken)
- Oops, sorry about that.
- iPad-specific change is now restricted to iPad.
2022-04-25 14:38:24 -04:00
David Sinclair
dd9a65d9c5 #1660 (don't fetch feeds when opening notifications)
- Fixed some issues with loading notifications.
2022-04-25 14:38:24 -04:00
David Sinclair
3c2d26ff0e Fixed #1665 (story cut off in multi app mode) 2022-04-25 14:38:24 -04:00
David Sinclair
d812bfdfdd #1666 (toggling fullscreen loses story position)
- The story scroll position is now maintained (as best as possible) when toggling fullscreen.
2022-04-25 14:38:24 -04:00
David Sinclair
b8453fe985 #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-25 14:38:24 -04:00
David Sinclair
946461ea35 Fixed #1657 (returning to the app causes story to be offset) 2022-04-25 14:38:24 -04:00
David Sinclair
8228b30d2f Fixed #1656 (odd 1px white border at bottom of story list) 2022-04-25 14:38:24 -04:00
David Sinclair
88eff493fc #1655 (up/down keys no longer working) 2022-04-25 14:38:24 -04:00
David Sinclair
3fa4a7777b #1649 (feed bar disappears when scrolling to top of story) 2022-04-25 14:38:24 -04:00
David Sinclair
ada74137ed Xcode update 2022-04-25 14:38:24 -04:00
Samuel Clay
5522cd837d Submitting iOS v11.1 to the App Store. 2022-03-14 12:19:17 -04: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
172419fec9 #1575 (include a subscribe to site page on the share sheet)
- Debug code to get the response data (disabled).
2022-03-11 21:27:09 -07:00
David Sinclair
842fa117ef #1575 (include a subscribe to site page on the share sheet)
- Corrected the endpoint.
2022-03-11 11:46:35 -07:00
David Sinclair
aaf9644843 Merge branch 'dejal' of https://github.com/samuelclay/NewsBlur into dejal 2022-03-10 16:47:08 -07:00
David Sinclair
06af724619 #1575 (include a subscribe to site page on the share sheet)
- Now uses NewsBlur icons.
- Now posts a user notification indicating success or failure.
2022-03-10 16:46:34 -07:00
Samuel Clay
08879315ab Build 135 2022-03-10 17:05:24 -05:00
David Sinclair
0c54797839 #1515 (add private save to sharing extensions)
- Added the tag count.
2022-03-09 22:04:31 -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
Samuel Clay
890968ca46 Turning off staging 2022-03-02 09:43:32 -05:00
Samuel Clay
8044516ff1 PROD_DEBUG set to staging server. 2022-02-18 13:14:16 -05: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
ed0ac1e97e Xcode update 2022-02-15 19:31:03 -08:00
Samuel Clay
0b6ac62446 Merge branch 'dejal' into testflight
* dejal:
  #1607 (widget is slow to reload)
  #1607 (widget is slow to reload)
  Fixed #1589 (feed/story title doesn't show active highlight until tap-off)
  Fixed #1614 (story traversal buttons shifted)
  Fixed #1615 (saved story tags popover too small)
  Fixed #1616 (crash on opening notifications)
  #1607 (widget is slow to reload)
  Fixed #1608 (highlighted folders don't lose their highlight when returning to feed list)
  Fixed #1605 (iPad status bar color in dark themes)
  #1334 (modern widget)
  Fixing bookmarklet and saved story tags.
  Adding a RawJSNode to literally read the <script> tags spit out by django-pipeline, and stick those files into embedded JS. But it works and should stay current as it points to the non-cached version. If this gets millions of hits a day, we may want to optimize this, but for now it's fine.
2022-02-03 07:51:52 -05:00
David Sinclair
316be7d36f #1607 (widget is slow to reload)
- Now only loads favicons for displayed stories.
2022-02-02 16:28:53 -08:00
David Sinclair
2c4ce989ec #1607 (widget is slow to reload)
- Using new endpoint that includes images with each story.
- Removed separate image loading and caching.
2022-02-02 15:22:57 -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
64d1e83af7 #1607 (widget is slow to reload)
- Added logging to help check performance (look in Console, filter on "🚧")
2022-02-01 17:05:03 -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
Samuel Clay
fc19a0def3 iOS v11.1 build 134. 2022-01-31 09:55:43 -05:00
David Sinclair
c004e59e7c Fixed #1605 (iPad status bar color in dark themes) 2022-01-28 21:19:00 -08:00
David Sinclair
ab574ad193 #1334 (modern widget)
- A small performance tweak: don't load stories if a preview with some content already.
2022-01-28 19:32:25 -08:00