diff --git a/build.gradle b/build.gradle index 2c34fe34da5aa85d4d6bb27ca351deebf2c57147..86c51ea201db3a55496d7b22c6a304afcbb2a9bd 100644 --- a/build.gradle +++ b/build.gradle @@ -34,13 +34,14 @@ buildscript { ext.androidBuildVersionTools = '33.0.0' - ext.androidMinSdk = 14 + ext.androidMinSdk = 21 ext.androidTargetSdk = 29 ext.androidCompileSdk = 31 repositories { mavenCentral() google() + maven { url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven'} } dependencies { @@ -99,5 +100,6 @@ subprojects { repositories { mavenCentral() google() + maven { url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven'} } } diff --git a/e-ui-sdk.jar b/e-ui-sdk.jar deleted file mode 100644 index 5974432e9c6b33ca4a6473603e57cd3290d5bdaa..0000000000000000000000000000000000000000 Binary files a/e-ui-sdk.jar and /dev/null differ diff --git a/play-services-base-core-ui/src/main/res/drawable/ic_info_outline.xml b/play-services-base-core-ui/src/main/res/drawable/ic_info_outline.xml index 8e049cce5fcf000934438e0f560c10dec81be03b..f98d0ffe87bce0d2c2a0d3d5ea05bdbc4df3b7a1 100644 --- a/play-services-base-core-ui/src/main/res/drawable/ic_info_outline.xml +++ b/play-services-base-core-ui/src/main/res/drawable/ic_info_outline.xml @@ -8,7 +8,7 @@ diff --git a/play-services-core/src/main/res/drawable/ic_add_account.xml b/play-services-core/src/main/res/drawable/ic_add_account.xml index 0ffe5ada5f461d59b1ea418cd52c90fa9028d833..6452c27c61e17d4d3ef9dfbb69131eda62d62bc6 100644 --- a/play-services-core/src/main/res/drawable/ic_add_account.xml +++ b/play-services-core/src/main/res/drawable/ic_add_account.xml @@ -7,7 +7,7 @@ diff --git a/play-services-core/src/main/res/drawable/ic_certificate.xml b/play-services-core/src/main/res/drawable/ic_certificate.xml index a2a6a2adcb6f7c7d02aed045c77c4cd769f2c864..7fd0c11d1c945028d4568a2d96cb2e504b3f296c 100644 --- a/play-services-core/src/main/res/drawable/ic_certificate.xml +++ b/play-services-core/src/main/res/drawable/ic_certificate.xml @@ -7,7 +7,7 @@ diff --git a/play-services-core/src/main/res/drawable/ic_cloud_bell.xml b/play-services-core/src/main/res/drawable/ic_cloud_bell.xml index 9457dd539a7b2d5c936aace978f8e8921e61856f..bec6bca677b1bd97f646025308773b8b9b001224 100644 --- a/play-services-core/src/main/res/drawable/ic_cloud_bell.xml +++ b/play-services-core/src/main/res/drawable/ic_cloud_bell.xml @@ -7,7 +7,7 @@ diff --git a/play-services-core/src/main/res/drawable/ic_device_login.xml b/play-services-core/src/main/res/drawable/ic_device_login.xml index 60fe6bb02b2d1d01a6d62cdc016629fd30a07847..dab24949f99613a48eca0f9433b24301a844e979 100644 --- a/play-services-core/src/main/res/drawable/ic_device_login.xml +++ b/play-services-core/src/main/res/drawable/ic_device_login.xml @@ -7,7 +7,7 @@ diff --git a/play-services-core/src/main/res/drawable/ic_map_marker.xml b/play-services-core/src/main/res/drawable/ic_map_marker.xml index 70a96a493de640036b41319007a34884c8399936..2460c841df19b6af55cc3d4a71bf880d2d33cc89 100644 --- a/play-services-core/src/main/res/drawable/ic_map_marker.xml +++ b/play-services-core/src/main/res/drawable/ic_map_marker.xml @@ -7,7 +7,7 @@ @color/settings_theme_primary_dark @color/settings_theme_primary_dark @color/settings_theme_accent - @color/color_default_blue2 - @color/color_default_gray2 + @color/e_icon_color + @color/e_alpha_accent diff --git a/play-services-core/src/main/res/values-v27/themes.xml b/play-services-core/src/main/res/values-v27/themes.xml index ed01c232cb8bc26430703522c7e83695dd6ba3a4..2d316ce3f440202b3fd2111bfec7b39c2ac48a2e 100644 --- a/play-services-core/src/main/res/values-v27/themes.xml +++ b/play-services-core/src/main/res/values-v27/themes.xml @@ -22,7 +22,7 @@ @bool/is_light_mode @bool/is_light_mode @color/settings_theme_accent - @color/color_default_blue2 - @color/color_default_gray2 + @color/e_icon_color + @color/e_alpha_accent diff --git a/play-services-core/src/main/res/values/colors.xml b/play-services-core/src/main/res/values/colors.xml index 333e5e458e5242faf99a646e597284d1e465304a..1dc789578ea20bf2635dd5fc998e0e36f4e2b780 100644 --- a/play-services-core/src/main/res/values/colors.xml +++ b/play-services-core/src/main/res/values/colors.xml @@ -15,23 +15,20 @@ --> - @lineageos.platform:color/color_default_primary - @lineageos.platform:color/color_default_primary_dark - @lineageos.platform:color/color_default_accent + @color/e_action_bar + @color/e_action_bar + @color/e_accent - @lineageos.platform:color/color_default_background - @lineageos.platform:color/color_default_foreground - @lineageos.platform:color/color_default_primary_text - @lineageos.platform:color/color_default_secondary_text - @lineageos.platform:color/color_default_divider - @lineageos.platform:color/color_default_view_on_accent + @color/e_background + @color/e_floating_background + @color/e_primary_text_color + @color/e_secondary_text_color + @color/e_divider_color + @color/e_background - @lineageos.platform:color/color_default_blue2 - @lineageos.platform:color/color_default_gray2 + @color/e_divider_color + @color/e_error - @lineageos.platform:color/color_default_divider - @lineageos.platform:color/color_default_red1 - - @lineageos.platform:color/color_default_accent - @lineageos.platform:color/color_default_primary_dark + @color/e_accent + @color/e_action_bar diff --git a/play-services-core/src/main/res/values/themes.xml b/play-services-core/src/main/res/values/themes.xml index 71a327bd553cb95ae1f6f1dd46774b9a3755688b..b80b93ef1da7208d12c0128658c5b14d010112dd 100644 --- a/play-services-core/src/main/res/values/themes.xml +++ b/play-services-core/src/main/res/values/themes.xml @@ -16,8 +16,7 @@ @@ -34,18 +33,18 @@ @color/view_on_accent_color @color/background_color @color/settings_theme_accent - @color/color_default_blue2 - @color/color_default_gray2 + @color/e_icon_color + @color/e_alpha_accent @style/customOverFlow - @drawable/ic_arrow_back - @drawable/ic_arrow_back + @drawable/e_ic_back + @drawable/e_ic_back @style/customToolbarTheme @color/foreground_color @color/divider_color