Tadashi G. Takaoka
2cce593b60
am f6cf387e: Merge "Recursively resolve @string/resource reference in key key spec parsing"
...
* commit 'f6cf387edc5e70dd578790c2625c50ed00a5dbf0':
Recursively resolve @string/resource reference in key key spec parsing
2012-02-03 03:29:19 -08:00
satok
88b31f3133
am a503def1: Merge "Support correction conversion from skip to additional proximity"
...
* commit 'a503def1c26818a1975647d0dc7e4f2492660214':
Support correction conversion from skip to additional proximity
2012-02-03 03:29:19 -08:00
Tadashi G. Takaoka
f6cf387edc
Merge "Recursively resolve @string/resource reference in key key spec parsing"
2012-02-03 03:20:37 -08:00
satok
a503def1c2
Merge "Support correction conversion from skip to additional proximity"
2012-02-03 03:19:26 -08:00
Tadashi G. Takaoka
aca8870128
Recursively resolve @string/resource reference in key key spec parsing
...
Change-Id: I9d172605e90e828e00f7c4c8d49548498aa3b50d
2012-02-03 20:03:23 +09:00
satok
1b9fa942b4
Support correction conversion from skip to additional proximity
...
Result: I34bedff6149a6a4e01
Change-Id: I46d528f228a969a0a996299221622627f43c55ec
2012-02-03 20:00:15 +09:00
Jean Chalard
4d3e7ca57d
am 9f17de5b: Merge "Stop inserting a space after a manually picked word."
...
* commit '9f17de5b4dbf1e6947cfde21e70550579ca2a30b':
Stop inserting a space after a manually picked word.
2012-02-03 02:10:40 -08:00
Jean Chalard
9f17de5b4d
Merge "Stop inserting a space after a manually picked word."
2012-02-03 02:09:05 -08:00
Tadashi G. Takaoka
303a0f3f15
am 9f491e34: Merge "Filter out empty entry from more keys CSV"
...
* commit '9f491e34ac2c96c3d18f30f9710b1a3ecab173e7':
Filter out empty entry from more keys CSV
2012-02-03 01:56:42 -08:00
Tadashi G. Takaoka
9f491e34ac
Merge "Filter out empty entry from more keys CSV"
2012-02-03 01:54:49 -08:00
Tadashi G. Takaoka
493f3cefe6
am 0de2fbd7: Fix KeySpecParserTests to read correct icon id
...
* commit '0de2fbd7b66d40d59bc1dd67d10ba10b40172885':
Fix KeySpecParserTests to read correct icon id
2012-02-03 01:50:53 -08:00
Tadashi G. Takaoka
24cd2617f5
Filter out empty entry from more keys CSV
...
Change-Id: I9a26aaa58f0f502b3bfef9de422370d2b0add8d8
2012-02-03 18:48:01 +09:00
Jean Chalard
fb684cebe8
Stop inserting a space after a manually picked word.
...
Bug: 4994861
Change-Id: I6ae256a94dbaddea4304304779d17025620c5025
2012-02-03 18:45:44 +09:00
Tadashi G. Takaoka
0de2fbd7b6
Fix KeySpecParserTests to read correct icon id
...
Change-Id: Ic002e7fbe84a7001874ebd59e6af8ba695d173de
2012-02-03 18:40:38 +09:00
Tadashi G. Takaoka
5de61476a4
am 909b2940: Merge "Get rid of Key.setIcon(Drawable)"
...
* commit '909b2940db78adcc4c3b7fc22d032bfb106d7d39':
Get rid of Key.setIcon(Drawable)
2012-02-02 21:53:25 -08:00
Tadashi G. Takaoka
909b2940db
Merge "Get rid of Key.setIcon(Drawable)"
2012-02-02 21:51:51 -08:00
Tadashi G. Takaoka
a402c395ad
am 98aa4761: Merge "Shift + smiley key become return key"
...
* commit '98aa47613149ad9c56f8e01ae1669bb9a34fdbd4':
Shift + smiley key become return key
2012-02-02 21:48:39 -08:00
Tadashi G. Takaoka
98aa476131
Merge "Shift + smiley key become return key"
2012-02-02 21:46:50 -08:00
Tadashi G. Takaoka
e7948a8692
Get rid of Key.setIcon(Drawable)
...
Change-Id: If6ebbdefcbfd0cc14c72858f9bb44861e8abe079
2012-02-03 14:38:17 +09:00
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