aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move KeyboardView in the framework to LatinKeyboardViewBasesatok2010-06-2622-23/+1705
| | | | Change-Id: I99e3ea5eb1f1f5e5f9b36306930cdf0f50acfb01
* Make DropBox.addText AsyncTask in IMELoggersatok2010-06-173-17/+66
| | | | Change-Id: I84d5915a3197a67cda6bec8b0ef3343df2e510be
* Log the current launguage and enabled languagessatok2010-06-161-0/+24
| | | | Change-Id: Ie504961be7c90bdcabe73ca3bddf98cac61f3d3b
* Catch inflate exceptionsatok2010-06-092-5/+9
| | | | Change-Id: Ia5a384f5cbd2d0063904c2959ccbeb987198616b
* Try GC at OutOfMemoryErrorsatok2010-06-095-14/+96
| | | | Change-Id: Icfaecc6a0e8858622649ce9115ab94b00e240cc2
* Merge "Fix logging issues"satok2010-06-071-33/+46
|\
| * Fix logging issuessatok2010-06-081-33/+46
| | | | | | | | | | | | | | - send non-main dic words after filling blank - send cancellation counts per dic Change-Id: I010794cc810339d7b04d64f7b0a6fa5d5cbf8826
* | Update the cert to catch up with a bug fix - ↵Ken Wakasa2010-06-071-1/+1
| | | | | | | | | | | | https://android-git.corp.google.com/g/53188 Change-Id: I144a80be8f47aac292f320e9a6cdb9a970886d38
* | Bump the versionCode for the next releaseKen Wakasa2010-06-071-2/+2
| | | | | | | | | | | | modified: java/AndroidManifest.xml Change-Id: I4084dbad22f000e793b635615130c92f46f477cc
* | Ver up to v0.17Ken Wakasa2010-06-041-1/+1
| | | | | | | | Change-Id: I88a5033f5573b738315755813a2d5c52f8704da7
* | Show a current locale in the space barsatok2010-06-041-9/+8
|/ | | | Change-Id: I317a0b0b20c3065f2e7454f7b44654a34b97500d
* Fix NPE onDestroysatok2010-06-041-3/+7
| | | | Change-Id: I6aa1951fd3d69e07d1fbc7712fe2526dd9a5ef57
* Change RuntimeErrot to OutOfMemoryErrorsatok2010-06-045-6/+14
| | | | Change-Id: Ic237bc7f0631dcb192be7203379bdf4c5d832b28
* Show encoded logsatok2010-06-031-4/+4
| | | | Change-Id: I59a8c1506409097a1e8864b51051d969edaf2680
* Delete extra inflating viewsatok2010-06-031-1/+0
| | | | | | - this is not called in froyo-LatinIME, so it can be removed Change-Id: I3a761145dd30a93ba71d39df9fa504383c5425a5
* URL encode a log of exceptionsatok2010-06-031-1/+2
| | | | Change-Id: I50c08d58b4ce8555d88c68cae44c12600ae93221
* Fix NPE and addded logOnWarningsatok2010-06-033-2/+15
| | | | Change-Id: I4cca905ce044c014490ada6d00a76d79a20ed885
* Hide debug modesatok2010-06-035-25/+68
| | | | | | | | - 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
* Remove non-main dictionary candidatessatok2010-06-031-22/+27
| | | | Change-Id: I9f33da674c2c2a0101671ba24424640ba3e695e5
* Fix a bug that force closing happens even when SUPPRESS_EXCEPTION flag is on.satok2010-06-033-12/+21
| | | | Change-Id: I927b11da1e62b147813fbbf01e2afce5915aed73
* Flush before re-throwing exception in logOnExceptionsatok2010-06-031-0/+2
| | | | Change-Id: I061738c5b1a1509015344c2c27848bac1e29d833
* Add candidates of manually picked suggestionssatok2010-06-023-20/+64
| | | | Change-Id: Ieed585be5f4e88509cdcc31f5d82474cb06add6a
* Add additional punctuations to suggestion strip. Bug: 2729632Ken Wakasa2010-06-022-9/+15
| | | | Change-Id: I5a3d47fee2a09da06b395529c4eccce6d14ecb9d
* Check suggested words whether they are from mainDic or notsatok2010-06-0210-30/+98
| | | | | | | - Added counters for suggestions by dictionarys - Added a counter for cancelled suggestions Change-Id: Ia7d3a73855b1e82b60a010f18dba4e1c0fe1c2bb
* Add minSdkVersionsatok2010-06-021-0/+2
| | | | Change-Id: Id0d95983b98dcb3eda52705cc709356ce53991c6
* Add aggressive cancellation for auto suggestionsatok2010-06-023-33/+109
| | | | | | | | - Add ring buffer - Count separator for auto suggestion - Add a test for ring buffer Change-Id: Id4a0aa00ceb1b055b8fc96c45e100d318cceb2ab
* Merge "Get the log of exceptions. And delete the gradient background."satok2010-06-016-48/+72
|\
| * Get the log of exceptions. And delete the gradient background.satok2010-06-016-48/+72
| | | | | | | | | | | | | | | | - Add a logger of Exception - Catch RuntimeException where bug reported. - Delete gradient background. Change-Id: I98b5fbc4a51163de7e56bee4f8312585d8e98eb7
* | change versionsatok2010-05-311-1/+1
|/ | | | Change-Id: Ie43ec5fab87eeb5494b05fc5683c616937b5c444
* Log version of IMEsatok2010-05-311-0/+18
| | | | Change-Id: I6e6dc751da05cdc94d38a2a819f659b9f1885414
* Merge "Clear user's input and manually picked suggestion"satok2010-05-311-0/+4
|\
| * Clear user's input and manually picked suggestionsatok2010-05-311-0/+4
| | | | | | | | Change-Id: I7bbad73b87a9341440621489db7fbdb4ad81c7f6
* | Change name of default themesatok2010-05-311-2/+2
|/ | | | Change-Id: Iee11ad318126793291b6acada35ee6c6c865ef48
* Merge "Add black resources"satok2010-05-314-16/+270
|\
| * Add black resourcessatok2010-05-314-16/+270
| | | | | | | | Change-Id: Ibd1ac2610b70693975011f85e232348388245553
* | Logging issuessatok2010-05-312-3/+12
|/ | | | | | | | - 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
* Fix log dupplication of auto suggestsatok2010-05-312-6/+20
| | | | Change-Id: Ic2af15adff64631cc275b07113b42991363c92f8
* Fix the name drawablesatok2010-05-311-0/+0
| | | | Change-Id: Idf359a81b59522c030839e00ea5287bad5069677
* Merge "Change version to v0.11 from v0.10"satok2010-05-271-1/+1
|\
| * Change version to v0.11 from v0.10satok2010-05-281-1/+1
| | | | | | | | Change-Id: I88f14f1ab5c325a82589fc8a3becd1a7a56e2cd3
* | Change default theme to Ginger Bread "6"satok2010-05-281-1/+1
|/ | | | Change-Id: I68d5519c03dba0f8b6344a103c5bcf4f9b18e760
* Fix the bug that black symbols are shown when only one lanugage is selected.satok2010-05-288-4/+1157
| | | | Change-Id: I15f83fc43d91c2c9d74b40fdcecdfe239242d565
* Change symbol to use black iconssatok2010-05-2753-11/+38
| | | | Change-Id: I834efd322b4ef6e99707028d38223d837a3d4e36
* Log and UI fixsatok2010-05-2722-17/+114
| | | | | | | | | | - 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
* Add new UI for Gingerbread refering to Heiko's samplesatok2010-05-2613-3/+99
| | | | Change-Id: I80db4a52f5bbb25c77dfe7df94bdced69debf831
* Merge commit 'goog/master'satok2010-05-244-7/+24
|\ | | | | | | | | | | Conflicts: java/res/values-de/strings.xml java/res/values-it/strings.xml
| * Only use fullscreen mode if the number of inches in height is less than 2.5inAmith Yamasani2010-05-202-0/+17
| |
| * am 71403bcc: am 8099a06b: Import revised translationsKenny Root2010-05-172-7/+7
| |\
| | * am 8099a06b: Import revised translationsKenny Root2010-05-172-7/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8099a06ba4e70177cfa2c8a997a6ed146fbe2fbf' into froyo-plus-aosp * commit '8099a06ba4e70177cfa2c8a997a6ed146fbe2fbf': Import revised translations
| | | * Import revised translationsKenny Root2010-05-172-7/+7
| | | | | | | | | | | | | | | | Change-Id: I05cc3d1908de8a9a9765f4887cdf641639e65cfd