aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-18Add account listing and preference integration for current account•••Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67 Sandeep Siddhartha6-8/+356
2014-09-18Switching to AndroidJUnitRunner instrumentation•••Bug: 16864527 Change-Id: I8a79a78f24cbc52935743311f5f0dceeb780358f Adrian Velicu2-1/+3
2014-09-18Pass prevWordCount to native code for getSuggestion.•••Bug: 14425059 Change-Id: Id2b49a448982c997e5c0a22445b115e675156c3e Keisuke Kuroyanagi3-21/+20
2014-09-18Fix showing important notice even at beginning of sentence•••This is a cherry-pick of Ic72d6fecc3 from lmp-dev. Bug: 17536096 Change-Id: Id76b8f8dc85d03bc7ed5f24800301c081a82a8d2 Tadashi G. Takaoka5-18/+40
2014-09-18Add methods to get a Key's horizontal and vertical gaps.•••Record the horizontal and vertical gap for the key, adding corresponding accessors. This info is helpful in interpreting corresponding touch points data. Bug: 17400259 Change-Id: I825c537a48db35baab71580ff5c41cd911094a4bDavid Faden1-6/+41
2014-09-18Add a Dictionary.isUserSpecific method.•••As the name suggests, returns true if the Dictionary is of a type that may use user-specific data, e.g., contacts. Cherry-pick of I11e71286c7635f50ace156dcc5308dbe51268d4e Change-Id: I08c3f22f0c34eaa71bbd06594314f3b411658c5c David Faden1-0/+18
2014-09-18Use Add-To-Dictionary indicator only•••With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6 Yohei Yukawa10-415/+264
2014-09-18Suppress voice input key on textWebEmailAddress field•••Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802 Tadashi G. Takaoka1-1/+1
2014-09-17Start showing the split keyboard layout•••Change [3/3] Added tests for Qwerty/en-US/split Parse the switch-case statement from KeyboardBuilder to use the right layout. Bug: 4968173 Change-Id: If4d6d71d5900525290268d8affa55dccf1ebd4f2 Sandeep Siddhartha13-23/+131
2014-09-17Add Accounts & privacy settings in LatinIME•••Also start showing the logging preference on this screen too. This settings screen will be the container for all account management, sync and privacy related settings Bug: 17464068 Change-Id: Ie0806f6e8a542e9dea2834445ff7b38805207bda Sandeep Siddhartha9-3/+161
2014-09-18Fix Romanian keyboard to promote "A with breve"•••Bug: 17324498 Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5 Tadashi G. Takaoka3-7/+7
2014-09-17Use PrevWordsInfo.getPrevWordCount() in Java side.•••Bug: 14425059 Change-Id: Ie6295ff657c483876af403f2d474b7d857e5e3d6 Keisuke Kuroyanagi2-20/+18
2014-09-17Use ReadOnlyByteArrayView in Ver2ParticiaTrieNodeReader.•••Change-Id: Ie3325bb9666c7ff6d519a1b72ed2fe9fc4f140a9 Keisuke Kuroyanagi3-13/+11
2014-09-17Use ReadOnlyByteArrayView in Ver2PtNodeArrayReader.•••Change-Id: Ia1065465abdf7c64fadb3ff1efd2a4d2df343264 Keisuke Kuroyanagi3-12/+11
2014-09-17Use ReadOnlyByteArrayView in ShortcutListPolicy•••Change-Id: I03a6f49c9005306bcc5fce8b7e4d37b8d30b9faa Keisuke Kuroyanagi5-26/+26
2014-09-17Use ReadOnlyByteArrayView in BigramListPolicy.•••Change-Id: I0f8e8044c8803a7a542f97be5b8f08fdb5ae3926 Keisuke Kuroyanagi3-28/+26
2014-09-17Use ReadOnlyByteArrayView in PatriciaTriePolicy.•••Change-Id: I4ef01c0af73f27c256cc1a719343be836913dc71 Keisuke Kuroyanagi3-44/+59
2014-09-17Add firstOrDefault and lastOrDefault to IntArrayView.•••Change-Id: I854c02eff3fa0b53c72a5f1cabce001f4854ada0 Keisuke Kuroyanagi4-3/+37
2014-09-17Revert "Revert "Fall back to default keyboard theme""•••This reverts commit 821486ba8b7a8e2d1a8f31846af456faf076d126. Change-Id: If0285c87edcd5f7d3c5449026953a74bf1125f65 Tadashi G. Takaoka6-52/+133
2014-09-17Revert "Fall back to default keyboard theme"•••This reverts commit 6ed8b183262063d009e3bb2264e2fe04d780dea3. Change-Id: I48f775e54f4077e556b26bc0146bc918421c6845 Tadashi G. Takaoka6-133/+52
2014-09-17Use CodePointArrayView in DictionaryUtils.•••Change-Id: I9ae308e60124ea5acb4ee09847c4fdd58ff168e2 Keisuke Kuroyanagi3-7/+8
2014-09-17Use CodePointArrayView in Dictionary.•••Change-Id: I63fa0a8348f6de6ec7a424a8033e936b4af72beb Keisuke Kuroyanagi3-50/+51
2014-09-17Use IntArrayView in DynamicPtUpdatingHelper.•••Change-Id: Ifa185eba7dd9abee1b35e49fe559be1042ca63d7 Keisuke Kuroyanagi7-95/+85
2014-09-17Fall back to default keyboard theme•••Bug: 17537884 Change-Id: I3452d6d4a5837c6b2d417c8d256c121df86131cc Tadashi G. Takaoka6-52/+133
2014-09-17Fix tests.•••Looper.prepare() is not called automatically for us any more. Bug: 17518123 Change-Id: I2fb6caa4ef79ce7ed86ff58518f4b000483e508f Jean Chalard1-0/+3
2014-09-17Making spelling of the word "distracters" consistent•••Bug: 17537869 Change-Id: Ibfc1c84aff72aeb76c9b127503369d00f3dfaceb Adrian Velicu3-8/+8
2014-09-17Support n-gram for look-up.•••Bug: 14425059 Change-Id: I19523c29fb802cd65158c7540d1608e7f55c4ca7 Keisuke Kuroyanagi6-18/+28
2014-09-16Add a user preference for split layout within Appearance & Layouts•••Note The preference is flag protected. Change-Id: I1be219ba961f002897b7b13ff9f200e2f142b2d8 Jatin Matani5-1/+27
2014-09-16Add StatsUtils.onAutoCorrection method.•••Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229 Mohammadinamul Sheik3-3/+27
2014-09-16Add a production flag for account sign-in•••[1/2] Bug: 17464068 Change-Id: Ie45191c74a97c44711dc0c6d65cc262fd9742abe Sandeep Siddhartha1-0/+5
2014-09-16Prepare for E MR1 that is linked against L SDK•••Change-Id: I77e735a824718e96eac49359ae195c0ffa76b83d Ken Wakasa2-2/+2
2014-09-16[ML7] Have multiple DictionaryGroup instances in facilitator•••This is the central change of multilingual input. Bug: 11230254 Change-Id: Id8b68fb101e837e8cf182ab4bc1e55e4da5cc49d Jean Chalard7-111/+187
2014-09-16Fix drawing of custom action label key•••Bug: 17488054 Change-Id: I433561ed19ec2a79402867a0395a3e388730f087 Tadashi G. Takaoka2-1/+7
2014-09-16Support removing n-gram entry in structure policy.•••Bug: 14425059 Change-Id: Ifd2ac97a15dcbb936e2f068866a9d1ee68759ba2 Keisuke Kuroyanagi2-12/+2
2014-09-16Support adding n-gram entry in structure policy.•••Bug: 14425059 Change-Id: Ia207d3c4735b1d6d43f18d18a70d28af613cb458 Keisuke Kuroyanagi3-16/+7
2014-09-16Update input checking logic for adding/removing n-gram.•••Bug: 14425059 Change-Id: Ifb4e3c3f06aaf9a16f632ff208ba76cf741cea83 Keisuke Kuroyanagi3-20/+39
2014-09-16Have mPrevWordCount in DicNodeProperties.•••Bug: 14425059 Change-Id: I5ce22bace4ec08d0da4e5c167288a742c4426c33 Keisuke Kuroyanagi1-6/+11
2014-09-15Import translations. DO NOT MERGE•••Change-Id: I410c187d99e2896703b7c76079bc1782519d10f0 Auto-generated-cl: translation import Baligh Uddin11-609/+309
2014-09-15Import translations. DO NOT MERGE•••Change-Id: Id5c9da5464884357ba3c087c10820b6b84e15ae5 Auto-generated-cl: translation import Baligh Uddin73-456/+1003
2014-09-15Import translations. DO NOT MERGE•••Change-Id: Id7999e5ed1331e8fc0260c2e529df116bc0661ef Auto-generated-cl: translation import Baligh Uddin4-0/+108
2014-09-15Import translations. DO NOT MERGE•••Change-Id: I2f3eded792bf3882ae4cd16a0a97933f77bc5ce2 Auto-generated-cl: translation import Baligh Uddin10-76/+41
2014-09-15Import translations. DO NOT MERGE•••Change-Id: I0cea5e4fa1120dcce3bf5d5dfd5667167271ef5e Auto-generated-cl: translation import Baligh Uddin5-0/+120
2014-09-15Import translations. DO NOT MERGE•••Change-Id: I9e292160719ac6b4bf617263525d3f00acc9cd87 Auto-generated-cl: translation import Baligh Uddin56-0/+47658
2014-09-15Import translations. DO NOT MERGE•••Change-Id: I893b13ee353d4ce57b34bf8ca4e0e3a5ddc0b068 Auto-generated-cl: translation import Baligh Uddin2-2/+2
2014-09-14Support decaying dict in getWordProbability().•••Bug: 14425059 Change-Id: I24db3f9131c2999fc388035dc365c7faaef3bdb1 Keisuke Kuroyanagi4-13/+18
2014-09-14Use passed previous word count in PrevWordsInfo.•••Bug: 14425059 Change-Id: I04007bdacf0176a05be7a27ef1c20c5b851d8bed Keisuke Kuroyanagi7-48/+67
2014-09-14Fix key preview popup for Material theme•••This CL also removes unused key preview resources for Tablet. Bug: 15143928 Change-Id: Icbf4f7b6d5c7839b4fe7a27d320a2184f0625130 Tadashi G. Takaoka30-12/+12
2014-09-13Tune keyboard height and letter size of tablet•••The height of Google Keyboard is limited by maximum and minimum ratio to the display height. Because screen aspect ratio of some large tablet is close to 1:1, the height of the keyboard may become taller than expected. This CL lowers the minimum ratio to allow shorter height. This CL also increase text size of Material theme keyboard on tablet as well. Bug: 17050390 Change-Id: I87c5f49ce554950c525a1f31dfddfd1beb3fafda Tadashi G. Takaoka10-32/+60
2014-09-13Wording update for settings.•••"Appearance" -> "Appearance & layouts". bug: 11866784 Change-Id: I9843b76cadb0245973cec07134d07212c8c5667e Ken Wakasa1-2/+2
2014-09-12Initial split QWERTY layout•••Change [2/3] Add an attribute that's used in layout xmls for specifying the split-keyboard layout. This attribute will be checked/set by the KeyboardBuilder which knows about the "splittability" of the keyboard. Bug: 4968173 Change-Id: I5d792e570b9648e09022e9b7e92a972a161009ee Sandeep Siddhartha16-143/+756