]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - app/src/main/res/values-tr/strings.xml
Add import and export of bookmarks to HTML file. https://redmine.stoutner.com/issues/91
authorSoren Stoutner <soren@stoutner.com>
Thu, 16 Nov 2023 22:09:45 +0000 (15:09 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 16 Nov 2023 22:09:45 +0000 (15:09 -0700)
commitf9f282da2dfc2539c0880a6f9a07e17fa2e003d1
treee8573ff7712addf721098e851e0a3cf3300aac39
parentb75067d9fa0ab792f623e14e39628448eb8f6145
Add import and export of bookmarks to HTML file.  https://redmine.stoutner.com/issues/91
19 files changed:
app/src/main/java/com/stoutner/privacybrowser/activities/BookmarksActivity.kt
app/src/main/java/com/stoutner/privacybrowser/activities/ImportExportActivity.kt
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt
app/src/main/java/com/stoutner/privacybrowser/dialogs/EditBookmarkDialog.kt
app/src/main/java/com/stoutner/privacybrowser/helpers/BookmarksDatabaseHelper.kt
app/src/main/java/com/stoutner/privacybrowser/helpers/ImportExportBookmarksHelper.kt [new file with mode: 0644]
app/src/main/res/layout/import_export_bottom_appbar.xml
app/src/main/res/layout/import_export_top_appbar.xml
app/src/main/res/layout/logcat_bottom_appbar.xml
app/src/main/res/layout/logcat_top_appbar.xml
app/src/main/res/values-de/strings.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values-fr/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-pt-rBR/strings.xml
app/src/main/res/values-ru/strings.xml
app/src/main/res/values-tr/strings.xml
app/src/main/res/values-zh-rCN/strings.xml
app/src/main/res/values/strings.xml