-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: update the Security provider via Google Play Services
- Loading branch information
1 parent
edbaab9
commit 446fbbb
Showing
10 changed files
with
177 additions
and
2 deletions.
There are no files selected for viewing
92 changes: 91 additions & 1 deletion
92
android/app/src/main/java/org/unicef/ecar/usupport/MainActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml | ||
version="1.0" | ||
encoding="UTF-8" | ||
standalone="yes" | ||
?> | ||
<resources> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<color name="splashscreen_background">#54CFD9</color> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
android/app/src/main/res/values-kk/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#7372F9</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<resources> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<string name="expo_splash_screen_resize_mode" translatable="false">cover</string> | ||
<string name="app_name">uSupport</string> | ||
<string moduleConfig="true" name="CodePushDeploymentKey">@string/CODEPUSH_ANDROID_DEPLOYMENT_KEY</string> | ||
<string name="provider_install_failed_title">Қамтамасыз етушіні орнату сәтсіз аяқталды</string> | ||
<string name="provider_install_failed_message">Қауіпсіздік қамтамасыз етушісі орнатылмады. Жаңартусыз жалғастыра алмайсыз.</string> | ||
<string name="ok_button">Жарайды</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<resources> | ||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | ||
<item name="android:textColor">@android:color/black</item> | ||
<item name="android:editTextStyle">@style/ResetEditText</item> | ||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item> | ||
<item name="android:windowDisablePreview">true</item> | ||
</style> | ||
<style name="ResetEditText" parent="@android:style/Widget.EditText"> | ||
<item name="android:padding">0dp</item> | ||
<item name="android:textColorHint">#c8c8c8</item> | ||
<item name="android:textColor">@android:color/black</item> | ||
</style> | ||
<style name="Theme.App.SplashScreen" parent="AppTheme"> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<!-- Customize your splash screen theme here --> | ||
<item name="android:windowBackground">@drawable/splashscreen</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml | ||
version="1.0" | ||
encoding="UTF-8" | ||
standalone="yes" | ||
?> | ||
<resources> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<color name="splashscreen_background">#54CFD9</color> | ||
</resources> |
4 changes: 4 additions & 0 deletions
4
android/app/src/main/res/values-ru/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#7372F9</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<resources> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<string name="expo_splash_screen_resize_mode" translatable="false">cover</string> | ||
<string name="app_name">uSupport</string> | ||
<string moduleConfig="true" name="CodePushDeploymentKey">@string/CODEPUSH_ANDROID_DEPLOYMENT_KEY</string> | ||
<string name="provider_install_failed_title">Ошибка установки провайдера</string> | ||
<string name="provider_install_failed_message">Провайдер безопасности не может быть установлен. Вы не можете продолжить без обновления.</string> | ||
<string name="ok_button">ОК</string> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<resources> | ||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | ||
<item name="android:textColor">@android:color/black</item> | ||
<item name="android:editTextStyle">@style/ResetEditText</item> | ||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item> | ||
<item name="android:windowDisablePreview">true</item> | ||
</style> | ||
<style name="ResetEditText" parent="@android:style/Widget.EditText"> | ||
<item name="android:padding">0dp</item> | ||
<item name="android:textColorHint">#c8c8c8</item> | ||
<item name="android:textColor">@android:color/black</item> | ||
</style> | ||
<style name="Theme.App.SplashScreen" parent="AppTheme"> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<!-- Customize your splash screen theme here --> | ||
<item name="android:windowBackground">@drawable/splashscreen</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<resources> | ||
<!-- Below line is handled by '@expo/configure-splash-screen' command and it's discouraged to modify it manually --> | ||
<string name="expo_splash_screen_resize_mode" translatable="false">cover</string> | ||
<string name="app_name">USupport</string> | ||
<string name="app_name">uSupport</string> | ||
<string moduleConfig="true" name="CodePushDeploymentKey">@string/CODEPUSH_ANDROID_DEPLOYMENT_KEY</string> | ||
<string name="provider_install_failed_title">Provider Installation Failed</string> | ||
<string name="provider_install_failed_message">The security provider could not be installed. You cannot proceed without updating.</string> | ||
<string name="ok_button">OK</string> | ||
</resources> |