aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/TargetApplicationGetter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract a new class for app-specific workarounds.Jean Chalard2013-05-211-70/+0
| | | | | Bug: 8944307 Change-Id: Iaff9dd03d3d856a6bdaa2b16c4e71e95cd2b6349
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-2/+2
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Fix a possible NPE.Jean Chalard2012-05-311-0/+1
| | | | | | This NPE's at least in unit tests. Change-Id: I255ac5fec9502e4e5bd18cba1211cdf46c6cafc8
* Wipe the application cache selectivelyJean Chalard2012-05-251-1/+3
| | | | | Bug: 6537051 Change-Id: I839d0a98c729f3604582946d70c0140a5cff7dcf
* Cache application info.Jean Chalard2012-05-251-1/+11
| | | | | Bug: 6537051 Change-Id: Ieca891235df0d697bdeb0510651b703654fdef38
* Get information about the target application.Jean Chalard2012-05-251-0/+57
Bug: 6537051 Change-Id: I9fe7a07b5ddf2a423d5764840753ea70544206f1