| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| | |
Bug: 7600384
Change-Id: If5efb9357075193d10255187008e870e2933bdb8
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 7600384
Change-Id: I8009b31d96646acd667db410b94e969daea91d52
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This is more readable and will help with animations going forward.
Bug: 7600384
Change-Id: I255598d860d1e451fef106b00da63c282fe95f95
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
By looping through children, there is no need to remember the
last index.
Bug: 7600384
Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922
|
|
|
|
|
|
|
| |
The button would not display after it got hidden once.
Bug: 7600384
Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
|
|
|
|
|
|
|
|
| |
This preference is not a DialogPreference any more, as it doesn't
ever display a Dialog.
Bug: 7600384
Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60
|
|
|
|
|
| |
Bug: 8651863
Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
|
|
|
|
|
| |
Bug: 7600384
Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b
|
|
|
|
|
| |
Bug: 7600384
Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The code was passing the wrong parameter.
Bug: 8492879
Change-Id: I091d62ca29601e3807eed287c7bdad38bf43a502
|
|
|
|
|
|
| |
Seems there was an unclosed cursor :o
Change-Id: I7616849ace5217d8c6f54465f7b3a634e3c14116
|
|
|
|
| |
Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1
|
|
Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
|