Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Enable Personalized dictionaries based on the setting." | 2013-12-17 | 3 | -69/+135 | |
|\ | |||||
| * | Enable Personalized dictionaries based on the setting.•••Bug: 11757851 Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7 | 2013-12-17 | 3 | -69/+135 | |
* | | Run GC when needed, instead of too late.•••Bug: 12164855 Change-Id: Ie4d8be9f2652b01470bcc06911e2191e09fb3149 | 2013-12-17 | 1 | -3/+3 | |
* | | Fix wrong dereference reading code.•••Bug: 12164855 Change-Id: I26faf27edfa303510197bccaa3521578f649741d | 2013-12-17 | 1 | -17/+23 | |
* | | Merge "Move DictUpdater to the tests directory." | 2013-12-17 | 8 | -1127/+10 | |
|\ \ | |||||
| * | | Move DictUpdater to the tests directory.•••Bug: 11245133 Change-Id: I0907a091ac3ae960eaf3b27da78dbb48a24b2ea1 | 2013-12-17 | 8 | -1127/+10 | |
* | | | Cancel more suggestions panel when touching keyboard•••Bug: 10010128 Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1 | 2013-12-17 | 2 | -5/+52 | |
* | | | Fix typo in varibale name•••Change-Id: I7ea6c59b7c980e93c88a6cf0fef97592d411c3ba | 2013-12-17 | 1 | -14/+14 | |
* | | | Revise Armenian punctuations more keys•••Bug: 12096943 Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f | 2013-12-17 | 1 | -1/+1 | |
* | | | Merge "Refactor touch event forwarding in InputView" | 2013-12-17 | 2 | -57/+134 | |
|\ \ \ | |||||
| * | | | Refactor touch event forwarding in InputView•••Bug: 10010128 Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a | 2013-12-17 | 2 | -57/+134 | |
* | | | | Merge "Fix a bug with languages without spaces and predictions" | 2013-12-16 | 3 | -24/+51 | |
|\ \ \ \ | |||||
| * | | | | Fix a bug with languages without spaces and predictions•••This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b | 2013-12-16 | 3 | -24/+51 | |
* | | | | | Merge "Increment version number of ver4 format to 401." | 2013-12-16 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Increment version number of ver4 format to 401.•••Bug: 11073222 Change-Id: I3878aef02040b1ef73165645fc70ede586289c51 | 2013-12-16 | 1 | -1/+1 | |
* | | | | | Merge "Fix: incompatible PtNode array size reading." | 2013-12-16 | 2 | -5/+5 | |
|\| | | | | |||||
| * | | | | Fix: incompatible PtNode array size reading.•••Bug: 11073222 Change-Id: I681be725b5c6dcc10aa536b00327698a7df75277 | 2013-12-16 | 2 | -5/+5 | |
| | |/ / | |/| | | |||||
* | | | | A simplification.•••This does the same thing, but simpler and faster. Was noticed while investigating bug#12164555 Change-Id: If9926e4da8a53a65489da55197ac87122c44fe7c | 2013-12-16 | 1 | -19/+13 | |
* | | | | Merge "Add option to enable personalization dictionaries." | 2013-12-16 | 2 | -2/+4 | |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add option to enable personalization dictionaries.•••Bug: 11757851 Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d | 2013-12-16 | 2 | -2/+4 | |
| |/ / | |||||
* | | | Merge "Fix IllegalStateException of ViewGroup" | 2013-12-16 | 3 | -10/+29 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix IllegalStateException of ViewGroup•••Bug: 10629042 Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906 | 2013-12-16 | 3 | -10/+29 | |
| |/ | |||||
* | | Merge "Make required binary dictionary version use FormatSpec.*" | 2013-12-16 | 2 | -2/+2 | |
|\ \ | |||||
| * | | Make required binary dictionary version use FormatSpec.*•••Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461 | 2013-12-16 | 2 | -2/+2 | |
* | | | Merge "Make the bad header a checked exception and fix dicttool test" | 2013-12-16 | 1 | -4/+5 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Make the bad header a checked exception and fix dicttool test•••Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d | 2013-12-16 | 1 | -4/+5 | |
* | | | Cancel long press shift key while chording input•••Bug: 12123508 Change-Id: I693caad1f8ee47ebeb14419603d1fc29f6263a75 | 2013-12-16 | 2 | -4/+25 | |
* | | | Fix failing tests•••- Version 3 is not supported - Now passing the right string to open v4 dicts. Fix the tests for this. Change-Id: I7829330c3568a715b96396ba4e4e69c6e17775ab | 2013-12-16 | 3 | -3/+3 | |
|/ / | |||||
* | | Fix locale names in the make-keyboard-text tool•••Change-Id: I33c3fafcff124bb94e395cc604ce264daad55d2d | 2013-12-14 | 1 | -6/+6 | |
* | | Instead of ignoring PARAGRAPH spans, fix them.•••I don't know what or when this flag is set, but it's only bad news. Luckily, we can just remove it. Bug: 12119393 Change-Id: I2952138c8ce517535b91e0fe25d2cf4960e02862 | 2013-12-13 | 1 | -2/+7 | |
* | | Merge "Don't use the previous word after a non-whitespace separator" | 2013-12-13 | 2 | -1/+14 | |
|\ \ | |||||
| * | | Don't use the previous word after a non-whitespace separator•••Bug: 12101276 Change-Id: Icf36d55ec171194e5561b946021bcf648782ddd4 | 2013-12-13 | 2 | -1/+14 | |
* | | | Merge "Only update shift state if left in auto mode." | 2013-12-13 | 1 | -1/+10 | |
|\ \ \ | |||||
| * | | | Only update shift state if left in auto mode.•••Bug: 12100417 Change-Id: I7bc2b19332e142a257b0399f2e5d128caf01fc7c | 2013-12-13 | 1 | -1/+10 | |
| |/ / | |||||
* | | | Merge "Fix a bug where recapitalize prevents going to more syms" | 2013-12-13 | 1 | -0/+3 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix a bug where recapitalize prevents going to more syms•••Bug: 11004973 Change-Id: I97ee9df6e8464e2149beb41c688cbfbd83ac3d8c | 2013-12-13 | 1 | -0/+3 | |
| |/ | |||||
* | | Merge "Remove references to the v3 dictionary." | 2013-12-13 | 3 | -581/+29 | |
|\ \ | |||||
| * | | Remove references to the v3 dictionary.•••Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27 | 2013-12-13 | 3 | -581/+29 | |
| |/ | |||||
* | | Merge "Fix key top letter color in shifted layout" | 2013-12-13 | 1 | -5/+6 | |
|\ \ | |||||
| * | | Fix key top letter color in shifted layout•••There is a chance to have an empty hint label even though keyLabelFlags has hasShiftedLetterHint flag. Change-Id: I63b9fcc42a40391d5902814cae4c75abb61e4b94 | 2013-12-13 | 1 | -5/+6 | |
* | | | Merge "Remove code for forgetting curve in Java side." | 2013-12-13 | 2 | -248/+0 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Remove code for forgetting curve in Java side.•••Change-Id: I294ed179c642ff52452b5884326c1083477e1bce | 2013-12-13 | 2 | -248/+0 | |
| |/ | |||||
* | | Have dicttool use the native library to generate v4 dicts.•••Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9 | 2013-12-13 | 8 | -409/+76 | |
* | | Merge "Remove flags from Java side." | 2013-12-13 | 14 | -267/+70 | |
|\ \ | |/ |/| | |||||
| * | Remove flags from Java side.•••This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1 | 2013-12-13 | 14 | -267/+70 | |
| * | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 97 | -4188/+4863 | |
| * | Update Color Scheme summary explicitly•••Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42 | 2013-11-22 | 3 | -22/+61 | |
| * | Fix unusual NPE after onDestroy•••Bug: 11673978 Change-Id: I4d5268312911685ff1ca9483a62442a1a9686c62 | 2013-11-22 | 1 | -5/+4 | |
| * | Add keyboard color switch option•••Bug: 11622614 Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af | 2013-11-22 | 3 | -6/+19 | |
| * | Add JB/ICS resources from Azuki MR1 release•••Bug: 11622614 Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e | 2013-11-22 | 1 | -3/+7 |