-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear state of affected feeds when the default clean-up mode is changed
- Loading branch information
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
- Enhanced OPML support | ||
* allows selection of already aggregated feeds for import | ||
* implemented export feature | ||
|
||
- Added option to backup Aggregator's data | ||
* data stored as gzipped ION file | ||
* backup file contains all feeds, aggregated entries, configured tags and update settings | ||
|
||
- Added option to restore Aggregator's data from a backup file | ||
* any feeds or tags created before this action are permanently lost | ||
|
||
- Removed automatic OPML backup | ||
* users can use the export feature instead | ||
|
||
* TODO: The app clears state of affected feeds when the default clean-up mode is changed | ||
- Clear state of affected feeds when the default clean-up mode is changed | ||
|
||
* TODO: Fix app-launch updates by using an OnBackPressedCallback to detect when the user leaves the MainActivity |