aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Add _gb to Gingerbread resources•••Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32 Tadashi G. Takaoka2013-08-271-1/+1
* | Rename theme file names•••Bug: 10415342 Change-Id: I692b157953f77c610482b494cbaeed4430bcb629 Tadashi G. Takaoka2013-08-271-2/+2
* | Remove obsolete theme resources•••Bug: 10415342 Change-Id: I9073c54b037e0f7973710a9e24ca5044f8db6db0 Tadashi G. Takaoka2013-08-271-7/+4
* | Add scrollable KeyboardView•••Bug: 6370846 Change-Id: I8b9a619e0e6a980c8b17788ad03c62effc7f35b5 Tadashi G. Takaoka2013-08-262-0/+277
* | Merge "Make DynamicPred...Base extend ExpandableBinaryDictionary."Keisuke Kuroyanagi2013-08-269-345/+154
|\ \
| * | Make DynamicPred...Base extend ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c Keisuke Kuroyanagi2013-08-269-345/+154
* | | Remove a broken dictionary file when fail to read a dictionary file.•••Bug: 10434720 Change-Id: Ibdf05a39113538546b8fcf9d59af7dddf7ca27fc Yuichiro Hanada2013-08-262-3/+19
|/ /
* | Simplify computeActualNodeArraySize.•••Change-Id: I128d02866c2cc70c42263496927327b8a2130139 Yuichiro Hanada2013-08-261-7/+3
* | Clean up unused imports.•••Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779 Yuichiro Hanada2013-08-261-2/+0
* | Merge "[Refactor] Add DictDecoder.readUnigramsAndBigramsBinary."Ken Wakasa2013-08-264-11/+42
|\ \
| * | [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.•••Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be Yuichiro Hanada2013-08-264-11/+42
* | | Merge "Add GridRows tag to support emoji keyboard"Tadashi G. Takaoka2013-08-263-1/+171
|\ \ \
| * | | Add GridRows tag to support emoji keyboard•••Bug: 6370846 Change-Id: Ia68284b2402e52d835040da900a51cca669add2f Tadashi G. Takaoka2013-08-263-1/+171
* | | | Merge "Clean up PC QWERTY keyboard"Tadashi G. Takaoka2013-08-261-39/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Clean up PC QWERTY keyboard•••Change-Id: Ibb52683e8f27517b9e7bf398d3b7a31215bd5a8d Tadashi G. Takaoka2013-08-261-39/+36
* | | | [Refactor] Add DictDecoder.getTerminalPosition.•••Change-Id: I9d04f64a58f5481cbb64cf1c09b5c485dd4176b4 Yuichiro Hanada2013-08-265-4/+25
* | | | Merge "Rename CharGroup to PtNode."Ken Wakasa2013-08-269-659/+672
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename CharGroup to PtNode.•••Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107 Yuichiro Hanada2013-08-269-659/+672
* | | | Fix build•••Change-Id: I77e25fd4032b7fc3b4b565c9bab18a2824d7bb76 Tadashi G. Takaoka2013-08-261-1/+1
* | | | Merge "Add copy constructor to Keyboard"Tadashi G. Takaoka2013-08-264-7/+33
|\ \ \ \
| * | | | Add copy constructor to Keyboard•••Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6 Tadashi G. Takaoka2013-08-264-7/+33
* | | | | Merge "Add emoji keyboard element ids"Tadashi G. Takaoka2013-08-261-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add emoji keyboard element ids•••Bug: 6370846 Change-Id: I0ac55bc06e1527bafad395f4a2b5059e1fed4b5d Tadashi G. Takaoka2013-08-261-0/+14
| |/ / /
* | | | Merge "Remove symbols shifted related unused texts and styles"Tadashi G. Takaoka2013-08-261-54/+48
|\ \ \ \ | | |/ / | |/| |
| * | | Remove symbols shifted related unused texts and styles•••This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: I1b2cdc4f6ae2f59fabc75c38f43e2b2512b08721 Tadashi G. Takaoka2013-08-261-54/+48
| |/ /
* | | Merge "Introduce DynamicDictionaryWriter for dynamic dictionary."Keisuke Kuroyanagi2013-08-263-7/+167
|\ \ \ | |/ / |/| |
| * | Introduce DynamicDictionaryWriter for dynamic dictionary.•••Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e Keisuke Kuroyanagi2013-08-233-7/+167
* | | Fix Persian currency symbol•••Change-Id: Iea202e6d6857cbc0a3d4374c76bd72ed992da9a6 Tadashi G. Takaoka2013-08-241-5/+6
* | | Merge "Remove symbols shifted layout related code"Tadashi G. Takaoka2013-08-235-122/+42
|\ \ \
| * | | Remove symbols shifted layout related code•••This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e Tadashi G. Takaoka2013-08-245-122/+42
| |/ /
* / / Fix getDictionaryFileHeader.•••Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b Yuichiro Hanada2013-08-232-8/+3
|/ /
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 Yuichiro Hanada2013-08-236-35/+79
* | Refactor personalization dictionary•••Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f Satoshi Kataoka2013-08-232-9/+7
* | Fix addWord.•••Change-Id: Ib71dbd5954f44ca80733fa4b1048c829e1df138a Yuichiro Hanada2013-08-231-1/+3
* | Remove symbols shifted layout•••Bug: 9059539 Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2 Tadashi G. Takaoka2013-08-233-4/+5
* | Merge "Fix writePlacedNode."Ken Wakasa2013-08-222-6/+15
|\ \
| * | Fix writePlacedNode.•••Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978 Yuichiro Hanada2013-08-222-6/+15
* | | Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 Satoshi Kataoka2013-08-226-21/+96
|/ /
* | Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f Yuichiro Hanada2013-08-224-49/+9
* | Merge "Add DictEncoder."Ken Wakasa2013-08-224-19/+105
|\ \
| * | Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef Yuichiro Hanada2013-08-224-19/+105
* | | Merge "Fix Hebrew currency symbol"Tadashi G. Takaoka2013-08-221-3/+4
|\ \ \
| * | | Fix Hebrew currency symbol•••Change-Id: Ib747828aeec20c1ebb4087169a7eb373deb163c3 Tadashi G. Takaoka2013-08-221-3/+4
| |/ /
* | | Merge "Fix cursor state bug"Kurt Partridge2013-08-221-1/+0
|\ \ \ | |/ / |/| |
| * | Fix cursor state bug•••InputConnection#finishComposingText() should not change the position of the cursor, so neither should it change its internal expectation of the cursor's position. Change-Id: Ib3d39a5743cd1e8e356f438b04a5c30279430b2a Kurt Partridge2013-08-211-1/+0
* | | Merge "Make readPtNode be called with the address from the beginning of the f...Ken Wakasa2013-08-214-48/+47
|\ \ \
| * | | Make readPtNode be called with the address from the beginning of the file.•••Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f Yuichiro Hanada2013-08-214-48/+47
* | | | Merge "Fix build"Satoshi Kataoka2013-08-211-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix build•••Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120 Satoshi Kataoka2013-08-211-2/+0
* | | | Merge "Add onDestroy to PersonalizationDictionarySessionRegister"Satoshi Kataoka2013-08-212-0/+6
|\| | |