Jean Chalard
7876326bf1
am 825e2bbd: Fix a bug when deleting the last char
...
* commit '825e2bbd910cce3055a4ca808d3744bc0b2cedda':
Fix a bug when deleting the last char
2012-02-02 20:09:39 -08:00
Jean Chalard
825e2bbd91
Fix a bug when deleting the last char
...
And unit test
Change-Id: Ic4fc3626f8b86e10156d770d41cd6deab5d31f39
2012-02-03 13:03:54 +09:00
Tadashi G. Takaoka
56d1dc5a58
Shift + smiley key become return key
...
Bug: 2498607
Change-Id: Iec902d8f0035a81e4e793251006d905025bd81cf
2012-02-03 12:28:57 +09:00
Jean Chalard
0210a93acd
am 71915a37: Merge "Fix string iterations in a couple places."
...
* commit '71915a372209616850e053bc5ac82eab26c170ba':
Fix string iterations in a couple places.
2012-02-02 18:42:47 -08:00
Jean Chalard
71915a3722
Merge "Fix string iterations in a couple places."
2012-02-02 18:40:19 -08:00
Tadashi G. Takaoka
3deebdeda2
am ebfae7f5: Merge "Fix key repeat interval timeout"
...
* commit 'ebfae7f5e0a9003870a3e7dd55ba16fd6ce37df9':
Fix key repeat interval timeout
2012-02-02 18:24:28 -08:00
Tadashi G. Takaoka
ebfae7f5e0
Merge "Fix key repeat interval timeout"
2012-02-02 18:22:24 -08:00
Jean Chalard
9242a2bcf8
Fix string iterations in a couple places.
...
Seems I didn't get how to iterate on a String correctly >.>
Talk about a big bug. Anyway, I think it's working now.
Bug: 5955228
Change-Id: I988c900cf2a16c44b9505cfd4f77c7cda7e592f0
2012-02-03 11:15:46 +09:00
Tadashi G. Takaoka
32c54c4dbe
Fix key repeat interval timeout
...
Bug: 5960472
Change-Id: I27d4b81d393f2ace946740a0b0801cea8c63b5b8
2012-02-03 10:02:22 +09:00
Eric Fischer
004710fd81
am fbd83a87: Restore deleted string still referenced from code to fix the build.
...
* commit 'fbd83a87123494a9a02364fa6688734155728256':
Restore deleted string still referenced from code to fix the build.
2012-02-02 14:00:33 -08:00
Eric Fischer
fbd83a8712
Restore deleted string still referenced from code to fix the build.
...
Change-Id: Ideb39da09730960f555f2b928d699819c986531b
2012-02-02 13:57:15 -08:00
Eric Fischer
dd7d24f776
am 8a0bb009: Import translations. DO NOT MERGE
...
* commit '8a0bb00989859cf2be31705f7d1a5a6e0039cb49':
Import translations. DO NOT MERGE
2012-02-02 13:39:02 -08:00
Eric Fischer
8a0bb00989
Import translations. DO NOT MERGE
...
Change-Id: I5d9c89dfe2e5667ef004d1e8b9106279bd23f6f5
2012-02-02 13:10:41 -08:00
Eric Fischer
7f94a529b6
Import translations. DO NOT MERGE
...
Change-Id: Iddfa678726179e05580b137b392f336fde3985b2
2012-02-02 13:09:26 -08:00
Tadashi G. Takaoka
977636cb93
am 44e0e4f9: Fix Key.equals(Key)
...
* commit '44e0e4f99e70b84176ff5c985e456b821a8f0b14':
Fix Key.equals(Key)
2012-02-02 04:46:06 -08:00
Tadashi G. Takaoka
44e0e4f99e
Fix Key.equals(Key)
...
Bug: 5956068
Change-Id: I2901ae28bd9121ec4f4429a53b83aae128b75e0c
2012-02-02 21:33:50 +09:00
Tadashi G. Takaoka
98965d563b
am c373585f: Merge "Parse escaped sequence strictly in CSV parser"
...
* commit 'c373585f089917a41f4d77f6d09264b964636694':
Parse escaped sequence strictly in CSV parser
2012-02-02 04:12:51 -08:00
Tadashi G. Takaoka
c373585f08
Merge "Parse escaped sequence strictly in CSV parser"
2012-02-02 04:11:19 -08:00
Tadashi G. Takaoka
5852a2594f
Parse escaped sequence strictly in CSV parser
...
This change alters the CSV parser behavior. The parser only resolves
* String resource reference. ["@string/res" -> "<content_of_res>"]
* Other occurrence of escape sequence will be intact. ["\x" -> "\x"]
Before this change, escape sequence in moreKeys string is parsed three
times. At first in parsing string resource, next in CSV parser, and at
last in KeySpecParser. So that representing single escape character
itself is a bit annoying, "\\\\\\\\".
Now we can represent single escape character itself in string resource by "\\\\".
Change-Id: Ib978e17b779cc82585eed8241ac3857508b14bc7
2012-02-02 20:19:26 +09:00
satok
640f12361c
am 534faf1c: Merge "Separate the logic for touch caribration again"
...
* commit '534faf1cd0b3e99a4633217f34dd9f683cd65e35':
Separate the logic for touch caribration again
2012-02-02 02:24:18 -08:00
satok
534faf1cd0
Merge "Separate the logic for touch caribration again"
2012-02-02 02:22:44 -08:00
satok
04fd04d6ff
Separate the logic for touch caribration again
...
Change-Id: I59c6244674caa899af559402290160ad411d1bb5
2012-02-02 19:03:04 +09:00
Jean Chalard
fe9893c81b
am a456c755: Merge "Add unit tests in prevision of magic space removal"
...
* commit 'a456c755ee8dfecf1068756a431978154ec6778f':
Add unit tests in prevision of magic space removal
2012-02-02 01:37:08 -08:00
Jean Chalard
a456c755ee
Merge "Add unit tests in prevision of magic space removal"
2012-02-02 01:35:36 -08:00
Jean Chalard
cca2183f5a
Add unit tests in prevision of magic space removal
...
Bug: 4994861
Change-Id: I114a1117cf19aa6e514ac7342f733175dc5d5df1
2012-02-02 18:21:10 +09:00
Tadashi G. Takaoka
31f7766804
am 8261a4ca: Merge "Move CSV parser to KeySpecParser"
...
* commit '8261a4cad769b50149159db41c5e2322c85fb8f9':
Move CSV parser to KeySpecParser
2012-02-01 23:27:00 -08:00
Tadashi G. Takaoka
8261a4cad7
Merge "Move CSV parser to KeySpecParser"
2012-02-01 23:25:17 -08:00
Tadashi G. Takaoka
0086861d5a
Move CSV parser to KeySpecParser
...
Change-Id: I424fb47bc70e9b6aaa5a16ae9b2500d23da75c26
2012-02-02 16:10:14 +09:00
satok
d1ee49a939
am e05b3f4b: Support additional proximity characters
...
* commit 'e05b3f4b3a57dcf99ade35bfbc1e1cdc3c3e476c':
Support additional proximity characters
2012-02-01 23:09:51 -08:00
satok
e05b3f4b3a
Support additional proximity characters
...
Change-Id: Ifbe0d7e4eafea1926bbce968eae4724dd5769689
2012-02-02 16:07:16 +09:00
Tadashi G. Takaoka
d661845c0b
am 8ca325f4: Merge "Make KeySpecParser and CSV parser code point aware"
...
* commit '8ca325f437a4dd6484e14ac66415b792195dbd40':
Make KeySpecParser and CSV parser code point aware
2012-02-01 22:58:51 -08:00
Tadashi G. Takaoka
8ca325f437
Merge "Make KeySpecParser and CSV parser code point aware"
2012-02-01 22:56:54 -08:00
Tadashi G. Takaoka
e01d272603
Make KeySpecParser and CSV parser code point aware
...
This change also renames MoreKeySpecParser to KeySpecParser
Change-Id: I35733cdbb344f16b57ffa2cfe79055c089b4e409
2012-02-02 15:51:40 +09:00
Jean Chalard
a4406722cf
am 51fd1632: Stop throwing an exception in some corner cases.
...
* commit '51fd1632f59bd9aaeb5c98ff031f1618e8c31c59':
Stop throwing an exception in some corner cases.
2012-02-01 22:29:26 -08:00
Jean Chalard
51fd1632f5
Stop throwing an exception in some corner cases.
...
When the application is modifying the text under our feet,
we may come through this code path. We should log the error
rather than crash.
Bug: 5869235
Change-Id: Ic0fd24c3bc805d44c5db0ad781ddebeca0450614
2012-02-02 15:15:55 +09:00
alanv
67ec8e670a
am c603409f: Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
...
* commit 'c603409f28286c8c3aae58627e6813f3e8b6a2e4':
Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
2012-02-01 10:35:14 -08:00
alanv
c603409f28
Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
...
Change-Id: Ibc7ef979276f563444f3c24e69ac32de5d4eb6e8
2012-02-01 10:27:52 -08:00
The Android Open Source Project
411ae9edf1
am b75ff168: am 32407e61: am 1b841f56: Reconcile with ics-mr1-release
...
* commit 'b75ff16871097f0e960b820fad520c8c554c095d':
2012-02-01 10:10:17 -08:00
The Android Open Source Project
b75ff16871
am 32407e61: am 1b841f56: Reconcile with ics-mr1-release
...
* commit '32407e615bbacb6bf21161a4d95a77961a411e81':
2012-02-01 10:06:23 -08:00
Charles Chen
fd27498448
am 02dd8378: Merge "Removed spoken descriptions for characters supported by TTS or TalkBack."
...
* commit '02dd837805fec1a0f7b0ddf888b3548f5ac2922b':
Removed spoken descriptions for characters supported by TTS or TalkBack.
2012-02-01 10:01:41 -08:00
Charles Chen
eeea9fc835
am 97373517: Merge "Refactored shift key spoken description into separate method."
...
* commit '97373517757b2bab37069d5f24d4710b6a4f44f8':
Refactored shift key spoken description into separate method.
2012-02-01 10:01:40 -08:00
The Android Open Source Project
32407e615b
am 1b841f56: Reconcile with ics-mr1-release
...
* commit '1b841f56aba672ba938708835aa032ecb126d729':
2012-02-01 10:01:28 -08:00
Charles Chen
02dd837805
Merge "Removed spoken descriptions for characters supported by TTS or TalkBack."
2012-02-01 10:00:17 -08:00
Charles Chen
9737351775
Merge "Refactored shift key spoken description into separate method."
2012-02-01 09:59:59 -08:00
The Android Open Source Project
1b841f56ab
Reconcile with ics-mr1-release
...
Change-Id: I45db7ac0c2fd1156524eb31621fae7661b5a3a73
2012-02-01 08:50:42 -08:00
Tadashi G. Takaoka
36b1c524ad
am 71c695da: Remove BIDI mirroring hack from Key
...
* commit '71c695da22fd99e56ba5b267ad21b750ab1534b5':
Remove BIDI mirroring hack from Key
2012-02-01 06:04:01 -08:00
Tadashi G. Takaoka
71c695da22
Remove BIDI mirroring hack from Key
...
This change also removes isRtlKeyboard attribute from <Keyboard/>
Bug: 5948247
Change-Id: I85998f17ae146a4c8cd0f419ab820b746cb8974f
2012-02-01 22:58:16 +09:00
Tadashi G. Takaoka
4eaa8c678b
am 40e90122: Fix wrong long press timeout for shift key
...
* commit '40e9012276b1df9be8c1a9069eaeb16027549a85':
Fix wrong long press timeout for shift key
2012-02-01 04:19:04 -08:00
Tadashi G. Takaoka
40e9012276
Fix wrong long press timeout for shift key
...
Change-Id: Ifafbed1bcdaf662ee6a69050043739fa71986841
2012-02-01 21:15:34 +09:00
Tadashi G. Takaoka
2e5d8312f2
am ff858c7f: Use MoreKeySpecParser to parse puctuations strip resources
...
* commit 'ff858c7ff5e747c17ff6d9d1908e700ad30ded85':
Use MoreKeySpecParser to parse puctuations strip resources
2012-02-01 03:28:06 -08:00