aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02Add DamerauLevenshteinEditDistancePolicyTest•••Change-Id: Ia36bc6ddd0ec553fee151153061428c7c66d32d2 Keisuke Kuroyanagi2-0/+66
2014-09-02Add theme aware key popup preview animation•••Bug: 15678343 Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60 Tadashi G. Takaoka18-120/+352
2014-09-02Add GeometryUtilsTest.•••Change-Id: I6ea9ef137c2930ca8e8745fec829b9bcaf1d10b9 Keisuke Kuroyanagi3-6/+92
2014-09-02Fix missing Material light more keys' background•••Bug: 15782668 Change-Id: I8b59d8a4dabe03418e520c18d5d64e2d10f4cae2 Tadashi G. Takaoka2-2/+22
2014-09-01Import translations. DO NOT MERGE•••Change-Id: I7f8ff7d676862ccba5c3f4bf4675d8252e6669db Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-01Import translations. DO NOT MERGE•••Change-Id: Ic84804506b360a3d1d756f907be7f3dcedf26a23 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-09-01[ML3] Put the locale in SuggestedWordInfo•••...and remove it from SuggestionResults. Change-Id: Iae85ec7e82e2caf18cc6d7656aa46dc150707cdd Jean Chalard9-35/+36
2014-09-01[ML2] Small refactoring•••Change-Id: I1283d666b8904ff4e6c012332bdbc9c0c13df415 Jean Chalard1-5/+1
2014-09-01Add a private IME option to suppress the gesture floating preview text.•••If the option defined by Constants.NO_FLOATING_GESTURE_PREVIEW is set for a text field via EditorInfo.privateImeOptions, the floating gesture preview will be suppressed regardless of the settings preference. Feature request: bug: 17325039 Change-Id: I1a1df194369e8f2d76abd9d84939a057f55f4a1c David Faden3-2/+20
2014-08-29Use right arrow for the commit indicator•••Change-Id: I5074acd2eec451f77b47378bf9a5f7a14c792ce6 Yohei Yukawa1-10/+16
2014-08-29Show the commit indicator only for word to be auto-corrected•••Change-Id: I61e25b960ae083857efc2704498a0761e0965ad3 Yohei Yukawa1-1/+1
2014-08-29StatsUtilsManager should be initiated(#onCreate) before loadSettings.•••Change-Id: I9002b4afb023e55ab251ea070ec0b7a6ace99261 Jatin Matani1-1/+1
2014-08-29Support multiple locales in distractor filter.•••Bug: 16547557 Change-Id: I4aba278eb4114e0075f3f8b38c7e132743927fa8 Keisuke Kuroyanagi1-63/+66
2014-08-29Fix: PersonalizationDictionaryTests.•••Change-Id: I2196c53d8e3ac3ab4c6c2f8e9320489b3a8bacd2 Keisuke Kuroyanagi1-1/+1
2014-08-29Support RTL layout in custom input style settings•••Bug: 17322353 Change-Id: I3b211ab8729121271563a8a243558a58ee7847c2 Tadashi G. Takaoka3-40/+94
2014-08-29Fix an IOOB exception•••Bug: 17316001 Change-Id: Iaa2cfd30ebbe0d49e10a5c3a30336e06817d0a8b Jean Chalard2-1/+11
2014-08-29Add TerminalPositionLookupTableTest.•••Change-Id: I4a3ab4c94a7759d7f24c7edc9c167fe6bbdd3eb7 Keisuke Kuroyanagi3-1/+78
2014-08-29Add DicNodePoolTest.•••Change-Id: I9bec708def3af6bea1c82b9576b80ce1b7901ddc Keisuke Kuroyanagi2-1/+71
2014-08-29Use DictionaryFacilitatorLruCache for personalization.•••Bug: 16547557 Change-Id: I5faba5e26d072b49c0fffcaeaf5062f9e0c2dcc0 Keisuke Kuroyanagi4-39/+57
2014-08-29Fix the order of keys on more keys keyboard•••This CL fixes the behavior of !autoColumnOrder!<n> flag in a more keys specification. Formerly the <n> value specifies the maximum number of column of more keys. With this CL, the <n> value specifies the exact number of column of more keys. Bug: 16603887 Change-Id: I2120620fa512ee30043bb146ad675a942a375129 Tadashi G. Takaoka5-33/+2528
2014-08-28Refactor StatsUtils into two components:StatsUtils & StatsUtilsManager•••Bug:16522256 Change-Id: I9cb8129c552159cf17ea5c2656e0988bf0f999f5 Jatin Matani3-15/+49
2014-08-28Clear keyboard cache when system locale is changed•••Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e Tadashi G. Takaoka6-30/+36
2014-08-28Add action label tests in other locale than subtype's•••This unit test can catch the bug: 17310080. Bug: 17310080 Change-Id: I931561217647fd558929b954ee1ef58c1d49df07 Tadashi G. Takaoka3-122/+177
2014-08-28Add new attributes to our notification•••Bug: 17167221 Bug: 17128331 Change-Id: I6a045fd2398f40dbdc10c9d20993f7513e1f2cff Jean Chalard3-3/+95
2014-08-28Straighten the dead char implementation, take 3.•••Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa Jean Chalard5-24/+465
2014-08-28Implement IntArrayView::skip().•••Change-Id: Ib7f13963ac1d9c64eff2c08391154c6a25024126 Keisuke Kuroyanagi2-0/+24
2014-08-28Fix Hinglish subtype locale test•••Change-Id: I6fc2fd4f04069485acc432ff957421b85083a344 Tadashi G. Takaoka1-1/+1
2014-08-27Make sure to obtain the IC before requesting CursorAnchorInfo•••RichInputConnection#requestUpdateCursorAnchorInfo must make sure to obtain the input connection before calling methods of it. BUG: 17299587 Change-Id: I8e0cd473a4cc32583cd47634c227d702f7c69c6c Yohei Yukawa1-2/+8
2014-08-27Revert "Straighten the dead char implementation."•••This reverts commit 5ef447aeea97c755008785b36468715922b7ccc1. Reverting because this broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=b6439742-099e-46cb-8f00-d0c602a4d9bb&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ibbd9e11372993f62e630fd9da37158ffcf47c17a Ken Wakasa4-463/+24
2014-08-27Create DictionaryFacilitatorLruCache.•••This class is separated from AndroidSpellCheckerService Bug: 16547557 Change-Id: I3e58521207395588cecb2977234b89067d6da8c3 Keisuke Kuroyanagi3-114/+245
2014-08-27Remove redundant code.•••Change-Id: I173eac15dc128e84893881ec4ee0ad1ad2fce44b Keisuke Kuroyanagi1-2/+0
2014-08-27Use IntArrayView for dictionary structure policy.•••Change-Id: I0dc94908259d70d5085ff22abf422d90affb1452 Keisuke Kuroyanagi11-113/+117
2014-08-27Remove bigram dict content.•••Bug: 14425059 Change-Id: I75918c6761a50832da511088eb83becd56b23662 Keisuke Kuroyanagi15-1044/+15
2014-08-27Get entry count after truncation using LanguageModelDictContent.•••Bug: 14425059 Change-Id: I41b237c1c22c21740946d52e3be9d6f963c9cd54 Keisuke Kuroyanagi3-9/+26
2014-08-27Simplify onComputeInsets of LatinIME•••This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996 Tadashi G. Takaoka7-101/+129
2014-08-27Import translations. DO NOT MERGE•••Change-Id: I0e264ee268375e1de7cd887a15f5b5e58e088329 Auto-generated-cl: translation import Baligh Uddin73-15/+234
2014-08-27Import translations. DO NOT MERGE•••Change-Id: I632754d86444b86051d9d27becef3994c82a9458 Auto-generated-cl: translation import Baligh Uddin1-1/+1
2014-08-27Import translations. DO NOT MERGE•••Change-Id: Icd839563ab1ac8d8233a8c8ad49daee02a87bd2b Auto-generated-cl: translation import Baligh Uddin2-38/+38
2014-08-27Import translations. DO NOT MERGE•••Change-Id: I067525751c072822661b855072b25e574f719a23 Auto-generated-cl: translation import Baligh Uddin2-32/+32
2014-08-27Straighten the dead char implementation.•••This now supports all cases, including cases not supported by the framework. Now rebased on top of the right change, and renamed Change-Id: I7886f0dcbb86cdb4dccec09aa7c52ad339680e04 Jean Chalard4-24/+463
2014-08-27Set highlight color along with the commit indicator•••With this CL, the text highlight color is applied when the commit indicator is displayed. Note that the underline is not rendered when the background color is enabled. This is a known issue. Change-Id: Ia19355e1303e3a10e8a7d69bc47c779feb70248a Yohei Yukawa1-2/+39
2014-08-27Set the text bgcolor only when CursorAnchorInfo is available•••When CursorAnchorInfo is unavailable, we shouldn't try to show the commit indicator and set the text highlight color. With this CL, RichInputConnection can be used to track if the application responded that it does support CursorAnchorInfo or not. This result will be taken into consideration when InputLogic needs to determine whether the commit indicator should be displayed or not. Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f Yohei Yukawa3-14/+53
2014-08-26Introduce a mechanism to hide the indicator speculatively•••This is an optional optimization to reduce the UI latency. Imagine that the commit indicator is now displayed and the composing text is being updated, it is highly likely that the commit indicator will disappear unless the application rejects the setComposingText request. If we assume that the application will accept the new composing text without any modifications, we can hide the indicator without waiting for the arrival of new CursorAnchorInfo event. This optimization isn't dangerous because we can show the indicator again when we receive new CursorAnchorInfo event and the assumption is turned out to be invalid. Change-Id: Id59c6607a1029782410611e768791af9984f14ac Yohei Yukawa2-16/+52
2014-08-27Add TimeKeeperTest.•••Change-Id: Id35823414f8552fd6820a5a559d6c9d54c7d6cb6 Keisuke Kuroyanagi2-1/+40
2014-08-26Introduce commit/add-to-dictionary indicators•••This CL introduces commit/add-to-dictionary indicators. Note that the text is not yet highlighted when the commit indicator is displayed. It will be addressed in subsequent CLs. Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd Yohei Yukawa7-15/+1066
2014-08-26Fix a bug where mic/emoji key wouldn't work.•••Bug: 17272902 Bug: 17269948 Change-Id: I561609fa84a6265f8148db7d2411bc1fd38dd163 Jean Chalard5-17/+23
2014-08-26Fix a bug where the top prediction would disappear.•••This is because prediction can't be easily distinguished in style. This fixes the bug by simulating the right members, but some refactoring should be done to remove useless booleans. Bug: 17271923 Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb Jean Chalard8-45/+41
2014-08-26Adds documentation for a few methods.•••Change-Id: I6bdae25a8b81cdac931f2591f33570b01e34fb2c David Faden2-4/+26
2014-08-26Use word id to construct DicNode instead of isTerminal flag.•••Bug: 14425059 Change-Id: I8484d34756bd76668ece34211e7366a4758d7bf5 Keisuke Kuroyanagi11-16/+23
2014-08-26Use LanguageModelDictContent in getWordProperty().•••Bug: 14425059 Change-Id: Ic230f764ff5570f24ce6ce930023798718f326df Keisuke Kuroyanagi2-48/+25