diff --git a/Android.mk b/Android.mk index 7805b32e8e..91ecccb1e4 100644 --- a/Android.mk +++ b/Android.mk @@ -48,7 +48,7 @@ LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/protos/ --proto_path=$(LOCAL_PA LOCAL_PROTO_JAVA_OUTPUT_PARAMS := enum_style=java LOCAL_SDK_VERSION := current -LOCAL_MIN_SDK_VERSION := 21 +LOCAL_MIN_SDK_VERSION := 26 LOCAL_MODULE := Launcher3CommonDepsLib LOCAL_PRIVILEGED_MODULE := true LOCAL_MANIFEST_FILE := AndroidManifest-common.xml @@ -77,7 +77,7 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags LOCAL_PROGUARD_ENABLED := disabled LOCAL_SDK_VERSION := current -LOCAL_MIN_SDK_VERSION := 21 +LOCAL_MIN_SDK_VERSION := 26 LOCAL_PACKAGE_NAME := Launcher3 LOCAL_PRIVILEGED_MODULE := true LOCAL_SYSTEM_EXT_MODULE := true @@ -108,7 +108,7 @@ LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/go/res LOCAL_PROGUARD_FLAG_FILES := proguard.flags LOCAL_SDK_VERSION := current -LOCAL_MIN_SDK_VERSION := 21 +LOCAL_MIN_SDK_VERSION := 26 LOCAL_PACKAGE_NAME := Launcher3Go LOCAL_PRIVILEGED_MODULE := true LOCAL_SYSTEM_EXT_MODULE := true diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 19a16e341a..97e3786a36 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -29,12 +29,6 @@ at compile time. Note that the components defined in AndroidManifest.xml are also required, with some minor changed based on the derivative app. --> - @@ -79,17 +73,6 @@ android:restoreAnyVersion="true" android:supportsRtl="true" > - - - - - - - diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4664c9315a..97bce9c1d7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -20,7 +20,7 @@ - + - - - - - - - - - diff --git a/res/animator/discovery_bounce.xml b/res/animator/discovery_bounce.xml index f02ebdbace..f5548537b1 100644 --- a/res/animator/discovery_bounce.xml +++ b/res/animator/discovery_bounce.xml @@ -16,20 +16,28 @@ ** limitations under the License. */ --> - - + - - + android:valueType="floatType"> + + + + + + + diff --git a/res/color-v24/all_apps_bg_hand_fill.xml b/res/color/all_apps_bg_hand_fill.xml similarity index 100% rename from res/color-v24/all_apps_bg_hand_fill.xml rename to res/color/all_apps_bg_hand_fill.xml diff --git a/res/color-v24/all_apps_bg_hand_fill_dark.xml b/res/color/all_apps_bg_hand_fill_dark.xml similarity index 100% rename from res/color-v24/all_apps_bg_hand_fill_dark.xml rename to res/color/all_apps_bg_hand_fill_dark.xml diff --git a/res/drawable-v26/ic_deepshortcut_placeholder.xml b/res/drawable-v26/ic_deepshortcut_placeholder.xml deleted file mode 100644 index 3fa85065bd..0000000000 --- a/res/drawable-v26/ic_deepshortcut_placeholder.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/res/drawable-v26/ic_launcher_home.xml b/res/drawable-v26/ic_launcher_home.xml deleted file mode 100644 index 7038775f35..0000000000 --- a/res/drawable-v26/ic_launcher_home.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - diff --git a/res/drawable-v24/ic_block_shadow.xml b/res/drawable/ic_block_shadow.xml similarity index 100% rename from res/drawable-v24/ic_block_shadow.xml rename to res/drawable/ic_block_shadow.xml diff --git a/res/drawable/ic_deepshortcut_placeholder.xml b/res/drawable/ic_deepshortcut_placeholder.xml index 85a9694501..3fa85065bd 100644 --- a/res/drawable/ic_deepshortcut_placeholder.xml +++ b/res/drawable/ic_deepshortcut_placeholder.xml @@ -1,5 +1,6 @@ - - - - - + + + + diff --git a/res/drawable/ic_launcher_home.xml b/res/drawable/ic_launcher_home.xml index a6f2519954..7038775f35 100644 --- a/res/drawable/ic_launcher_home.xml +++ b/res/drawable/ic_launcher_home.xml @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + + + + + diff --git a/res/drawable-v24/ic_remove_shadow.xml b/res/drawable/ic_remove_shadow.xml similarity index 100% rename from res/drawable-v24/ic_remove_shadow.xml rename to res/drawable/ic_remove_shadow.xml diff --git a/res/drawable-v24/ic_setup_shadow.xml b/res/drawable/ic_setup_shadow.xml similarity index 100% rename from res/drawable-v24/ic_setup_shadow.xml rename to res/drawable/ic_setup_shadow.xml diff --git a/res/drawable-v24/ic_uninstall_shadow.xml b/res/drawable/ic_uninstall_shadow.xml similarity index 100% rename from res/drawable-v24/ic_uninstall_shadow.xml rename to res/drawable/ic_uninstall_shadow.xml diff --git a/res/mipmap-hdpi/ic_launcher_home.png b/res/mipmap-hdpi/ic_launcher_home.png deleted file mode 100644 index d068d92361..0000000000 Binary files a/res/mipmap-hdpi/ic_launcher_home.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher_home.png b/res/mipmap-mdpi/ic_launcher_home.png deleted file mode 100644 index 16c8ec2e50..0000000000 Binary files a/res/mipmap-mdpi/ic_launcher_home.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher_home.png b/res/mipmap-xhdpi/ic_launcher_home.png deleted file mode 100644 index 8b2671bdd8..0000000000 Binary files a/res/mipmap-xhdpi/ic_launcher_home.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_launcher_home.png b/res/mipmap-xxhdpi/ic_launcher_home.png deleted file mode 100644 index 43d8b7d886..0000000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_home.png and /dev/null differ diff --git a/res/values-night-v26/styles.xml b/res/values-night/styles.xml similarity index 100% rename from res/values-night-v26/styles.xml rename to res/values-night/styles.xml diff --git a/res/values-v22/styles.xml b/res/values-v22/styles.xml deleted file mode 100644 index f86db7a493..0000000000 --- a/res/values-v22/styles.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/res/values-v26/bools.xml b/res/values-v26/bools.xml deleted file mode 100644 index ad8c7a1865..0000000000 --- a/res/values-v26/bools.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - true - - false - \ No newline at end of file diff --git a/res/values-v26/styles.xml b/res/values-v26/styles.xml deleted file mode 100644 index d2f0802fa5..0000000000 --- a/res/values-v26/styles.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - diff --git a/res/values/bools.xml b/res/values/bools.xml deleted file mode 100644 index bc2c678874..0000000000 --- a/res/values/bools.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - false - - true - \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 043ad9a9d5..f56fbaaace 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -35,9 +35,6 @@ #E0E0E0 - #E5E5E5 - #9AA0A6 - #A0C2F9 #6DA1FF #FFFFFFFF diff --git a/res/values/drawables.xml b/res/values/drawables.xml deleted file mode 100644 index 9c57ec1214..0000000000 --- a/res/values/drawables.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - @drawable/ic_setting - @drawable/ic_remove_no_shadow - @drawable/ic_uninstall_no_shadow - @drawable/ic_block_no_shadow - \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index 3b9532eeee..fd3d873635 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -143,7 +143,7 @@ @@ -171,14 +171,16 @@ ?attr/workspaceTextColor - + + - -