From 934a9480cb77317f48a3d8e33e51ca58fe2c96b8 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 27 Mar 2026 20:06:43 +0530 Subject: [PATCH 1/2] android 13: fix the build erroring due to it using fwk color from upstream --- java/res/values-night/themes-you-colors.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/res/values-night/themes-you-colors.xml b/java/res/values-night/themes-you-colors.xml index 48606bc7e..ca55a3fea 100644 --- a/java/res/values-night/themes-you-colors.xml +++ b/java/res/values-night/themes-you-colors.xml @@ -6,9 +6,9 @@ @android:color/system_neutral1_400 - @android:color/system_on_background_dark - @android:color/system_on_background_dark - @android:color/system_on_background_dark + #E3E2E9 + #E3E2E9 + #E3E2E9 @android:color/system_accent1_300 @android:color/system_neutral1_50 -- GitLab From b60728ff38f5c3c95bb0793d1874a6754ed8a2fe Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 30 Mar 2026 23:08:30 +0530 Subject: [PATCH 2/2] Enable emoji key by default for old and new users --- java/res/xml/prefs_screen_preferences.xml | 2 +- .../android/inputmethod/latin/settings/Settings.java | 12 ++++++++++++ .../inputmethod/latin/settings/SettingsValues.java | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/java/res/xml/prefs_screen_preferences.xml b/java/res/xml/prefs_screen_preferences.xml index 461a996c0..8036ca415 100644 --- a/java/res/xml/prefs_screen_preferences.xml +++ b/java/res/xml/prefs_screen_preferences.xml @@ -40,7 +40,7 @@ android:key="pref_show_emoji_key" android:title="@string/show_emoji_key" android:summary="@string/show_emoji_key_summary" - android:defaultValue="false" + android:defaultValue="true" android:persistent="true" />