aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIMEBackupAgent.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LatinIME prefix from classesTadashi G. Takaoka2010-12-091-32/+0
| | | | | | This change also cleanups preference key string constants Change-Id: I58510f220a90d00d71a935731abeab87384675bb
* Clean up LatinIME javasatok2010-08-241-0/+1
| | | | | | | | - remove unused code - add @Override - change the inappropriate cast Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
| | | | | | | | -use AOSP copyright instead of Google -add NOTICE and tag file Bug: 2548782 Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
* Fix build breakage due to api changeAmith Yamasani2010-03-291-2/+2
| | | | Change-Id: I72661c51f277cb9aa3df0bd5a16756408b53ab7f
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+31
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986