Skip to content
Snippets Groups Projects
  1. Jul 21, 2024
  2. Jul 13, 2024
  3. Jul 07, 2024
  4. Jun 22, 2024
  5. Jun 21, 2024
  6. May 15, 2024
  7. May 14, 2024
  8. May 08, 2024
  9. May 07, 2024
  10. Apr 11, 2024
  11. Jan 17, 2024
  12. Jan 07, 2024
  13. Sep 01, 2023
  14. Aug 26, 2023
  15. Jul 06, 2023
  16. Jul 22, 2020
  17. Oct 13, 2019
    • Alex Henrie's avatar
      Support polytonic Greek diacritics in the Greek keyboard · 0cf43768
      Alex Henrie authored
      Although modern Greek is typically written with only acute accent marks,
      polytonic diacritics are still used by the Greek orthodox church, the
      Greek newspaper Estia, and students of classical Greek texts. Supporting
      these special characters is helpful to all of those groups.
      
      Note that for the short vowels (epsilon, upsilon, iota, and omicron) all
      of the diacritics permitted on lowercase letters are also permitted on
      their uppercase forms. However, for the long vowels (alpha, eta, and
      omega) the diacritics permitted on uppercase letters are a subset of the
      diacritics permitted on lowercase letters. That's just how Greek is.
      
      Test: Manually turned on the Greek (Greece) keyboard in the aosp_x86-eng
      emulator and tried out all the new characters with Shift, with Shift
      Lock, and without any modifiers.
      
      Bug: 142007431
      Change-Id: Iec4a82cab02aea5176721e8447f7dfdba46bacb3
      0cf43768
  18. Mar 04, 2016
    • Yohei Yukawa's avatar
      Use android:languageTag for Serbian-Latin layout. · d3d36e39
      Yohei Yukawa authored
      Serbian-Latin is one of subtypes that our APIs could not easily deal
      with their locale.
      
      Now we can safely rely on BCP 47 language tag hence we should do.  See
      my previous CLs [1][2][3] for details.
      
      Note that this CL is supposed to have no effect on the behavior of
      LatinIME because we internall remap "sr-Latn" to "sr_ZZ" [4].
      
       [1]: I77db5b99a7cf745d800db75baf135bb60ad04820
            8d6eeb01df72891acd3aa75e64aa1595a41cc96e
       [2]: I251d3d999afd13c0d618f2cb59e8ed3d47f21c98
            b8456a6a483ce62c81b92f613561fb761be0f3e8
       [3]: I37cb9ce196f2e23589e60ce34475504405778bbb
            f6997344
       [4]: I93ff0c75b3687bb1b913f451b9eb5f2820beefbc
            31a3f07c
      
      Bug: 27348943
      Change-Id: Icd0667c40c6f1310699f3deb1234b7861ec2fa24
      d3d36e39
  19. Jan 22, 2016
    • Yohei Yukawa's avatar
      Experimentally specify languageTag attribute. · f6997344
      Yohei Yukawa authored
      With previous CLs [1][2], now we can associate a BCP 47 language tag for
      each InputMethodSubtype in XML resource file by "languageTag" attribute.
      In order to test that the functionality, we start using "languageTag"
      for some subtypes.
      
      Note that specifying "languageTag" for all the existing subtypes is
      beyond the goal of this CL, which should be handled in subsequent CLs.
      
      Here is the list of subtypes that start having "languageTag" attribute.
        - android:imeSubtypeLocale="en_US" -> android:languageTag="en-US"
        - android:imeSubtypeLocale="en_GB" -> android:languageTag="en-GB"
        - android:imeSubtypeLocale="fr   " -> android:languageTag="fr"
        - android:imeSubtypeLocale="fr_CA" -> android:languageTag="fr-CA"
        - android:imeSubtypeLocale="fr_CH" -> android:languageTag="fr-CH"
        - android:imeSubtypeLocale="tl"    -> android:languageTag="fil"
      
        [1]: I77db5b99a7cf745d800db75baf135bb60ad04820
             8d6eeb01df72891acd3aa75e64aa1595a41cc96e
        [2]: I251d3d999afd13c0d618f2cb59e8ed3d47f21c98
             b8456a6a483ce62c81b92f613561fb761be0f3e8
      
      Bug: 22858221
      Change-Id: I37cb9ce196f2e23589e60ce34475504405778bbb
      f6997344
  20. Nov 11, 2015
    • Chieu Nguyen's avatar
      Unicode 8.0 emoji additions to Google Keyboard. · 7674a653
      Chieu Nguyen authored
      Squashed commit of the following:
      
          commit 8e86347b024e2460a17264fbcaa20cd6e5fd6018
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Tue Nov 10 11:29:44 2015 -0800
      
              Remove check for version code.
              This was unnecessary and caused multi-codepoint
              emoji to not show up on any device.
      
              Bug: 25369504
              Change-Id: Ia1e61c052444aaab824b18463c26b5a8066c65ed
      
          commit 1b924816665a3a2c48307dbdd1078f61dd3179f2
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 18:12:58 2015 -0800
      
              Fix Material icons for new tab.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I873eb9e8fc1259ac94a974c04a80a4f0d005f9c2
      
          commit 956d5f86d2552d90d2c3240a85d5c1cddf05eda9
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 17:16:10 2015 -0800
      
              Remove extraneous TalkBack descriptions.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: Iec4f0f46cf9dda169c5827168ef207e56d619096
      
          commit 07357bdec69b5fc118c82401d59b61ad7b802c22
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 16:01:34 2015 -0800
      
          	Better checking of whether to display new emoji.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I61f1b428e5a805f66eb4e9db346be8756fc84b8f
      
          commit 666a92f17034f5a1948e70f40226ed995c72d81f
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 12:54:53 2015 -0800
      
              Fix shading on emoji category icons.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: I217af3d97120e7910e9850de7ea331a461ae7e56
      
          commit 2712432c0e7a1b90ebb7ed6bde8f87eec7bf1094
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 19:06:57 2015 -0800
      
              Add new emoji categories to Holo Blue.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: Ie32af93e68e08b36a4a5861a06de511b2b190dca
      
          commit 04c79b1f53912b263d7f7eb8b71ac802ed960a8a
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 18:06:35 2015 -0800
      
              Fix default category, remove xxxhdpi Holo icons.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: I9bca795675297dceb93777d998e8f2935f7031a6
      
          commit 15c0b578343db2baa873096891a69305398eb830
          Merge: 77bc6fc 8604ce3
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 00:59:08 2015 +0000
      
              Merge changes  into jb-ub-latinimegoogle
      
          commit 77bc6fcfd760232757b5751993c0046f2a43626a
          Merge: b0380a0 8604ce3
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 00:59:04 2015 +0000
      
              Merge "Remove Kosovo from flags (no glyph)." into
              jb-ub-latinimegoogle
      
          commit b0380a0744647039278ad6648b7a1bc94eeab623
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 16:42:24 2015 -0800
      
              Add icons for new emoji categories.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I1182e031994332b2e618406ad1cd467cb050766e
      
          commit 8604ce3a34b65598101cac37a3ed3e8087fe38ca
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 16:29:33 2015 -0800
      
              Remove Kosovo from flags (no glyph).
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I92c9ace19d3600cfa1f27678ada0cf45af42d8f5
      
          commit e0489eab47d3a6d138bfa00a668f02bcb473cf88
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 14:30:58 2015 -0800
      
              Update emoji set to blacklist non-color glyphs.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I8b54217fa68da8ddaa1bbcd1845e0123ed106463
      
          commit 9ffdcdff058d6b44cab70e4fb0bb301e39699483
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Wed Nov 4 17:18:22 2015 -0800
      
              Add Unicode 8.0 emoji to emoji palette.
      
              Currently all emoji category tabs use the flower
              icon. A future CL will update these once the
              icons are finalized.
      
              If glyphs do not exist for new emoji, the old
              categories will be shown.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: Ie3759bfc4c8469a17f3205b45609ce6ef7510121
      
          commit 4a4a042072790b19048a14d2ddab655b1be31a6e
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Sun Nov 1 18:38:20 2015 -0800
      
              Add description strings for Unicode 8.0 new emoji.
      
              Bug: 16185905
              Bug: 25369504
      
              Change-Id: I6048609ace715a23db5f82d47fefe4868ccb3d17
      
      Change-Id: I30a043554b14531ab9cf89a1f663b6970d7d6863
      7674a653
  21. Nov 10, 2015
  22. Nov 07, 2015
    • Chieu Nguyen's avatar
      Unicode 8.0 emoji changes to Google Keyboard. · 9cc42549
      Chieu Nguyen authored
      Squashed commit of the following:
      
          commit 1b924816665a3a2c48307dbdd1078f61dd3179f2
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 18:12:58 2015 -0800
      
              Fix Material icons for new tab.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I873eb9e8fc1259ac94a974c04a80a4f0d005f9c2
      
          commit 956d5f86d2552d90d2c3240a85d5c1cddf05eda9
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 17:16:10 2015 -0800
      
              Remove extraneous TalkBack descriptions.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: Iec4f0f46cf9dda169c5827168ef207e56d619096
      
          commit 07357bdec69b5fc118c82401d59b61ad7b802c22
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 16:01:34 2015 -0800
      
          	Better checking of whether to display new emoji.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I61f1b428e5a805f66eb4e9db346be8756fc84b8f
      
          commit 666a92f17034f5a1948e70f40226ed995c72d81f
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 12:54:53 2015 -0800
      
              Fix shading on emoji category icons.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: I217af3d97120e7910e9850de7ea331a461ae7e56
      
          commit 2712432c0e7a1b90ebb7ed6bde8f87eec7bf1094
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 19:06:57 2015 -0800
      
              Add new emoji categories to Holo Blue.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: Ie32af93e68e08b36a4a5861a06de511b2b190dca
      
          commit 04c79b1f53912b263d7f7eb8b71ac802ed960a8a
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 18:06:35 2015 -0800
      
              Fix default category, remove xxxhdpi Holo icons.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: I9bca795675297dceb93777d998e8f2935f7031a6
      
          commit 15c0b578343db2baa873096891a69305398eb830
          Merge: 77bc6fc 8604ce3
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 00:59:08 2015 +0000
      
              Merge changes  into jb-ub-latinimegoogle
      
          commit 77bc6fcfd760232757b5751993c0046f2a43626a
          Merge: b0380a0 8604ce3
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Fri Nov 6 00:59:04 2015 +0000
      
              Merge "Remove Kosovo from flags (no glyph)." into
              jb-ub-latinimegoogle
      
          commit b0380a0744647039278ad6648b7a1bc94eeab623
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 16:42:24 2015 -0800
      
              Add icons for new emoji categories.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I1182e031994332b2e618406ad1cd467cb050766e
      
          commit 8604ce3a34b65598101cac37a3ed3e8087fe38ca
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 16:29:33 2015 -0800
      
              Remove Kosovo from flags (no glyph).
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I92c9ace19d3600cfa1f27678ada0cf45af42d8f5
      
          commit e0489eab47d3a6d138bfa00a668f02bcb473cf88
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Thu Nov 5 14:30:58 2015 -0800
      
              Update emoji set to blacklist non-color glyphs.
      
              Bug: 25369504
              Bug: 16185905
              Change-Id: I8b54217fa68da8ddaa1bbcd1845e0123ed106463
      
          commit 9ffdcdff058d6b44cab70e4fb0bb301e39699483
          Author: Chieu Nguyen <cvnguyen@google.com>
          Date:   Wed Nov 4 17:18:22 2015 -0800
      
              Add Unicode 8.0 emoji to emoji palette.
      
              Currently all emoji category tabs use the flower
              icon. A future CL will update these once the
              icons are finalized.
      
              If glyphs do not exist for new emoji, the old
              categories will be shown.
      
              Bug: 25369504
              Bug: 16185905
      
              Change-Id: Ie3759bfc4c8469a17f3205b45609ce6ef7510121
      
      Change-Id: Ia5a5879cea828ea4cb4c678765fe5d9e5ecbfcd2
      9cc42549
  23. Jun 17, 2015
  24. Apr 22, 2015
  25. Mar 31, 2015
  26. Mar 27, 2015
  27. Mar 24, 2015
  28. Mar 20, 2015
  29. Mar 18, 2015
  30. Mar 16, 2015
  31. Mar 13, 2015
  32. Mar 11, 2015
Loading