aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-06-0457-57/+228
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-06-0257-57/+228
| | | | | | | | | | Change-Id: Ifc82de81645b48b518562a57fb62b2c00f1e53dd Auto-generated-cl: translation import
* | am 6e00de04: Merge "Reorder keys around the spacebar"Tadashi G. Takaoka2014-06-0414-72/+109
|\ \ | | | | | | | | | | | | * commit '6e00de046ae9393ba663b2be17bf0371463829fa': Reorder keys around the spacebar
| * \ Merge "Reorder keys around the spacebar"Tadashi G. Takaoka2014-06-0414-72/+109
| |\ \
| | * | Reorder keys around the spacebarTadashi G. Takaoka2014-06-0414-72/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL reorders keys around the spacebar. - On phone's symbols and symbols shift layout, the comma key is moved to the left of the spacebar to aligned with main layout. - On tablet's layout, the comma key is moved to the left of the spacebar on all layout to aligned with the same layout of phone's. Also the comma key has "settings" as more keys. - In Arabic and Perisan, the comma key of tablet already has some more keys This CL remove "/" and add "settings" instead. Bug: 15281451 Change-Id: I6e0e75e4d4abfb1f356e7499be91424c7c57c58b
* | | | am 2660b70f: Merge "Enrich the Spanish dictionary."Jean Chalard2014-06-031-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit '2660b70f806b5b8eb4aca8abf1fb734a21773d29': Enrich the Spanish dictionary.
| * | | Merge "Enrich the Spanish dictionary."Jean Chalard2014-06-031-0/+0
| |\ \ \
| | * | | Enrich the Spanish dictionary.Jean Chalard2014-06-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enrich the dictionary with many words generated from stems extracted from the dictionary and rules written by hand. This adds 45,619 words to the dictionary. Hopefully, almost none of them is incorrect, though a lot are not very common. Bug: 8010862 Change-Id: I51c7ebd16ff859ec1e765b0604dd1cfca159ab08
* | | | | am ae0fab95: Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-034-20/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'ae0fab9550f1d9159d819dbb0b7cc86c2bf2937c': Load KeyCodeDescriptionMapper class lazily
| * | | | Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-034-20/+9
| | |/ / | |/| | | | | | | | | | Change-Id: I2cba2bb5b2f449ed29895365b9c6ca285a7640fe
* | | | am 9a2162e6: Merge "Fix synthesizing MotionEvent"Tadashi G. Takaoka2014-06-031-9/+5
|\| | | | | | | | | | | | | | | | | | | * commit '9a2162e6f29c92e34161accee3e58fda8fd2998b': Fix synthesizing MotionEvent
| * | | Merge "Fix synthesizing MotionEvent"Tadashi G. Takaoka2014-06-031-9/+5
| |\ \ \
| | * | | Fix synthesizing MotionEventTadashi G. Takaoka2014-06-031-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KeyboardAccessibilityDelegate.synthesizeTouchEvent() wrongly passed pointer's id as a 6th argument of MotionEvent.obtain method that should be metaState. Change-Id: I822f9647a1ba27ee8cee39f373f6a1c003ebf665
* | | | | am 7a750ca5: Fix PointerTracker debug output to reflect new KeyDetectorTadashi G. Takaoka2014-06-031-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '7a750ca50d0ebe6bb5f395479ae2bef355c0a5dd': Fix PointerTracker debug output to reflect new KeyDetector
| * | | | Fix PointerTracker debug output to reflect new KeyDetectorTadashi G. Takaoka2014-06-031-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: I913ec290ddfd0ae4cc6e600ba95b7442167f0989
* | | / am a32803ce: More concise Key.toString()Tadashi G. Takaoka2014-06-032-12/+23
|\| | | | |_|/ |/| | | | | | | | * commit 'a32803cefec6b7b161b1abd88c95c2834c46be23': More concise Key.toString()
| * | More concise Key.toString()Tadashi G. Takaoka2014-06-032-12/+23
| |/ | | | | | | Change-Id: I0ef983f54e828193e9c7e4a10c888f72702d499c
* | am d427d3b0: Merge "Create AccessibilityDelegate only when accessibility ↵Tadashi G. Takaoka2014-06-021-10/+16
|\| | | | | | | | | | | | | mode is on" * commit 'd427d3b0fac9eef066976c30281eab5aa79d4f5b': Create AccessibilityDelegate only when accessibility mode is on
| * Merge "Create AccessibilityDelegate only when accessibility mode is on"Tadashi G. Takaoka2014-06-021-10/+16
| |\
| | * Create AccessibilityDelegate only when accessibility mode is onTadashi G. Takaoka2014-06-021-10/+16
| | | | | | | | | | | | Change-Id: I4cbae476d16723778b46ff765dd97832f279785f
* | | am 28538d91: Merge "Fix an IOOB exception"Jean Chalard2014-06-021-4/+7
|\| | | | | | | | | | | | | | * commit '28538d916c39a7087024daadbd2c6d1c73227ff5': Fix an IOOB exception
| * | Merge "Fix an IOOB exception"Jean Chalard2014-06-021-4/+7
| |\ \ | | |/ | |/|
| | * Fix an IOOB exceptionJean Chalard2014-06-021-4/+7
| | | | | | | | | | | | | | | Bug: 14602663 Change-Id: Ie2060931df911b44230d5a5ba268f687cbdd0dc8
* | | am a021395e: Pass hover event to accessibility key handling methodsTadashi G. Takaoka2014-06-021-12/+15
|\| | | | | | | | | | | | | | * commit 'a021395e84d4a934c042c56ef03f352cf43463f3': Pass hover event to accessibility key handling methods
| * | Pass hover event to accessibility key handling methodsTadashi G. Takaoka2014-06-021-12/+15
| | | | | | | | | | | | | | | Bug: 12491371 Change-Id: I1f7feef707b95e8862db71cbc4f6f5585a2441dd
* | | am d0b79cc1: Add verbalization of symbols that are unsupported by TTS/TalkBackTadashi G. Takaoka2014-06-024-4/+96
|\| | | | | | | | | | | | | | * commit 'd0b79cc12a7ea064bbd6bae51ed61bda13d938bd': Add verbalization of symbols that are unsupported by TTS/TalkBack
| * | Add verbalization of symbols that are unsupported by TTS/TalkBackTadashi G. Takaoka2014-06-024-4/+96
| | | | | | | | | | | | | | | Bug: 13336905 Change-Id: Iefd117fa7b30b8ba240590b13b03d7044fd37ede
* | | am 82674ca8: Fix to clear on hover visual cueTadashi G. Takaoka2014-06-021-13/+17
|\| | | | | | | | | | | | | | * commit '82674ca81c40acbba4fb9b7113a9a8fe13afccc6': Fix to clear on hover visual cue
| * | Fix to clear on hover visual cueTadashi G. Takaoka2014-06-021-13/+17
| |/ | | | | | | | | Bug: 12491371 Change-Id: Ib7ca91ae73aa40e45ea5f6d4e53348a261a4b823
* | am fa9b9578: Refactor MoreKeysKeyboardView a bitTadashi G. Takaoka2014-06-022-25/+26
|\| | | | | | | | | * commit 'fa9b9578d44748de512c947651010e703c663936': Refactor MoreKeysKeyboardView a bit
| * Refactor MoreKeysKeyboardView a bitTadashi G. Takaoka2014-06-022-25/+26
| | | | | | | | | | Bug: 12491371 Change-Id: I3ce1e6557e41a94146b882751f75ae4b5f6bc73d
* | am 509d07c7: am 61a8a66c: Merge "Workaround to draw spacebar icon of emoji ↵Tadashi G. Takaoka2014-05-303-9/+25
|\| | | | | | | | | | | | | palettes" into lmp-preview-dev * commit '509d07c76446bc7d6db3067897834629ade92855': Workaround to draw spacebar icon of emoji palettes
| * am 61a8a66c: Merge "Workaround to draw spacebar icon of emoji palettes" into ↵Tadashi G. Takaoka2014-05-303-9/+25
| |\ | | | | | | | | | | | | | | | | | | lmp-preview-dev * commit '61a8a66ccac1de7e146344dd77c8be84aa8daf33': Workaround to draw spacebar icon of emoji palettes
| | * Merge "Workaround to draw spacebar icon of emoji palettes" into lmp-preview-devTadashi G. Takaoka2014-05-303-9/+25
| | |\
| | | * Workaround to draw spacebar icon of emoji palettesTadashi G. Takaoka2014-05-303-9/+25
| | | | | | | | | | | | | | | | | | | | Bug: 15321822 Change-Id: Iab7cef83ffdf91c877c3ed2e59d412496b516e1c
* | | | am dc1d4455: am ee4cc67e: Update shift key icon for LXX_DarkTadashi G. Takaoka2014-05-308-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit 'dc1d4455fef88e022e160f60fa07cfa86900d737': Update shift key icon for LXX_Dark
| * | | am ee4cc67e: Update shift key icon for LXX_DarkTadashi G. Takaoka2014-05-308-0/+0
| |\| | | | | | | | | | | | | | | | | | * commit 'ee4cc67e260a1d2397abd83820f72906c1871751': Update shift key icon for LXX_Dark
| | * | Update shift key icon for LXX_DarkTadashi G. Takaoka2014-05-308-0/+0
| | |/ | | | | | | | | | | | | Bug: 15310025 Change-Id: I20bde50a2e751a5cd9871debd5ed1df0334c78e2
* | | am 83d2bc65: Merge "Make prevWord = null if the next word starts from a ↵Keisuke Kuroyanagi2014-05-302-9/+27
|\| | | | | | | | | | | | | | | | | | | | connector." * commit '83d2bc656fc127df4f4b92ce3ca03121200d7cf2': Make prevWord = null if the next word starts from a connector.
| * | Merge "Make prevWord = null if the next word starts from a connector."Keisuke Kuroyanagi2014-05-302-9/+27
| |\ \
| | * | Make prevWord = null if the next word starts from a connector.Keisuke Kuroyanagi2014-05-302-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes PunctuationTests# testAutoCorrectionWithSingleQuotesAround. Bug: 14119293 Bug: 15334309 Change-Id: I604c21a21e89a5fc431fd56ab7b6ad03f4736b01
* | | | am 9c45e178: am ba8836a9: Merge "Update action key backgrounds for LXX_Dark" ↵Tadashi G. Takaoka2014-05-308-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-preview-dev * commit '9c45e178c723c834f4f7e73c39e74eb00ffafa98': Update action key backgrounds for LXX_Dark
| * | | am ba8836a9: Merge "Update action key backgrounds for LXX_Dark" into ↵Tadashi G. Takaoka2014-05-308-0/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | lmp-preview-dev * commit 'ba8836a926a566a1c9f8a11c79dd0e06d0fb0485': Update action key backgrounds for LXX_Dark
| | * | Merge "Update action key backgrounds for LXX_Dark" into lmp-preview-devTadashi G. Takaoka2014-05-308-0/+0
| | |\ \
| | | * | Update action key backgrounds for LXX_DarkTadashi G. Takaoka2014-05-308-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15295839 Change-Id: I77206c88c38a31193db97ce42c9d00fc25c7ff58
* | | | | am ce8da614: am db2d6a20: Merge "Update enter and send icons for LXX_Dark" ↵Tadashi G. Takaoka2014-05-308-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-preview-dev * commit 'ce8da614a648b5dbb8fe0e48552771308a6fcbe3': Update enter and send icons for LXX_Dark
| * | | | am db2d6a20: Merge "Update enter and send icons for LXX_Dark" into ↵Tadashi G. Takaoka2014-05-308-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-preview-dev * commit 'db2d6a202125bff92be495408babbb0c86bfb398': Update enter and send icons for LXX_Dark
| | * | | Merge "Update enter and send icons for LXX_Dark" into lmp-preview-devTadashi G. Takaoka2014-05-308-0/+0
| | |\| |
| | | * | Update enter and send icons for LXX_DarkTadashi G. Takaoka2014-05-308-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15298065 Bug: 15327280 Change-Id: I4dfade1afe3578e29daba777567f81d4ec782956
* | | | | am c96eddaa: am 3d5a72eb: Update spacebar icon of LXX_DarkTadashi G. Takaoka2014-05-306-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'c96eddaa6e2dc9f1b00843fa29e68f791cd0065d': Update spacebar icon of LXX_Dark