aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | 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-203-11/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 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-203-11/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-172-9/+39
|\| | | | | | | | | | | | | | | | | | | 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
| * | | | 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.
* | | | Comment out re-editing featuresatok2010-07-161-2/+4
| | | | | | | | | | | | | | | | Change-Id: Ib4ffee3a00b8dae75e3472ccdfcb3765625ed4ed
* | | | Merge "Change version to 0.21"satok2010-07-161-2/+2
|\ \ \ \
| * | | | Change version to 0.21satok2010-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I8e3792ba43293313baab0bb0d6bebba8c65df4b9
* | | | | Fix build failure by adding an inputsatok2010-07-161-3/+5
|/ / / / | | | | | | | | | | | | Change-Id: I0f8f7549423deb6d18df4cca949b210c9ec494a5
* | | | Merge remote branch 'goog/master'satok2010-07-1610-65/+266
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: java/res/xml/prefs.xml java/src/com/android/inputmethod/latin/BinaryDictionary.java java/src/com/android/inputmethod/latin/Dictionary.java java/src/com/android/inputmethod/latin/ExpandableDictionary.java java/src/com/android/inputmethod/latin/LatinIME.java java/src/com/android/inputmethod/latin/Suggest.java tests/src/com/android/inputmethod/latin/tests/SuggestTests.java
| * | | Unbundle LatinIMEYing Wang2010-07-141-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9f55377d5de050d18ee4a3b29bc43b19b0fababd
| * | | added bigram predictionJae Yong Sung2010-07-138-42/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - after first character, only suggests bigram data (but doesn't autocomplete) - after second character, words from dictionary gets rearranged by using bigram - compatible with old dictionary - added preference option to disable bigram Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
| * | | Fix some bugs in editing featureAmith Yamasani2010-07-092-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed caching of words - some StringBuilders were being recycled while also being cached. Making copies now. - Fixed regression in revert - don't reset the word composer after saving the accepted word. - Removed flicker when cursoring through a word - delay the abortCorrection() until we need to and do the correction as an atomic operation. - Fixed replacing of "selected" words (double-tap to select a word) Still to do: - Remove flicker on highlighting a word - may need a framework change - Don't remove spans on text that's already in the text field - may require a framework change. - Figure out what to do about the punctuations that share the suggestion strip when in correction mode.
* | | | Merge "Change version"satok2010-07-021-2/+2
|\ \ \ \
| * | | | Change versionsatok2010-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I1e4042eef1a6b19e1e75cc62f24e8b229970b608
* | | | | Disable re-editting feature.satok2010-07-021-2/+3
|/ / / / | | | | | | | | | | | | Change-Id: I1fd8d7b3037ec8ee2eb468ed7770b10c09c5e73c
* | | | Show preview of F1 keys properlysatok2010-07-021-6/+1
| | | | | | | | | | | | | | | | Change-Id: Ie1c6a13efcada09d29c1006224dcf54000c14283
* | | | Merge "Null check at BackToAcceptedDefault"satok2010-07-012-2/+3
|\ \ \ \
| * | | | Null check at BackToAcceptedDefaultsatok2010-07-022-2/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib232475520f822bf8613258afb9638e1be50d7f7
* | | | | Fix the mic icon key is not black in the black scheme.satok2010-07-021-6/+6
|/ / / / | | | | | | | | | | | | Change-Id: I2be3507019601bc93a3e49cc60777e1515f53dc4
* | | | Merge commit 'goog/master'satok2010-07-012-0/+484
|\| | |
| * | | Move the Serbian keyboard and strings to the correct folder.Amith Yamasani2010-06-302-0/+484
| | | |
* | | | Merge "Add key debounce. bug: 2517112"Ken Wakasa2010-06-301-1/+14
|\ \ \ \
| * | | | Add key debounce. bug: 2517112Ken Wakasa2010-07-011-1/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: I461e481226395ce8964003c2ad1f4af888c6f7f9
* | | | | Merge "Fix NPE on logging words"satok2010-06-301-1/+2
|\ \ \ \ \
| * | | | | Fix NPE on logging wordssatok2010-07-011-1/+2
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Idb01cc3226a979de656b30e57422bb35b25d13fa
* / / / / Add a key to the keyboard layout for Russiasatok2010-07-011-3/+5
|/ / / / | | | | | | | | | | | | | | | | bug: 2693836 Change-Id: I88a3664af8074788c6bfc146247ab33ae8a02c08
* | | | Merge commit 'goog/master'satok2010-07-017-62/+337
|\| | | | | | | | | | | | | | | | | | | Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
| * | | Show word alternatives for spoken inputMaryam Garrett2010-06-292-30/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change, we show alternatives for a word that has been spoken.The user triggers the display of alternatives by tapping on the word. The alternatives are currently generated by a client-side algorithm, but will be improved when we move to a server-side generation of the alternatives Change-Id: I454ee28fef9bf97a1b026ce8c605ca4badb39e79
| * | | Quick adjustment to keyboard size on xlarge screens.Amith Yamasani2010-06-253-0/+87
| | | | | | | | | | | | | | | | And adjust the text size of the extension keyboard too.
| * | | Remember typed words for auto-correctionsAmith Yamasani2010-06-244-34/+279
| | | | | | | | | | | | | | | | Change-Id: I475c2fa7604f91659100510079fa13c7615177e9
| * | | am 3e59cea2: am a008d164: am 7697133c: Import revised translationsKenny Root2010-06-211-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3e59cea2c0807ec0fc7e39edb900cb096668a868' * commit '3e59cea2c0807ec0fc7e39edb900cb096668a868': Import revised translations
| | * | am 7697133c: Import revised translationsKenny Root2010-06-211-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7697133c85f30ae2ec046d9fd19fdb5f2ddc7cbc' into gingerbread * commit '7697133c85f30ae2ec046d9fd19fdb5f2ddc7cbc': Import revised translations