aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-28Add length check for attaching a BoS marker.•••Bug: 15297872 Change-Id: I7b0a27409b81b76561d19c6caa18a5011d3e90f6 Keisuke Kuroyanagi1-1/+4
2014-05-28Update shift, next, and previous icon of LXX_Dark•••Bug: 15298065 Change-Id: Id5cd6c989ac1e64389f060f692b578a2ceec0db8 Tadashi G. Takaoka17-2/+2
2014-05-28Update enter icon of LXX_Dark•••Bug: 15295910 Change-Id: I37d8c184ab500f4b4ffa57a6abe5516cb671ce29 Tadashi G. Takaoka4-0/+0
2014-05-28Run test only on KitKat devices•••This won't work on < KK because it needs the armenian locale to be present on the device. I don't know why, but when under test, apps don't seem to be able to resolve resources for locales not supported by the system. Change-Id: Ie0f4fc30954978061cae751024bab5569a2ab2eb Jean Chalard1-10/+19
2014-05-28Use action key background for enter key•••This CL also use an action key background for the emoji key only on phone becase the emoji key share the same position with other action keys. The emoji key on tablet keeps using the functional key background. Bug: 15296851 Change-Id: I7b8550c61f19548f463a782342bdc0f496433a2a Tadashi G. Takaoka3-3/+3
2014-05-28Add TODO comment about SuggestedWordInfo's kind and flags•••This CL must be checked in together with I6fd87e1eec. Change-Id: I4b24157f3e3ce6327579d37122a34d7a30069885 Tadashi G. Takaoka1-0/+6
2014-05-28Support fine grained hover event handling•••This CL also adds visual feedback of hovering key in accessibility mode. Bug: 12491371 Change-Id: I7b1f28a2e421ca60b2738ed94e7bdb406f75039b Tadashi G. Takaoka1-56/+112
2014-05-27Add boundary check for v4 bigram reading.•••Bug: 14496386 Change-Id: Iedd3445c3222a777a2476beed7d9eb53773f406c Keisuke Kuroyanagi2-3/+19
2014-05-27Refactor KeyboardAccessibilityDelegate class a bit•••Bug: 12491371 Change-Id: I2c2c6f3a6d0d7e7efbe0253127f5b9117cbc512d Tadashi G. Takaoka2-6/+16
2014-05-27Return whether the dynamic dict operation was success.•••Bug: 12184250 Change-Id: Iee7e00c1e84c95551a077f4dd023c0a9b9ac9466 Keisuke Kuroyanagi13-91/+151
2014-05-27Fix unit test build.•••Change-Id: Id2c92c5035d7b357fa66c7ca671b72a1a33ebf3b Keisuke Kuroyanagi1-3/+4
2014-05-27Stop filtering out when perfect freq > top non-perfect freq.•••Bug: 13142176 Change-Id: I0290df918a5bd5018bf55231dc462d5e797155c6 Keisuke Kuroyanagi3-5/+44
2014-05-27Add thread name for PrioritizedSerialExecutor.•••Bug: 15270123 Change-Id: I655ba97f0543476980d0e8461bc1c8a56c9f954b Keisuke Kuroyanagi2-7/+22
2014-05-27Remove compiler warning from accessibility package•••Change-Id: Idae3e89f0398ab2cd56985adfac18959aa1852e7 Tadashi G. Takaoka2-2/+2
2014-05-27Move MoreSuggestionsListener to MoreSuggestionsView•••Change-Id: I3b5bc630bf73a357ed0beeec0b555149ef248313 Tadashi G. Takaoka3-8/+7
2014-05-27Use onHoverEvent instead of dispatchHoverEvent•••This CL also refactors KeyboardAccessibilityDelegate a bit to be able to override on hovering methods that handle enter, move, and exit on a key. Bug: 12491371 Change-Id: I3c7e81ccb8729ae6e466c654efde0c18ed734bdf Tadashi G. Takaoka3-65/+53
2014-05-27Announce the same key again•••Bug: 15237246 Change-Id: Ie7023b727cb3eca9d0727a511b3d64a32a02cd3d Tadashi G. Takaoka2-13/+4
2014-05-27Use "unknown emoji" or emoji that has an empty translation•••Because the number of emoji description spoken string resources is rather huge (~800), some locales may chose an empty description as a translation. If that is the case, we will announce "unknown emoji" as a fallback. Bug: 11452158 Change-Id: Ibb65e5bec93030c40bd33ac2be2115c3bbc8bd11 Tadashi G. Takaoka2-9/+20
2014-05-26Import translations. DO NOT MERGE•••Change-Id: Ibe6d337f2162e2e72dc3092cd95ceddef31b697e Auto-generated-cl: translation import Baligh Uddin57-30/+357
2014-05-26Import translations. DO NOT MERGE•••Change-Id: I23299c8bf268da907af9c42bc68dc803287c2458 Auto-generated-cl: translation import Baligh Uddin57-0/+114
2014-05-26Import translations. DO NOT MERGE•••Change-Id: I4abbc24852986980351dcdf12c50aa8614431133 Auto-generated-cl: translation import Baligh Uddin9-3207/+7529
2014-05-27Apply distracter filter for UserHistoryDictionary.•••Bug: 13142176 Change-Id: I67d63a5c789d7c587bcd7abacd26b2e76da11978 Keisuke Kuroyanagi6-20/+45
2014-05-26Apply distracter filter for in-vocabulary words.•••Bug: 13142176 Change-Id: I4db763783a2f8b9a0df0df951db3223f70748870 Keisuke Kuroyanagi1-16/+13
2014-05-26Use whether it's exact match to detect distracters.•••Bug: 13142176 Change-Id: Id5b7286d28897931f7bfe571be45d46ffeef4adf Keisuke Kuroyanagi11-72/+76
2014-05-26Specify c++_static for bundled Latin IME as well•••APP_STL := c++_static has been specified for unbundled Latin IME but somehow not for bundled build. This CL fixes the inconsistency. Change-Id: Ie1f4aba27e30981d3c2aa322a16c1cd18413e920 Yohei Yukawa1-1/+1
2014-05-26Keep showing important notice when "show correction suggestions" is off•••When 1. The important notice message is shown on the suggestions strip. 2. And the "Show correction suggestions" settings is off. we will keep showing the important notice message on the suggestion strip. Bug: 13741460 Change-Id: I411007ab1e5e6959b6cdba7a6601a84635259313 Tadashi G. Takaoka3-7/+16
2014-05-25Release and register current key when emoji palette is hidden•••Bug: 13290802 Change-Id: Ib087152f8bd47a5c81901377291e4223ee4a49ec Tadashi G. Takaoka3-9/+18
2014-05-24Use functional key background for action key with label•••This CL also adds label_search_key string resources for consistency. Bug: 15135033 Change-Id: I81cae243e83a590ef56fe758a43c7184fc4159aa Tadashi G. Takaoka4-12/+21
2014-05-24Use ViewCompat support library and delete ViewCompatUtils•••Change-Id: I57d60cacd86e83894294c3f64402aba8c1829872 Tadashi G. Takaoka4-33/+19
2014-05-23Revert "Use ViewCompat support library and delete ViewCompatUtils"•••This reverts commit db21267b788592ce99b9fb052801c6ec90bfe7b6. The reverting change breaks build in unbundled jb-ub-latinimegoole branch. Change-Id: Ia61424f5321eb97f981d22c4b08e9ea8d348f6c1 Tadashi G. Takaoka5-10/+81
2014-05-24Warn that dicttool_aosp isn't supported on Darwin•••Change-Id: I56def43213e94e5b1267e8e900c2192f4b0c2cb5 Tadashi G. Takaoka1-1/+3
2014-05-24Use ViewCompat support library and delete ViewCompatUtils•••Change-Id: Ifee496ff7ecaf361898444ff4127f16748d96422 Tadashi G. Takaoka5-81/+10
2014-05-24Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka141-592/+366
2014-05-24Enable "show language switch key" settings on K and before•••"Show language switch key" and "Switch to other IME" settings are enabled on KitKat and before. On L and later, its preference settings UI gets hide and the settings values are forcibly set to true. Bug: 14854377 Change-Id: I10456408452280a1b7688fd1f168933937666c9f Tadashi G. Takaoka4-11/+20
2014-05-23Revert "Fix: too many calls to getSuggestedWordsForTypingInput"•••This reverts commit 7aa895e2e3edb59620c28354c7d7746b93964b10. Bug: 15148015 Change-Id: If39c4f8b897f247d4eb935923d55d81def4c8fb4 Ken Wakasa2-6/+4
2014-05-23Update RichInputConnectionAndTextRangeTests.•••Bug: 14119293 Change-Id: I952daaa8e938c67bd9e0e699d71a77a3b0bf8b0d Keisuke Kuroyanagi1-9/+15
2014-05-23Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.•••Bug: 14119293 Change-Id: I5020e5f0aa64bc3e97b3a3c2c07a60c8b765ed64 Keisuke Kuroyanagi9-25/+33
2014-05-23Version up dynamic dict format from 401 to 402.•••Change-Id: Ibea36af905ade773ae3db3a5456f7b5a0ad7d220 Keisuke Kuroyanagi10-12/+26
2014-05-23Extend jni methods and enable Beginning-of-Sentence.•••Bug: 14119293 Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83 Keisuke Kuroyanagi9-62/+186
2014-05-23Have dicttool test tidy up after itself.•••Bug: 13776363 Change-Id: Icb1d3fc0efe71e0339b434928e8aed507f2fb590 Jean Chalard2-4/+36
2014-05-23Add a test for armenian period.•••Bug: 11463389 Change-Id: Ib482290672947df61b86cdb4e78461e9ce843f94 Jean Chalard1-0/+13
2014-05-23Fix some auto-caps problems:•••- (mainly for Spanish) auto-caps after inverted bang and what - (German only) don't auto-cap after digits-period-space Bug: 15177663 Bug: 12206753 Change-Id: Ia214bc067319469d9debbbfbdcb1dcff980847f0 Jean Chalard3-5/+72
2014-05-23Make DistracterFilter interface.•••Bug: 13142176 Bug: 15094186 Change-Id: If94b0a155b5ea2ff6b839e7da9d12a9cc6553931 Keisuke Kuroyanagi5-202/+250
2014-05-23Support Beginning-of-Sentence in native code•••Bug: 14119293 Change-Id: I0f382e33a19bf481823b23405d454de61ec835ff Keisuke Kuroyanagi3-18/+71
2014-05-23Move distracter filter to dictionary facilitator.•••Bug: 13142176 Bug: 15094186 Change-Id: Ib9e42f8e25538009f3ba62cf1e034cae3f6823c7 Keisuke Kuroyanagi7-45/+135
2014-05-23Consolidate attributes to EmojiPaletteView to control indicators•••This CL consolidates attributes of EmojiTabWidget and EmojiCategoryPageIndicatorView with EmojiPaletteView. Bug: 15151483 Change-Id: I6eca10b60e894d945080ef3f88523d539a4992fa Tadashi G. Takaoka16-60/+53
2014-05-23Fix: PtNodeParams.representsNonWordInfo()•••Change-Id: I7ab4fb280e8ac89f81d0b32b0663a86c9b69aa5d Keisuke Kuroyanagi2-2/+2
2014-05-23Have DictionaryFacilitator in LatinIME.•••Bug: 13142176 Bug: 15094186 Change-Id: I9da67352ff2abcd289fa5885389895ced878a413 Keisuke Kuroyanagi9-62/+62
2014-05-23Add Beginning-of-Sentence info in UnigramProperty.•••Bug: 14119293 Bug: 14425059 Change-Id: I8a894352568377d32468e5563f4e89af00d22944 Keisuke Kuroyanagi9-17/+42
2014-05-22Fix NPE happening in unit tests.•••Change-Id: I2fc0dba53e18883755ff77351c152a9d3534c92b Keisuke Kuroyanagi1-2/+3