Loading e-ui-sdk.jar 0 → 100644 +116 KiB File added.No diff preview for this file type. View file presentation/build.gradle +18 −3 Original line number Diff line number Diff line Loading @@ -36,6 +36,12 @@ android { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } aaptOptions { additionalParameters '-I', 'e-ui-sdk.jar' } /* signingConfigs { release }*/ Loading @@ -47,6 +53,11 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' //signingConfig signingConfigs.release } debug{ applicationIdSuffix ".debug" } } compileOptions { Loading Loading @@ -95,7 +106,11 @@ configurations { withAnalyticsRelease } dependencies { // e-ui sdk compileOnly files("../e-ui-sdk.jar") // lifecycle implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" Loading presentation/src/main/res/values/colors.xml +5 −5 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ <color name="toolbarSearchBackgroundLight">#0D000000</color> <color name="toolbarSearchBackgroundDark">#26000000</color> <color name="backgroundLight">#ECEFF1</color> <color name="backgroundLight">@lineageos.platform:color/color_default_background</color> <color name="backgroundDark">#192025</color> <color name="textPrimary">#49555F</color> <color name="textPrimary">@lineageos.platform:color/color_default_primary_text</color> <color name="textPrimaryDisabled">#4C49555F</color> <color name="textSecondary">#70808D</color> <color name="textSecondary">@lineageos.platform:color/color_default_secondary_text</color> <color name="textSecondaryDisabled">#4C70808D</color> <color name="textTertiary">#B7B9C0</color> <color name="textTertiary">@lineageos.platform:color/color_default_secondary_text</color> <color name="textPrimaryDark">#FFFFFFFF</color> <color name="textPrimaryDisabledDark">#7FFFFFFF</color> Loading @@ -67,5 +67,5 @@ <color name="switchTrackDisabledDark">#383838</color> <!-- This colour should only ever be used for attrs with the tools tag --> <color name="tools_theme">#00838F</color> <color name="tools_theme">@lineageos.platform:color/color_default_primary</color> </resources> Loading
presentation/build.gradle +18 −3 Original line number Diff line number Diff line Loading @@ -36,6 +36,12 @@ android { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } aaptOptions { additionalParameters '-I', 'e-ui-sdk.jar' } /* signingConfigs { release }*/ Loading @@ -47,6 +53,11 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' //signingConfig signingConfigs.release } debug{ applicationIdSuffix ".debug" } } compileOptions { Loading Loading @@ -95,7 +106,11 @@ configurations { withAnalyticsRelease } dependencies { // e-ui sdk compileOnly files("../e-ui-sdk.jar") // lifecycle implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" Loading
presentation/src/main/res/values/colors.xml +5 −5 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ <color name="toolbarSearchBackgroundLight">#0D000000</color> <color name="toolbarSearchBackgroundDark">#26000000</color> <color name="backgroundLight">#ECEFF1</color> <color name="backgroundLight">@lineageos.platform:color/color_default_background</color> <color name="backgroundDark">#192025</color> <color name="textPrimary">#49555F</color> <color name="textPrimary">@lineageos.platform:color/color_default_primary_text</color> <color name="textPrimaryDisabled">#4C49555F</color> <color name="textSecondary">#70808D</color> <color name="textSecondary">@lineageos.platform:color/color_default_secondary_text</color> <color name="textSecondaryDisabled">#4C70808D</color> <color name="textTertiary">#B7B9C0</color> <color name="textTertiary">@lineageos.platform:color/color_default_secondary_text</color> <color name="textPrimaryDark">#FFFFFFFF</color> <color name="textPrimaryDisabledDark">#7FFFFFFF</color> Loading @@ -67,5 +67,5 @@ <color name="switchTrackDisabledDark">#383838</color> <!-- This colour should only ever be used for attrs with the tools tag --> <color name="tools_theme">#00838F</color> <color name="tools_theme">@lineageos.platform:color/color_default_primary</color> </resources>