aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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 "Fix for build breakage"Jae Yong Sung2010-07-281-2/+3
|\ \ \ \ \ \
| * | | | | | Fix for build breakageJae Yong Sung2010-07-281-2/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ie7ec03bf10ec9c9ce1290942a47cb538eeef6169
* | | | | | 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-2817-305/+885
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
|\ \ \ \ \ \ \
| * | | | | | | Refactor UI message handling class to be more readableTadashi G. Takaoka2010-07-261-40/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first one of three changes to fix the bug#2868304. Bug: 2868304 Change-Id: I2eb31c0966b2a7695e19aed7fceb13dad0c5bf0d
* | | | | | | | Updating keyboard ids must happen everytime makeKeyboards() is calledTadashi G. Takaoka2010-07-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In makeKeyboards(), there is a fall through pass in which the keyboards' id (mSymbolsId and mSymbolsShiftedId) will not be updated. Then in toggleShift(), current keyboard id (mCurrentId) will not match any of two and nothing happens. Bug: 2825858 Change-Id: Iaf8a7368f513b35cf77a67794ecd3e21aa08484b
* | | | | | | | Merge "Change the default value of keyTextSize for xlarge"satok2010-07-2611-76/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the default value of keyTextSize for xlargesatok2010-07-2611-76/+45
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename ginger to stone Change-Id: I6968ed1b388e1f55ecb27a449ca49be77790f9cc
* | | | | | | | Move Google's proprietary dictionaries for LatinIME to ↵Ken Wakasa2010-07-241-0/+7
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vendor/google/apps/LatinImeGoogle. bug: 2811749 Refer to https://android-git.corp.google.com/g/58621 Change-Id: I3721ad3b3a29673f1ddd32871b1575a45c7365ee
* | | | | | | Remove unncessary special handling for sim buildYing Wang2010-07-221-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now JNI_H_INCLUDE is added to header search path by default for non-NDK build. Change-Id: If1a9a1fae3cea51de6f776edbf7a2982f3d92b65
* | | | | | | Get rid of wrongly added "Don't translate" entries in values-sr/strings.xmlKen Wakasa2010-07-231-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I10437a119fac68ae3231ad923b2ce090f56847e6
* | | | | | | Merge "Add Norwegian and Danish keyboard layouts."Ken Wakasa2010-07-212-0/+426
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Norwegian and Danish keyboard layouts.Fredrik Roubert2010-07-212-0/+426
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: I77e4f6105b1f5d4569ad59e3d536941310cc6c0d
* | | | | | Merge "Fix a string for zh-rCN"satok2010-07-201-1/+1
|\ \ \ \ \ \
| * | | | | | Fix a string for zh-rCNsatok2010-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I63d9c5254188a84c92cb4ff34988ebb5a2a034ae
* | | | | | | Enable re-edit featuresatok2010-07-201-2/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e
* | | | | | Merge "Change the default vaule of Log to be false"Ken Wakasa2010-07-202-2/+2
|\ \ \ \ \ \
| * | | | | | Change the default vaule of Log to be falsesatok2010-07-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a3c0ce81b67e27b7559b534b4ccde2ad0783dbc
* | | | | | | Merge "Prepare for master merge - Rename the jni library name - Revert the ↵Ken Wakasa2010-07-205-18/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | local cert - LatinIme2Google -> LatinIME Please note that we'll use the new package name: com.google.android.inputmethod.latin"
| * | | | | | | Prepare for master mergeKen Wakasa2010-07-205-18/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the jni library name - Revert the local cert - LatinIme2Google -> LatinIME Please note that we'll use the new package name: com.google.android.inputmethod.latin Change-Id: Ibbab07e8102ade5a93660c0723cd86f600c14a7d
* | | | | | | Merge "Change the name of the application to Latin Keyboard"satok2010-07-2022-43/+43
|\ \ \ \ \ \ \
| * | | | | | | Change the name of the application to Latin Keyboardsatok2010-07-2022-43/+43
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ae02c61fae200672004028196d3e8d990b4c32c
* / / / / / / Add xlarge resourcessatok2010-07-203-0/+87
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: I8879322ed8573d57257faf15b66b8ae04101971f
* | | | | | Merge remote branch 'goog/master'satok2010-07-173-11/+46
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
| * | | | | Merge "Slightly reluctant to scroll candidate strip to be able to easily ↵Tadashi G. Takaoka2010-07-161-1/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | choose the suggestion"
| | * | | | | Slightly reluctant to scroll candidate strip to be able to easily choose the ↵Tadashi G. Takaoka2010-07-161-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggestion Also fixed the comment of mMinTouchableWidth Bug: 2581826 Change-Id: Idc79186b0647b0e7e7ec889488b019b7db5241ad
| * | | | | | am d69910c1: am 1812bceb: am 88e7b49f: Backport ↵Ken Wakasa2010-07-160-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter Merge commit 'd69910c1707e8e17bc93ff8e467dd9c3c3c7e887' * commit 'd69910c1707e8e17bc93ff8e467dd9c3c3c7e887': Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
| | * | | | | am 1812bceb: am 88e7b49f: Backport ↵Ken Wakasa2010-07-161-1/+3
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter Merge commit '1812bcebd653ce7ba7d89ca163954e57b5c67021' into gingerbread-plus-aosp * commit '1812bcebd653ce7ba7d89ca163954e57b5c67021': Backport https://android-git.corp.google.com/g/#change,52371 to Froyo. Fix bug: 2693836 - Russian keyboard is missing a letter
| | | * | | | 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
| * | | | | | Merge "Underlining for correction is causing problems with styled text. ↵Amith Yamasani2010-07-161-8/+27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Disable for now."
| | * | | | | | Underlining for correction is causing problems with styled text. Disable for ↵Amith Yamasani2010-07-161-8/+27
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now. Disable until we find a cleaner solution to highlighting for correction (may need a framework change). Removed a check for VoiceInput.DELETE_SYMBOL, which is not in use any more.
| * / | | | | Fix sim buildYing Wang2010-07-161-2/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NDK does not support sim build. Change-Id: If3164399d72786c9445cd308376497b8ba76011c
* | | | | | Add JNI_H_INCLUDE directory to LOCAL_C_INCLUDES to be able to build under ↵Tadashi G. Takaoka2010-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source tree Change-Id: I06d1687fbd7f9d02c069d84a50c2b53950372733