aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinImeLogger.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make DropBox.addText AsyncTask in IMELogger•••Change-Id: I84d5915a3197a67cda6bec8b0ef3343df2e510be satok2010-06-171-17/+50
* Log the current launguage and enabled languages•••Change-Id: Ie504961be7c90bdcabe73ca3bddf98cac61f3d3b satok2010-06-161-0/+24
* Try GC at OutOfMemoryError•••Change-Id: Icfaecc6a0e8858622649ce9115ab94b00e240cc2 satok2010-06-091-1/+1
* Fix logging issues•••- send non-main dic words after filling blank - send cancellation counts per dic Change-Id: I010794cc810339d7b04d64f7b0a6fa5d5cbf8826 satok2010-06-081-33/+46
* Change RuntimeErrot to OutOfMemoryError•••Change-Id: Ic237bc7f0631dcb192be7203379bdf4c5d832b28 satok2010-06-041-2/+6
* Show encoded log•••Change-Id: I59a8c1506409097a1e8864b51051d969edaf2680 satok2010-06-031-4/+4
* URL encode a log of exception•••Change-Id: I50c08d58b4ce8555d88c68cae44c12600ae93221 satok2010-06-031-1/+2
* Fix NPE and addded logOnWarning•••Change-Id: I4cca905ce044c014490ada6d00a76d79a20ed885 satok2010-06-031-0/+7
* Hide debug mode•••- Tap feedback option 10 times, then debug mode will be enabled. - Change default value of KeyboardMode to avoid NPE - Update version code Change-Id: I3a4e64db0d3aa9a08f0e3b3ad1669e728e32cddf satok2010-06-031-15/+35
* Remove non-main dictionary candidates•••Change-Id: I9f33da674c2c2a0101671ba24424640ba3e695e5 satok2010-06-031-22/+27
* Fix a bug that force closing happens even when SUPPRESS_EXCEPTION flag is on.•••Change-Id: I927b11da1e62b147813fbbf01e2afce5915aed73 satok2010-06-031-4/+11
* Flush before re-throwing exception in logOnException•••Change-Id: I061738c5b1a1509015344c2c27848bac1e29d833 satok2010-06-031-0/+2
* Add candidates of manually picked suggestions•••Change-Id: Ieed585be5f4e88509cdcc31f5d82474cb06add6a satok2010-06-021-12/+52
* Check suggested words whether they are from mainDic or not•••- Added counters for suggestions by dictionarys - Added a counter for cancelled suggestions Change-Id: Ia7d3a73855b1e82b60a010f18dba4e1c0fe1c2bb satok2010-06-021-0/+51
* Add aggressive cancellation for auto suggestion•••- Add ring buffer - Count separator for auto suggestion - Add a test for ring buffer Change-Id: Id4a0aa00ceb1b055b8fc96c45e100d318cceb2ab satok2010-06-021-29/+105
* Get the log of exceptions. And delete the gradient background.•••- Add a logger of Exception - Catch RuntimeException where bug reported. - Delete gradient background. Change-Id: I98b5fbc4a51163de7e56bee4f8312585d8e98eb7 satok2010-06-011-0/+45
* Log version of IME•••Change-Id: I6e6dc751da05cdc94d38a2a819f659b9f1885414 satok2010-05-311-0/+18
* Clear user's input and manually picked suggestion•••Change-Id: I7bbad73b87a9341440621489db7fbdb4ad81c7f6 satok2010-05-311-0/+4
* Logging issues•••- Swap user's input and auto suggested words if they are same - Set user's input blank if punctuation is selected - Not count when user's input has one or more digit Change-Id: I8bbe1cb43287c06f8e284ada0712b1b9ec714dc3 satok2010-05-311-1/+10
* Log and UI fix•••- add Log entry for the setting of auto completion - fix the parameter names - reduce the time to commit - copy popup window's resources from framework - change extention window to use the current layout Change-Id: I5f52c41dc8027c28a874ba8f198471eb3c9bdd1e satok2010-05-271-14/+26
* Fix the valid length of a logged data•••Change-Id: I94abccd9585edc42555ab3ffaed35f09cdfadd44 satok2010-05-211-6/+19
* Commit on finishInput•••Change-Id: I26254cfdaecd0d85571be3f930476040de935d6c satok2010-05-191-22/+43
* Add logging for UI•••Change-Id: Ib47919be442feb7a0cb22e886a537ef4ff5b8533 satok2010-05-171-6/+21
* Fix NPE•••Change-Id: Ic438704af64e8ebcecba13dbc0f3e72b14ac6f4f satok2010-05-121-3/+1
* Insert logging code•••- Add log of auto suggestion - Add log of cancelling auto suggestion - Add log of actual number of charactors - Add log of manually clicking suggestion Change-Id: I8fc1cef356bf1a98b0676ed171bfb17825e18425 satok2010-05-101-7/+35
* IME Logger improvement•••- Eabled to handle an array value in the log entry - Added word counter - Added parameters to Log APIs - Obfuscate user privacy support Change-Id: I5e2a7d58113b0581e51d22d6dac9a6a6fdc34356 satok2010-05-071-54/+121
* Fix NPE•••Change-Id: I27fc6268ea325f6e5f2a8bfd36499bf6c2b9f146 satok2010-04-281-2/+7
* Add logging•••- add logging for delete - add logging for inputchar Change-Id: I684692385f4c3acb66ab2bcd6421dae1d84feb8f satok2010-04-281-0/+3
* Logger improvements•••- Made each method static - Added a setter of contest - Added a function to entry counts periodically Change-Id: I644dfa83c4fcb1933dc267fc4cfad05c9bb7adc7 satok2010-04-281-43/+84
* Add a base class of logger•••Change-Id: I8462369d59f90642331c08baada354f7a0b07e45 satok2010-04-271-0/+202