aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* am 1b34985d: Merge "[HW17] Straighten the dead char implementation."•••* commit '1b34985dcfb118eb06f3e286e5a160cd4aaddd6c': [HW17] Straighten the dead char implementation. Jean Chalard2014-08-223-24/+248
|\
| * Merge "[HW17] Straighten the dead char implementation."Jean Chalard2014-08-223-24/+248
| |\
| | * [HW17] Straighten the dead char implementation.•••This now supports all cases, including cases not supported by the framework. Change-Id: I9dfbe2829c28c5bcb64b0b5a2551e7806990c00f Jean Chalard2014-08-223-24/+248
* | | am 698b19ef: Pass a new argument to StatsUtils.•••* commit '698b19ef35d1d865943ec9d9ee05f8f0e66dc3f8': Pass a new argument to StatsUtils. Mohammadinamul Sheik2014-08-222-2/+3
|\| |
| * | Pass a new argument to StatsUtils.•••Change-Id: I61e32c7a455a273e8daf9a5487d7969923802488 Bug: 17013677 Mohammadinamul Sheik2014-08-222-2/+3
| |/
* | am 5a96395b: am 8cbc37f2: am 8e2fcaa3: Merge "Use FrameLayout for the backing...•••* commit '5a96395b78df7e201c580515ec9f54609a474a2d': Use FrameLayout for the backing view Yohei Yukawa2014-08-211-1/+1
|\|
| * am 8cbc37f2: am 8e2fcaa3: Merge "Use FrameLayout for the backing view" into l...•••* commit '8cbc37f2c803fe5854237434742845a7b8ee32b9': Use FrameLayout for the backing view Yohei Yukawa2014-08-211-1/+1
| |\
| | * Merge "Use FrameLayout for the backing view" into lmp-devYohei Yukawa2014-08-211-1/+1
| | |\
| | | * Use FrameLayout for the backing view•••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 Yohei Yukawa2014-08-191-1/+1
* | | | am ebec5e13: Merge "Add Hinglish (hi_ZZ) subtype"•••* commit 'ebec5e13383e4810b07e0cdbe10022e3ddb9c0d3': Add Hinglish (hi_ZZ) subtype Tadashi G. Takaoka2014-08-216-3/+54
|\| | |
| * | | Merge "Add Hinglish (hi_ZZ) subtype"Tadashi G. Takaoka2014-08-216-3/+54
| |\ \ \
| | * | | Add Hinglish (hi_ZZ) subtype•••Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8 Tadashi G. Takaoka2014-08-216-3/+54
* | | | | am 68a52c12: Merge "Update FormatSpec.java"•••* commit '68a52c124579008ae7793eabb5644833203fa2ed': Update FormatSpec.java Keisuke Kuroyanagi2014-08-211-83/+10
|\| | | |
| * | | | Merge "Update FormatSpec.java"Keisuke Kuroyanagi2014-08-211-83/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update FormatSpec.java•••Change-Id: I27d14697f931c9511420a459c49312ea6e10c366 Keisuke Kuroyanagi2014-08-211-83/+10
* | | | | am b8337e72: am 2834ddf1: am b9768702: Merge "Use #onStartInputInternal to in...•••* commit 'b8337e7232693b848fe7559050bf427f74b98fbe': Use #onStartInputInternal to initialize cursor rect retrieval Yohei Yukawa2014-08-201-12/+12
|\| | | |
| * | | | am 2834ddf1: am b9768702: Merge "Use #onStartInputInternal to initialize curs...•••* commit '2834ddf1a0c9bea38569429f90bdf7526ba8fa22': Use #onStartInputInternal to initialize cursor rect retrieval Yohei Yukawa2014-08-201-12/+12
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge "Use #onStartInputInternal to initialize cursor rect retrieval" into lm...Yohei Yukawa2014-08-201-12/+12
| | |\ \
| | | * | Use #onStartInputInternal to initialize cursor rect retrieval•••This CL simply moves the method calls of #requestCursorAnchorInfo into #onStartInputInternal just to consolidate the logic. Change-Id: Ia205738b9614e9ae375c1dab767a91d2e1f6d0d3 Yohei Yukawa2014-08-211-12/+12
| | * | | Merge "DO NOT MERGE: Abolish source code overlay and introduce overridable sr...Ken Wakasa2014-08-1616-586/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | DO NOT MERGE: Abolish source code overlay and introduce overridable src dir•••This should make IDEs happy with appropriate source code directory selection. Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 (cherry picked from commit fb74ab15c1343084740d65ef8744cad33a678e82)Ken Wakasa2014-08-2016-586/+1
| | | |/
* | | | am 3cf13d12: am 17aeaa75: am fa39ffcf: Support more methods in the wrapper of...•••* commit '3cf13d126791206c3c17295247cc659791e6ad1b': Support more methods in the wrapper of CursorAnchorInfo Yohei Yukawa2014-08-202-43/+156
|\| | |
| * | | am 17aeaa75: am fa39ffcf: Support more methods in the wrapper of CursorAnchor...•••* commit '17aeaa75780591f1bf7fefcc887869fd90c88a9f': Support more methods in the wrapper of CursorAnchorInfo Yohei Yukawa2014-08-202-43/+156
| |\| |
| | * | Support more methods in the wrapper of CursorAnchorInfo•••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 Yohei Yukawa2014-08-202-43/+156
| | |/
* | | am 9be350bc: Merge "Abolish source code overlay and inroduce overridable src ...•••* commit '9be350bc218a8d57b5ac083e0ca9114dd9fbf761': Abolish source code overlay and inroduce overridable src dir Ken Wakasa2014-08-2016-586/+1
|\| |
| * | Merge "Abolish source code overlay and inroduce overridable src dir"Ken Wakasa2014-08-1616-586/+1
| |\ \
| | * | Abolish source code overlay and inroduce overridable src dir•••This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 Ken Wakasa2014-08-1616-586/+1
* | | | am ffaa9c2a: Merge "Add language to PersonalizationDataChunk."•••* commit 'ffaa9c2a713aacc0b511baac70629921835512bd': Add language to PersonalizationDataChunk. Keisuke Kuroyanagi2014-08-191-3/+3
|\| | |
| * | | Merge "Add language to PersonalizationDataChunk."Keisuke Kuroyanagi2014-08-161-3/+3
| |\ \ \
| | * | | Add language to PersonalizationDataChunk.•••Bug: 16547557 Change-Id: I11b82667631cbd5263cc08ccb304fc97bf692050 Keisuke Kuroyanagi2014-08-191-3/+3
* | | | | am 8adf5e8a: Have the "add to dictionary" hint display the right word•••* commit '8adf5e8a70a9153094d1e51587c91a96d7c5888f': Have the "add to dictionary" hint display the right word Jean Chalard2014-08-181-8/+8
|\| | | |
| * | | | Have the "add to dictionary" hint display the right word•••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 Jean Chalard2014-08-181-8/+8
* | | | | am fd8f1cf1: am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the back...•••* commit 'fd8f1cf1bde09008ace309d8fb925e69df10c676': Use RelativeLayout for the backing view Yohei Yukawa2014-08-161-1/+1
|\| | | |
| * | | | am 4617bf56: am b7a227b9: Merge "Use RelativeLayout for the backing view" int...•••* commit '4617bf563f69047bfceb580477fae8c23c9b39f4': Use RelativeLayout for the backing view Yohei Yukawa2014-08-161-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge "Use RelativeLayout for the backing view" into lmp-devYohei Yukawa2014-08-161-1/+1
| | |\ \ \
| | | * | | Use RelativeLayout for the backing view•••RelativeLayout allows the IME to place its UI element at an arbitrary position on the backing view. Change-Id: Ib40d2111f56d8f38007e37c6c47536db3f0bef75 Yohei Yukawa2014-08-161-1/+1
* | | | | | am c9240d28: am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire ...•••* commit 'c9240d280c2a49ed09069be36a0e3dae05ac0e69': Let the backing view cover the entire content area Yohei Yukawa2014-08-163-7/+8
|\| | | | |
| * | | | | am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire content area•••* commit '18ac3c8afd06c237a2935abad130aa3b99b5004b': Let the backing view cover the entire content area Yohei Yukawa2014-08-163-7/+8
| |\| | | |
| | * | | | Let the backing view cover the entire content area•••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 Yohei Yukawa2014-08-163-7/+8
| | |/ / /
| * | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-152-32/+32
| |\ \ \ \
| | * | | | Import translations. DO NOT MERGE•••Change-Id: I691365225a7a9006723751aa26be4898f46948b0 Auto-generated-cl: translation import Baligh Uddin2014-08-122-32/+32
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-152-38/+38
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGE•••Change-Id: I6e9684b6ce3aeb85084b135e78a2082add1d436d Auto-generated-cl: translation import Baligh Uddin2014-08-122-38/+38
| | |/ / / /
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-151-1/+1
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGE•••Change-Id: Ib7098ce2fffd7eb5040b2714cbae17eb66a072e5 Auto-generated-cl: translation import Baligh Uddin2014-08-121-1/+1
| | |/ / / /
| * | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-1573-90/+147
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Import translations. DO NOT MERGE•••Change-Id: Idee05910c3f7bb4d2206c231d763cf026d62fa3c Auto-generated-cl: translation import Baligh Uddin2014-08-1273-90/+147
| | |/ / /
* | | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-08-1557-67/+109
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGE•••Change-Id: If7dbccfaa4a62879f9db788bb61ffb12276bd3c9 Auto-generated-cl: translation import Baligh Uddin2014-08-1257-67/+109
* | | | | | am 3dbc3ece: am e04c8b10: am b8d76477: Add the input style to SuggestedWords.•••* commit '3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4': Add the input style to SuggestedWords. Jean Chalard2014-08-148-55/+95
|\ \ \ \ \ \ | | |/ / / / | |/| | | |