From: Soren Stoutner Date: Wed, 15 Aug 2018 06:21:19 +0000 (-0700) Subject: Bump the target API to 28. X-Git-Tag: v2.13~10 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=06f516f2f5c745981e292451d01b9df7d1fd57eb Bump the target API to 28. --- diff --git a/app/build.gradle b/app/build.gradle index a98b368d..8710e38d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,12 +20,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 - buildToolsVersion '27.0.3' + compileSdkVersion 28 + buildToolsVersion '28.0.2' defaultConfig { minSdkVersion 19 - targetSdkVersion 27 + targetSdkVersion 28 versionCode 35 versionName "2.12" } @@ -71,7 +71,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:design:27.0.2' + implementation 'com.android.support:design:28.0.0-rc01' // Only compile Firebase ads for the free flavor. freeImplementation 'com.google.firebase:firebase-ads:15.0.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index de72063f..fc0dc95a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -43,7 +43,9 @@ android:roundIcon="@mipmap/privacy_browser_round" android:allowBackup="false" android:fullBackupContent="false" - android:supportsRtl="true" > + android:supportsRtl="true" + android:networkSecurityConfig="@xml/network_security_config" + tools:ignore="UnusedAttribute" > + Setting the CoordinatorLayout to be `focusableInTouchMode` prevents the URL text box from stealing focus on launch and opening the keyboard. + `android:background` sets the background color of the status bar, which is then overlaid with a scrim. --> + android:focusableInTouchMode="true" + android:background="?attr/mainStatusBarBackground" > Página web de Navegador Privado Añadir a la ventana de inicio Actualizar + Parar Cargar URL diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index da628811..37b1f3ad 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -152,6 +152,7 @@ Pagina web di Privacy Browser Aggiungi collegamento Aggiorna + Stop Apri URL @@ -455,7 +456,7 @@ Cartella di Download Privacy Browser necessita del permesso di accesso alla memoria di storage per utilizzare la cartella pubblica di download. - Nel caso in cui il permesso sia negato sarà utilizzata la cartella di download dell'applicazione. + Nel caso in cui il permesso sia negato sarà utilizzata la cartella di download dell\'applicazione. OK diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index b3f7cd3d..9f0b3990 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -153,6 +153,7 @@ Privacy Browser веб-страница Добавить на главный экран Обновить + Остановить Открыть URL diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml new file mode 100644 index 00000000..6854a106 --- /dev/null +++ b/app/src/main/res/values-v21/styles.xml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 06f63c00..c04bceb5 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -25,6 +25,7 @@ + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b785fde0..da59ae58 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -24,6 +24,7 @@ - +