aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 71b52a84: Move key label padding attributes back to KeyboardViewTadashi G. Takaoka2012-08-303-49/+73
|\ | | | | | | | | * commit '71b52a84e2d078d0f57712dba88f8cc691412672': Move key label padding attributes back to KeyboardView
| * Move key label padding attributes back to KeyboardViewTadashi G. Takaoka2012-08-313-49/+73
| | | | | | | | | | | | This is a partially reverting change of I1e2d59bf8c438ca653e2e415ccf66fd4f15d5394 Change-Id: Id213541cdddcc0761bf6418c8429a5f96c0281ef
* | am 49d8af8a: Separate inner classes of KeyboardView out under internal packageTadashi G. Takaoka2012-08-304-219/+272
|\| | | | | | | | | * commit '49d8af8a4e900f3c68c333aba7fde0a11fd368b1': Separate inner classes of KeyboardView out under internal package
| * Separate inner classes of KeyboardView out under internal packageTadashi G. Takaoka2012-08-304-219/+272
| | | | | | | | Change-Id: I6d53b53526bbab951044a026476bd88a9ebd5a90
* | am 749cc187: Move some key top visual attributes from KeyboardView to KeyTadashi G. Takaoka2012-08-304-139/+148
|\| | | | | | | | | * commit '749cc1875164e38ca24d31d0d718603232abccb8': Move some key top visual attributes from KeyboardView to Key
| * Move some key top visual attributes from KeyboardView to KeyTadashi G. Takaoka2012-08-304-139/+148
| | | | | | | | Change-Id: I1e2d59bf8c438ca653e2e415ccf66fd4f15d5394
* | am 35ff9454: Separate inner classes of keyboard package out under internal ↵Tadashi G. Takaoka2012-08-2918-1645/+1842
|\| | | | | | | | | | | | | package * commit '35ff94547c16c84c5b6fafdae0b4a683be782b97': Separate inner classes of keyboard package out under internal package
| * Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-3018-1645/+1842
| | | | | | | | Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922
* | am ded498d4: Merge "add readHeader." into jb-mr1-devJean Chalard2012-08-291-20/+45
|\| | | | | | | | | * commit 'ded498d4a4eca6492e5ab0997dc57530854b28fa': add readHeader.
| * Merge "add readHeader." into jb-mr1-devJean Chalard2012-08-291-20/+45
| |\
| | * add readHeader.Yuichiro Hanada2012-08-301-20/+45
| | | | | | | | | | | | Change-Id: I5be5d62a63ca897e36fe93200ffdca6befb363aa
* | | am 5ad47f0a: Merge "Fix a bug giving broken characters" into jb-mr1-devJean Chalard2012-08-291-1/+1
|\| | | | | | | | | | | | | | * commit '5ad47f0acce56d27d14d23f19b5757dfd185b63e': Fix a bug giving broken characters
| * | Merge "Fix a bug giving broken characters" into jb-mr1-devJean Chalard2012-08-291-1/+1
| |\ \
| | * | Fix a bug giving broken charactersJean Chalard2012-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7050587 Change-Id: I54ff7e680c228e78236567bb79832a43086b70c6
* | | | am 29d5973f: Optimize rare Key attributes to separate classTadashi G. Takaoka2012-08-297-69/+112
|\| | | | | | | | | | | | | | | | | | | * commit '29d5973fd35438a83acf7f44b5d55d5620278ee3': Optimize rare Key attributes to separate class
| * | | Optimize rare Key attributes to separate classTadashi G. Takaoka2012-08-307-69/+112
| | | | | | | | | | | | | | | | | | | | | | | | This change also removes per-Key verticalGap and horizontalGap. Change-Id: Id4d2129022fbbfbf5d740b8d1257032c945bb775
* | | | am 61bc66b3: Revert "Revert "Fix key letter size of 5-rows Thai keyboard""Tadashi G. Takaoka2012-08-2913-22/+97
|\| | | | | | | | | | | | | | | | | | | * commit '61bc66b324f94a7b29b5388101cb622bf243d19e': Revert "Revert "Fix key letter size of 5-rows Thai keyboard""
| * | | Revert "Revert "Fix key letter size of 5-rows Thai keyboard""Tadashi G. Takaoka2012-08-3013-22/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7a5ca9982fae2c17df4e597d2c54c81782946ed1. Depends: Ia4fa5046b3106e2710b9d5df1a6cc5f2cf995ec7 Change-Id: I0b9d0125380efe898943dc26ae884378145c44a3
* | | | am b590d69e: Merge "Revert "Revert "Move resource related methods to ↵Tadashi G. Takaoka2012-08-295-118/+123
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | ResourceUtils""" into jb-mr1-dev * commit 'b590d69e1f184912a0214a06ffc34a61b8413c56': Revert "Revert "Move resource related methods to ResourceUtils""
| * | | Merge "Revert "Revert "Move resource related methods to ResourceUtils""" ↵Tadashi G. Takaoka2012-08-295-118/+123
| |\ \ \ | | |_|/ | |/| | | | | | into jb-mr1-dev
| | * | Revert "Revert "Move resource related methods to ResourceUtils""Tadashi G. Takaoka2012-08-295-118/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bfc02a7005ab9a2950cbe09a13a88e4edcbb051e. Change-Id: Ife4c0312ea3260211b1b5ee39b239e8e9d7db67e Depends: I3d862515568be36d5aa80d12e7e5c0a9bf4d06a6
* | | | am d2a81ab9: Merge "Add FusionDictionaryBufferInterface." into jb-mr1-devKen Wakasa2012-08-291-68/+107
|\| | | | | | | | | | | | | | | | | | | * commit 'd2a81ab9bd0de920b520398bfe10d2e042bc758d': Add FusionDictionaryBufferInterface.
| * | | Merge "Add FusionDictionaryBufferInterface." into jb-mr1-devKen Wakasa2012-08-291-68/+107
| |\ \ \
| | * | | Add FusionDictionaryBufferInterface.Yuichiro Hanada2012-08-291-68/+107
| | | | | | | | | | | | | | | | | | | | Change-Id: I8640c994231d5f46bc6e074ce8a5bf5344fed0aa
* | | | | am 85cb45c8: Merge "Add defaults for manta" into jb-mr1-devJason Chen2012-08-292-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '85cb45c80ff4d4815dca742262f85075a6ec4565': Add defaults for manta
| * | | | Merge "Add defaults for manta" into jb-mr1-devJason Chen2012-08-292-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add defaults for mantaJason Chen2012-08-292-0/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I8784a126b02e3e6618ac845a32a894ceb58ea39e
* | | | | am cc6ddb05: Merge "Revert "Move resource related methods to ResourceUtils"" ↵Ken Wakasa2012-08-295-123/+118
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit 'cc6ddb0523cc24b738d9dd4a5dac613b33c7cd19': Revert "Move resource related methods to ResourceUtils"
| * | | | Merge "Revert "Move resource related methods to ResourceUtils"" into jb-mr1-devKen Wakasa2012-08-295-123/+118
| |\ \ \ \
| | * | | | Revert "Move resource related methods to ResourceUtils"Ken Wakasa2012-08-295-123/+118
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | This reverts commit 160dc0f98e513819a6ebf11a2d65cdc851389344 Change-Id: Ic5a3d9c70b8f6f2993d8455799945ec2633cad66
* | | | | am 7a5ca998: Revert "Fix key letter size of 5-rows Thai keyboard"Ken Wakasa2012-08-2913-97/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '7a5ca9982fae2c17df4e597d2c54c81782946ed1': Revert "Fix key letter size of 5-rows Thai keyboard"
| * | | | Revert "Fix key letter size of 5-rows Thai keyboard"Ken Wakasa2012-08-2913-97/+22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This reverts commit ac621d1527ee998e7d299788c2ab240f94046046 Change-Id: I17b1d17c773c2fe89c0cdef2c423c8ccd1d2c9c8
* | | | am ac621d15: Fix key letter size of 5-rows Thai keyboardTadashi G. Takaoka2012-08-2913-22/+97
|\| | | | | | | | | | | | | | | | | | | * commit 'ac621d1527ee998e7d299788c2ab240f94046046': Fix key letter size of 5-rows Thai keyboard
| * | | Fix key letter size of 5-rows Thai keyboardTadashi G. Takaoka2012-08-2913-22/+97
| |/ / | | | | | | | | | | | | | | | | | | | | | The key text size can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6473915 Change-Id: Icd2d436fa1d8fc7bd1deb9e4b799d4f624376fb2
* | | am 160dc0f9: Move resource related methods to ResourceUtilsTadashi G. Takaoka2012-08-295-118/+123
|\| | | | | | | | | | | | | | * commit '160dc0f98e513819a6ebf11a2d65cdc851389344': Move resource related methods to ResourceUtils
| * | Move resource related methods to ResourceUtilsTadashi G. Takaoka2012-08-295-118/+123
| | | | | | | | | | | | Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9
* | | am f7a83d55: Merge "Use non-bold text for Arabic and Thai keyboard" into ↵Tadashi G. Takaoka2012-08-2910-33/+59
|\| | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'f7a83d55845ff2e62808b78643bbaa966a98e29e': Use non-bold text for Arabic and Thai keyboard
| * | Merge "Use non-bold text for Arabic and Thai keyboard" into jb-mr1-devTadashi G. Takaoka2012-08-2910-33/+59
| |\ \
| | * | Use non-bold text for Arabic and Thai keyboardTadashi G. Takaoka2012-08-2910-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The key text style can be specified in each keyboard layout in addition to by KeyboardView theme. Bug: 6753168 Change-Id: I4b5abda9322600eb8c6421f20ceef136ef103c05
* | | | am 1e11c44d: Make utility classes finalTadashi G. Takaoka2012-08-2920-29/+23
|\| | | | | | | | | | | | | | | | | | | * commit '1e11c44d1b5f9ddf593c5407cb14c458be0056f2': Make utility classes final
| * | | Make utility classes finalTadashi G. Takaoka2012-08-2920-29/+23
| | | | | | | | | | | | | | | | Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
* | | | am 4fa01ee5: Merge "Allow Latin IME to cancel smiley-auto-correct ↵Jean Chalard2012-08-294-44/+61
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | consistenly" into jb-mr1-dev * commit '4fa01ee570cf4d4aab3a7cdca5246d8f119ac6f1': Allow Latin IME to cancel smiley-auto-correct consistenly
| * | | Merge "Allow Latin IME to cancel smiley-auto-correct consistenly" into ↵Jean Chalard2012-08-294-44/+61
| |\ \ \ | | |/ / | |/| | | | | | jb-mr1-dev
| | * | Allow Latin IME to cancel smiley-auto-correct consistenlyJean Chalard2012-08-294-44/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes Latin IME behave consistently with regards to other auto-correction cancellations in cases of auto-correction cancellation after smiley-triggered auto-correction. That is, pressing the smiley key when the keyboard signals it's about to auto-correct will get the auto-correction there plus a smiley, and pressing backspace will cancel the auto-correction, and pressing backspace again will delete the smiley. Bug: 7067593 Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f
* | | | am 9879f656: Add ResourceUtilsTadashi G. Takaoka2012-08-296-30/+58
|\| | | | | | | | | | | | | | | | | | | * commit '9879f65651a748e4c0a45715eb7d5663652f1127': Add ResourceUtils
| * | | Add ResourceUtilsTadashi G. Takaoka2012-08-296-30/+58
| | | | | | | | | | | | | | | | Change-Id: Ia198f8d95eae8c007623cd52d73cc1528d22fee9
* | | | am 95c486cd: Merge "Move some methods from Utils to LocaleUtils class" into ↵Tadashi G. Takaoka2012-08-293-39/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '95c486cdf39ffbda72e6696057d27623c60e8ac2': Move some methods from Utils to LocaleUtils class
| * | | Merge "Move some methods from Utils to LocaleUtils class" into jb-mr1-devTadashi G. Takaoka2012-08-293-39/+40
| |\ \ \
| | * | | Move some methods from Utils to LocaleUtils classTadashi G. Takaoka2012-08-293-39/+40
| | | |/ | | |/| | | | | | | | | Change-Id: I4a834549c2ea96ac30d7e2cb692d69af219cab1a
* | | | am 237f5e4f: Remove unused methods from Utils classTadashi G. Takaoka2012-08-291-10/+0
|\| | | | | | | | | | | | | | | | | | | * commit '237f5e4f9b984d58199916396ba68dc9958235de': Remove unused methods from Utils class