Commit Graph

4940 Commits

Author SHA1 Message Date
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
Tadashi G. Takaoka
ff858c7ff5 Use MoreKeySpecParser to parse puctuations strip resources
This change also
  * Doesn't use Key.getRtlParenthesisCode to get correct parentheses
    code in RTL context. Intead uses the outputText feature of
    moreKeys specification.
  * Move CVS string parser from KeyStyles to Utils.

Bug: 5948247
Change-Id: I45752c7d01b4f7d3f3da900b110a2185b336a1f0
2012-02-01 19:33:26 +09:00
Tadashi G. Takaoka
c5163f91b2 am a5c96f37: Move long press shift handling from PointerTracker to KeyboardState
* commit 'a5c96f376ad57e78a88942bb618e067054ed818a':
  Move long press shift handling from PointerTracker to KeyboardState
2012-02-01 02:11:19 -08:00
Tadashi G. Takaoka
a5c96f376a Move long press shift handling from PointerTracker to KeyboardState
This change also
  * Rename phone shift keyboard to phone symbols keyboard.
    Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard.
  * Remove phone symbols keyboard from tablet.
  * Introduces enableLongPress flag of Key.keyActionFlags attribute.
  * Remove clumsy long press code from PointerTracker.
  * Remove CODE_CAPSLOCK handling from LatinIME.
  * Make KeyboardSwitcher to invoke haptic and audio feedback.

Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
2012-02-01 19:04:21 +09:00
alanv
7ca1249797 Refactored shift key spoken description into separate method.
Change-Id: I183462a68fdfd339404740fa1564f737430d73d9
2012-01-31 13:03:39 -08:00
alanv
f3e951b259 Removed spoken descriptions for characters supported by TTS or TalkBack.
Change-Id: Iddef18559bc6af9487e536a33607b0a0b07df282
2012-01-31 13:02:33 -08:00
Tadashi G. Takaoka
0773460c34 am 3feb99fa: Merge "Save/restore alphabet shift locked state while rotating even in symbols mode"
* commit '3feb99fa6c5cf4b0a7d0ed2536b8b0891af884bf':
  Save/restore alphabet shift locked state while rotating even in symbols mode
2012-01-31 02:28:48 -08:00
Tadashi G. Takaoka
3feb99fa6c Merge "Save/restore alphabet shift locked state while rotating even in symbols mode" 2012-01-31 02:26:41 -08:00
Tadashi G. Takaoka
49bd49c8fb Save/restore alphabet shift locked state while rotating even in symbols mode
Bug: 5730212
Change-Id: Id2342dacd149d6385d61001f880ebcd1883cf0b4
2012-01-31 19:11:39 +09:00
Tadashi G. Takaoka
0f33b17d4f am aab33aac: Merge "Cleanup redundant methods of KeyboardSwitcher"
* commit 'aab33aac0a3f4755e6a533dea1025b450507e116':
  Cleanup redundant methods of KeyboardSwitcher
2012-01-31 01:34:44 -08:00
Tadashi G. Takaoka
aab33aac0a Merge "Cleanup redundant methods of KeyboardSwitcher" 2012-01-31 01:33:17 -08:00
Tadashi G. Takaoka
1b568bd4d1 am 88e079ae: Cleanup redundant methods of KeyboardSet
* commit '88e079ae6bbff1093b28f60e81d2befce1030495':
  Cleanup redundant methods of KeyboardSet
2012-01-31 01:33:04 -08:00
Tadashi G. Takaoka
88e079ae6b Cleanup redundant methods of KeyboardSet
Change-Id: I69fa1b5661695d0323222c2969679f4792b6ef0d
2012-01-31 18:27:37 +09:00
Tadashi G. Takaoka
dd707f5141 am 0ed2d3a4: Fix double tap shift key enable/disable shift locked mode
* commit '0ed2d3a4491cb0f6142975a15b653be6079b6a4e':
  Fix double tap shift key enable/disable shift locked mode
2012-01-31 01:12:01 -08:00