aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-24Fix Persian currency symbol•••Change-Id: Iea202e6d6857cbc0a3d4374c76bd72ed992da9a6 Tadashi G. Takaoka10-18/+18
2013-08-24Remove symbols shifted layout related code•••This is a follow up of I7fe6520e4e. Bug: 9059539 Change-Id: Idb39906ddb1e2234a0d1c7c4d5e6fc728090e79e Tadashi G. Takaoka19-657/+118
2013-08-23Fix getDictionaryFileHeader.•••Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b Yuichiro Hanada2-8/+3
2013-08-23Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 Yuichiro Hanada13-100/+125
2013-08-23Fix: reading uninitialized area.•••Bug: 10402083 Change-Id: I083beea29fe563b1e7739653d756b77820753e3f Keisuke Kuroyanagi1-4/+6
2013-08-23Refactor personalization dictionary•••Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f Satoshi Kataoka2-9/+7
2013-08-23Fix addWord.•••Change-Id: Ib71dbd5954f44ca80733fa4b1048c829e1df138a Yuichiro Hanada2-1/+59
2013-08-23Fix the autocorrection normalized score calculation•••Bug: 10441240 Change-Id: I256021dc55481960d6a605046daa17b1a2d55b95 Satoshi Kataoka1-2/+5
2013-08-23Remove symbols shifted layout•••Bug: 9059539 Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2 Tadashi G. Takaoka67-1403/+141
2013-08-22Add an unit test for CharEncoding.•••Change-Id: Ifb1cc01fa5bc2d6d69671f1acb9b9675a4081d32 Yuichiro Hanada1-0/+19
2013-08-22Fix writePlacedNode.•••Change-Id: I1d6b086f1d9f0dbd8d74f964e29ae62c533af978 Yuichiro Hanada3-7/+36
2013-08-22Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 Satoshi Kataoka6-21/+96
2013-08-22Introduce ExtendableBuffer for dynamic update.•••Bug: 6669677 Change-Id: I6343c348334c0dace8b12a71eb992d6f040e8c95 Keisuke Kuroyanagi4-3/+103
2013-08-22Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f Yuichiro Hanada6-59/+36
2013-08-21Import translations. DO NOT MERGE•••Change-Id: I9d83d68403c795f42ecbef2d7bfbe23b5d97f897 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2013-08-21Import translations. DO NOT MERGE•••Change-Id: I9919bc4b8144755ec0fe0be61db37615cc118098 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2013-08-22Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef Yuichiro Hanada8-41/+122
2013-08-22Fix Hebrew currency symbol•••Change-Id: Ib747828aeec20c1ebb4087169a7eb373deb163c3 Tadashi G. Takaoka2-3/+6
2013-08-21Fix 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 Partridge1-1/+0
2013-08-21Make readPtNode be called with the address from the beginning of the file.•••Change-Id: I8939fdfb4f79e55bcd7393633784effb30df3f8f Yuichiro Hanada6-52/+51
2013-08-21Fix build•••Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120 Satoshi Kataoka1-2/+0
2013-08-21Fix native crash by caused wrong munmap.•••Bug: 10402083 Change-Id: I5aa2cecd20cd3202c2326b1cbb6758257afd6d5d Keisuke Kuroyanagi4-34/+37
2013-08-21Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805 Yuichiro Hanada10-33/+34
2013-08-21Add PtNodeReader.•••Change-Id: Ic918822fc1b3a8a7c39ffbcf7defde2c5bf888db Yuichiro Hanada7-132/+205
2013-08-21Add onDestroy to PersonalizationDictionarySessionRegister•••Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136 Satoshi Kataoka2-0/+6
2013-08-21Add tests for start composing•••Bug: 10403176 Change-Id: I510bf1dccf6795426e6fb1b36181b18039a0f435 Jean Chalard1-0/+28
2013-08-21Remove unnecessary alpha attributes of SuggestionStripView•••Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc Tadashi G. Takaoka4-29/+11
2013-08-21Don't start composing on dash.•••Bug: 10403176 Change-Id: I9f969ab9b772dc5ba2015c494b4f98a8864277c4 Jean Chalard1-4/+5
2013-08-20[AC3] Start calling the methods for auto-commit.•••Bug: 9059617 Change-Id: I190a4baf2fa831b70e00e129b5dfaa8c9c32b3a0 Jean Chalard3-0/+26
2013-08-20[AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e Jean Chalard10-24/+62
2013-08-20[AC1] Add a memory of where to cut the first word.•••Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631 Jean Chalard8-14/+32
2013-08-20Add a functionality to boost scores of personalization dictionary•••Bug: 9429906 Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f Satoshi Kataoka6-2/+60
2013-08-20Add DictDecoder.•••Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4 Yuichiro Hanada5-113/+143
2013-08-20Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada20-86/+81
2013-08-20Remove populateOptions.•••Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af Yuichiro Hanada8-136/+72
2013-08-20Add a functionality to clear and flush prediction dictionary•••Bug: 9429906 Change-Id: I84ec444e9d46a0080dc3450b8ab32bfb99407cfe Satoshi Kataoka2-0/+21
2013-08-19Import translations. DO NOT MERGE•••Change-Id: I4cd33fe3c941bbe1fe4af7073762580c01d3df47 Auto-generated-cl: translation import Baligh Uddin18-14/+2416
2013-08-19Import translations. DO NOT MERGE•••Change-Id: Id2b7239198cd12484b5e08fc240bd93230755e2e Auto-generated-cl: translation import Baligh Uddin9-14/+2173
2013-08-19[Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 Yuichiro Hanada19-1175/+1204
2013-08-19Fix possible SIGSEGV.•••Change-Id: I6008c0457a8da9b90434a3b96a51da1487948f1b Keisuke Kuroyanagi2-3/+8
2013-08-19Save and restore Row attributes using stack•••Change-Id: I5cb402060946a711384ee53fa1caaeac86aa10cc Tadashi G. Takaoka3-59/+77
2013-08-19Consolidate onDictionaryClosed•••Bug: 9429906 Change-Id: I51eef4c321cc268eac1c8dfd6561ab6e716a1fb0 Satoshi Kataoka2-4/+5
2013-08-19Remove an unnecessary debug output.•••Change-Id: If92bf1e3908257c4c0cd68d041b122404e301e08 Yuichiro Hanada1-1/+0
2013-08-19Rename Personalization dictionary register functions•••Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8 Satoshi Kataoka1-0/+7
2013-08-19Update dictionaries•••Bug: 10354668 Bug: 10188528 >>> dictionaries/fr_wordlist.combined.gz Header : date : 1374634549 <=> 1376888819 version : 36 <=> 37 Body : Deleted: color 78 Deleted: men 85 Deleted: o 115 Added: nationaux 120 >>> dictionaries/iw_wordlist.combined.gz Added. New dictionary. >>> dictionaries/pt_BR_wordlist.combined.gz Header : date : 1374634563 <=> 1376884524 version : 36 <=> 37 Body : Deleted: la 152 >>> dictionaries/pt_PT_wordlist.combined.gz Header : date : 1357790930 <=> 1376884536 version : 30 <=> 37 Body : Deleted: la 152 >>> dictionaries/ru_wordlist.combined.gz Header : date : 1372393835 <=> 1376897704 version : 35 <=> 37 Body : Freq changed: говно 68 -> 0 >>> java/res/raw/main_fr.dict Header : date : 1374634549 <=> 1376888819 version : 36 <=> 37 Body : Deleted: color 78 Deleted: men 85 Deleted: o 115 Added: nationaux 120 >>> java/res/raw/main_pt_br.dict Header : date : 1374634563 <=> 1376884524 version : 36 <=> 37 Body : Deleted: la 152 >>> java/res/raw/main_ru.dict Header : date : 1372393835 <=> 1376897704 version : 35 <=> 37 Body : Freq changed: говно 68 -> 0 Change-Id: I87a85571c61068ff46a32d291aa43becbb75598a Jean Chalard8-0/+0
2013-08-19Consolidate hex string utils•••Change-Id: Id4f4a287e3a2790b22bff7ad4a4617bf2ee82884 Satoshi Kataoka1-0/+7
2013-08-19Keyboard.Row can have keyLabelFlags attribute•••Change-Id: I5af1f1d88153068d7be6e496e6dd77bd5b09a894 Tadashi G. Takaoka1-2/+1
2013-08-19Make all KeyboardRow attributes private•••Change-Id: Ifaca6ad5e642964d8c3a77a96a1cd74f363ee996 Tadashi G. Takaoka3-4/+8
2013-08-19Rename KeyStyle.getFlag to getFlags•••Change-Id: Iff3d850466cb6016a53bf86104cd5d22363f96a8 Tadashi G. Takaoka3-14/+11
2013-08-19Add HeaderReaderInterface.•••Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe Yuichiro Hanada7-93/+165