Stuart Breckenridge
7bd7dd892e
Removes dead code
2020-10-27 17:56:42 +08:00
Stuart Breckenridge
ef057d2f93
Removes fuzziness
...
Feed icons have been updated with any/dark appearance traits where possible instead of using tinting. Where possible, they’ve been converted to PDFs. iPhone/iPad icons now use PDFs based on SF Symbols.
2020-10-27 17:37:25 +08:00
Stuart Breckenridge
8661aae6b9
Tinting added to Settings and Inspector
2020-10-27 15:10:30 +08:00
Stuart Breckenridge
ee88e83548
Tints added to iOS Account controllers
2020-10-27 12:25:15 +08:00
Stuart Breckenridge
5190bf0577
Restrict Accounts now part of cellForRow
2020-10-27 12:13:45 +08:00
Brent Simmons
cec65db169
Update appcast for 5.1.2b2.
2020-10-26 20:47:26 -07:00
Stuart Breckenridge
03611bc6ec
Add Accounts UI Refresh
...
• An extenison has been added to `AccountType` for iconColors (which have been added to the asset catalogs) and localised account names. SPM can handle resources so it might make sense to move to there.
• Add Account screen now has sections for local, icloud, web, and self-hosted, icons are now tinted and sized a bit smaller, and text is now `body` sized.
2020-10-27 11:42:28 +08:00
Brent Simmons
8846f145b9
Bump version to 5.1.2b2.
2020-10-26 20:31:58 -07:00
Maurice Parker
0d5b3ea48b
Change the article fetch strategy so that we only fetch 200 at a time and continue fetching until we have them all
2020-10-26 19:56:01 -05:00
Maurice Parker
cc269a8089
Tweak item query parameters to be more correct
2020-10-26 16:59:12 -05:00
Maurice Parker
4f4301e780
Add continuation value to be used for paging
2020-10-26 11:26:15 -05:00
Maurice Parker
a8ca544345
Change to use enum value
2020-10-26 11:25:51 -05:00
Maurice Parker
a7b0ff8c89
Clear the progress when a feed isn't found.
2020-10-26 10:36:13 -05:00
Maurice Parker
43382df4ec
Make iOS match macOS for availability and order of offered accounts
2020-10-25 20:33:56 -05:00
Maurice Parker
54c9f64614
Fix status sending bug
2020-10-25 20:33:29 -05:00
Maurice Parker
be7f0c5ddb
Merge pull request #2527 from stuartbreckenridge/additional-ios-account-types
...
Additional iOS account types
2020-10-25 20:11:16 -05:00
Stuart Breckenridge
c25e42fc7e
additional iOS account types
2020-10-26 09:03:32 +08:00
Maurice Parker
6a0040ff7a
Don't set the Feed URL because we determine that at runtime
2020-10-25 19:56:52 -05:00
Maurice Parker
01d352aa15
Change to use correct delegate errors.
2020-10-25 19:53:36 -05:00
Maurice Parker
7ed311ebba
Make itemRefs an optional value since it isn't always returned by Inoreader
2020-10-25 19:52:19 -05:00
Maurice Parker
679cd40e84
Don't allow duplicate Reader API accounts to be created.
2020-10-25 19:41:16 -05:00
Maurice Parker
d0a9d64062
Fix entry fetching identifiers
2020-10-25 19:36:47 -05:00
Maurice Parker
511b176766
Merge pull request #2526 from kielgillard/ioss-ingest-feedly-to-nnw-name-changes
...
iOS: Ingest a change of feed name on Feedly into NNW. #2520
2020-10-25 19:27:13 -05:00
Maurice Parker
f1db7927b5
Merge pull request #2525 from kielgillard/macos-ingest-feedly-to-nnw-name-changes
...
macOS: Ingest a change of feed name on Feedly into NNW.
2020-10-25 19:26:51 -05:00
Kiel Gillard 🤪
f0f86953ae
iOS: Ingest a change of feed name on Feedly into NNW. #2520
2020-10-26 10:30:42 +11:00
Kiel Gillard 🤪
70194dd411
macOS: Ingest a change of feed name on Feedly into NNW. #2520
2020-10-26 10:27:36 +11:00
Maurice Parker
63326e1f92
Filter out any recommended feeds that might be json
2020-10-25 18:06:51 -05:00
Maurice Parker
7e32c9f551
Correctly delete last feed in a folder.
2020-10-25 17:44:43 -05:00
Maurice Parker
f1ab7115b0
Fix initial article fetch after adding a feed.
2020-10-25 17:36:41 -05:00
Maurice Parker
3e82eb477b
Add AppId and AppKey to quick add
2020-10-25 17:19:41 -05:00
Maurice Parker
c30daa382f
Make remove folder code actually delete a server tag.
2020-10-25 17:15:24 -05:00
Maurice Parker
1b53b8778d
Change how tags are determined so that it works with Inoreader
2020-10-25 16:55:28 -05:00
Maurice Parker
71c52993ce
Clear any locally edited name when a server rename happens
2020-10-25 16:41:59 -05:00
Maurice Parker
7fe25dd1ec
Make folders work for the old reader.
2020-10-25 16:40:06 -05:00
Maurice Parker
1c208cd4ba
Accommodate The Old Reader's unusual item ids when syncing article status.
2020-10-25 16:10:10 -05:00
Maurice Parker
071af20304
Account for The Older Reader's different use of item id's
2020-10-25 15:50:57 -05:00
Maurice Parker
f7771fc509
Rework add feed process so that it is compatible with more services
2020-10-25 15:21:02 -05:00
Maurice Parker
c75dc8b54d
Make sure that the error is displayed after the progress window is ended by doing an DispatchQueue.main.async on the error display.
2020-10-25 15:17:02 -05:00
Maurice Parker
807b2d3109
Don't delay hiding the progress bar unless we are animating it.
2020-10-25 12:46:25 -05:00
Maurice Parker
b0fc1eccca
Fix deprecation warnings for Xcode 12.2
2020-10-25 12:34:02 -05:00
Maurice Parker
cba900d4e4
Remove synchronous sync database status insert function.
2020-10-25 12:32:12 -05:00
Maurice Parker
45f5776b7e
Fix BazQux feed adds since they we always deleting themselves.
2020-10-24 21:51:14 -05:00
Maurice Parker
7db18d2366
Remove unnecessary string creation
2020-10-24 21:39:15 -05:00
Maurice Parker
3e9f208dff
Getting the feed URL from the feed ID if it isn't supplied.
2020-10-24 21:37:18 -05:00
Maurice Parker
a273398317
Don't force unwrap Stream ID
2020-10-24 21:25:20 -05:00
Maurice Parker
8af61ea6ad
Add Inoreader AppID and Key compatibility
2020-10-24 21:25:00 -05:00
Maurice Parker
ecbd7d2f55
Enable adding accounts for the Reader API services.
2020-10-24 20:42:34 -05:00
Maurice Parker
1ab5323a43
Call completion handler when done updating statuses.
2020-10-24 20:40:06 -05:00
Maurice Parker
1917eb1007
Add various api base urls for Reader API
2020-10-24 19:38:47 -05:00
Maurice Parker
6d9dcecd81
Prevent backgrounds from showing up when displaying symbol icons. Fixes #2523
2020-10-24 18:15:59 -05:00