aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Hawaiian, Maori, and other Polynesian macronTadashi G. Takaoka2010-09-101-9/+5
| | | | | | | | | | Bug: 2862018 Change-Id: I32e1d2472abcc00f4d89a737593f7d0edcb49294
* | am aba73d55: am f9e0207a: Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0921-0/+0
|\| | | | | | | | | | | | | Merge commit 'aba73d550e03135ed91c67b04b9075f09b080dfc' * commit 'aba73d550e03135ed91c67b04b9075f09b080dfc': Update assets for LatinIME
| * Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0921-0/+0
| |\
| | * Update assets for LatinIMEsatok2010-09-1021-0/+0
| | | | | | | | | | | | Change-Id: I75b28bbc17339d2ffc9c61521c9b1f0d90c34b77
* | | am 08a5ba3a: am 3de8f34b: Code cleanupKen Wakasa2010-09-091-25/+16
|\| | | | | | | | | | | | | | | | | | | | Merge commit '08a5ba3a69bef5182128f90e49eae4548795e9c9' * commit '08a5ba3a69bef5182128f90e49eae4548795e9c9': Code cleanup
| * | Code cleanupKen Wakasa2010-09-101-25/+16
| | | | | | | | | | | | Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
* | | am 94fe2b62: am efc4a437: Symbol key acts as modifier keyTadashi G. Takaoka2010-09-093-25/+38
|\| | | | | | | | | | | | | | | | | | | | Merge commit '94fe2b626164f275a7f07f546ceca1b1f0d214a2' * commit '94fe2b626164f275a7f07f546ceca1b1f0d214a2': Symbol key acts as modifier key
| * | Symbol key acts as modifier keyTadashi G. Takaoka2010-09-093-25/+38
| |/ | | | | | | | | | | | | | | | | | | On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
* | am 72a66d3d: am 681b676b: Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka2010-09-081-16/+21
|\| | | | | | | | | | | | | Merge commit '72a66d3d860c92c1c05ba987a44b3811360f935d' * commit '72a66d3d860c92c1c05ba987a44b3811360f935d': Keep Keyboard in cache through SoftReference
| * Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka2010-09-091-16/+21
| | | | | | | | | | | | This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
* | am ad20a70b: am 3c559110: Merge "Add digit alternates" into gingerbreadTadashi G. Takaoka2010-09-0837-539/+752
|\| | | | | | | | | | | | | Merge commit 'ad20a70bd9241eb435dd6b5b5b142746f675fd9e' * commit 'ad20a70bd9241eb435dd6b5b5b142746f675fd9e': Add digit alternates
| * Merge "Add digit alternates" into gingerbreadTadashi G. Takaoka2010-09-0837-539/+752
| |\
| | * Add digit alternatesTadashi G. Takaoka2010-09-0937-539/+752
| | | | | | | | | | | | | | | | | | | | | | | | This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
* | | am 38f6ff42: am 0e300c83: Avoid a disk write on UI threadKen Wakasa2010-09-081-1/+1
|\| | | | | | | | | | | | | | | | | | | | Merge commit '38f6ff4289933aaa54461f72ba14d33ad1d6c5d7' * commit '38f6ff4289933aaa54461f72ba14d33ad1d6c5d7': Avoid a disk write on UI thread
| * | Avoid a disk write on UI threadKen Wakasa2010-09-091-1/+1
| |/ | | | | | | | | bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
* | am 47385b0c: am 2dd905b3: Move alternate chars from keyboard layout to ↵Tadashi G. Takaoka2010-09-0814-130/+162
|\| | | | | | | | | | | | | | | | | altchars.xml Merge commit '47385b0ca55788d3455c4e72c52f585678c62045' * commit '47385b0ca55788d3455c4e72c52f585678c62045': Move alternate chars from keyboard layout to altchars.xml
| * Move alternate chars from keyboard layout to altchars.xmlTadashi G. Takaoka2010-09-0814-130/+162
| | | | | | | | | | Bug: 2973749 Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
* | am 42921b85: am c29ef3ec: Remove unnecessary android:codes attributeTadashi G. Takaoka2010-09-0819-660/+316
|\| | | | | | | | | | | | | Merge commit '42921b85d34985a7c819f3d4965f1819de2b2685' * commit '42921b85d34985a7c819f3d4965f1819de2b2685': Remove unnecessary android:codes attribute
| * Remove unnecessary android:codes attributeTadashi G. Takaoka2010-09-0819-660/+316
| | | | | | | | | | | | | | | | | | | | If there is no android:codes specified, the first character of keyLabel's code point will be used instead. Also introduce readable codes as @integer/key_XXX resources Bug: 2973749 Change-Id: If9021ca35f9a7b922817e2099186fce0cd993652
* | am aada63bd: am 12b6fef3: Merge "Extract alternates_for_X from strings.xml ↵Tadashi G. Takaoka2010-09-0846-239/+613
|\| | | | | | | | | | | | | | | | | into altchars.xml" into gingerbread Merge commit 'aada63bd751b061a03b7d9e8e9af7920e4ab3a90' * commit 'aada63bd751b061a03b7d9e8e9af7920e4ab3a90': Extract alternates_for_X from strings.xml into altchars.xml
| * Merge "Extract alternates_for_X from strings.xml into altchars.xml" into ↵Tadashi G. Takaoka2010-09-0846-239/+613
| |\ | | | | | | | | | gingerbread
| | * Extract alternates_for_X from strings.xml into altchars.xmlTadashi G. Takaoka2010-09-0846-239/+613
| | | | | | | | | | | | | | | | | | | | | For some locales, donottranslate.xml were split or renamed. Bug: 2973749 Change-Id: Ic7f9cebe70a116b735bebc988778104bb1a40954
* | | am aabd5cdd: am 7372a977: Re-formatting \'de\' locale keyboard definition ↵Tadashi G. Takaoka2010-09-082-308/+622
|\| | | | | | | | | | | | | | | | | | | | | | | | | | xml files Merge commit 'aabd5cddfb0a2252411b9ecd69c7407ab70ce365' * commit 'aabd5cddfb0a2252411b9ecd69c7407ab70ce365': Re-formatting 'de' locale keyboard definition xml files
| * | Re-formatting 'de' locale keyboard definition xml filesTadashi G. Takaoka2010-09-082-308/+622
| | | | | | | | | | | | | | | | | | | | | | | | Just re-formating with eclipse editor. This is supplement for I18bc682c68df6239e54dd71ed3797d55fd5a1552. Bug: 2973749 Change-Id: I4b03fa6d41808ce99ce4944ae742255bffc660b9
* | | am 6ee4e439: am 31e2a94a: Merge "Fix the bacground color for "/" in URL ↵satok2010-09-089-17/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | mode" into gingerbread Merge commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592' * commit '6ee4e43929bd18b7d617d921f3ec259ff2b81592': Fix the bacground color for "/" in URL mode
| * | Merge "Fix the bacground color for "/" in URL mode" into gingerbreadsatok2010-09-089-17/+25
| |\ \
| | * | Fix the bacground color for "/" in URL modesatok2010-09-089-17/+25
| | |/ | | | | | | | | | Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
* | | am 2d5e34b7: am 3625c973: Remove unused azerty.xml keyboard layoutTadashi G. Takaoka2010-09-081-114/+0
|\| | | | | | | | | | | | | | | | | | | | Merge commit '2d5e34b73095b724dab3ae8d1ef432c0779ca347' * commit '2d5e34b73095b724dab3ae8d1ef432c0779ca347': Remove unused azerty.xml keyboard layout
| * | Remove unused azerty.xml keyboard layoutTadashi G. Takaoka2010-09-081-114/+0
| |/ | | | | | | Change-Id: Ie94ee27bbfc0b894243063fced1e537aec3ed7ec
* | am c20193cc: am 232863ac: Re-formatting keyboard definition xml filesTadashi G. Takaoka2010-09-0816-2506/+4975
|\| | | | | | | | | | | | | Merge commit 'c20193cc8471ab8c772aed2cf5f36da47c13ad7a' * commit 'c20193cc8471ab8c772aed2cf5f36da47c13ad7a': Re-formatting keyboard definition xml files
| * Re-formatting keyboard definition xml filesTadashi G. Takaoka2010-09-0816-2506/+4975
| | | | | | | | | | | | | | Just re-formating with eclipse editor. Bug: 2973749 Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552
| * DO NOT MERGE. Fix a string for the sharedpreference for re-correctionsatok2010-09-081-1/+1
| | | | | | | | Change-Id: I0f8b45cf4604aeed31ecb53f60ff52e0f337bbdd
* | Fix a string for the preference for re-correctionsatok2010-09-081-1/+1
| | | | | | | | Change-Id: I1d0adcf72450441c3657995cc17550a078845f0e
* | am 663bc844: am 1e51430e: Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0754-0/+0
|\| | | | | | | | | | | | | Merge commit '663bc8440e02318718b9175c7da7700c6a434623' * commit '663bc8440e02318718b9175c7da7700c6a434623': Update assets for LatinIME
| * Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0754-0/+0
| |\
| | * Update assets for LatinIMEsatok2010-09-0754-0/+0
| | | | | | | | | | | | | | | | | | bug: 2974998 Change-Id: Ie98a023b65d34f08c9c66d04017e8877b31edb84
* | | am dacc927a: am c1ff2846: Update strings for the settings access - based on ↵Ken Wakasa2010-09-0724-31/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | the latest GB IME spec (ver 03). Please refer to bug: 2979069 for the latest mock. Merge commit 'dacc927a57b0c7adfbdf244441b9b2495c959980' * commit 'dacc927a57b0c7adfbdf244441b9b2495c959980': Update strings for the settings access - based on the latest GB IME spec (ver 03).
| * | Update strings for the settings access - based on the latest GB IME spec ↵Ken Wakasa2010-09-0724-31/+6
| |/ | | | | | | | | | | | | | | | | | | (ver 03). Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0
* | am e5abf25d: am 83e63ace: Dismiss mini keyboard when finger is released ↵Tadashi G. Takaoka2010-09-073-3/+20
|\| | | | | | | | | | | | | | | | | outside mini keyboard Merge commit 'e5abf25d4b57ecdfc01ca3ddf94753d5bcb07fea' * commit 'e5abf25d4b57ecdfc01ca3ddf94753d5bcb07fea': Dismiss mini keyboard when finger is released outside mini keyboard
| * Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka2010-09-073-3/+20
| | | | | | | | | | | | Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
* | am bc1a0354: am 26aff8c6: Merge "Fixed extra periods when chording with ↵Tadashi G. Takaoka2010-09-072-25/+25
|\| | | | | | | | | | | | | | | | | shift and space" into gingerbread Merge commit 'bc1a0354ef1cac0319cab63822c66203f1fa2c24' * commit 'bc1a0354ef1cac0319cab63822c66203f1fa2c24': Fixed extra periods when chording with shift and space
| * Merge "Fixed extra periods when chording with shift and space" into gingerbreadTadashi G. Takaoka2010-09-072-25/+25
| |\
| | * Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2010-09-072-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
* | | resolved conflicts for merge of 36d2d0e7 to mastersatok2010-09-074-15/+35
|\| | | | | | | | | | | Change-Id: Ib4b6ef593d7f4ce5b0666f2e0987ee8398cabe12
| * | Merge "Add shared preference for re-correction" into gingerbreadsatok2010-09-064-15/+35
| |\ \
| | * | Add shared preference for re-correctionsatok2010-09-074-15/+35
| | |/ | | | | | | | | | Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
* | | am ed34cd19: am d27c7aea: Add isModifier to the buttons in the lowest linesatok2010-09-069-18/+18
|\| | | | | | | | | | | | | | | | | | | | Merge commit 'ed34cd19a93528c960380d57e024f49cb17d5e5f' * commit 'ed34cd19a93528c960380d57e024f49cb17d5e5f': Add isModifier to the buttons in the lowest line
| * | Add isModifier to the buttons in the lowest linesatok2010-09-079-18/+18
| |/ | | | | | | Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
* | am 7bbea0dd: am 8d7ffcb2: Disable pop-up preview on mini keyboardTadashi G. Takaoka2010-09-062-19/+2
|\| | | | | | | | | | | | | Merge commit '7bbea0dd8fe04b378a9a7a161c2995998f4a8dcf' * commit '7bbea0dd8fe04b378a9a7a161c2995998f4a8dcf': Disable pop-up preview on mini keyboard
| * Disable pop-up preview on mini keyboardTadashi G. Takaoka2010-09-062-19/+2
| | | | | | | | | | | | | | | | | | | | | | This change also disable the special behavior of long press a key that has only one digit alternate. If the visual design of both the pop-up preview and the mini keyboard will look like same, I think that showing mini keyboard is enough for the key that has one digit alternate. Bug: 2973546 Change-Id: I04f138c120aa58526fe054626dac856171fb7a58