Commit Graph

44 Commits

Author SHA1 Message Date
Nate Weaver 34685328e0 Changes for IDNA support 2020-09-01 16:41:01 -05:00
Maurice Parker 7d8e49a2ee Merge branch 'ios-release' 2020-05-18 03:05:59 -05:00
Stuart Breckenridge 2297d218c0
Uses selector syntax. 2020-05-18 09:23:42 +08:00
Stuart Breckenridge 6224dfad03
Notification Permission Requests
Fixes #2057

• On app launch, the app checks if notification permissions are granted and registers with APNS if that is the case. It will not request permissions as part of the app launch.

• When a user requests to be notified of new articles, the authorizationStatus is checked:
- if `notDetermined` or `provisional`, an authorization request is made, and if successful, the Notify of New Articles status is updated (otherwise it is reverted)
- if `denied`, an alert is thrown asking the user to enable in settings (and the change to notify of new articles is reverted)
- if `authorized` the update is made.

`WebFeedInspectorViewController` also monitors for the app entering the foreground so that it can get the latest notification auth settings.
2020-05-18 08:39:22 +08:00
Maurice Parker d168658e05 Add Extension Point maintenance to the iOS app. 2020-04-16 08:25:40 -05:00
Maurice Parker d9e5350804 Hide credentials section for iCloud. 2020-03-30 03:00:52 -05:00
Mihael Cholakov 936596f5d0 Shifting sections when one should be hidden 2020-02-06 15:27:49 +02:00
Mihael Cholakov 9368d1033d Implement VibrantBasicTableViewCell 2020-01-12 23:53:08 +02:00
Mihael Cholakov 77b470a720 Safari is presented as pageSheet 2020-01-12 23:29:32 +02:00
Mihael Cholakov df4874fb3a Add Safari image on right side of homepage cell 2020-01-11 23:32:12 +02:00
Mihael Cholakov 7849c66e03 Open SafariVC on homepage row tap 2020-01-11 23:31:47 +02:00
Maurice Parker dff6c1b9c4 Change to use correct favicon downloader function. Issue #1552 2020-01-07 14:17:00 -07:00
Ryan Dotson 1414754762
Removed double spaces after punctuation in user-facing strings 2019-12-08 11:10:32 +09:00
Ryan Dotson ac9a9ff754
Updated some strings in iOS 2019-12-07 14:29:08 +09:00
Maurice Parker fea48e7ab9 Increase inspector header padding. Issue #1324 2019-11-22 15:11:15 -06:00
Maurice Parker 70aa3f2091 Clear up compiler warnings and auto layout constraint warnings. 2019-11-17 10:30:50 -06:00
Maurice Parker e74e6cb875 Add Account scenes should have account graphic in header. Issue #1305 2019-11-16 15:47:12 -06:00
Maurice Parker afd9783711 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-11-14 20:11:50 -06:00
Maurice Parker 06bd5b3a6f Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
Kiel Gillard bec80922ce Enables accounts and their delegates to prepare to be deleted. Provides a variation of the Account Inspector on iOS for Feedly. 2019-11-15 09:47:39 +11:00
Maurice Parker 179cce177c Fix Feed Inspector form size on iPad 2019-11-13 17:02:14 -06:00
Maurice Parker 3a1f53ce70 Fix name text field alignment 2019-11-08 14:25:02 -06:00
Maurice Parker 5d2cac32e0 Change feed URL labels to character wrap. 2019-11-07 06:54:24 -06:00
Maurice Parker 3acc992a2f Use grouped inset style on Settings #1266 2019-11-07 06:40:10 -06:00
Maurice Parker e9aa7c08f5 Change Account Inspector to use Group Inset Style 2019-11-06 19:27:03 -06:00
Maurice Parker 6afd9e0dbf Rename to InspectorImageHeaderView 2019-11-06 19:19:16 -06:00
Maurice Parker 560f36621f Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
Maurice Parker 69c3d218b9 Automatically dismiss account inspector on account deletion when presented as a modal dialog. 2019-11-04 21:10:02 -06:00
Maurice Parker 27e00ee5c7 Add copy capabilities to Feed URL and Homepage labels. Issue #1239. 2019-11-03 07:18:00 -06:00
Maurice Parker 68fe9e2b62 Add the account icon to the account inspector. 2019-11-03 04:01:58 -06:00
Maurice Parker 8d85d01da4 Persist feed name changes correctly. 2019-10-30 15:35:45 -05:00
Maurice Parker cf8d1ee457 Fix faded vibrant text. Issue #1186 2019-10-28 13:56:46 -05:00
Maurice Parker 6269dd3def Set delete highlight color to red. 2019-10-28 13:05:23 -05:00
Jonathan Bennett 6e973fb5ed Set highlight background colors for "Delete Account"
This matches the colors from the "Contacts" app
2019-10-28 00:53:09 -04:00
Maurice Parker bedf8a19e9 Pre-populate Feed Name on Feed Info. Issue #1163 2019-10-24 12:30:10 -05:00
Maurice Parker f538b3304f Added account name to account inspector title 2019-10-23 20:29:22 -05:00
Maurice Parker f0d1cf6239 Add Account Inspector context menu item for Accounts 2019-10-23 19:58:18 -05:00
Maurice Parker cc187875d9 Add initial support for per feed notifications 2019-10-02 19:42:16 -05:00
Maurice Parker d59b5016de Fix feed inspector name editing 2019-09-30 11:42:11 -05:00
Maurice Parker 37418471bc Give large images a background in darkmode when they are dark 2019-09-30 02:48:51 -05:00
Maurice Parker 8d0bfd9b47 Make inspector add a background for small dark images 2019-09-30 02:45:33 -05:00
Maurice Parker f785e9f839 Update the feed icon if it wasn't available when the inspector was first shown 2019-09-28 06:35:21 -05:00
Maurice Parker e5f446c906 Adapted Feed Inspector 2019-09-27 19:49:54 -05:00
Maurice Parker ca4a7f8b0b Add Feed Inspector 2019-09-27 19:45:09 -05:00