]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Add the option to pin the bookmarks drawer. https://redmine.stoutner.com/issues/932
authorSoren Stoutner <soren@stoutner.com>
Wed, 7 Dec 2022 18:47:50 +0000 (11:47 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 7 Dec 2022 18:47:50 +0000 (11:47 -0700)
commit6f8247bfc1b2c231e99302568a7b962b24174580
tree9d97678bde744a6c2d5bf6579ae6ef6d52348979
parent96c4a39fe61b2e8a47100fd0c27193847dc3c895
Add the option to pin the bookmarks drawer. https://redmine.stoutner.com/issues/932
23 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/push_pin_filled.svg [new file with mode: 0644]
app/src/main/assets/shared_images/push_pin_filled_selected.svg [new file with mode: 0644]
app/src/main/assets/shared_images/sort_selected.svg
app/src/main/assets/tr/about_licenses.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/res/drawable/move_to_folder.xml
app/src/main/res/drawable/move_to_folder_blue.xml
app/src/main/res/drawable/pin.xml [new file with mode: 0644]
app/src/main/res/drawable/pin_selected.xml [new file with mode: 0644]
app/src/main/res/drawable/sort.xml
app/src/main/res/drawable/sort_selected.xml
app/src/main/res/layout-w900dp/bookmarks_drawer_bottom_appbar.xml
app/src/main/res/layout-w900dp/bookmarks_drawer_top_appbar.xml
app/src/main/res/layout/bookmarks_drawer_bottom_appbar.xml
app/src/main/res/layout/bookmarks_drawer_top_appbar.xml
app/src/main/res/values/strings.xml