diff --git a/app/build.gradle b/app/build.gradle index 482b246..15027a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 - buildToolsVersion "29.0.3" + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { minSdkVersion 15 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 21 versionName "1.12.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -49,13 +49,13 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'com.google.android.material:material:1.2.0' implementation 'androidx.preference:preference:1.1.1' implementation 'org.jsoup:jsoup:1.13.1' testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } diff --git a/app/src/fullLinks/AndroidManifest.xml b/app/src/fullLinks/AndroidManifest.xml index 867b881..d4cb042 100644 --- a/app/src/fullLinks/AndroidManifest.xml +++ b/app/src/fullLinks/AndroidManifest.xml @@ -19,10 +19,10 @@ tools:replace="android:label,android:icon,android:roundIcon"> + android:theme="@style/AppTheme.NoActionBar" + tools:replace="android:label"> @@ -32,8 +32,8 @@ + android:targetActivity=".activities.TransformActivity" + android:theme="@style/Theme.AppCompat.Translucent"> @@ -142,7 +142,6 @@ - @@ -196,44 +195,44 @@ + android:targetActivity=".activities.AppsPickerActivity" + android:theme="@style/Theme.AppCompat.Translucent" /> + android:targetActivity=".activities.InstanceActivity" + android:theme="@style/AppThemeDialog" /> + android:targetActivity=".activities.AboutActivity" + android:theme="@style/AppTheme" /> + android:targetActivity=".activities.CheckAppActivity" + android:theme="@style/AppTheme" /> + android:targetActivity=".activities.DefaultAppActivity" + android:theme="@style/AppTheme" /> + android:targetActivity=".activities.InvidiousSettingsActivity" + android:theme="@style/AppTheme" /> + android:targetActivity=".activities.WebviewPlayerActivity" + android:theme="@style/AppTheme" /> \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 734d23d..50c53ad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,6 @@ + tools:ignore="GoogleAppIndexingWarning,UnusedAttribute" + tools:node="replace"> - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_lite_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_lite_round.xml index b836d86..505212c 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_lite_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_lite_round.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_invidious.xml b/app/src/main/res/xml/preferences_invidious.xml index 599b35a..2e0a93a 100644 --- a/app/src/main/res/xml/preferences_invidious.xml +++ b/app/src/main/res/xml/preferences_invidious.xml @@ -35,8 +35,8 @@ + app:iconSpaceReserved="false" + app:showSeekBarValue="true" + app:summary="@string/invidious_volume_mode_value_indication" />