Commit Graph

2017 Commits

Author SHA1 Message Date
Maurice Parker 35e57f4d98 Add build number to the release note lookup 2022-11-13 19:05:03 -06:00
Maurice Parker 10288f7969 Reset the offset so that when we come back from being suspended the animation restarts 2022-11-13 12:29:37 -06:00
Maurice Parker 1308394da7 Delete unused code 2022-11-12 20:43:25 -06:00
Maurice Parker a0303d674c Fix typo 2022-11-12 20:29:30 -06:00
Maurice Parker ab8611f2b2 Change the move to foreground sync to use the same date to trigger it as the label 2022-11-12 19:05:06 -06:00
Maurice Parker c24ea4d1b5 Code cleanup 2022-11-12 12:33:25 -06:00
Stuart Breckenridge 2f1f673afe Fixes #3739 - Theme menu updates after selection 2022-11-12 14:46:42 +08:00
Maurice Parker 35440ba542 Make dragging feeds between Accounts copy as they do on the Mac. Fixes #3691 2022-11-11 22:57:42 -06:00
Maurice Parker 86156600f6 Make it easier to drop into the account 2022-11-11 21:43:50 -06:00
Maurice Parker 8aeb36e0ec Fix drop highlight state 2022-11-11 21:26:06 -06:00
Maurice Parker 77d8d4f4eb Rollback debugging code 2022-11-11 20:55:45 -06:00
Maurice Parker 5253033eac Make iOS drops more accurate 2022-11-11 20:48:42 -06:00
Maurice Parker d45f6cd3a7 Disable navigation for selectPrevUnread and selectNextUnread 2022-11-11 20:26:48 -06:00
Maurice Parker 2ec176eedc Correct misaligned switch. Fixes #3658 2022-11-11 19:50:41 -06:00
Maurice Parker f4b4e5b9e4 Make the refresh progress view a fixed width 2022-11-11 19:01:01 -06:00
Maurice Parker 658bef4f40 Correct iCloud error message. Fixes #3610 2022-11-11 17:59:25 -06:00
Maurice Parker 8221e09702 Make the refresh progress view correctly size itself 2022-11-11 17:54:10 -06:00
Maurice Parker 10381029ba Fix Go To Feed on iPhone 2022-11-11 17:45:28 -06:00
Maurice Parker 8bbc8d42a1 Prevent scrolling if the feed selection was done by the user 2022-11-11 17:39:28 -06:00
Maurice Parker eba6c364da Change how we display progress per #3566. 2022-11-11 17:16:42 -06:00
Maurice Parker b7b9344e3d Change how we handle errors when working with Themes 2022-11-08 01:36:28 -06:00
Maurice Parker de8e448f0a Respond to sidebar Feed name updates 2022-11-07 02:48:58 -06:00
Maurice Parker 4bb5634e46 Merge pull request #3727 from GetToSet/ethanwong/ios-add-feed-url-trailing
Fix the incorrect URL field trailing edge when adding feed on iOS.
2022-11-07 01:23:28 -06:00
Maurice Parker 39e7b263b6 Clear the Timeline when selecting a different Feed in the sidebar before loading it again. Fixes #3735. 2022-11-06 13:32:20 -06:00
Ethan Wong dc668f7099 Fix the incorrect URL field trailing edge when adding feed on iOS. 2022-11-05 22:38:34 +08:00
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