| Commit message (Expand) | Author | Age | Files | Lines |
* | Set pref_show_setup_wizard_icon's defaultValue to true |  Amin Bandali | 2025-01-11 | 1 | -0/+1 |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 325 | -343/+343 |
* | Update language to comply with Android’s inclusive language guidance•••See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: tapas LatinIME && m
Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
|  Seigo Nonaka | 2020-07-22 | 2 | -2/+2 |
* | Support polytonic Greek diacritics in the Greek keyboard•••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
|  Alex Henrie | 2019-10-13 | 3 | -27/+199 |
* | Use android:languageTag for Serbian-Latin layout.•••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
f6997344e6e31ee6e7b95aec6853e0ded00d4083
[4]: I93ff0c75b3687bb1b913f451b9eb5f2820beefbc
31a3f07c2117180df524d6b2e78089897c8ea807
Bug: 27348943
Change-Id: Icd0667c40c6f1310699f3deb1234b7861ec2fa24
|  Yohei Yukawa | 2016-03-04 | 1 | -0/+1 |
* | Experimentally specify languageTag attribute.•••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
|  Yohei Yukawa | 2016-01-21 | 1 | -0/+6 |
* | Unicode 8.0 emoji additions to Google Keyboard.•••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
|  Chieu Nguyen | 2015-11-11 | 11 | -1/+341 |
* | Revert "Unicode 8.0 emoji changes to Google Keyboard."•••This reverts commit 9cc42549d18f1e28ffc8dae94ff36728933f53f1.
Change-Id: Ia3b037160e55bc54ef55194b967d9c91f6814ff8
|  Ian Pedowitz | 2015-11-10 | 11 | -341/+1 |
* | Unicode 8.0 emoji changes to Google Keyboard.•••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
|  Chieu Nguyen | 2015-11-06 | 11 | -1/+341 |
* | Revert "Remove "Personal dictionary" link from settings."•••This reverts commit 76de0a8f528830d7f6c85f45f63cac0f5aa8517c.
Bug 21881199.
Change-Id: I53f42a1e8f25d214de97264f4d25813bc637cafa
|  Dan Zivkovic | 2015-06-16 | 1 | -0/+5 |
* | Restore switch for showing app icon.•••Bug: 20307420
Change-Id: I95969de40936d2ea992669324d0c4df7e8de2bd9
|  Chieu Nguyen | 2015-04-22 | 1 | -0/+5 |
* | Remove "Personal dictionary" link from settings.•••Bug 19966848.
Change-Id: Ice6a030d2d2319822d5108c5b6a37efa4de1090f
|  Dan Zivkovic | 2015-03-30 | 1 | -5/+0 |
* | Don't hide sync settings, v2 (cleaner)•••Bug:19961809
Change-Id: I02d6bd773dc20112c8fa3b83ac305d0cdbbd58d0
|  Jatin Matani | 2015-03-27 | 1 | -2/+4 |
* | Disable Hinglish locale.•••Bug: 19899126.
Change-Id: I1824233b3bcb6cb6579714a7eb375ea2cebc39db
|  Chieu Nguyen | 2015-03-23 | 1 | -0/+2 |
* | Remove external dictionary debug UI.•••We don't support this feature in Delight3.
Change-Id: Iebef4191c28cf6d169d351039174cd841d448799
|  Dan Zivkovic | 2015-03-20 | 1 | -3/+0 |
* | Disable si_LK and ta_LK subtypes.•••Bug: 19815109
Change-Id: I3681fcf17752defdf3c1bacff9dadb60df2468ab
|  Chieu Nguyen | 2015-03-18 | 1 | -0/+4 |
* | Revert "Next-word suggestion bit in keyboard settings."•••This reverts commit 1ae16dc3db170802d1b38273f477125a2a969d32.
Bug 19596067.
Change-Id: Ie7286acbb70b215d7bd08e271bcf14526b68576f
|  Dan Zivkovic | 2015-03-16 | 1 | -0/+6 |
* | Remove autocorrection aggressiveness settings.•••Replace multiple settings with binary switch for autocorrection.
Bug: 19589766
Change-Id: Ic8a0362dd36d18930493a55699851161e9cb23e8
|  Chieu Nguyen | 2015-03-13 | 1 | -5/+3 |
* | Remove setting switch for phrase gesture.•••Bug: 19687841
Change-Id: I74ed9acfd5330d7461233d4146395aefb9d2d9c4
|  Chieu Nguyen | 2015-03-11 | 1 | -7/+0 |
* | Next-word suggestion bit in keyboard settings.•••This feature works in supported languages.
We don't need a user setting.
Bug 19596067.
Change-Id: Icdded772745f9816da47f8a5e3b87b733083b121
|  Dan Zivkovic | 2015-03-04 | 1 | -6/+0 |
* | Turn off cloud sync if we have managed profiles•••UserManager#getUserProfiles > 1 implies managed
profile.
Workflow:
- Disable sync prefs
- Execute an async task to check for managed profile; if
managed profile is found, remove the sync prefs. If not, enable
the preference;
- Move the logging pref from Advanced to Account & Privacy.
Bug:19230544
Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3
|  Jatin Matani | 2015-03-02 | 2 | -6/+7 |
* | Refresh pref settings for cloud sync•••- Show the opt-in text
- Show the account picker if user presses 'enable sync'. Previously
we disabled the sync pref which was confusing.
- Remove the debug tags from some prefs; and improve messaging overall
General rules;
- sync is turned ON : user checks 'enable sync' pref AND
accepts the opt-in AND chooses an account
- sync is turned OFF: when user signs out
Demo link
https://drive.google.com/a/google.com/file/d/0B9tNQOWdRuiWSUdVVE5rVDJudlk/view?usp=sharing
Change-Id: I2e7933796b15e47005ba9970a8c1294416ef31a0
|  Jatin Matani | 2015-02-26 | 1 | -9/+2 |
* | LatinIME portion of multi-lang option removal.•••Bug 19188067.
Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99
|  Dan Zivkovic | 2015-01-29 | 2 | -38/+0 |
* | Disable the Burmese keyboard.•••We'll resurrect this effort in the new code base.
Bug 16900511.
Change-Id: Iae4cd27cb29cb8f991e97cffd88ed59c30d66628
|  Dan Zivkovic | 2015-01-29 | 8 | -531/+0 |
* | Merge "Re-enable new keyboard layouts in Fava." |  Dan Zivkovic | 2015-01-21 | 1 | -23/+7 |
|\ |
|
| * | Re-enable new keyboard layouts in Fava.•••This reverts commit da27faeb87dc47656f82ba90ee590872a3993985.
Change-Id: I08e2b2510efcafd20743679de4a1ef7f09d9949a
|  Dan Zivkovic | 2015-01-20 | 1 | -23/+7 |
* | | AOSP change for showing the app icon.•••This change deletes a bunch of code that was used to conditionally show/hide
the keyboard app icon given system states and user preferences.
Bug 19001197.
Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
|  Dan Zivkovic | 2015-01-16 | 1 | -6/+0 |
|/ |
|
* | Revert "Enable preliminary subtypes for F-release"•••Bug 17743363: Preliminary subtypes should be removed from F-release
This reverts commit 45c917e23852861d144eba085304ad5a2e665e98.
Change-Id: I5e91a7fd0efdc16e140a91fab6300bd8ba9cd6c7
|  Dan Zivkovic | 2015-01-12 | 1 | -7/+23 |
* | Merge "Provide a preference to delete data from cloud." |  Jatin Matani | 2014-12-12 | 1 | -0/+7 |
|\ |
|
| * | Provide a preference to delete data from cloud.•••For now, it is a debug preference, but we may make this a proper
user setting in the future. Thus note that the messaging is not
final.
Pref looks like :
1. https://screenshot.googleplex.com/OLxW0myWD9.png
2. https://screenshot.googleplex.com/YeqWYXGstw.png
Bug: 18106936
Change-Id: I88bbc1a2ee0c23a48ff3972a91d57c218b10bb65
|  Jatin Matani | 2014-12-09 | 1 | -0/+7 |
* | | Revert "Add keyboard margin options to place the keyboard dynamically."•••This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a.
Bug: 18675223
Bug: 18675476
Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
|  Tadashi G. Takaoka | 2014-12-09 | 1 | -18/+0 |
|/ |
|
* | Add keyboard margin options to place the keyboard dynamically.•••Keyboard location and location can now be set in the debug options
section.
Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
|  Andy Wang | 2014-12-05 | 1 | -0/+18 |
* | Fix settings keys on tablet•••Bug: 18531491
Change-Id: Id374932b71674177abddd6d249ba6e712cbb5d25
|  Tadashi G. Takaoka | 2014-11-27 | 2 | -9/+3 |
* | Remove preliminary mark from Bengali Akkhor keyboard•••Bug: 16143057
Change-Id: I4f048a15b8b810f47622c8ec87773ff7470d20f2
|  Tadashi G. Takaoka | 2014-11-18 | 1 | -3/+1 |
* | Fix emoji key background of Holo themes•••Bug: 18361310
Change-Id: Ie56f2af8fc43499d1fa1d505fb4941cd5dba1395
|  Tadashi G. Takaoka | 2014-11-13 | 7 | -7/+7 |
* | Fix Emoji key feedback•••Bug: 18166905
Change-Id: I629eab41b78810325710ce024068b86a157186b4
|  Tadashi G. Takaoka | 2014-11-04 | 7 | -7/+7 |
* | Merge "Revert "Fix Emoji key feedback"" |  Tadashi G. Takaoka | 2014-11-04 | 7 | -7/+7 |
|\ |
|
| * | Revert "Fix Emoji key feedback"•••This reverts commit 953858d6153d844226e4b8352a63193c29606dd7.
The original CL should be split into two.
Change-Id: Ic1d032e2964a1b9bb44d98bdb8573c6cb47a865c
|  Tadashi G. Takaoka | 2014-11-04 | 7 | -7/+7 |
* | | Fix missing ZWNJ key of BengaliAkhhor keyboard•••This CL also fixes the wrong script of Bengali Akkhor.
Change-Id: Id4af2ea160b4ef3cfd40ffc5984354bc60f0b7b7
|  Tadashi G. Takaoka | 2014-11-04 | 2 | -7/+3 |
* | | Merge "Fix Emoji key feedback" |  Tadashi G. Takaoka | 2014-11-04 | 7 | -7/+7 |
|\| |
|
| * | Fix Emoji key feedback•••Bug: 18166905
Change-Id: I3c3296cabeed31e1250ff0753ea94576b494b96a
|  Tadashi G. Takaoka | 2014-11-04 | 7 | -7/+7 |
* | | Fix symbol letter size of phone/number layout•••This CL
- decreases the size of symbols letter on number and phone layout.
- increases the size of "Pause" and "Wait" label.
- fixes "Pause" and "Wait" label for no language keyboard
Bug: 18179572
Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0
|  Tadashi G. Takaoka | 2014-11-04 | 4 | -37/+34 |
|/ |
|
* | Fix number and phone keyboard visual glitches•••Bug: 18179572
Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca
|  Tadashi G. Takaoka | 2014-11-04 | 2 | -4/+4 |
* | Add a preference to resize the keyboard height.•••The keyboard height is controlled by a slider in the debug preferences.
Without access to debug preferences, this change is a no-op.
Bug: 6867494
Change-Id: I984064ed1cab752876615f5ed582818474d6041b
|  Andy Wang | 2014-10-30 | 1 | -0/+11 |
* | Remove device checking of Emoji physical key•••This CL also adds a settings option to enable/disable an Emoji-ALT
physical key.
Bug: 18122464
Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
|  Tadashi G. Takaoka | 2014-10-27 | 2 | -5/+6 |
* | Enable preliminary subtypes for F-release•••Bug: 17743363
Change-Id: I098ae6e21a7f2a1ceed1d206740a2d12e1ef7d99
|  Tadashi G. Takaoka | 2014-10-22 | 1 | -21/+7 |
* | Merge "Fix missing Telugu letters" |  Tadashi G. Takaoka | 2014-10-17 | 2 | -12/+16 |
|\ |
|
| * | Fix missing Telugu letters•••This CL adds missing the following Telugu letters
- U+0C4A: TELUGU VOWEL SIGN O
- U+0C1E: TELUGU LETTER NYA
And also reorganizes some letter reasonably.
Bug: 10028759
Change-Id: If7fd3854ffab8484dbe6ced0ff2ed52be838e44d
|  Tadashi G. Takaoka | 2014-10-17 | 2 | -12/+16 |
* | | Bring back long press timeout settings•••Bug: 18025209
Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb
|  Tadashi G. Takaoka | 2014-10-17 | 2 | -6/+6 |
|/ |
|
* | Set up a sync preference and policy for syncing [2]•••- Adds a preference for enabling sync, which controls the sync behavior
- Make the ProductionFlags depend on appropriate flags to guarantee that
we don't mess things when flipping some flags
- Preferences now control the "syncable" property of the provider
thereby controlling the policy and when this entry shows up in
system settings.
Bug: 17464069
Change-Id: I1d58351188518c1ae9f1f9e147b5ea15d32a3427
|  Sandeep Siddhartha | 2014-10-10 | 1 | -2/+11 |