aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/android/inputmethod/latin/LatinIMEBackupAgent.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-31/+0
| | | | | | | Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
* Refactor android.backup -> android.app.backupChristopher Tate2010-03-051-2/+2
| | | | Change-Id: I0ea45d114ef642bb50b0ea155cfc59f20da1f430
* Migrate voice features into the open-source LatinIME. This includesMike LeBeau2010-01-171-1/+1
| | | | | | | | | | | | | | | | | | | the change to logging to remove any private dependencies and use broadcast intents to VoiceSearch instead. I have audited this code and it appears good to go for open-source, but would appreciate a second pair of eyes. Still to do after submitting this CL: * Reintroduce Amith's memory leak fix (37557) which was the only CL added to LatinIME since the last merge over to the private copy. * Make some changes to allow LatinIME to work without voice search installed. Currently I believe it will show the mic but fail if you press it. We need to base the visibility on the mic on the availability of the service. * Fix this code to use the new Gservices framework, it's still trying to use the old one.
* Backup Latin IME settings shared preferences.Amith Yamasani2009-07-051-0/+31
Backup the shared preferences when they change.