Brent Simmons
|
fe49f3bbe4
|
Remove numerous superfluous MainActor annotations.
|
2024-06-08 11:58:30 -07:00 |
|
Brent Simmons
|
4323c24c88
|
Convert delete to async await.
|
2024-05-21 22:18:26 -07:00 |
|
Brent Simmons
|
6db1d40597
|
Replace forEach for for-in.
|
2024-04-07 17:06:39 -07:00 |
|
Brent Simmons
|
4a4ece71f9
|
Convert removeFeed to async await.
|
2024-03-28 09:28:16 -07:00 |
|
Brent Simmons
|
0ce67a3f3f
|
Convert removeFolder async await.
|
2024-03-27 20:21:44 -07:00 |
|
Brent Simmons
|
a7ba7e3b4a
|
Convert restoreFeed to async/await.
|
2024-03-27 17:18:17 -07:00 |
|
Brent Simmons
|
934a8c89fa
|
Convert restoreFolder to async/await.
|
2024-03-27 16:21:57 -07:00 |
|
Brent Simmons
|
797d7ef2e0
|
Fix Mac build errors.
|
2024-03-21 17:21:50 -07:00 |
|
Brent Simmons
|
2461e937bf
|
Replace RSCore with several local modules. Update code as needed.
|
2024-03-20 20:49:15 -07:00 |
|
Brent Simmons
|
4c866b7230
|
Rename WebFeed and webFeed to Feed and feed.
|
2024-02-25 23:12:21 -08:00 |
|
Brent Simmons
|
b705433270
|
Rename WebFeed to Feed.
|
2024-02-25 21:41:18 -08:00 |
|
Maurice Parker
|
94c6ca428f
|
Merge branch 'mac-release'
|
2020-03-01 16:32:31 -08:00 |
|
Maurice Parker
|
7c060bb068
|
Change so that the tree controller can't be rebuilt before all async deletes have completed. Issue #1002
|
2020-02-26 17:28:52 -08:00 |
|
Maurice Parker
|
06bd5b3a6f
|
Renamed Feed and related classes/instances to WebFeed
|
2019-11-14 20:11:41 -06:00 |
|
Maurice Parker
|
1a9acdcc50
|
Remove TreeController from Delete command as it is no longer used there
|
2019-09-01 14:56:27 -05:00 |
|
Maurice Parker
|
56c81bba1f
|
Delete code that was doing an unnecessary rebuild of the treeController. This will be done by the controllers receiving the batch update notification.
|
2019-09-01 10:57:08 -05:00 |
|
Maurice Parker
|
89a38fa2b5
|
Change Feeds to use diffable data sources
|
2019-08-28 18:06:27 -05:00 |
|
Maurice Parker
|
e263665a21
|
Merge branch 'mac-candidate'
|
2019-07-23 16:36:46 -05:00 |
|
Maurice Parker
|
4fc1998cf3
|
Make Account and AccountDelegate interfaces more consistent by requiring the container parameter on removeFeed. Resolves #802
|
2019-07-17 15:41:21 -05:00 |
|
Maurice Parker
|
5f045706e4
|
Removed usaged of UIApplication.present
|
2019-06-27 14:21:07 -05:00 |
|
Maurice Parker
|
e8992dac95
|
Fix issue where deletes were crashing the app. Issue #702
|
2019-06-05 17:42:35 -05:00 |
|
Maurice Parker
|
51284b5aa4
|
Rename deleteFeed to removeFeed to be more consistent with other API's
|
2019-05-29 21:04:44 -05:00 |
|
Maurice Parker
|
527e677934
|
Rename deleteFolder to removeFolder to make the API more consistent
|
2019-05-29 20:53:00 -05:00 |
|
Maurice Parker
|
5e3fcfd955
|
Correct how feeds were deleted so that only the feed in the correct container was deleted
|
2019-05-29 17:56:26 -05:00 |
|
Maurice Parker
|
493abbb609
|
Refactor create feed functionality to increase code reuse and encapsulation
|
2019-05-28 09:45:02 -05:00 |
|
Maurice Parker
|
31cc3b609c
|
Make delete animation correct for deletes and restores by wrapping them in BatchUpdates. Issue #667
|
2019-05-20 18:05:28 -05:00 |
|
Maurice Parker
|
23b43ecc07
|
Add undo for feeds
|
2019-05-09 16:09:21 -05:00 |
|
Maurice Parker
|
cda8acc66c
|
Add the ability to move feeds between folders for Feedbin
|
2019-05-09 13:31:18 -05:00 |
|
Maurice Parker
|
50d3a5799c
|
added subscription delete
|
2019-05-09 07:25:45 -05:00 |
|
Maurice Parker
|
d6ae740305
|
Added folder (tag) delete for Feedbin
|
2019-05-06 17:34:41 -05:00 |
|
Maurice Parker
|
b01b45cf9c
|
Renamed to DeleteCommand and implemented delete undo for iOS.
|
2019-04-18 08:54:48 -05:00 |
|