Commit Graph

1992 Commits

Author SHA1 Message Date
Ethan Wong d59f86a6d2 Save Add.storyboard using Xcode 14.1. 2022-11-05 22:30:13 +08:00
Maurice Parker 5bc3288d59 Change to only access the Pasteboard if there is a URL on it 2022-11-04 22:01:56 -05:00
Maurice Parker 67aae179b0 Fix disclosure color when selected 2022-10-30 16:01:04 -05:00
Maurice Parker f454d76701 Merge branch 'ios-candidate' 2022-10-29 01:08:22 -05:00
Maurice Parker 169b103f6d Change widget encoding to be more parallel and only run when going into the background 2022-10-29 00:39:03 -05:00
Maurice Parker ce6d1144bf Change to not encode the email address. Fixes #3719 2022-10-28 20:17:24 -05:00
Maurice Parker 05561d9c1f Change to a different debounce strategy and don't write widget data while in the background. #3567 2022-10-08 17:10:40 -05:00
Maurice Parker e79bbf4b19 Change share sheet Open In Browser icon to match the rest in NetNewsWire. Fixes #3712 2022-10-07 10:34:43 -05:00
Stuart Breckenridge 856515a9f3 Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire
# Conflicts:
#	NetNewsWire.xcodeproj/project.pbxproj
2022-10-06 20:49:14 +08:00
Maurice Parker 8497b7bdcd Fix split view controller unread indicator launch visibility 2022-10-05 16:43:31 -05:00
Diggory Laycock 1e1ad26816 Revert "Added the name of the notification sound creator to the 'Thanks' section"
This reverts commit af6ce4b61b.
2022-10-05 20:30:15 +01:00
Diggory Laycock 60b4bf110c Revert "Adjusts the URL to a better location for the creator of the notification sound"
This reverts commit 860082a567.
2022-10-05 20:30:11 +01:00
Diggory Laycock 860082a567 Adjusts the URL to a better location for the creator of the notification sound 2022-10-05 19:48:15 +01:00
Diggory Laycock af6ce4b61b Added the name of the notification sound creator to the 'Thanks' section 2022-10-05 19:46:20 +01:00
Diggory Laycock 70509d4db9 Merge branch 'main' into iOS-Custom-notification-tone 2022-10-05 18:29:52 +01:00
Diggory Laycock 1010d29be8 Swaps .caf file for .mp3 for notification sound
.caf files don't appear to work on macOS notifications, and mp3s appear to work on both iOS and macOS, so swapped file format.
2022-10-05 18:21:33 +01:00
Maurice Parker f38ab1ab51 Fix how the Article Unread Count is updated 2022-10-04 20:19:47 -05:00
Maurice Parker 7e238a0d07 Add the ability to use full screen on the iPad in landscape 2022-10-04 19:48:39 -05:00
Maurice Parker 9219eea834 Add the Nav Controller configuration back in because the defaults don't look good with some Article Themes 2022-10-03 13:30:45 -05:00
Maurice Parker be75bd28d0 Refactor the ArticleThemeManager code to simplify it and try to avoid any issues with app warm up on the iPhone 2022-10-03 13:23:11 -05:00
Stuart Breckenridge e2809acb0d Makes role font smaller on iOS 2022-10-03 22:31:54 +08:00
Stuart Breckenridge 2207ed52ab Removes footer text from iOS Settings 2022-10-03 21:28:29 +08:00
Stuart Breckenridge 05aca1c995 About Views
- Tidied up iOS
- Adds refreshed About view to macOS 12+
- About.plist is now shared
2022-10-03 21:16:51 +08:00
Stuart Breckenridge 58d480f4a4 Refreshes the About screen on iOS 2022-10-02 17:28:19 +08:00
Diggory Laycock 92a5b10223 Moves the comment about the source of the sound from the UserNotificationManager and into the AppAssets struct. 2022-10-01 15:20:53 +01:00
Diggory Laycock 1ed547d722 Moves the sound resource into the Shared Resources folder.
Moves the audio filename reference into the AppAssets struct to make it less stringly typed and centralise access.
2022-10-01 15:17:22 +01:00
Diggory Laycock 71275813da add custom notification sound
Added a blip sound file to the Resources and the iOS target.

Changed the notification code to use the sound.
2022-10-01 14:20:21 +01:00
Maurice Parker f930eca9bb Fix lost deselect animation on the Timeline 2022-10-01 05:12:52 -05:00
Maurice Parker 2821282dae Set the nav controller delegates so that unselecting works again. Fixes #3703 2022-10-01 05:11:29 -05:00
Stuart Breckenridge ccad0212f4 We don’t need to configure appearance 2022-10-01 11:03:52 +08: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 eb25e01be5 Update the "Mark as" icons. Fixes #3687 2022-09-24 14:24:32 -05:00
Maurice Parker 9ab5d6268b Add link to iCloud Syncing Limitations & Solutions to all iCloud account maintenance UI 2022-09-24 05:29:15 -05:00
Maurice Parker 93b05c2bb5 Add link to iCloud Syncing Limitations & Solutions to all iCloud account maintenance UI 2022-09-24 05:28:01 -05:00
Maurice Parker e003069631 Remove unnecessary os version availability tests 2022-09-23 07:52:23 -05:00
Maurice Parker 0c95428b31 Merge branch 'ios-candidate' 2022-09-22 20:50:35 -05:00
Maurice Parker b92fceb84e Add links to iCloud Syncing Limitations & Solutions 2022-09-22 20:25:03 -05:00
Stuart Breckenridge d0d5de897f Merge branch 'main' into os-log-audit 2022-09-19 09:36:28 +08: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 0dd4689bf0 Logging changes
- Adds `Logging` protocol
- Moves to Swift-style `OSLog` usage

os_log to Logger

os_log audit

Replacment of os.log with Logging
2022-09-04 21:31:03 +08:00
Maurice Parker 3a9e3c8050 Restrict the delete function if not the first responder. Fixes #3642 2022-08-02 18:10:09 -05:00
Maurice Parker 141ed4f915 Write widget data when article status changes happen. Fixes #3567 2022-07-28 17:15:36 -05:00
Maurice Parker d2db39c716 Remove FeedWrangler account code 2022-06-04 17:23:20 -07:00
Ethan Wong 5e2fe5f610 Add proper OSLog argument for os_log calls. 2022-04-04 13:51:53 +08:00
Maurice Parker 02dce80f8d Fix toolbar flashing back and forth to clear 2022-03-25 16:22:04 -05:00
Stuart Breckenridge d41f7ba925 Merge branch 'ios-ui' of https://github.com/stuartbreckenridge/NetNewsWire into ios-ui 2022-03-03 09:02:04 +08:00
Stuart Breckenridge 115fa702ca rebuild menu after toggle 2022-03-03 09:01:51 +08:00
Stuart Breckenridge 8cbdca9928 Merge branch 'main' into ios-ui 2022-03-03 08:53:52 +08:00