aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/define (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-114-152/+0
|
* Merge java-overridable/ into java/ againYohei Yukawa2018-05-064-0/+152
| | | | | | | | | | | | | | | This CL a logical revert of a previous CL [1], which separated Java files into common ones and overridable ones. Now that that overriding concept is no longer used, there is no need to keep having separate directory structure. [1]: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 fb74ab15c1343084740d65ef8744cad33a678e82 Fix: 79323502 Test: make -j aosp_taimen-userdebug && make -j Test: tapas LatinIME && make -j Change-Id: I2090bc25d18e6d4f24e91c2cbfe832755cbb4e8f
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-163-108/+0
| | | | | | | | This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
* Enable CursorAnchorInfo callback when necessaryYohei Yukawa2014-08-131-1/+1
| | | | Change-Id: If3dda7442418053600ac935da50baaddb0e31d37
* Enable InputMethodService#onUpdateCursor behind the flagYohei Yukawa2014-07-201-7/+22
| | | | | | | | | | With this CL, InputMethodService#onUpdateCursor and InputMethodService#onUpdateCursorAnchorInfo can be enabled on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and ENABLE_CURSOR_RECT_CALLBACK are specified, respectively. BUG: 16382260 Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff
* Rename ProductionFlag to ProductionFlagsTadashi G. Takaoka2014-07-161-2/+2
| | | | Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-0/+31
| | | | | Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
* Remove researcher loggerTadashi G. Takaoka2014-05-291-7/+0
| | | | | | | This CL must be checked in together with I5cc76807e3. Bug: 15318007 Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
* Add a new production flag for metrics loggingYohei Yukawa2014-05-221-0/+3
| | | | | BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054
* Add a new production flag for Cursor/Anchor monitorYohei Yukawa2014-04-091-0/+6
| | | | | BUG: 13891796 Change-Id: I3565ca22aaf1d3cfce4f35999e2990b2df5157ef
* Move INCLUDE_RAW_SUGGESTIONS flag to ProductionFlagTadashi G. Takaoka2014-02-061-0/+3
| | | | | | | | This change must be checked in together with Iac93eb79fc. Bug: 12913520 Bug: 12179576 Change-Id: Ic9a40fb0529202893be8ccb6f5abfbbe6d78508c
* Revert "[DO NOT MERGE] Activate hardware keyboard handling"Jean Chalard2013-04-021-1/+1
| | | | | | | This reverts commit c741f1f83b98293bf0040b6b81e95b75ecf3f6bc DO NOT MERGE is ignored and this is merged anyway :( Change-Id: Ie044cdfc6021933379ec97ad7346c5c8591f70bf
* [DO NOT MERGE] Activate hardware keyboard handlingJean Chalard2013-04-021-1/+1
| | | | Change-Id: Ifdec9338a454291621b2b87c899f5d4301480b27
* Deactivate hardware keyboard handling.Jean Chalard2013-04-011-1/+1
| | | | | | Bug: 8000119 Change-Id: I021481343d6d87efd8ff6110e9aa0906a1a3d11d
* resolved conflicts for merge of 5b048292 to masterTadashi G. Takaoka2013-03-191-5/+5
|\ | | | | | | Change-Id: I67ebab46954cd7b8e3e79e7fed523bafb15f8835
| * Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-181-5/+5
| | | | | | | | | | bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
| * Merge "[DO NOT MERGE] Deactivate H/W keyboard handling" into jb-mr2-devJean Chalard2013-03-131-1/+1
|/|
| * [DO NOT MERGE] Deactivate H/W keyboard handlingJean Chalard2013-03-121-1/+1
| | | | | | | | | | | | | | For MR2, LatinIME should not be handling hardware keyboard events. The feature is still work in progress. Change-Id: I56ff18bff84ba6b5a6bc3f8829b42eaf33b72554
* | Make isInternal mutableSatoshi Kataoka2013-03-131-1/+0
|/ | | | Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
* Fix Apache license commentTadashi G. Takaoka2013-01-212-16/+16
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Deactivate h/w keyboard when not an internal build.Jean Chalard2013-01-181-0/+2
| | | | | | | | | The implementation is not really ready yet, so we want to disable it for normal builds for now. This goes together with Ic1edc6ed Bug: 7987492 Change-Id: Id81f417e200c118f24424943823665f0b8bd6849
* Add ProductionFlag.IS_EXPERIMENTAL_DEBUGKurt Partridge2012-12-181-0/+5
| | | | | | | | | The IS_EXPERIMENTAL_DEBUG flag gives a single place to turn off all debugging flags that might be set and to also enforce privacy controls. Currently only used in the research package. multi-project commit with I9275a7c8e40bf56106447a02d3056655329074b3 Change-Id: If769fe3a633f33963ca49e8ddf01ab24a30b6fd2
* New flag for the internal settingsSatoshi Kataoka2012-09-181-0/+1
| | | | Change-Id: I81e69a6cda833a0d2c59a73388321ed11e0bd5b3
* Tighten up the "define" classes.Ken Wakasa2012-03-272-2/+10
| | | | Change-Id: I854b1dd56b676d0a492a15c16bfe4c6a1bcccdf7
* Add a flag file for the experimental modesatok2012-03-261-0/+21
| | | | Change-Id: I880b7c85dbc20f8d7590b7f65b5f898bfb2266f9
* Extract the jni library namesatok2011-12-131-0/+21
Change-Id: Icc58ccea1178d9f35f5be0dceebab67bbb965b7f