aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinImeLogger.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename LatinImeLogger to DebugFlags•••Bug: 15318007 Change-Id: Ic0268fd12865c9a692a5e7110a9beb76cb8b6d7f Tadashi G. Takaoka2014-07-161-27/+0
* Remove LatinImeLogger and UsabilityStudyLogUtils•••This CL must be checked in together with Ie52007dc5c. Bug: 15318007 Change-Id: Ie665f296e43b5485ae8ba7e949aa262794ee0dcc Tadashi G. Takaoka2014-05-291-69/+5
* Clean up PREF_USABILITY_STUDY_MODE•••- 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 Kurt Partridge2013-03-041-0/+4
* Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 Tadashi G. Takaoka2013-01-071-1/+1
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-1/+1
* Log for geometric input•••Change-Id: Ia0f0e38086b0be70cf2d04fc6fae48358f16e74f Satoshi Kataoka2012-09-191-1/+1
* Log touch timing•••Change-Id: I45ce16c3194fac6da98486a986d23318347cad3a Satoshi Kataoka2012-09-181-1/+6
* Update the prototype of onAddSuggestedWord - calling side.•••We want to get rid of all those IDs in Latin IME. Change-Id: Ibe08100a5e2976c80abb049889233b4047a686f3 Jean Chalard2012-06-271-1/+1
* Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d Tadashi G. Takaoka2012-03-291-1/+0
* Optimization: Start making use of ProductionFlag.IS_EXPERIMENTAL for Research...•••Move GodMode specific tests to relevant directories as well. This goes along with I9dc4d469 Change-Id: I4a21c53846b26eede346cb1da13e6abbdf9ec27f Ken Wakasa2012-03-271-4/+0
* Updated logger to record touch position within backspace key events.•••Bug: 6188932 Change-Id: Ida2aff618153792f9803f30f1251d67c89af1fe0 Kurt Partridge2012-03-201-1/+1
* Small performance improvement by removing interface accesses.•••Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f Ken Wakasa2012-03-171-2/+0
* Make SuggestedWords partially immutable•••Change-Id: I72a2f71d7f6565a30c06e563b0a64f496542cde9 Tadashi G. Takaoka2012-03-051-1/+1
* Revert "Make SuggestedWords immutable"•••This reverts commit c208f4dfb7abe1b7a83c725d515edb3615d5d927Tadashi Takaoka2012-03-051-1/+3
* Make SuggestedWords immutable•••Change-Id: I26bd82aee5ead84e40abfc3db5a48ed6d1e42361 Tadashi G. Takaoka2012-03-051-3/+1
* Convert an internal enum into an int of same underlying value.•••Goes together with Id4f4e066 Bug: 5922118 Change-Id: I1e39dd01c67e9284d9d7fe008d868847e69986d7 Jean Chalard2012-01-261-2/+1
* Send touch event in usability study mode•••Change-Id: I0cdcd57bfd31c9b21cfb932d7ff91bd013cde6d7 satok2011-12-161-0/+1
* Record onStartInputView•••Bug: 5722703 Change-Id: I56bcf6ccde82b4176093de4f197a8736b0cc8c10 Tadashi G. Takaoka2011-12-141-4/+8
* Fix isResearcherPackage•••Change-Id: I286450fe89a37d75cb398f17d300ddc6f5857ffd satok2011-12-101-1/+1
* Some tweaks for Researcher Mode•••Change-Id: I6b16dd2fe6d7356c747ba0ee2da5976738003ded Ken Wakasa2011-12-101-1/+1
* Show usability study mode for research purposes•••Bug: 5722703 Change-Id: I27acc374c5d4b52707708b83689dea5d78a573d7 satok2011-12-091-0/+4
* Add visual debug mode•••Change-Id: Ife131a398c0753b5b0e6e8969fe7bbc2a3bdab96 Tadashi G. Takaoka2011-06-281-0/+1
* Add logOnSeparator•••This is a supplement for I9abb8141f23100d Change-Id: I529d2a78f4fe630611db4cba830d933370c8c34f satok2011-04-081-2/+5
* Fix miss spelling•••Change-Id: I29d92d316525a897c86eab44f948a6c61ae38c35 satok2010-12-281-1/+1
* Move some inner static class to top class in new package•••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 Tadashi G. Takaoka2010-12-021-1/+3
* Cleanup unused Java import•••This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f Tadashi G. Takaoka2010-11-291-0/+1
* Preload SharedPreferences at start.•••bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f Ken Wakasa2010-11-261-1/+1
* Add a logging functionarity for usability study.•••Bug: 3193879 - Log char input Change-Id: I5c1568f81012743b7068d423baa99b0f9d1653f8 satok2010-11-161-0/+4
* Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok2010-10-021-2/+1
* Fix Null pointer exception on closing and update assets•••Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39 satok2010-09-281-2/+2
* Move RingCharBuffer as a singleton in Util•••Change-Id: I08d09555a99a64038374e62019777d331c48319b satok2010-09-241-1/+1
* Remove Log functions from Gingerbread•••Change-Id: I0ab19726a6bfaf14b42c05903f38dfb74cbd0d37 satok2010-08-301-856/+1
* Not to reset the ring buffer in LatinImeLogger•••Change-Id: I3286b2562e07d77a9dfd745ad6ec44aae4396e21 satok2010-08-271-1/+0
* Add a log for getting coordinates of keys•••Change-Id: I57cc6fb6a9eeb65ce8c0c3c3262fd525726643e2 satok2010-08-261-26/+106
* DO NOT MERGE. Backport LatinIME from master to Gingerbread•••TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963 satok2010-08-201-0/+847