aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Import Romansh translations."Eric Fischer2010-08-191-0/+145
|\ \
| * | Import Romansh translations.Eric Fischer2010-08-181-0/+145
| | | | | | | | | | | | Change-Id: Ib6529182be031be2e54072a87516caee5f0d2c1d
* | | Add subtype to method.xmlsatok2010-08-196-2/+111
|/ / | | | | | | Change-Id: I6006c729f89cc91d5674c19b95cf19ad2cab14cf
* | Fixed the popup default value problem.Yohei Fujii2010-08-181-2/+2
| | | | | | | | | | | | Bug:2909517 Change-Id: Ic323d38219a2af211b8a8db09746febe4ccbede9
* | Merge "Import revised translations."Eric Fischer2010-08-1720-1/+41
|\ \
| * | Import revised translations.Eric Fischer2010-08-1720-1/+41
| | | | | | | | | | | | Change-Id: I975bcb5cf09211c6379cc7e7ad89ea09d91e7ec1
* | | Merge "Fix various modifier keys on the Norwegian keyboard."Ken Wakasa2010-08-172-14/+10
|\ \ \ | |/ / |/| |
| * | Fix various modifier keys on the Norwegian keyboard.Steinar H. Gunderson2010-08-172-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are some traditional differences between Norwegian and Swedish keyboard layouts -- for instance, few Norwegians would search for ü on the y key, but it is so on the Swedish keyboard. Correct the most obvious differences. Change-Id: Iab53fa51ff7faa2022b10b551e47060a6f2c5652
* | | Fixes for correction mode - reliably show the corrections when tapping on a ↵Amith Yamasani2010-08-173-80/+143
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | word. Also, continue to show the corrections when user keeps replacing the word repeatedly with different corrections from the suggestion strip. There were problems with tapping suggestions quickly or tapping the same suggestion more than once (same length). Also fixes Bug: 2852891 - Text suggestion appears incorrectly when selecting text that's not a whole word. Changed the TextEntryState states to an enum type instead of int. Needed it to show the states for debugging purposes.
* | Fixed default preference issue.Yohei Fujii2010-08-171-0/+1
| | | | | | | | Change-Id: I6d12bc054fde0fe3ea03b673e7b5b7d7f8db8d54
* | Fixed the issue of popup enabled when i change to symbol keyboard.Yohei Fujii2010-08-132-1/+5
| | | | | | | | | | Bug:2909517 Change-Id: I1c010b1079a04ff3b08d690c536fbe8d4414ea14
* | Revert the open-source LatinIME package name -Ken Wakasa2010-08-1311-29/+17
| | | | | | | | | | | | | | | | | | | | from com.google.android.inputmethod.latin to com.android.inputmethod.latin Related change: https://android-git.corp.google.com/g/60862 bug: 2786392 Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
* | add new preference for popup previewYohei Fujii2010-08-125-0/+40
| | | | | | | | | | | | | | | | this option is disabled as the default at x-large Bug:2909517 Change-Id: Ifda1b7ff89bc4beeee02ba0f3e01d441a9435b37
* | Merge "Fix the bug that black symbols are shown when only one lanugage is ↵Satoshi Kataoka2010-08-103-0/+597
|\ \ | | | | | | | | | selected. (Update with the files left out from Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565.)"
| * | Fix the bug that black symbols are shown when only one lanugage is selected.Fredrik Roubert2010-08-033-0/+597
| | | | | | | | | | | | | | | (Update with the files left out from Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565.)
* | | Merge "-UserBigram -UnitTest for UserBigram -Changes for number of bigrams ↵Jae Yong Sung2010-08-107-59/+486
|\ \ \ | | | | | | | | | | | | to load"
| * | | -UserBigramJae Yong Sung2010-08-107-59/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -UnitTest for UserBigram -Changes for number of bigrams to load Change-Id: I2c6fbe6194d34112ccc52c7e199461d2350e8516
* | | | Import revised translations.Eric Fischer2010-08-101-2/+2
|/ / / | | | | | | | | | Change-Id: I19c1bce22c2395b727891f60776946a0eec7145b
* | | Fix for NPE in saveWordInHistoryAmith Yamasani2010-08-051-0/+5
| | | | | | | | | | | | Bug: 2898207
* | | Merge "Import revised translations."Eric Fischer2010-08-0520-80/+240
|\ \ \
| * | | Import revised translations.Eric Fischer2010-08-0520-80/+240
| | | | | | | | | | | | | | | | Change-Id: I5671feaa4760b2583052527f3026de9c4411c3a4
* | | | am b608a93c: am 6511376f: am 65582531: Fix a bug in backspace handling for ↵Ken Wakasa2010-08-052-2/+27
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | the "Tap again to save" Merge commit 'b608a93c0f3087b191c88cd75665886b7c52015e' * commit 'b608a93c0f3087b191c88cd75665886b7c52015e': Fix a bug in backspace handling for the "Tap again to save"
| * | am 65582531: Fix a bug in backspace handling for the "Tap again to save"Ken Wakasa2010-08-052-2/+27
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '6558253160e2039c87f424bd814f402ecd31de3b' into gingerbread * commit '6558253160e2039c87f424bd814f402ecd31de3b': Fix a bug in backspace handling for the "Tap again to save"
| | * | Fix a bug in backspace handling for the "Tap again to save"Ken Wakasa2010-08-062-2/+27
| | | | | | | | | | | | | | | | | | | | bug: 2889273 Change-Id: I0f317e203f368f5f47738154a6dee0f556d56148
| * | | Import revised translations. DO NOT MERGEEric Fischer2010-08-0420-80/+40
| | | | | | | | | | | | | | | | Change-Id: Ia4de960b5d1168d49b7a97b22751fde11047f5ea
| * | | am 88e7b49f: Backport https://android-git.corp.google.com/g/#change,52371 to ↵Ken Wakasa2010-07-161-1/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter Merge commit '88e7b49fc8657544380620729eb28966669103a2' into gingerbread * commit '88e7b49fc8657544380620729eb28966669103a2': Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
| | * | Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix ↵Ken Wakasa2010-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | bug: 2693836 - Russian keyboard is missing a letter Change-Id: Ic931991bc188f646d30a399bb0b268f415f12051
* | | | Generated hdpi drawable size reducedGilles Debunne2010-08-036-0/+0
| | | | | | | | | | | | | | | | Change-Id: I653e483f85d04026654a5cd74b48a97b28bd7e45
* | | | Removed conflicting .9 pngGilles Debunne2010-08-031-0/+0
| | | | | | | | | | | | | | | | Change-Id: Ifafdf81efa05445e143f4e2a44385f540540ecff
* | | | packages/inputmethods/LatinIME/ : added scaled hdpi version of assets that ↵Gilles Debunne2010-08-037-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | were moved to drawable-mdpi Change-Id: I3e0281e20362f051495b2750cd0b06ab77ed090f
* | | | Move pngs from drawable to drawable-mdpi in project ↵Gilles Debunne2010-08-0232-0/+0
| |_|/ |/| | | | | | | | | | | | | | packages/inputmethods/LatinIME/ Change-Id: I7df8040996aab9c90547a472a7627f1f1afe4eb9
* | | Fix possible NPE and IndexOutOfBoundsException.Tadashi G. Takaoka2010-07-291-7/+8
| | | | | | | | | | | | | | | Bug: 2868304 Change-Id: I2c474736fb9bb95da9e04bdeb9b9b641e7c3adda
* | | Merge "Fix NPE introduced by Change-Id: ↵Tadashi G. Takaoka2010-07-291-10/+16
|\ \ \ | | | | | | | | | | | | Ie482167b2ae2804fa1aa43ffb5067af47b7553f1"
| * | | Fix NPE introduced by Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1Tadashi G. Takaoka2010-07-291-10/+16
| | | | | | | | | | | | | | | | | | | | Bug: 2868304 Change-Id: I60895e76c4288d4e0e960e5ba22cb47c4b989bf3
* | | | Move dictionary.xml which refers to the vendor-specific dictionaries to the ↵Ken Wakasa2010-07-301-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | vendor-specific directory. Change-Id: I0eff59ca186002fdafe3940720606cc4a39077a6
* | | | Merge "Add a layout for a black-characters based theme"satok2010-07-284-14/+284
|\ \ \ \ | |/ / / |/| | |
| * | | Add a layout for a black-characters based themesatok2010-07-294-14/+284
| | | | | | | | | | | | | | | | | | | | | | | | bug: 2838151 Change-Id: Ia7136ac7432258386a53ebec2b26251c8caae0ea
* | | | Fix grammar error in commentTadashi G. Takaoka2010-07-281-2/+2
| | | | | | | | | | | | | | | | Change-Id: I728c2fefcf3c22d30d192a9f4b3aedad4eddc2ed
* | | | Fix inconsistency between pop-up preview key and input keyTadashi G. Takaoka2010-07-281-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This issue is caused by three reasons. - In touch move event and while time debouncing is going on, wrong key is shown as pop-up preview. - There is no pop-up preview key shown when touch up event occurs and also showing pop-up preview message is unintentionally canceled. - In detectAndSendKey() method, nearby keys' primary codes are mistakenly sent as Key codes. This is the last of three changes to fix bug #2868304 Bug: 2868304 Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1
* | | | Merge "Add hysteresis movement key debouncing"Tadashi G. Takaoka2010-07-282-16/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Add hysteresis movement key debouncingTadashi G. Takaoka2010-07-282-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When key is pressed, each key will have a halo which is 0.05 inch wider than the key. Bug: bug2517112 Change-Id: I1368ff4af5f5d230b8c2f0c05c3c27bdb89027ae
* | | | - separate dict (uses xml)Jae Yong Sung2010-07-2810-89/+434
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - retrieve bigrams that only starts with character typed and neighbor keys - contacts bigram - performance measure bug: 2873133 Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
* | | | Update resources of the tentertive UI for tablet friendly UIsatok2010-07-2916-1/+1
|/ / / | | | | | | | | | Change-Id: I59acd50b3531cf02d71c124d7ce8211d0c3dcd7e
* | | Refactor move and time de-bouncing codes into separate static classTadashi G. Takaoka2010-07-271-63/+124
| | | | | | | | | | | | | | | | | | | | | This is the second one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I11a6d2e501888da98faf0c88c8d861c508d500fc
* | | Merge "Read the alternatives from the server-side"Maryam Garrett2010-07-271-19/+57
|\ \ \
| * | | Read the alternatives from the server-sideMaryam Garrett2010-07-261-19/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will parse the voice-search word-based alternatives from the bundle returned by the server, rather than generating them on the client. Change-Id: I7d7abc224de3ab8f37eca18632a427d39fd61a78
* | | | Merge "Add a logging code to send Bigram data"satok2010-07-274-68/+125
|\ \ \ \
| * | | | Add a logging code to send Bigram datasatok2010-07-274-68/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - with some cleanups Change-Id: I737c9ee7f148f94e6299d6e962dda82701454759
* | | | | Remove values-xlarge/styles.xml and added key_text_size to dimens.xmlsatok2010-07-274-37/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I5b23950447742f70e7ca6dca21e8afaed28d30ec
* | | | | Merge "Refactor UI message handling class to be more readable"Tadashi G. Takaoka2010-07-261-40/+73
|\ \ \ \ \