Maurice Parker
|
38dbfa6f4a
|
Correct found order merge
|
2020-11-01 20:46:56 -06:00 |
Maurice Parker
|
aa73b24291
|
Take order on the page into consideration when searching for the best feed identifier
|
2020-11-01 20:31:53 -06:00 |
Maurice Parker
|
7c4c2de7a0
|
Make folder restores work for Reader API
|
2020-11-01 14:15:44 -06:00 |
Maurice Parker
|
2229811df0
|
Encode names so that the plus sign will work when renaming folders and feeds
|
2020-11-01 11:35:26 -06:00 |
Maurice Parker
|
bf534d979c
|
Update externalID for the folder when changing its name
|
2020-11-01 10:55:07 -06:00 |
Maurice Parker
|
ea1537118c
|
Change the number of articles we retrieve to 150
|
2020-10-31 21:02:49 -05:00 |
Maurice Parker
|
100a596d02
|
Make sure all the read and starred statuses are recorded before retrieving the missing articles
|
2020-10-31 21:01:58 -05:00 |
Maurice Parker
|
cbb481c3f7
|
Don't allow a feed to be in more than one folder for Reader API accounts
|
2020-10-31 17:26:43 -05:00 |
Maurice Parker
|
51d74eaf45
|
Fix which feeds get removed from the root folder during sync
|
2020-10-31 13:35:01 -05:00 |
Maurice Parker
|
2d2814e1db
|
Change how we identify folders so that it works with more services
|
2020-10-31 13:20:14 -05:00 |
Maurice Parker
|
1c67cbb6f4
|
Fix refresh progress indicator for Reader API
|
2020-10-31 13:04:49 -05:00 |
Maurice Parker
|
295bca326a
|
Combine all account sync changes into a single batch update to prevent the sidebar from jumping around
|
2020-10-31 12:52:15 -05:00 |
Maurice Parker
|
1760d38777
|
Rewrite folder management for Reader API
|
2020-10-31 12:47:12 -05:00 |
Maurice Parker
|
04b1667293
|
Merge branch 'mac-release' into main
|
2020-10-31 10:25:11 -05:00 |
Maurice Parker
|
7361c71d2b
|
Don't allow zooming on animated gifs because zooming doesn't support them
|
2020-10-30 19:07:32 -05:00 |
Maurice Parker
|
6f42628428
|
Treat animated gifs different from regular video
|
2020-10-30 17:09:01 -05:00 |
Maurice Parker
|
5338cd88fe
|
Automatically loop and play Twitter animated gifs without video controls
|
2020-10-30 16:43:32 -05:00 |
Maurice Parker
|
549b35ffdf
|
Clear webbed metadata when deleting an iCloud webfeed
|
2020-10-30 15:10:40 -05:00 |
Maurice Parker
|
ba03f0bc07
|
Adjust parameters to deal with Reddit's recent, stricter parameter checks
|
2020-10-30 14:29:08 -05:00 |
Maurice Parker
|
7c91a1df3a
|
Change NetNewsWire News URL to use the XML version since some sync services don't understand JSON.
|
2020-10-29 17:52:58 -05:00 |
Maurice Parker
|
0499952b45
|
Rewrote the article syncing code to be more efficient and handle large datasets
|
2020-10-28 19:03:41 -05:00 |
Maurice Parker
|
aecf90f9f8
|
Don't chunk entries at the caller level because it is already done in the delegate
|
2020-10-28 16:16:15 -05: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
|
54c9f64614
|
Fix status sending bug
|
2020-10-25 20:33:29 -05: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
|
d0a9d64062
|
Fix entry fetching identifiers
|
2020-10-25 19:36:47 -05: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
|
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 |