]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
authorSoren Stoutner <soren@stoutner.com>
Tue, 14 Sep 2021 02:18:23 +0000 (19:18 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 14 Sep 2021 02:18:23 +0000 (19:18 -0700)
commit031b4a8ea78fdbb776a1c5991f246b4f2a3e7ed1
tree19e97e1a7956fcee030b15eb7c0cec548f9c5de1
parent1b722c3d327fa2d571abee745a115a1f54ab2a27
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
75 files changed:
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/assets/en/licenses.html
app/src/main/assets/es/licenses.html
app/src/main/assets/fr/licenses.html
app/src/main/assets/images/call_to_action_rounded.svg [new file with mode: 0644]
app/src/main/assets/images/settings_rounded.svg [new file with mode: 0644]
app/src/main/assets/it/changelog.html [new file with mode: 0644]
app/src/main/assets/it/contributors.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_1xrtt.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_cdma.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_edge.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_ehrpd.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_evdo_0.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_evdo_a.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_evdo_b.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_gprs.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_gsm.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_hsdpa.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_hspa.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_hspap.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_hsupa.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_iden.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_iwlan.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_lte.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_nr.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_td_scdma.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_umts.html [new file with mode: 0644]
app/src/main/assets/it/explanations/network_unknown.html [new file with mode: 0644]
app/src/main/assets/it/explanations/override_network_lte_advanced_pro.html [new file with mode: 0644]
app/src/main/assets/it/explanations/override_network_lte_ca.html [new file with mode: 0644]
app/src/main/assets/it/explanations/override_network_none.html [new file with mode: 0644]
app/src/main/assets/it/explanations/override_network_nr_nsa.html [new file with mode: 0644]
app/src/main/assets/it/explanations/override_network_nr_nsa_mmwave.html [new file with mode: 0644]
app/src/main/assets/it/explanations/stingrays.html [new file with mode: 0644]
app/src/main/assets/it/licenses.html [new file with mode: 0644]
app/src/main/assets/it/permissions.html [new file with mode: 0644]
app/src/main/assets/it/privacy_policy.html [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCell.kt [deleted file]
app/src/main/java/com/stoutner/privacycell/activities/PrivacyCellActivity.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/activities/SettingsActivity.kt [new file with mode: 0644]
app/src/main/java/com/stoutner/privacycell/fragments/SettingsFragment.kt [new file with mode: 0644]
app/src/main/res/drawable/bottom_app_bar_disabled.xml [new file with mode: 0644]
app/src/main/res/drawable/bottom_app_bar_enabled.xml [new file with mode: 0644]
app/src/main/res/drawable/bug_tracker.xml
app/src/main/res/drawable/changelog.xml
app/src/main/res/drawable/contributors.xml
app/src/main/res/drawable/donations.xml
app/src/main/res/drawable/forum.xml
app/src/main/res/drawable/licenses.xml
app/src/main/res/drawable/news.xml
app/src/main/res/drawable/permissions.xml
app/src/main/res/drawable/phone_permission.xml
app/src/main/res/drawable/privacy_policy.xml
app/src/main/res/drawable/roadmap.xml
app/src/main/res/drawable/settings.xml [new file with mode: 0644]
app/src/main/res/layout/privacy_cell_bottom_appbar.xml [new file with mode: 0644]
app/src/main/res/layout/privacy_cell_drawerlayout.xml [deleted file]
app/src/main/res/layout/privacy_cell_top_appbar.xml [new file with mode: 0644]
app/src/main/res/layout/settings_bottom_appbar.xml [new file with mode: 0644]
app/src/main/res/layout/settings_top_appbar.xml [new file with mode: 0644]
app/src/main/res/menu/navigation_menu_bottom_appbar.xml [new file with mode: 0644]
app/src/main/res/menu/navigation_menu_top_appbar.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-night/colors.xml
app/src/main/res/values-night/themes.xml
app/src/main/res/values-ru/strings.xml [new file with mode: 0644]
app/src/main/res/values/colors.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/themes.xml
app/src/main/res/xml/preferences.xml [new file with mode: 0644]
build.gradle
fastlane/metadata/android/es-ES/images/phoneScreenshots/03-Stingrays.png