Blacklist: Add support for import & export

This commit is contained in:
Rahul Patel
2024-12-05 20:25:06 +05:30
parent b989030e7b
commit d3d30100a0
7 changed files with 138 additions and 8 deletions

View File

@@ -437,6 +437,12 @@
<string name="toast_fav_import_success">Favourites imported!</string>
<string name="toast_fav_export_success">Favourites exported!</string>
<!-- BlacklistFragment-->
<string name="toast_black_import_failed">Failed to import blacklist!</string>
<string name="toast_black_export_failed">Failed to export blacklist!</string>
<string name="toast_black_import_success">Blacklist imported!</string>
<string name="toast_black_export_success">Blacklist exported!</string>
<!-- ExportWorker -->
<string name="export_app_title">File Exporter</string>
<string name="export_app_summary">Hold on, exporting your file</string>