aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinImeLogger.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-27/+0
| | | | | Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f
* Remove LatinImeLogger and UsabilityStudyLogUtilsTadashi G. Takaoka2014-05-291-69/+5
| | | | | | | This CL must be checked in together with Ie52007dc5c. Bug: 15318007 Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc
* Clean up PREF_USABILITY_STUDY_MODEKurt Partridge2013-03-041-0/+4
| | | | | | | | | | - Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a
* Simplify singleton class initializationTadashi G. Takaoka2013-01-071-1/+1
| | | | Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Log for geometric inputSatoshi Kataoka2012-09-191-1/+1
| | | | Change-Id: Ia0f0e38086b0be70cf2d04fc6fae48358f16e74f
* Log touch timingSatoshi Kataoka2012-09-181-1/+6
| | | | Change-Id: I45ce16c3194fac6da98486a986d23318347cad3a
* Update the prototype of onAddSuggestedWord - calling side.Jean Chalard2012-06-271-1/+1
| | | | | | We want to get rid of all those IDs in Latin IME. Change-Id: Ibe08100a5e2976c80abb049889233b4047a686f3
* Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-1/+0
| | | | Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for ↵Ken Wakasa2012-03-271-4/+0
| | | | | | | | | | ResearchLogger Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f
* Updated logger to record touch position within backspace key events.Kurt Partridge2012-03-201-1/+1
| | | | | Bug: 6188932 Change-Id: Ida2aff618153792f9803f30f1251d67c89af1fe0
* Small performance improvement by removing interface accesses.Ken Wakasa2012-03-171-2/+0
| | | | Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f
* Make SuggestedWords partially immutableTadashi G. Takaoka2012-03-051-1/+1
| | | | Change-Id: I72a2f71d7f6565a30c06e563b0a64f496542cde9
* Revert "Make SuggestedWords immutable"Tadashi Takaoka2012-03-051-1/+3
| | | This reverts commit c208f4dfb7abe1b7a83c725d515edb3615d5d927
* Make SuggestedWords immutableTadashi G. Takaoka2012-03-051-3/+1
| | | | Change-Id: I26bd82aee5ead84e40abfc3db5a48ed6d1e42361
* Convert an internal enum into an int of same underlying value.Jean Chalard2012-01-261-2/+1
| | | | | | | Goes together with Id4f4e066 Bug: 5922118 Change-Id: I1e39dd01c67e9284d9d7fe008d868847e69986d7
* Send touch event in usability study modesatok2011-12-161-0/+1
| | | | Change-Id: I0cdcd57bfd31c9b21cfb932d7ff91bd013cde6d7
* Record onStartInputViewTadashi G. Takaoka2011-12-141-4/+8
| | | | | Bug: 5722703 Change-Id: I56bcf6ccde82b4176093de4f197a8736b0cc8c10
* Fix isResearcherPackagesatok2011-12-101-1/+1
| | | | Change-Id: I286450fe89a37d75cb398f17d300ddc6f5857ffd
* Some tweaks for Researcher ModeKen Wakasa2011-12-101-1/+1
| | | | Change-Id: I6b16dd2fe6d7356c747ba0ee2da5976738003ded
* Show usability study mode for research purposessatok2011-12-091-0/+4
| | | | | | Bug: 5722703 Change-Id: I27acc374c5d4b52707708b83689dea5d78a573d7
* Add visual debug modeTadashi G. Takaoka2011-06-281-0/+1
| | | | Change-Id: Ife131a398c0753b5b0e6e8969fe7bbc2a3bdab96
* Add logOnSeparatorsatok2011-04-081-2/+5
| | | | | | This is a supplement for I9abb8141f23100d Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f
* Fix miss spellingsatok2010-12-281-1/+1
| | | | Change-Id: I29d92d316525a897c86eab44f948a6c61ae38c35
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-1/+3
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-0/+1
| | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Preload SharedPreferences at start.Ken Wakasa2010-11-261-1/+1
| | | | | bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f
* Add a logging functionarity for usability study.satok2010-11-161-0/+4
| | | | | | | | Bug: 3193879 - Log char input Change-Id: I5c1568f81012743b7068d423baa99b0f9d1653f8
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-2/+1
| | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* Fix Null pointer exception on closing and update assetssatok2010-09-281-2/+2
| | | | Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39
* Move RingCharBuffer as a singleton in Utilsatok2010-09-241-1/+1
| | | | Change-Id: I08d09555a99a64038374e62019777d331c48319b
* Remove Log functions from Gingerbreadsatok2010-08-301-856/+1
| | | | Change-Id: I0ab19726a6bfaf14b42c05903f38dfb74cbd0d37
* Not to reset the ring buffer in LatinImeLoggersatok2010-08-271-1/+0
| | | | Change-Id: I3286b2562e07d77a9dfd745ad6ec44aae4396e21
* Add a log for getting coordinates of keyssatok2010-08-261-26/+106
| | | | Change-Id: I57cc6fb6a9eeb65ce8c0c3c3262fd525726643e2
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-0/+847
TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963