aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-192-4/+4
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ia452550ea624897c092ef024c1d8b0dad4eabacf Auto-generated-cl: translation import Geoff Mendal2014-11-192-4/+4
* | Import translations. DO NOT MERGE•••Change-Id: Iddd628f70020ed3bf60baa4331418b91f3920eb3 Auto-generated-cl: translation import Geoff Mendal2014-11-191-1/+1
|/
* Remove preliminary mark from Bengali Akkhor keyboard•••Bug: 16143057 Change-Id: I4f048a15b8b810f47622c8ec87773ff7470d20f2 Tadashi G. Takaoka2014-11-181-3/+1
* Fix emoji key background of Holo themes•••Bug: 18361310 Change-Id: Ie56f2af8fc43499d1fa1d505fb4941cd5dba1395 Tadashi G. Takaoka2014-11-1311-9/+17
* Import translations. DO NOT MERGE•••Change-Id: I68454cd9f59632e0c3a19635054a89c6f05142ee Auto-generated-cl: translation import Geoff Mendal2014-11-121-1/+1
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-101-2/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: I11a66375af737c53e276c9f64bf2052331c4b3f9 Auto-generated-cl: translation import Geoff Mendal2014-11-101-2/+1
* | Import translations. DO NOT MERGE•••Change-Id: I224369092800032915f36e9bf4237d7d537fa712 Auto-generated-cl: translation import Geoff Mendal2014-11-101-1/+1
|/
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-11-0722-22/+22
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ib227ef25b8d0eef2f1b83bddfadde5c1a6d93cd8 Auto-generated-cl: translation import Baligh Uddin2014-11-0622-22/+22
* | Import translations. DO NOT MERGE•••Change-Id: I4b38b31403db1ee5b5bab7a6328db1919d822d20 Auto-generated-cl: translation import Baligh Uddin2014-11-061-1/+1
|/
* Fix Emoji key feedback•••Bug: 18166905 Change-Id: I629eab41b78810325710ce024068b86a157186b4 Tadashi G. Takaoka2014-11-047-7/+7
* Merge "Revert "Fix Emoji key feedback""Tadashi G. Takaoka2014-11-047-7/+7
|\
| * Revert "Fix Emoji key feedback"•••This reverts commit 953858d6153d844226e4b8352a63193c29606dd7. The original CL should be split into two. Change-Id: Ic1d032e2964a1b9bb44d98bdb8573c6cb47a865c Tadashi G. Takaoka2014-11-047-7/+7
* | Fix missing ZWNJ key of BengaliAkhhor keyboard•••This CL also fixes the wrong script of Bengali Akkhor. Change-Id: Id4af2ea160b4ef3cfd40ffc5984354bc60f0b7b7 Tadashi G. Takaoka2014-11-044-19/+7
* | Merge "Fix Emoji key feedback"Tadashi G. Takaoka2014-11-047-7/+7
|\|
| * Fix Emoji key feedback•••Bug: 18166905 Change-Id: I3c3296cabeed31e1250ff0753ea94576b494b96a Tadashi G. Takaoka2014-11-047-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. Takaoka2014-11-046-60/+67
|/
* Fix number and phone keyboard visual glitches•••Bug: 18179572 Change-Id: I387b965ed4f7adc5a34b63e622520e3c88ffd5ca Tadashi G. Takaoka2014-11-044-6/+8
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-11-0351-102/+51
|\
| * Import translations. DO NOT MERGE•••Change-Id: I3e67ed5ff3bbdbc372dfd1b3b408ac2c095fe6d6 Auto-generated-cl: translation import Geoff Mendal2014-11-0351-102/+51
* | Import translations. DO NOT MERGE•••Change-Id: I4a4f46a2e3aa848ba9ac47300815f6ccf8af808b Auto-generated-cl: translation import Geoff Mendal2014-11-0315-15/+15
|/
* Update dictionaries (possibly_offensive flag)•••Correctly encoding possibly offensive words with their correct frequency and the possibly_offensive flag set. Continuing to encode with zero frequency only distracters or words that should never come up. https://paste.googleplex.com/5167060875214848 Bug: 11031090 Change-Id: Ia394b1827f292ff8d4791cc2f3e6e50b5aff4cbe Adrian Velicu2014-10-317-0/+0
* Merge "Add a preference to resize the keyboard height."Andy Wang2014-10-302-0/+15
|\
| * 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 Wang2014-10-302-0/+15
* | Import translations. DO NOT MERGE•••Change-Id: I3643a631ae94f295bdcd4cf4427fd4bcfef00a17 Auto-generated-cl: translation import Geoff Mendal2014-10-2973-2/+127
|/
* Fix Serbian Latin subtype handling•••This CL also adds unit tests for Hinglish and Serbian Latin. Bug: 9687668 Bug: 17169632 Change-Id: Ib9aa1bcdf5b390a9d8c61f07165beacf850e2692 Tadashi G. Takaoka2014-10-282-7/+6
* 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. Takaoka2014-10-274-6/+12
* Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1 Tadashi G. Takaoka2014-10-238-35/+62
* Merge "Enable preliminary subtypes for F-release"Tadashi G. Takaoka2014-10-231-21/+7
|\
| * Enable preliminary subtypes for F-release•••Bug: 17743363 Change-Id: I098ae6e21a7f2a1ceed1d206740a2d12e1ef7d99 Tadashi G. Takaoka2014-10-221-21/+7
* | Import translations. DO NOT MERGE•••Change-Id: Ia95e94fb8246f5b44753b8091fca45c3e650f732 Auto-generated-cl: translation import Geoff Mendal2014-10-223-5/+5
|/
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-203-3/+3
|\
| * Import translations. DO NOT MERGE•••Change-Id: Idcaf9d1a640e52e64957db9ae1b6d24beabc5bfc Auto-generated-cl: translation import Geoff Mendal2014-10-203-3/+3
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-2073-17/+90
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I1f98c40acd696c8791dd0e3850d3dcff6b51722b Auto-generated-cl: translation import Geoff Mendal2014-10-2073-17/+90
| |/
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-201-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ic0556705ea72f60c0f66ed1c516636fc0f8c98ba Auto-generated-cl: translation import Geoff Mendal2014-10-201-1/+1
| |/
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-201-1/+1
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ief1756f262798b3ababa8ccc57c386c2d08d4e68 Auto-generated-cl: translation import Geoff Mendal2014-10-201-1/+1
| |/
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-202-38/+38
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I2b2849dd412ec9cc7330d882d8d1546932e753a4 Auto-generated-cl: translation import Geoff Mendal2014-10-202-38/+38
| |/
* / Import translations. DO NOT MERGE•••Change-Id: Ie1921e02997556ddcff58bd492879a5b755536a9 Auto-generated-cl: translation import Geoff Mendal2014-10-202-32/+32
|/
* Merge "Fix missing Telugu letters"Tadashi G. Takaoka2014-10-172-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. Takaoka2014-10-172-12/+16
* | Bring back long press timeout settings•••Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb Tadashi G. Takaoka2014-10-174-8/+8
|/
* Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-162-2/+2
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ia6d999f2c93c0b4d288c216a26eddfb747aee312 Auto-generated-cl: translation import Geoff Mendal2014-10-152-2/+2
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-166-19/+19
|\ \