Skip to content

Commit

Permalink
Merge tag 'android-14.0.0_r29' into staging/lineage-21.0_merge-androi…
Browse files Browse the repository at this point in the history
…d-14.0.0_r29

Android 14.0.0 release 29

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZW5gAKCRDorT+BmrEO
# eEbyAJ4r9s7fUoxGE4kc6nGVcl4EB3Qj4QCfS3lPWQ8B2wk4QP/9+l9B8Zxqs0A=
# =IaoM
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar  5 01:19:02 2024 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <[email protected]>" [marginal]
# gpg: [email protected]: Verified 2355 signatures in the past
#      2 years.  Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78

# By Georg Veichtlbauer (1) and Tomasz Wasilczyk (1)
# Via Automerger Merge Worker (38) and others
* tag 'android-14.0.0_r29':
  dicttoolkit: pin cpp_std to gnu++17
  Fix erroneous LXX theme text color mappings

Change-Id: I8dad406ebefc14db426a668ad93313ba68be5077
  • Loading branch information
mikeNG committed Mar 8, 2024
2 parents 64afbb0 + 8c1a037 commit 1c37af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/res/values/themes-lxx-dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<item name="functionalKeyBackground">@drawable/btn_keyboard_key_functional_lxx_dark</item>
<item name="spacebarBackground">@drawable/btn_keyboard_spacebar_lxx_dark</item>
<item name="keyTextColor">@color/key_text_color_lxx_dark</item>
<item name="keyTextInactivatedColor">@color/key_functional_text_color_lxx_dark</item>
<item name="functionalTextColor">@color/key_text_color_lxx_dark</item>
<item name="keyTextInactivatedColor">@color/key_text_inactive_color_lxx_dark</item>
<item name="functionalTextColor">@color/key_functional_text_color_lxx_dark</item>
<item name="keyHintLetterColor">@color/key_hint_letter_color_lxx_dark</item>
<item name="keyHintLabelColor">@color/key_text_inactive_color_lxx_dark</item>
<item name="keyShiftedLetterHintInactivatedColor">@color/key_text_inactive_color_lxx_dark</item>
Expand Down
1 change: 1 addition & 0 deletions native/dicttoolkit/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ package {
cc_defaults {
name: "dicttoolkit_defaults",

cpp_std: "gnu++17",
cflags: [
"-Werror",
"-Wall",
Expand Down

0 comments on commit 1c37af1

Please sign in to comment.