aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Use FrameLayout for the backing viewYohei Yukawa2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we render our UI around the composing text in the fullscreen mode, probably we need to have our views under android.R.id.extractArea, which is implemented as FrameLayout. Therefore, using FrameLayout for the backing view makes it easy to simplify the code between normal mode and full screen mode. Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
* | | | | | am ebec5e13: Merge "Add Hinglish (hi_ZZ) subtype"Tadashi G. Takaoka2014-08-216-3/+54
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ebec5e13383e4810b07e0cdbe10022e3ddb9c0d3': Add Hinglish (hi_ZZ) subtype
| * | | | | Merge "Add Hinglish (hi_ZZ) subtype"Tadashi G. Takaoka2014-08-216-3/+54
| |\ \ \ \ \
| | * | | | | Add Hinglish (hi_ZZ) subtypeTadashi G. Takaoka2014-08-216-3/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
* | | | | | | am 68a52c12: Merge "Update FormatSpec.java"Keisuke Kuroyanagi2014-08-211-83/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '68a52c124579008ae7793eabb5644833203fa2ed': Update FormatSpec.java
| * | | | | | Merge "Update FormatSpec.java"Keisuke Kuroyanagi2014-08-211-83/+10
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Update FormatSpec.javaKeisuke Kuroyanagi2014-08-211-83/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I27d14697f931c9511420a459c49312ea6e10c366
* | | | | | | am b8337e72: am 2834ddf1: am b9768702: Merge "Use #onStartInputInternal to ↵Yohei Yukawa2014-08-201-12/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialize cursor rect retrieval" into lmp-dev * commit 'b8337e7232693b848fe7559050bf427f74b98fbe': Use #onStartInputInternal to initialize cursor rect retrieval
| * | | | | | am 2834ddf1: am b9768702: Merge "Use #onStartInputInternal to initialize ↵Yohei Yukawa2014-08-201-12/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / / | | | | | | | | | | | | | | | | | | cursor rect retrieval" into lmp-dev * commit '2834ddf1a0c9bea38569429f90bdf7526ba8fa22': Use #onStartInputInternal to initialize cursor rect retrieval
| | * | | | Merge "Use #onStartInputInternal to initialize cursor rect retrieval" into ↵Yohei Yukawa2014-08-201-12/+12
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | lmp-dev
| | | * | | | Use #onStartInputInternal to initialize cursor rect retrievalYohei Yukawa2014-08-211-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL simply moves the method calls of #requestCursorAnchorInfo into #onStartInputInternal just to consolidate the logic. Change-Id: Ia205738b9614e9ae375c1dab767a91d2e1f6d0d3
| | * | | | | Merge "DO NOT MERGE: Abolish source code overlay and introduce overridable ↵Ken Wakasa2014-08-1616-586/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | src dir" into lmp-dev
| | | * | | | DO NOT MERGE: Abolish source code overlay and introduce overridable src dirKen Wakasa2014-08-2016-586/+1
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make IDEs happy with appropriate source code directory selection. Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 (cherry picked from commit fb74ab15c1343084740d65ef8744cad33a678e82)
* | | | | | am 3cf13d12: am 17aeaa75: am fa39ffcf: Support more methods in the wrapper ↵Yohei Yukawa2014-08-202-43/+156
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of CursorAnchorInfo * commit '3cf13d126791206c3c17295247cc659791e6ad1b': Support more methods in the wrapper of CursorAnchorInfo
| * | | | | am 17aeaa75: am fa39ffcf: Support more methods in the wrapper of ↵Yohei Yukawa2014-08-202-43/+156
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CursorAnchorInfo * commit '17aeaa75780591f1bf7fefcc887869fd90c88a9f': Support more methods in the wrapper of CursorAnchorInfo
| | * | | | Support more methods in the wrapper of CursorAnchorInfoYohei Yukawa2014-08-202-43/+156
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL add more compatibility wrapper methods for CursorAnchorInfo. This CL also adds more utility functions and types into CompatUtils to reduce explict cast operations. Change-Id: Id50165b552bbf28b832a6da13bf06eedcd2a190e
* | | | | am 9be350bc: Merge "Abolish source code overlay and inroduce overridable src ↵Ken Wakasa2014-08-2016-586/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dir" * commit '9be350bc218a8d57b5ac083e0ca9114dd9fbf761': Abolish source code overlay and inroduce overridable src dir
| * | | | Merge "Abolish source code overlay and inroduce overridable src dir"Ken Wakasa2014-08-1616-586/+1
| |\ \ \ \
| | * | | | Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-1616-586/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
* | | | | | am ffaa9c2a: Merge "Add language to PersonalizationDataChunk."Keisuke Kuroyanagi2014-08-191-3/+3
|\| | | | | | |_|_|/ / |/| | | | | | | | | | | | | | * commit 'ffaa9c2a713aacc0b511baac70629921835512bd': Add language to PersonalizationDataChunk.
| * | | | Merge "Add language to PersonalizationDataChunk."Keisuke Kuroyanagi2014-08-161-3/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add language to PersonalizationDataChunk.Keisuke Kuroyanagi2014-08-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16547557 Change-Id: I11b82667631cbd5263cc08ccb304fc97bf692050
* | | | | am 8adf5e8a: Have the "add to dictionary" hint display the right wordJean Chalard2014-08-181-8/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '8adf5e8a70a9153094d1e51587c91a96d7c5888f': Have the "add to dictionary" hint display the right word
| * | | | Have the "add to dictionary" hint display the right wordJean Chalard2014-08-181-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, we display the word we have committed instead of the word we will actually insert into the personal dictionary. There is a difference when the word was typed with auto-caps. Bug: 17071785 Change-Id: I2bfec0402b1307934590a78ab5c25104d92b75ca
* | | | | am fd8f1cf1: am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the ↵Yohei Yukawa2014-08-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backing view" into lmp-dev * commit 'fd8f1cf1bde09008ace309d8fb925e69df10c676': Use RelativeLayout for the backing view
| * | | | am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" ↵Yohei Yukawa2014-08-161-1/+1
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit '4617bf563f69047bfceb580477fae8c23c9b39f4': Use RelativeLayout for the backing view
| | * | | Merge "Use RelativeLayout for the backing view" into lmp-devYohei Yukawa2014-08-161-1/+1
| | |\ \ \
| | | * | | Use RelativeLayout for the backing viewYohei Yukawa2014-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RelativeLayout allows the IME to place its UI element at an arbitrary position on the backing view. Change-Id: Ib40d2111f56d8f38007e37c6c47536db3f0bef75
* | | | | | am c9240d28: am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire ↵Yohei Yukawa2014-08-163-7/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | content area * commit 'c9240d280c2a49ed09069be36a0e3dae05ac0e69': Let the backing view cover the entire content area
| * | | | | am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire content areaYohei Yukawa2014-08-163-7/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '18ac3c8afd06c237a2935abad130aa3b99b5004b': Let the backing view cover the entire content area
| | * | | | Let the backing view cover the entire content areaYohei Yukawa2014-08-163-7/+8
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this CL, the backing view starts covering the content area entirely. This allows the IME to render its UI elements at an arbitrary position on the screen. Change-Id: I8b4173410931b776964dddf66de2fe247e51d9de
| * | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-152-32/+32
| |\ \ \ \
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-122-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I691365225a7a9006723751aa26be4898f46948b0 Auto-generated-cl: translation import
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-152-38/+38
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-122-38/+38
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6e9684b6ce3aeb85084b135e78a2082add1d436d Auto-generated-cl: translation import
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-151-1/+1
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-121-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib7098ce2fffd7eb5040b2714cbae17eb66a072e5 Auto-generated-cl: translation import
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-1573-90/+147
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-1273-90/+147
| | |/ / / | | | | | | | | | | | | | | | | | | | | Change-Id: Idee05910c3f7bb4d2206c231d763cf026d62fa3c Auto-generated-cl: translation import
* | | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-08-1557-67/+109
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-08-1257-67/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If7dbccfaa4a62879f9db788bb61ffb12276bd3c9 Auto-generated-cl: translation import
* | | | | | am 3dbc3ece: am e04c8b10: am b8d76477: Add the input style to SuggestedWords.Jean Chalard2014-08-148-55/+95
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * commit '3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4': Add the input style to SuggestedWords.
| * | | | | am e04c8b10: am b8d76477: Add the input style to SuggestedWords.Jean Chalard2014-08-148-55/+95
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | | * commit 'e04c8b10d7876effbfdf2340a1fec6bf368c3409': Add the input style to SuggestedWords.
| | * | | Add the input style to SuggestedWords.Jean Chalard2014-08-148-55/+95
| | | | | | | | | | | | | | | | | | | | Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
* | | | | am af078ce7: am 1901c331: am a94c89e0: Use light emoji icon for Material ↵Tadashi G. Takaoka2014-08-1314-20/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | light tablet keyboard * commit 'af078ce7b462d4e9340b39060e3a3aa244c38b78': Use light emoji icon for Material light tablet keyboard
| * | | | am 1901c331: am a94c89e0: Use light emoji icon for Material light tablet ↵Tadashi G. Takaoka2014-08-1314-20/+27
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard * commit '1901c331283e2f60e6277a7773a103a447bd31ca': Use light emoji icon for Material light tablet keyboard
| | * | | Use light emoji icon for Material light tablet keyboardTadashi G. Takaoka2014-08-1414-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
* | | | | am 85ce863d: am 4a2dbd87: am d9a8e1cc: Enable CursorAnchorInfo callback when ↵Yohei Yukawa2014-08-132-4/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary * commit '85ce863d1903903151379b17d677c270121c7d69': Enable CursorAnchorInfo callback when necessary
| * | | | am 4a2dbd87: am d9a8e1cc: Enable CursorAnchorInfo callback when necessaryYohei Yukawa2014-08-132-4/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | * commit '4a2dbd87c4a49afbe40a61028ff338e2864554ed': Enable CursorAnchorInfo callback when necessary
| | * | | Enable CursorAnchorInfo callback when necessaryYohei Yukawa2014-08-132-4/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: If3dda7442418053600ac935da50baaddb0e31d37