Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce clustering punctuation•••Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1 | 2014-05-01 | 2 | -0/+25 | |
* | Use ReentrantReadWriteLock in ExpandableBinaryDictionary.•••Bug: 8187060 Change-Id: Ic665f0a5e940708aa9addedac068a64900b307e7 | 2014-04-28 | 1 | -0/+1 | |
* | Handle user history dictionary as an ExpandableBinaryDictionary.•••Bug: 13755213 Change-Id: I1ea8a6df007af7153852f2d32bf5e8ec669c432b | 2014-04-24 | 1 | -2/+2 | |
* | Remove clearAndFlushDictionary() and use clear().•••clearAndFlushDictionary() was needed when dictionaries are constructed in java side. All expandable dictionaries now use native code; thus, this method is same to clear() and no longer needed. Bug: 13755213 Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70 | 2014-04-24 | 1 | -1/+1 | |
* | Support creating BinaryDictionary without creating dict file.•••Bug: 14166482 Change-Id: Ic8c78ec2c8f39358a1f085a041b608972a380eef | 2014-04-22 | 1 | -0/+31 | |
* | Revert "Support creating BinaryDictionary without creating dict file."•••This reverts commit 89939b870876b36791a47470ce852e4fcdfe86f2. Change-Id: I8ca1b55609ad305a93178063bd88bd1cede872af | 2014-04-22 | 1 | -31/+0 | |
* | Support creating BinaryDictionary without creating dict file.•••Bug: 14166482 Change-Id: Ib065279f96e227ab0fee7c8141560c4ada744d3b | 2014-04-22 | 1 | -0/+31 | |
* | Sort keys from top-left to bottom-right order•••Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce | 2014-04-21 | 2 | -24/+9 | |
* | Use unmodifiable list to return keys from Keyboard•••Change-Id: I85a0b18d2d78632e9a9f074eda1de9225001f876 | 2014-04-21 | 1 | -3/+4 | |
* | Merge "[IL135] Make getCurrentAutoCapsState private" | 2014-04-15 | 1 | -9/+5 | |
|\ | |||||
| * | [IL135] Make getCurrentAutoCapsState private•••Bug: 8636060 Change-Id: I800aefe6fee4c14df6fe5abe21b2387c69abb8f5 | 2014-04-14 | 1 | -9/+5 | |
* | | Merge "[IL134] Add an alternative path to getCurrentAutoCapsState" | 2014-04-15 | 1 | -1/+12 | |
|\| | |||||
| * | [IL134] Add an alternative path to getCurrentAutoCapsState•••Bug: 8636060 Change-Id: I959e13d34910adad028ed6174f92029ff690eeeb | 2014-04-14 | 1 | -1/+12 | |
* | | Merge "Fix updating the shift state upon backspace" | 2014-04-14 | 2 | -5/+40 | |
|\ \ | |||||
| * | | Fix updating the shift state upon backspace•••Bug: 13514349 Change-Id: If4c9db12b0ab5be676f7a2f72715f469066ee537 | 2014-04-14 | 2 | -5/+40 | |
| |/ | |||||
* | | Use KeyboardTheme id insteand of index•••This CL must be checked in together with I771216f8bd. Bug: 14042743 Change-Id: I45c3acf9242985fb03721a9a6d377fbccc8e2019 | 2014-04-14 | 1 | -1/+1 | |
* | | Refactor KeyboardTheme as top-level class•••This CL should be checked in together with I63e33388f9. Bug: 14042743 Change-Id: I13f0a45bac6f19e006bf1280a36173e52d6d7160 | 2014-04-14 | 1 | -2/+1 | |
|/ | |||||
* | Revise myanmar keyboard layout•••Note that this keyboard layout is still a preliminary. Bug: 7963632 Change-Id: I4c53b3359ea2c0dd8e2ce7db8ec916ab9340eec5 | 2014-04-11 | 2 | -0/+289 | |
* | Merge "Fix some flaky tests." | 2014-04-10 | 1 | -0/+5 | |
|\ | |||||
| * | Fix some flaky tests.•••In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55 | 2014-04-10 | 1 | -0/+5 | |
* | | Merge "Reorder German umlaut letters" | 2014-04-10 | 1 | -0/+3 | |
|\ \ | |||||
| * | | Reorder German umlaut letters•••Bug: 13940739 Change-Id: I2e377b56e4a74d36c7e0cea4ad4e8d9341eb7feb | 2014-04-10 | 1 | -0/+3 | |
| |/ | |||||
* | | Merge "Reorder Greek accented vowels" | 2014-04-10 | 1 | -4/+4 | |
|\ \ | |||||
| * | | Reorder Greek accented vowels•••Bug: 13941339 Change-Id: I501e69d8f28526e3791ee8a338345926ff1b9a4c | 2014-04-10 | 1 | -4/+4 | |
| |/ | |||||
* | | Separate ItalianCustomizer as a top level class•••This is a follow up of I57df8ca12b Change-Id: I6a73de1ddecaf39ba42e03956e022cf7a398c864 | 2014-04-10 | 3 | -57/+77 | |
* | | Add Italian (Switzerland) it_CH layout•••Bug: 13920900 Change-Id: I57df8ca12b0d8cc4bbca2372c0470dcae5b5cbfb | 2014-04-10 | 3 | -4/+76 | |
|/ | |||||
* | Merge "Add Spanish (Latin America) subtype (es_419)" | 2014-04-09 | 2 | -2/+38 | |
|\ | |||||
| * | Add Spanish (Latin America) subtype (es_419)•••Bug: 7531804 Change-Id: I183443779f8d9d472ac5e528e1d905366bd83c90 | 2014-04-09 | 2 | -2/+38 | |
* | | Merge "[CB25] Refactor some array copying" | 2014-04-09 | 1 | -0/+64 | |
|\ \ | |/ |/| | |||||
| * | [CB25] Refactor some array copying•••Bug: 13406701 Change-Id: I09edd822f5cc2446b324d41c76d835bcff1191e6 | 2014-04-09 | 1 | -0/+64 | |
* | | Add en_IN subtype•••Bug: 13914988 Change-Id: Ifd497a6a1d2686490e388e10e391475e97e9c166 | 2014-04-09 | 3 | -4/+59 | |
|/ | |||||
* | Add shift mode tests•••Change-Id: I067e91a1f899c1f83fd60adeae66495606812a95 | 2014-04-08 | 1 | -0/+56 | |
* | Merge "Fix subtype count unit test due to Ic7c17d9656" | 2014-04-03 | 1 | -1/+1 | |
|\ | |||||
| * | Fix subtype count unit test due to Ic7c17d9656•••Change-Id: Id708752e0d97a78ce02623956e32b990bc2a1cfd | 2014-04-04 | 1 | -1/+1 | |
* | | Fix a bug with double-space-to-period•••Bug: 13778001 Change-Id: I3ebd57950cdfacbbcdc64ed214c0590519a0665c | 2014-04-03 | 2 | -3/+77 | |
|/ | |||||
* | Add hindi_compact keyboard•••Bug: 13779052 Change-Id: Ic7c17d96560501422a63340d7ce6bd8720e6c3c9 | 2014-04-03 | 3 | -2/+254 | |
* | Refactor Devanagari key-styles•••Change-Id: I799b04317d5b7daff4bb230294b2de474e5585eb | 2014-04-03 | 1 | -2/+1 | |
* | Add keyboard layout test for API 14 and 15•••Bug: 13017434 Change-Id: Iaa995ba0b6ba4caabc7c77f084f376bebc5b766e | 2014-04-03 | 4 | -42/+172 | |
* | Remove country name from space bar text when appropriate•••Remove country name from space bar text when there no other subtype that is a same language and a same keyboard layout. Bug: 8084704 Change-Id: I7c785a925ff7a0a61e5d009f138e1df52b3aeb3a | 2014-04-02 | 2 | -80/+167 | |
* | Add SpacebarLanguageUtils class•••The SpacebarLanguageUtils class is separated from SubtypeLocaleUtils and handles the language name on the spacebar. Bug: 8084704 Change-Id: I82f79a061d4f0cc2895263298c3ebf8ee444c61d | 2014-04-01 | 2 | -138/+284 | |
* | Merge "Make NeedsToDisplayLanguage as a top level class" | 2014-03-28 | 1 | -0/+80 | |
|\ | |||||
| * | Make NeedsToDisplayLanguage as a top level class•••Change-Id: Ia05e0494a9dccebfb5c1316479e52f04cf2ae444 | 2014-03-28 | 1 | -0/+80 | |
* | | Merge "Dictionary migration in Java side." | 2014-03-28 | 1 | -0/+92 | |
|\ \ | |||||
| * | | Dictionary migration in Java side.•••Bug: 13406708 Change-Id: If83938e4b4810d2e8353c70cdd8ef3ea97a29571 | 2014-03-27 | 1 | -0/+92 | |
* | | | Merge "[CB14.5] Stop copying WordComposers." | 2014-03-28 | 1 | -0/+39 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | [CB14.5] Stop copying WordComposers.•••This is an overdue refactoring that I have been wanted to do forever, and that we can at last do now that suggestions come only from instances of BinaryDictionary instances. With this, all unit tests and regression tests are passing again. Bug: 13667648 Bug: 13665487 Bug: 8636060 Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6 | 2014-03-28 | 1 | -0/+39 | |
* | | | Stop displaying locale string on short space bar•••Bug: 12070355 Change-Id: I2d6fa20431bc56d5139caeac33e396b73906d075 | 2014-03-28 | 1 | -49/+17 | |
|/ / | |||||
* | | Merge "Move code only used for dicttool and tests under tests." | 2014-03-27 | 17 | -4/+3652 | |
|\ \ | |/ |/| | |||||
| * | Move code only used for dicttool and tests under tests.•••Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e | 2014-03-27 | 17 | -4/+3652 | |
* | | Merge "Rename text resources consistently" | 2014-03-26 | 2 | -6/+6 | |
|\ \ |