aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinImeLogger.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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