]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add an option to sort bookmarks alphabetically. https://redmine.stoutner.com/issues... master
authorSoren Stoutner <soren@stoutner.com>
Mon, 9 Sep 2024 20:29:58 +0000 (13:29 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 9 Sep 2024 20:29:58 +0000 (13:29 -0700)
commit844e1b7b7afbfc0f29823f597647ee5fc9a36963
tree1d0093721db62d93849a25b6cdcce981e56eff14
parent6ab544e0d9c290a798f3711d155b69dafc3102c5
Add an option to sort bookmarks alphabetically.  https://redmine.stoutner.com/issues/1142
29 files changed:
app/src/main/assets/de/about_licenses.html
app/src/main/assets/en/about_licenses.html
app/src/main/assets/es/about_licenses.html
app/src/main/assets/fr/about_licenses.html
app/src/main/assets/it/about_licenses.html
app/src/main/assets/pt-rBR/about_licenses.html
app/src/main/assets/ru/about_licenses.html
app/src/main/assets/shared_images/menu_rounded_weight400_grade0_24px.svg
app/src/main/assets/shared_images/question_answer.svg
app/src/main/assets/shared_images/sort_by_alpha_rounded_fill0_weight400_grade0_24px.svg [new file with mode: 0644]
app/src/main/assets/tr/about_licenses.html
app/src/main/assets/zh-rCN/about_licenses.html
app/src/main/java/com/stoutner/privacybrowser/activities/BookmarksActivity.kt
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt
app/src/main/java/com/stoutner/privacybrowser/activities/SettingsActivity.kt
app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.kt
app/src/main/java/com/stoutner/privacybrowser/helpers/BookmarksDatabaseHelper.kt
app/src/main/java/com/stoutner/privacybrowser/helpers/ImportExportDatabaseHelper.kt
app/src/main/res/drawable/more_disabled.xml
app/src/main/res/drawable/more_enabled.xml
app/src/main/res/drawable/move_down_disabled.xml
app/src/main/res/drawable/move_down_enabled.xml
app/src/main/res/drawable/move_to_folder_blue.xml
app/src/main/res/drawable/move_up_disabled.xml
app/src/main/res/drawable/move_up_enabled.xml
app/src/main/res/drawable/sort_by_alpha_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/sort_by_alpha_enabled.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml
app/src/main/res/xml/preferences.xml