aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "[PB8] Add an animation upon status change."Jean Chalard2013-04-253-8/+42
|\
| * [PB8] Add an animation upon status change.Jean Chalard2013-04-253-8/+42
| | | | | | | | | | Bug: 7600384 Change-Id: If5efb9357075193d10255187008e870e2933bdb8
* | Work around a bug in older DownloadManager versions.Jean Chalard2013-04-252-3/+19
|/ | | | | | | | | | | | | This adds a number to the extension. Note that for DownloadManager to keep this, the server needs to send it a mime type it does not recognize. Right now, it does not recognize application/json so it's okay, but we'd do well to remove the content/type header from the server to prevent problems. Bug: 8467516 Change-Id: Ic484f66ac3f67c36f59f2c0bcb8c7fdeb6e8590d
* [PB7] Export animation code out of the preferenceJean Chalard2013-04-252-24/+92
| | | | | Bug: 7600384 Change-Id: I8009b31d96646acd667db410b94e969daea91d52
* [PB6] Encapsulate the buttons into a viewJean Chalard2013-04-252-28/+79
| | | | | | | | | | | Handling buttons directly in the preference causes large problems of code readability and interface. It's better to have a class to manage the buttons and their animations separately. This is feature-equivalent, and mostly delegates stuff for now. Bug: 7600384 Change-Id: Ia8da0ec68ffac84fc1d65e1760539a87a73fa776
* [PB5] Store state in a more convenient mannerJean Chalard2013-04-242-11/+47
| | | | | | | This is more readable and will help with animations going forward. Bug: 7600384 Change-Id: I255598d860d1e451fef106b00da63c282fe95f95
* [PB4] Make a memory non-staticJean Chalard2013-04-243-9/+40
| | | | | | | | | The life span of this object is actually the life span of the interface. It should not be static. Also, we'll have a few other things to store in there soon. Bug: 7600384 Change-Id: I708019e9ee53653e83a1e52c8e76326c3e39bcf3
* [PB3] Simplify storageJean Chalard2013-04-241-23/+19
| | | | | | | | By looping through children, there is no need to remember the last index. Bug: 7600384 Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922
* [PB2] Small bugfixJean Chalard2013-04-241-3/+13
| | | | | | | The button would not display after it got hidden once. Bug: 7600384 Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
* [PB1] CleanupJean Chalard2013-04-231-9/+2
| | | | | | | | This preference is not a DialogPreference any more, as it doesn't ever display a Dialog. Bug: 7600384 Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60
* Add an additional ID to the client info.Jean Chalard2013-04-232-23/+97
| | | | | Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
* Redisplay a hidden button after it entered the screen again.Jean Chalard2013-04-191-1/+4
| | | | | Bug: 7600384 Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b
* Hide the correct button when pressing a new button.Jean Chalard2013-04-198-47/+55
| | | | | Bug: 7600384 Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
* Fix an infinite loopJean Chalard2013-04-181-1/+0
| | | | | | | | | What do you mean "Can't happen"? It happens all the time - the empty string is the default ID, and it needs to be updated like everyone else. Bug: 8651858 Change-Id: I5a2f2ebb5b2ef08b27f26be8fb2c3d2f231ebcfc
* Ask the client to make itself known when it's notJean Chalard2013-04-015-9/+54
| | | | | | | | | | Upon invoking the settings of the dictionary pack with an unknown client, we now launch an intent to ask the client to make itself known. This change also includes the code that receives this intent and acts upon it. Bug: 8492879 Change-Id: I2c6496dea845646961ecafcf64e282cb93ee91dc
* Fix an NPEJean Chalard2013-03-281-2/+1
| | | | | | | The code was passing the wrong parameter. Bug: 8492879 Change-Id: I091d62ca29601e3807eed287c7bdad38bf43a502
* CleanupJean Chalard2013-03-281-0/+5
| | | | | | Seems there was an unclosed cursor :o Change-Id: I7616849ace5217d8c6f54465f7b3a634e3c14116
* Break dependencies to allow offdevice tests to buildJean Chalard2013-03-194-20/+54
| | | | Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-1924-0/+5370
Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172