aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Fix duplicate period on Persian tablet keyboardTadashi G. Takaoka2012-06-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6679579 Change-Id: I8bccbfbdf7ea1fa1b78a5af05eb1df100f22ab0c
* | | | | | | | am 58f9b35e: am 6de1b7a7: Fix Persian keyboard having correct code pointsTadashi G. Takaoka2012-06-181-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '58f9b35e1cf5a975ec1312858aad9b5cc307fda8': Fix Persian keyboard having correct code points
| * | | | | | | Fix Persian keyboard having correct code pointsTadashi G. Takaoka2012-06-161-4/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6679850 Change-Id: Iaa33f48ffb5634de31e039574fb58185c6c078e8
* | | | | | | am 866cfd3a: am fa447071: Merge "Update LatinIME due to hidden APIs taken ↵Svetoslav Ganov2012-06-181-6/+0
|\| | | | | | | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | out of the support lib." into jb-dev * commit '866cfd3a68c370bedc4deb3d40ff4ff7c44902bd': Update LatinIME due to hidden APIs taken out of the support lib.
| * | | | | Merge "Update LatinIME due to hidden APIs taken out of the support lib." ↵Svetoslav Ganov2012-06-151-6/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into jb-dev
| | * | | | | Update LatinIME due to hidden APIs taken out of the support lib.Svetoslav Ganov2012-06-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. We have hidden the APIs for accessiiblity focus search since it wull be perfomred by the client, updated the support lib, and now we are updating the LatinIME. bug:6675330 Change-Id: I9dd3450b40148be7ce750f6bffc0a047a541982f
* | | | | | | Merge "Make a variable final (A2)"Jean Chalard2012-06-181-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Make a variable final (A2)Jean Chalard2012-06-161-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is never changed, and probably doesn't need to be. It's public because it's going to be used elsewhere in a future change Change-Id: Iec8d65859c470de5e1fb0b05533356fbc3b8e91b
* | | | | | | | Merge "Add a kind to the suggestion for bookkeeping (A1)"Jean Chalard2012-06-183-13/+25
|\| | | | | | |
| * | | | | | | Add a kind to the suggestion for bookkeeping (A1)Jean Chalard2012-06-163-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help for debug as well as serve as groundwork for Bug: 6252660 Bug: 6166228 Bug: 2704000 Bug: 6225530 Change-Id: I74d0a7b943fb22c514ad79dc064d69ddf336d3ef
* | | | | | | | Merge "Cleanup, part 2 (C2)"Jean Chalard2012-06-181-7/+3
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Cleanup, part 2 (C2)Jean Chalard2012-06-161-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I860f41807e9bc2e38b6ad84e1527fc8707a9aa40
* | | | | | | | Merge "Cleanup, part 1 (C1)"Jean Chalard2012-06-181-8/+1
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Cleanup, part 1 (C1)Jean Chalard2012-06-161-8/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Change-Id: I2b1ddd836aaf6bfc0bd2befb78f98239ffcdbb22
* | | | | | Remove non-dictionary words and digit touch data.Kurt Partridge2012-06-175-162/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Output to the ResearchLogger is now queued and only flushed if the word the user was working on is a dictionary word. multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7 Bug: 6188932 Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7
* | | | | | Merge "Replace digits in ResearchLogger"Kurt Partridge2012-06-161-16/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Replace digits in ResearchLoggerKurt Partridge2012-06-161-16/+49
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Digits may represent personally identifying information. They are now replaced with a non-identifying symbol. multi-project commit with I07d1cfdc45f6086f67af45775f4ed12da1833aca Bug: 6188932 Change-Id: Ifda8079e6c1f29b5f8af34c6d1fccf5770f164ca
* | | | | Move final attributes to SettingsValues (B2)Jean Chalard2012-06-162-36/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6675475 Bug: 6677394 Change-Id: I4a26efb9226d3f909f331c4d2e47cd83a05c011e
* | | | | Inline a method for simplicity (B1)Jean Chalard2012-06-161-6/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | This has a confusing name and is a one-liner Change-Id: I954a648a8413e38a535c2b81e4b171e1bdc9f1c2
* | | | Merge "No logging of passwords."Kurt Partridge2012-06-141-2/+13
|\ \ \ \
| * | | | No logging of passwords.Kurt Partridge2012-06-141-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6188932 Change-Id: Ibf60ec99c50da3675bf89858624218e6cc3eb1d2
* | | | | am aee2ed1f: am 14bc2e89: Fix Arabic diacritics orderTadashi G. Takaoka2012-06-141-10/+10
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit 'aee2ed1f4b0be7a538cc5722fed274632f2a40ba': Fix Arabic diacritics order
| * | | | Fix Arabic diacritics orderTadashi G. Takaoka2012-06-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6662536 Change-Id: I96e45ce0e8b9b5440a54f3b321a925bc87ec3ca9
* | | | | am 1ab436c1: am 0e473e9c: Reorder Persian diacriticsTadashi G. Takaoka2012-06-141-10/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '1ab436c1e60c0e49333549fb93e135fa99458bda': Reorder Persian diacritics
| * | | | Reorder Persian diacriticsTadashi G. Takaoka2012-06-141-10/+10
| | |/ / | |/| | | | | | | | | | | | | | Bug: 6661783 Change-Id: I42bab7655121ec5671854d54c47bd0c7a29e7a98
* | | | resolved conflicts for merge of be82f297 to masterJean Chalard2012-06-152-4/+8
|\| | | | | | | | | | | | | | | Change-Id: If49ca384ea0ac415a75f8ea1bad77dc6719cb04d
| * | | Merge "Do not display punctuation suggestions when bigrams are on." into jb-devJean Chalard2012-06-142-3/+7
| |\ \ \
| | * | | Do not display punctuation suggestions when bigrams are on.Jean Chalard2012-06-152-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6310401 Change-Id: I9d31c48e287aceedaf2f4c5129031ddb31402451
* | | | | am 42ecf39d: am 002e43ea: Merge "Remove irrelevant options." into jb-devJean Chalard2012-06-142-11/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '42ecf39d04df9eb02e57cf29e63552bc04092857': Remove irrelevant options.
| * | | | Merge "Remove irrelevant options." into jb-devJean Chalard2012-06-142-11/+9
| |\ \ \ \
| | * | | | Remove irrelevant options.Jean Chalard2012-06-152-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341
* | | | | | am de1d88eb: am 32f4ceb2: Dismiss more suggestions panel when suggestions ↵Tadashi G. Takaoka2012-06-143-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strip is closed * commit 'de1d88eb4199160899d227f2c679215e16410c42': Dismiss more suggestions panel when suggestions strip is closed
| * | | | | Dismiss more suggestions panel when suggestions strip is closedTadashi G. Takaoka2012-06-143-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6
* | | | / Fix an NPEJean Chalard2012-06-151-4/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This code is temporary until we get rid of this member. Bug: 6662963 Bug: 6667091 Change-Id: I1d970d2a97992507e86c5b94978a2543fe42b375
* | | | am d9c702d2: am 5caaf1b9: Merge "Do not add profanity to user history bigram ↵Satoshi Kataoka2012-06-141-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | dicitonary" into jb-dev * commit 'd9c702d2ff017452f0264f2be12b6bffd6204e4a': Do not add profanity to user history bigram dicitonary
| * | | Merge "Do not add profanity to user history bigram dicitonary" into jb-devSatoshi Kataoka2012-06-141-2/+3
| |\ \ \
| | * | | Do not add profanity to user history bigram dicitonarySatoshi Kataoka2012-06-141-2/+3
| | |/ / | | | | | | | | | | | | Change-Id: I864c4206e3e6cde4d6ed687a9759e98901e16b9a
* | | | am bbf18807: am 1db4f951: Fix the order of Persian diacriticsTadashi G. Takaoka2012-06-141-250/+271
|\| | | | | | | | | | | | | | | | | | | * commit 'bbf188075d5e14626c0609f4c3ee6031f6c6d5a6': Fix the order of Persian diacritics
| * | | Fix the order of Persian diacriticsTadashi G. Takaoka2012-06-141-250/+271
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The java source file KeyboardTextsSet.java has rather big change, but this file is auto generated by "maketext" tool. The crucial part of this change is in 5 XML resource files. Bug: 6661783 Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa
* | | Merge "Fix an occurrence of nested batch edits."Jean Chalard2012-06-133-22/+30
|\ \ \ | |_|/ |/| |
| * | Fix an occurrence of nested batch edits.Jean Chalard2012-06-133-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is harmless, but against policy. Also, rework the checking code to be more readable, give more information, and be called for all relevant methods - and not for informative methods, which are not required to be in a batch edit. Change-Id: I03fa8b2e7d68a6a133f86be8a214671750c29256
* | | Merge "Remove useless copy constructor of ProximityInfo"Tadashi G. Takaoka2012-06-121-21/+0
|\ \ \ | |/ / |/| |
| * | Remove useless copy constructor of ProximityInfoTadashi G. Takaoka2012-06-121-21/+0
| | | | | | | | | | | | Change-Id: I56b4a99f670ad38708ad83d76b93a631295e3333
* | | OptimizationJean Chalard2012-06-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is much faster. It doesn't create messages, it doesn't post stuff in a queue, it doesn't delay execution of other messages. Also, it decouples the timer from the functionality of the Handler so this can be pulled up in another change to consolidate with mLastKeyTime or so. Change-Id: I9044fc031373e66b9b40eee8025633613d0945dc
* | | Small optimization.Jean Chalard2012-06-131-2/+2
|/ / | | | | | | | | | | This will avoid some two-way IPC calls. Change-Id: If9eb3e99b3d08346aadd4bbed2a1761f8c2527b9
* | resolved conflicts for merge of ee78e780 to masterSatoshi Kataoka2012-06-131-189/+226
|\| | | | | | | Change-Id: I88a4996bdd17c5378a67781d8075eff311670c3b
| * Fix UserHistoryBigram data contention in UserHistoryDictionarysatok2012-06-121-189/+226
| | | | | | | | | | Bug: 6637614 Change-Id: I34d26563e59d3b09bf35b8173dac5645ccb6a39f
* | Merge "Consolidate a test."Jean Chalard2012-06-121-1/+4
|\ \
| * | Consolidate a test.Jean Chalard2012-06-131-1/+4
| | | | | | | | | | | | | | | | | | Stop using the numerical value, use the actual method Change-Id: Iffa7f2d21a0471c7862afd3234cc9c5dd86feb2e
* | | Merge "Check inputs to ResearchLogger"Kurt Partridge2012-06-121-8/+15
|\ \ \ | |/ / |/| |