]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit - app/src/main/AndroidManifest.xml
Create an adaptive icon. https://redmine.stoutner.com/issues/265
authorSoren Stoutner <soren@stoutner.com>
Fri, 23 Mar 2018 05:10:00 +0000 (22:10 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 23 Mar 2018 05:10:00 +0000 (22:10 -0700)
commit1de8d2d7aad3e24b940f0facf7ca5acee53690dd
tree7c40b46ab7e6ed95f0ab6a06dc9a10ae220ae86d
parent6849b42dea845a29d5cfbc709b25b134846754e9
Create an adaptive icon.  https://redmine.stoutner.com/issues/265
94 files changed:
app/src/free/res/mipmap-hdpi/privacy_browser.png
app/src/free/res/mipmap-hdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/free/res/mipmap-hdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/free/res/mipmap-mdpi/privacy_browser.png
app/src/free/res/mipmap-mdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/free/res/mipmap-mdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/free/res/mipmap-xhdpi/privacy_browser.png
app/src/free/res/mipmap-xhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/free/res/mipmap-xhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/free/res/mipmap-xxhdpi/privacy_browser.png
app/src/free/res/mipmap-xxhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/free/res/mipmap-xxhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/free/res/mipmap-xxxhdpi/privacy_browser.png
app/src/free/res/mipmap-xxxhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/free/res/mipmap-xxxhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/AndroidManifest.xml
app/src/main/assets/de/about_changelog_dark.html
app/src/main/assets/de/about_changelog_light.html
app/src/main/assets/de/about_contributors_dark.html
app/src/main/assets/de/about_contributors_light.html
app/src/main/assets/de/about_licenses_dark.html
app/src/main/assets/de/about_licenses_light.html
app/src/main/assets/de/about_links_dark.html
app/src/main/assets/de/about_links_light.html
app/src/main/assets/de/about_permissions_dark.html
app/src/main/assets/de/about_permissions_light.html
app/src/main/assets/de/guide_bookmarks_dark.html
app/src/main/assets/de/guide_bookmarks_light.html
app/src/main/assets/de/guide_domain_settings_dark.html
app/src/main/assets/de/guide_domain_settings_light.html
app/src/main/assets/de/guide_javascript_dark.html
app/src/main/assets/de/guide_javascript_light.html
app/src/main/assets/de/guide_local_storage_dark.html
app/src/main/assets/de/guide_local_storage_light.html
app/src/main/assets/de/guide_overview_dark.html
app/src/main/assets/de/guide_overview_light.html
app/src/main/assets/de/guide_tor_dark.html
app/src/main/assets/de/guide_tor_light.html
app/src/main/assets/de/guide_tracking_ids_dark.html
app/src/main/assets/de/guide_tracking_ids_light.html
app/src/main/assets/de/guide_user_agent_dark.html
app/src/main/assets/de/guide_user_agent_light.html
app/src/main/assets/en/about_links_dark.html
app/src/main/assets/en/about_links_light.html
app/src/main/assets/es/guide_bookmarks_dark.html
app/src/main/assets/es/guide_bookmarks_light.html
app/src/main/assets/it/guide_bookmarks_dark.html
app/src/main/assets/it/guide_bookmarks_light.html
app/src/main/assets/ru/about_changelog_dark.html
app/src/main/assets/ru/about_changelog_light.html
app/src/main/assets/ru/about_contributors_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_contributors_light.html [new file with mode: 0644]
app/src/main/assets/ru/about_licenses_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_licenses_light.html [new file with mode: 0644]
app/src/main/assets/ru/about_links_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_links_light.html [new file with mode: 0644]
app/src/main/assets/ru/guide_bookmarks_dark.html
app/src/main/assets/ru/guide_bookmarks_light.html
app/src/main/res/layout/create_bookmark_dialog.xml
app/src/main/res/layout/create_bookmark_folder_dialog.xml
app/src/main/res/layout/create_home_screen_shortcut_dialog.xml
app/src/main/res/mipmap-anydpi-v26/privacy_browser.xml [new file with mode: 0644]
app/src/main/res/mipmap-anydpi-v26/privacy_browser_round.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/privacy_browser.png
app/src/main/res/mipmap-hdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/privacy_browser.png
app/src/main/res/mipmap-mdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/privacy_browser.png
app/src/main/res/mipmap-xhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/privacy_browser.png
app/src/main/res/mipmap-xxhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/privacy_browser.png
app/src/main/res/mipmap-xxxhdpi/privacy_browser_foreground.png [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/privacy_browser_round.png [new file with mode: 0644]
app/src/main/res/values-de/strings.xml
fastlane/metadata/android/ru/images/phoneScreenshots/01-DuckDuckGo.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/02-Full Screen-Translucent Bars.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/03-FullScreen.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/04-OptionsMenu.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/05-NavigationMenu.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/06-Bookmarks.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/07-Tor.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/phoneScreenshots/08-History.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/sevenInchScreenshots/01-ViewSSLCertificate.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/sevenInchScreenshots/02-SSLCertificateMismatch.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/sevenInchScreenshots/03-FileDownload.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/sevenInchScreenshots/04-Print.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/sevenInchScreenshots/05-NightMode.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/tenInchScreenshots/01-Domains.png [new file with mode: 0644]
fastlane/metadata/android/ru/images/tenInchScreenshots/02-FindonPage.png [new file with mode: 0644]