diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 584de1126b8..097ad01c7fd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -59,22 +59,24 @@ android:name=".MainApp" android:icon="@mipmap/icon" android:label="@string/app_name" - android:theme="@style/Theme.ownCloud" + android:theme="@style/Theme.ownCloud.Toolbar" android:manageSpaceActivity=".ui.activity.ManageSpaceActivity" android:resizeableActivity="true" android:supportsPictureInPicture="false" > - + + + android:excludeFromRecents="true"> @@ -165,7 +167,7 @@ android:name=".authentication.AuthenticatorActivity" android:exported="true" android:launchMode="singleTask" - android:theme="@style/Theme.ownCloud.noActionBar" > + > @@ -186,15 +188,19 @@ - - + + - + - + @@ -234,7 +240,7 @@ diff --git a/build.gradle b/build.gradle index fbb79318f17..56afe93022a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply plugin: 'com.android.application' ext { - supportLibraryVersion = '23.1.1' + supportLibraryVersion = '24.2.1' } repositories { @@ -55,7 +55,10 @@ dependencies { androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2' // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests - androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1' + androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2' + + // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details + androidTestCompile "com.android.support:support-annotations:${supportLibraryVersion}" } diff --git a/owncloud-android-library b/owncloud-android-library index dc14474c51d..a13b5ec17c9 160000 --- a/owncloud-android-library +++ b/owncloud-android-library @@ -1 +1 @@ -Subproject commit dc14474c51d19884629a190e24a8de42aba1a268 +Subproject commit a13b5ec17c9e9550e519a884fca0d428c4f96507 diff --git a/res/drawable-hdpi/ic_account_plus.png b/res/drawable-hdpi/ic_account_plus.png new file mode 100644 index 00000000000..f3fc7aa18e8 Binary files /dev/null and b/res/drawable-hdpi/ic_account_plus.png differ diff --git a/res/drawable-hdpi/ic_down.png b/res/drawable-hdpi/ic_down.png new file mode 100644 index 00000000000..5cd8ab6613d Binary files /dev/null and b/res/drawable-hdpi/ic_down.png differ diff --git a/res/drawable-hdpi/ic_key.png b/res/drawable-hdpi/ic_key.png new file mode 100644 index 00000000000..73bf0c00e0e Binary files /dev/null and b/res/drawable-hdpi/ic_key.png differ diff --git a/res/drawable-hdpi/ic_up.png b/res/drawable-hdpi/ic_up.png new file mode 100644 index 00000000000..a17476a712a Binary files /dev/null and b/res/drawable-hdpi/ic_up.png differ diff --git a/res/drawable-mdpi/ic_account_plus.png b/res/drawable-mdpi/ic_account_plus.png new file mode 100644 index 00000000000..8db5d3198a0 Binary files /dev/null and b/res/drawable-mdpi/ic_account_plus.png differ diff --git a/res/drawable-mdpi/ic_down.png b/res/drawable-mdpi/ic_down.png new file mode 100644 index 00000000000..23d8de81070 Binary files /dev/null and b/res/drawable-mdpi/ic_down.png differ diff --git a/res/drawable-mdpi/ic_key.png b/res/drawable-mdpi/ic_key.png new file mode 100644 index 00000000000..dcf345be5d7 Binary files /dev/null and b/res/drawable-mdpi/ic_key.png differ diff --git a/res/drawable-mdpi/ic_up.png b/res/drawable-mdpi/ic_up.png new file mode 100644 index 00000000000..b932a12a9d0 Binary files /dev/null and b/res/drawable-mdpi/ic_up.png differ diff --git a/res/drawable-xhdpi/ic_account_plus.png b/res/drawable-xhdpi/ic_account_plus.png new file mode 100644 index 00000000000..b4319c352e9 Binary files /dev/null and b/res/drawable-xhdpi/ic_account_plus.png differ diff --git a/res/drawable-xhdpi/ic_down.png b/res/drawable-xhdpi/ic_down.png new file mode 100644 index 00000000000..efc69c4a51a Binary files /dev/null and b/res/drawable-xhdpi/ic_down.png differ diff --git a/res/drawable-xhdpi/ic_key.png b/res/drawable-xhdpi/ic_key.png new file mode 100644 index 00000000000..8b44a818160 Binary files /dev/null and b/res/drawable-xhdpi/ic_key.png differ diff --git a/res/drawable-xhdpi/ic_up.png b/res/drawable-xhdpi/ic_up.png new file mode 100644 index 00000000000..c2a8163d51c Binary files /dev/null and b/res/drawable-xhdpi/ic_up.png differ diff --git a/res/drawable-xxhdpi/ic_account_plus.png b/res/drawable-xxhdpi/ic_account_plus.png new file mode 100644 index 00000000000..ba4edbd0545 Binary files /dev/null and b/res/drawable-xxhdpi/ic_account_plus.png differ diff --git a/res/drawable-xxhdpi/ic_down.png b/res/drawable-xxhdpi/ic_down.png new file mode 100644 index 00000000000..cacbf3e5162 Binary files /dev/null and b/res/drawable-xxhdpi/ic_down.png differ diff --git a/res/drawable-xxhdpi/ic_key.png b/res/drawable-xxhdpi/ic_key.png new file mode 100644 index 00000000000..27f889e984c Binary files /dev/null and b/res/drawable-xxhdpi/ic_key.png differ diff --git a/res/drawable-xxhdpi/ic_up.png b/res/drawable-xxhdpi/ic_up.png new file mode 100644 index 00000000000..f35d9fc95dc Binary files /dev/null and b/res/drawable-xxhdpi/ic_up.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png index 2444d8361bd..c0102e66b41 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png index 35ca0a76270..9a05a95a35b 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png index 94b63b5ca06..e16be25c8f2 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png index efe4948de02..39eec04f9b5 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png index e91efc5e7bd..d028289d17f 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png index 815d093b2d1..d6f4f947543 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png index c78647de59b..0a5db16c4ba 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png differ diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png index 1edad5a7037..a6111c305e1 100644 Binary files a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png differ diff --git a/res/drawable/ic_current.png b/res/drawable/ic_current.png new file mode 100644 index 00000000000..a0d859ac317 Binary files /dev/null and b/res/drawable/ic_current.png differ diff --git a/res/drawable/ic_current_white.png b/res/drawable/ic_current_white.png new file mode 100644 index 00000000000..de2fc111b62 Binary files /dev/null and b/res/drawable/ic_current_white.png differ diff --git a/res/drawable/process_dialog_background.xml b/res/drawable/process_dialog_background.xml deleted file mode 100644 index 9ba0b1e9ab8..00000000000 --- a/res/drawable/process_dialog_background.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/drawable/actionbar_progress_horizontal.xml b/res/drawable/top_progress_bar_determinate.xml similarity index 70% rename from res/drawable/actionbar_progress_horizontal.xml rename to res/drawable/top_progress_bar_determinate.xml index efcf09b41a7..84f79db0073 100644 --- a/res/drawable/actionbar_progress_horizontal.xml +++ b/res/drawable/top_progress_bar_determinate.xml @@ -4,15 +4,15 @@ + android:drawable="@color/background_color" /> diff --git a/res/drawable/actionbar_progress_indeterminate_horizontal.xml b/res/drawable/top_progress_bar_indeterminate.xml similarity index 100% rename from res/drawable/actionbar_progress_indeterminate_horizontal.xml rename to res/drawable/top_progress_bar_indeterminate.xml diff --git a/res/layout-v11/activity_row.xml b/res/layout-v11/activity_row.xml deleted file mode 100644 index 3cacc4c1cea..00000000000 --- a/res/layout-v11/activity_row.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout-v11/notification_with_progress_bar.xml b/res/layout-v11/notification_with_progress_bar.xml deleted file mode 100644 index 8a0057ab312..00000000000 --- a/res/layout-v11/notification_with_progress_bar.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout-v14/generic_explanation.xml b/res/layout-v14/generic_explanation.xml deleted file mode 100644 index 8d2ee1457b7..00000000000 --- a/res/layout-v14/generic_explanation.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -