Commit Graph

117 Commits

Author SHA1 Message Date
Stuart Breckenridge 2bca08195e Localization work 2022-12-30 21:53:07 +08:00
Stuart Breckenridge d457b2dd53 Interim commit wth .based localisations 2022-12-24 15:01:33 +08:00
Stuart Breckenridge 2f1f673afe Fixes #3739 - Theme menu updates after selection 2022-11-12 14:46:42 +08:00
Maurice Parker 8497b7bdcd Fix split view controller unread indicator launch visibility 2022-10-05 16:43:31 -05:00
Maurice Parker f38ab1ab51 Fix how the Article Unread Count is updated 2022-10-04 20:19:47 -05:00
Maurice Parker add33e59da Clean up the code a little bit 2022-09-27 18:56:14 -05:00
Maurice Parker 545e810b9b Remove unnecessary code 2022-09-27 18:51:08 -05:00
Maurice Parker c4186f4597 Remove article extractor execution when trying to set Always Use Reader View 2022-09-27 17:51:41 -05:00
Maurice Parker c4623473ed Fix typo that would cause the current theme to be set to default when cold launching 2022-09-17 13:26:59 -05:00
Stuart Breckenridge 115fa702ca rebuild menu after toggle 2022-03-03 09:01:51 +08:00
Stuart Breckenridge fc323c4072 Adds long press menu to article extractor button 2022-03-03 08:51:17 +08:00
Stuart Breckenridge e2242a7928 Appearance menu changes:
- On iPad—theme selector only, with theme selector image.
- On iPhone—theme selector and full size toggle; Aa is the image used.

Reader view and notifications options have been removed.
2022-03-03 08:33:53 +08:00
Stuart Breckenridge cca1929837 Changes when appearance menu is configured
Fixes #3483
2022-03-03 08:04:59 +08:00
Stuart Breckenridge 630972033b Aa as More Menu
More now includes feed inspector's actions to manage notifications and reader view.

Subtitles removed.

First time full screen view shows, an alert is displayed to explain how to exit full screen.
2022-02-14 07:43:51 +08:00
Maurice Parker bfd091e967 Merge pull request #3464 from stuartbreckenridge/ios-ui
Adds separator to theme changer in article view
2022-02-13 09:13:11 -08:00
Stuart Breckenridge a4de250022 Adds separator to theme changer in article view 2022-02-13 17:46:50 +08:00
Stuart Breckenridge 6af46d9ef2 iPad Unread Indicator 2022-02-13 09:33:04 +08:00
Stuart Breckenridge 3fd92fd63e suppress unread count on iPad 2022-02-13 08:08:51 +08:00
Stuart Breckenridge 6eb18ce183 Article unread count updated via scenecoordinator 2022-02-13 08:06:10 +08:00
Stuart Breckenridge a72e0f047f Adds unread count indicator to Article view
Fixes #3134
2022-02-12 11:35:13 +08:00
Stuart Breckenridge 0e178b574f Rebuilds menu when themes are installed 2022-02-10 22:34:04 +08:00
Stuart Breckenridge 08618f5f15 Articles
This commit focuses on the `ArticleViewController`:

- Adds an "Aa" menu to the article view that allows for theme changes and full screen article toggling on iPhone, and theme changes on iPad.
- Removes separate Settings option for full screen availability on iPhone.
- Removes tap target in nav bar to enable full screen mode.
2022-02-10 12:13:06 +08:00
Stuart Breckenridge 90b41995eb moves nav bar config to SceneCoordinator 2022-02-05 10:47:26 +08:00
Stuart Breckenridge 7249451c99 Fixes Article nav/tool bar behaviour
Now consistent with Feed and Timeline
2022-01-29 13:52:57 +08:00
Maurice Parker ba4c17c0d7 Restore full screen if that is what we used last 2022-01-28 16:15:14 -08:00
Maurice Parker 2a3bccd7d4 Delete dead code 2022-01-28 16:12:01 -08:00
Maurice Parker e81966c884 Remove obsolete function flag 2022-01-28 16:07:57 -08:00
Maurice Parker 31f5e5632a Fix how we identify collapsed stack removal for the new 3 panel mode 2022-01-27 15:26:40 -08:00
Maurice Parker 5424050171 Change to new iOS 3 panel UISplitViewController 2022-01-26 15:40:47 -08:00
Maurice Parker f44308c0c5 Make state restoration work on both the iPad and the iPhone 2021-09-13 02:22:15 -05:00
Maurice Parker 5001d82355 Restore article scroll position on iOS 2021-09-13 01:11:23 -05:00
Stuart Breckenridge 0a433b8573 Disables reader view in iOS for Feed Providers 2021-04-10 09:03:08 +08:00
Maurice Parker 71cdf2548d Don't use the commands from the KeyboardManager if the user is typing in a text field. Fixes #2437 2020-11-20 13:00:58 -06:00
Maurice Parker 84389e2cf4 Move from using views for the queue to using an array and remove unneeded flush of queue 2020-07-16 13:56:07 -05:00
Maurice Parker 95a8f6d72d Merge branch 'swiftui' 2020-07-10 15:28:14 -05:00
Nate Weaver 82f7f99827 iOS: Make shift-space scroll up even when the detail view doesn't have focus 2020-07-10 13:57:35 -05:00
Stuart Breckenridge f92b219cdc NetNewsWire-iOS AppDefaults is now a singleton 2020-07-02 10:47:45 +08:00
Maurice Parker 36e39705e7 Merge branch 'ios-release' 2020-06-16 08:10:31 -05:00
Maurice Parker 7dd20560c3 Remove reset of web view controller when returning to foreground. 2020-06-16 08:09:28 -05:00
Maurice Parker 9253222f96 Rollback change that incorrectly was stopping web activity on wrong controllers 2020-05-27 11:30:30 -05:00
Maurice Parker 809379038f Stop image zooming and video playback on page swipe 2020-05-27 10:12:20 -05:00
Maurice Parker 7d8e49a2ee Merge branch 'ios-release' 2020-05-18 03:05:59 -05:00
Brian Sanders b058f27064 Fixes bugs in article search
Placement of the article search bar is now always done with constraints.
Previously, I'd used inputAccessoryView when the keyboard appeared. That
approach, although ostensibly permitted, causes a hierarchy inconsistency error
when the device orientation changes.
2020-05-15 21:41:14 -04:00
Brian Sanders 96671df667 Adds keyboard shortcut for "Find in Article" (iOS) 2020-05-15 21:41:14 -04:00
Rizwan Mohamed Ibrahim c9ebb6bd75 adds "Open In App Browser" shortcut 2020-05-15 12:39:33 +05:30
Rizwan Mohamed Ibrahim a9aefd252e adds keyboard shortcuts
- toggle side bar on timeline
- toggle readers view on article
- go to settings on global
2020-05-13 17:29:59 +05:30
Brian Sanders 737f4bfdf5 Adds "Find in Article" activity to the share sheet
addresses #1750
2020-05-11 17:08:44 -04:00
Maurice Parker 14d8e9af30 Merge branch 'ios-release' 2020-05-06 15:12:25 -05:00
Maurice Parker 5f60b84b8b Reset all the web views when coming back to the foreground incase one of them is unavailable now 2020-05-06 14:53:09 -05:00
Maurice Parker 46f614e960 Merge branch 'ios-release' 2020-04-12 11:50:11 -05:00