futokb/java/res/values
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
..
additional-proximitychars.xml Support additional proximity characters 2012-02-02 16:07:16 +09:00
attrs.xml Remove BIDI mirroring hack from Key 2012-02-01 22:58:16 +09:00
bools.xml Remove unused resources 2011-05-16 16:22:39 +09:00
config.xml Support addtionalMoreKeys 2012-01-30 17:04:25 +09:00
dimens.xml Get rid of Resource reference from KeyboardView, LatinKeyboardView and PointerTracker 2012-01-26 16:10:20 +09:00
donottranslate-more-keys.xml Parse escaped sequence strictly in CSV parser 2012-02-02 20:19:26 +09:00
donottranslate.xml Use MoreKeySpecParser to parse puctuations strip resources 2012-02-01 19:33:26 +09:00
keyboard-icons-black.xml Get rid of public reference to KeyboardIconsSet.ICON_* constants 2011-12-19 01:11:09 +09:00
keyboard-icons-ics.xml Get rid of public reference to KeyboardIconsSet.ICON_* constants 2011-12-19 01:11:09 +09:00
keyboard-icons-white.xml Get rid of public reference to KeyboardIconsSet.ICON_* constants 2011-12-19 01:11:09 +09:00
keycodes.xml Move long press shift handling from PointerTracker to KeyboardState 2012-02-01 19:04:21 +09:00
keypress-vibration-durations.xml Enable vibrate on keypress by default 2011-09-20 20:31:03 +09:00
keypress-volumes.xml Tweak LatinIME's keypress volume 2011-09-20 20:00:43 +09:00
strings.xml Removed spoken descriptions for characters supported by TTS or TalkBack. 2012-01-31 13:02:33 -08:00
styles.xml Auto generate various shift states alphabet keyboard automatically 2012-01-31 12:55:45 +09:00
sudden-jumping-touch-event-device-list.xml Use Build.HARDWARE to determine "sudden jumping hack" 2011-09-20 11:09:42 +09:00
themes-basic-highcontrast.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
themes-basic.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
themes-gingerbread.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
themes-ics.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
themes-stone-bold.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
themes-stone.xml Move spacebar drawing code from LatinKeyboard to LatinKeyboardView 2011-12-18 19:07:12 +09:00
touch-position-correction.xml Add touch position correction data to resources. 2011-09-29 14:29:23 +09:00
whitelist.xml Fix whitelist 2011-05-26 20:30:27 +09:00