aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Revise Armenian punctuations more keysTadashi G. Takaoka2013-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 12096943 Change-Id: Ib8559f030fbc27ec7f7e9a9fb36aad72cca29e9f
* | | | Merge "Add Armenian "ligature ech yiwn" hint label"Tadashi G. Takaoka2013-12-171-0/+1
|\ \ \ \
| * | | | Add Armenian "ligature ech yiwn" hint labelTadashi G. Takaoka2013-12-171-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 12100704 Change-Id: I9debef1662c29ab88f27b2fdd61d5f703c3a1c78
* | | | Merge "Refactor touch event forwarding in InputView"Tadashi G. Takaoka2013-12-172-57/+134
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor touch event forwarding in InputViewTadashi G. Takaoka2013-12-172-57/+134
| | | | | | | | | | | | | | | | | | | | Bug: 10010128 Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a
* | | | Merge "Fix a bug with languages without spaces and predictions"Jean Chalard2013-12-163-24/+51
|\ \ \ \
| * | | | Fix a bug with languages without spaces and predictionsJean Chalard2013-12-163-24/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is simpler and more correct. Change-Id: I41806d2fc12b4ca25f76e32972b38f91f3d05c2b
* | | | | Merge "Increment version number of ver4 format to 401."Keisuke Kuroyanagi2013-12-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Increment version number of ver4 format to 401.Keisuke Kuroyanagi2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11073222 Change-Id: I3878aef02040b1ef73165645fc70ede586289c51
* | | | | Merge "Fix: incompatible PtNode array size reading."Keisuke Kuroyanagi2013-12-162-5/+5
|\| | | |
| * | | | Fix: incompatible PtNode array size reading.Keisuke Kuroyanagi2013-12-162-5/+5
| | |/ / | |/| | | | | | | | | | | | | | Bug: 11073222 Change-Id: I681be725b5c6dcc10aa536b00327698a7df75277
* | | | A simplification.Jean Chalard2013-12-161-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This does the same thing, but simpler and faster. Was noticed while investigating bug#12164555 Change-Id: If9926e4da8a53a65489da55197ac87122c44fe7c
* | | | Merge "Add option to enable personalization dictionaries."Keisuke Kuroyanagi2013-12-164-2/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Add option to enable personalization dictionaries.Keisuke Kuroyanagi2013-12-164-2/+15
| |/ / | | | | | | | | | | | | | | | Bug: 11757851 Change-Id: I4872c10793d4fd55c0bd9e5bc4650925de6d2c1d
* | | Merge "Fix IllegalStateException of ViewGroup"Tadashi G. Takaoka2013-12-163-10/+29
|\ \ \ | |/ / |/| |
| * | Fix IllegalStateException of ViewGroupTadashi G. Takaoka2013-12-163-10/+29
| |/ | | | | | | | | Bug: 10629042 Change-Id: I111d092fb2f7dca47328127a155c981aa1c55906
* | Merge "Make required binary dictionary version use FormatSpec.*"Keisuke Kuroyanagi2013-12-162-2/+2
|\ \
| * | Make required binary dictionary version use FormatSpec.*Keisuke Kuroyanagi2013-12-162-2/+2
| | | | | | | | | | | | Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461
* | | Merge "Make the bad header a checked exception and fix dicttool test"Jean Chalard2013-12-161-4/+5
|\ \ \ | |_|/ |/| |
| * | Make the bad header a checked exception and fix dicttool testJean Chalard2013-12-161-4/+5
| | | | | | | | | | | | Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d
* | | Cancel long press shift key while chording inputTadashi G. Takaoka2013-12-162-4/+25
| | | | | | | | | | | | | | | Bug: 12123508 Change-Id: I693caad1f8ee47ebeb14419603d1fc29f6263a75
* | | Merge "Don't use fullscreen mode on large phone"Tadashi G. Takaoka2013-12-168-10/+9
|\ \ \
| * | | Don't use fullscreen mode on large phoneTadashi G. Takaoka2013-12-168-10/+9
| | | | | | | | | | | | | | | | | | | | Bug: 11920652 Change-Id: Icc26c20c881bc586c800c31c90a45281dc408d2a
* | | | Fix failing testsJean Chalard2013-12-163-3/+3
| |/ / |/| | | | | | | | | | | | | | | | | - Version 3 is not supported - Now passing the right string to open v4 dicts. Fix the tests for this. Change-Id: I7829330c3568a715b96396ba4e4e69c6e17775ab
* | | Fix locale names in the make-keyboard-text toolKen Wakasa2013-12-142-30/+30
| | | | | | | | | | | | Change-Id: I33c3fafcff124bb94e395cc604ce264daad55d2d
* | | Instead of ignoring PARAGRAPH spans, fix them.Jean Chalard2013-12-131-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Don't use the previous word after a non-whitespace separator"Jean Chalard2013-12-132-1/+14
|\ \ \
| * | | Don't use the previous word after a non-whitespace separatorJean Chalard2013-12-132-1/+14
| | | | | | | | | | | | | | | | | | | | Bug: 12101276 Change-Id: Icf36d55ec171194e5561b946021bcf648782ddd4
* | | | Merge "Only update shift state if left in auto mode."Jean Chalard2013-12-131-1/+10
|\ \ \ \
| * | | | Only update shift state if left in auto mode.Jean Chalard2013-12-131-1/+10
| |/ / / | | | | | | | | | | | | | | | | Bug: 12100417 Change-Id: I7bc2b19332e142a257b0399f2e5d128caf01fc7c
* | | | Merge "Fix a bug where recapitalize prevents going to more syms"Jean Chalard2013-12-131-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix a bug where recapitalize prevents going to more symsJean Chalard2013-12-131-0/+3
| |/ / | | | | | | | | | | | | Bug: 11004973 Change-Id: I97ee9df6e8464e2149beb41c688cbfbd83ac3d8c
* | | Merge "Remove references to the v3 dictionary."Jean Chalard2013-12-133-581/+29
|\ \ \
| * | | Remove references to the v3 dictionary.Jean Chalard2013-12-133-581/+29
| |/ / | | | | | | | | | Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
* | | Merge "Fix key top letter color in shifted layout"Tadashi G. Takaoka2013-12-131-5/+6
|\ \ \
| * | | Fix key top letter color in shifted layoutTadashi G. Takaoka2013-12-131-5/+6
| | |/ | |/| | | | | | | | | | | | | | | | There is a chance to have an empty hint label even though keyLabelFlags has hasShiftedLetterHint flag. Change-Id: I63b9fcc42a40391d5902814cae4c75abb61e4b94
* | | Merge "Remove code for forgetting curve in Java side."Keisuke Kuroyanagi2013-12-132-248/+0
|\ \ \ | |_|/ |/| |
| * | Remove code for forgetting curve in Java side.Keisuke Kuroyanagi2013-12-132-248/+0
| | | | | | | | | | | | Change-Id: I294ed179c642ff52452b5884326c1083477e1bce
* | | Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-138-409/+76
| | | | | | | | | | | | | | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* | | Merge "Remove flags from Java side."Jean Chalard2013-12-1314-267/+70
|\ \ \ | |_|/ |/| |
| * | Remove flags from Java side.Jean Chalard2013-12-1314-267/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-13314-6176/+6320
| | | | | | | | | | | | | | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
| * | Import translations. DO NOT MERGEGeoff Mendal2013-12-021-1/+1
| | | | | | | | | | | | | | | Change-Id: I6c8ab6cd6d41a6692ef6b084e0218be4120d266c Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEGeoff Mendal2013-11-252-4/+4
| | | | | | | | | | | | | | | Change-Id: Ib38c02136778584dc6a4d4215c6e346b2b48afaa Auto-generated-cl: translation import
| * | Update Color Scheme summary explicitlyTadashi G. Takaoka2013-11-224-23/+61
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
| * | Show mic key option on sw540 deviceSatoshi Kataoka2013-11-222-1/+23
| | | | | | | | | | | | | | | | | | Bug: 11737760 Change-Id: Id50a7d393acf755cb04d3f8dc60327abeee5a671
| * | Fix unusual NPE after onDestroyTadashi G. Takaoka2013-11-221-5/+4
| | | | | | | | | | | | | | | Bug: 11673978 Change-Id: I4d5268312911685ff1ca9483a62442a1a9686c62
| * | Add keyboard color switch optionTadashi G. Takaoka2013-11-226-7/+40
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
| * | Add JB/ICS resources from Azuki MR1 releaseTadashi G. Takaoka2013-11-2267-4/+317
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
| * | Rename KLP theme related resourcesTadashi G. Takaoka2013-11-2266-65/+65
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71