| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup under the utils package•••Change-Id: If2f7bd1346cc5085bf57645830f0faac44d017e4
|  Ken Wakasa | 2013-06-25 | 4 | -57/+57 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 6 | -159/+62 |
* | Make intents unique to AOSP•••This is to avoid confusion if multiple IMEs are installed with
dictionary pack components
Change-Id: Ibc91951e4fdd5db13f681e4cb06197da98527bbc
|  Kurt Partridge | 2013-06-11 | 2 | -10/+12 |
* | Fix an illegal argument exception•••This is a bit of a shot in the dark, as I really don't see how this
can happen, but this should fix it in the correct way no matter
how it's actually happening.
Bug: 9301836
Change-Id: I472865b7a78883942c9fd46773238c23788674f8
|  Jean Chalard | 2013-06-07 | 1 | -15/+13 |
* | Fix the displayed status after download•••Bug: 9166225
Change-Id: I7490593d88a5854b9e675b9ead89d2ea9b49315c
|  Jean Chalard | 2013-05-31 | 2 | -16/+9 |
* | Fix two strict mode warnings.•••Bug: 9052555
Change-Id: I86e90488679a78a9f6e901b640025619293765a0
|  Jean Chalard | 2013-05-30 | 1 | -11/+15 |
* | Merge "Fix dictionary pack preference order." |  Jean Chalard | 2013-05-30 | 1 | -0/+2 |
|\ |
|
| * | Fix dictionary pack preference order.•••It turns out giving them in the right order is not enough, you
also have to actually give them a numeric priority.
Bug: 9165928
Change-Id: I2ecff38f65b70746feeeeb0ed2cc86a586a35363
|  Jean Chalard | 2013-05-30 | 1 | -0/+2 |
* | | Rub some butter on dictionary list scrolling.•••The default implementation for preferences refuses to
cache the views for custom preferences at all. We can
do it, but the system won't do it for us, so this does it.
This makes the screen scrolling smooth again.
Incidentally it also fixes the bug where the button may
not animate on the first element.
Bug: 8882722
Bug: 8883108
Change-Id: I9b2306ac4bf93761a808ebfee3477a65f017cddf
|  Jean Chalard | 2013-05-29 | 3 | -3/+39 |
|/ |
|
* | Use Locale.ROOT for locale neutral operations•••Bug: 9112465
Change-Id: I6cd63007287b5a1a57cfbabff35d53f66fc5620e
|  Tadashi G. Takaoka | 2013-05-24 | 1 | -1/+1 |
* | Reuse old preferences if possible.•••This is an optimization. It also happens to work around what
seems to be a framework bug in JB MR1 / MR1.1.
Bug: 8771179
Change-Id: I62cc7acdc8656d75f8a50c068c4e9d8c6ceb74a0
|  Jean Chalard | 2013-05-10 | 2 | -7/+28 |
* | [PB14] Cosmetic fixes to the progress bar•••Bug: 7600384
Change-Id: I33ea155c0c97c7ead07686c4d2a9e0d98be9929c
|  Jean Chalard | 2013-04-30 | 1 | -0/+2 |
* | [PB13] Actually update the progress bar•••Bug: 7600384
Change-Id: Iaa8f3a59243a15d2a01aaf6017ed85c52b6482a6
|  Jean Chalard | 2013-04-30 | 1 | -5/+60 |
* | [PB12] Implement the progress bar update lifecycle•••This ensures the thread does not run uselessly (it is even terminated when
the progress bar exits the screen).
Bug: 7600384
Change-Id: I09117a6f763b574b9b3266f36ba3da4720dc9224
|  Jean Chalard | 2013-04-30 | 2 | -3/+93 |
* | [PB11] Add a skeleton class for a self-updating progress bar•••Bug: 7600384
Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4
|  Jean Chalard | 2013-04-26 | 1 | -0/+31 |
* | [PB10] Add a progress bar to display file download progress•••The progress bar is showing but doesn't show progress yet.
Bug: 7600384
Change-Id: I80debd3f4368e82e4184a6c638bdcc8e48ed2305
|  Jean Chalard | 2013-04-26 | 2 | -2/+18 |
* | [PB9] Make buttons that animate-out unclickable•••Clicking on a button that is animating-out is only done by
mistake. Better make them unclickable.
Also, interrupt an out-in animation if it has been preempted.
Bug: 7600384
Change-Id: Ic4700cda46a894ea580bc67ee7bef885ecf1d3bc
|  Jean Chalard | 2013-04-26 | 2 | -1/+5 |
* | Delete obsolete dictionaries•••Bug: 7980985
Change-Id: I4c9165e6102cb12fa1249074297e94013439ea3b
|  Jean Chalard | 2013-04-26 | 1 | -5/+6 |
* | Merge "[PB8] Add an animation upon status change." |  Jean Chalard | 2013-04-25 | 3 | -8/+42 |
|\ |
|
| * | [PB8] Add an animation upon status change.•••Bug: 7600384
Change-Id: If5efb9357075193d10255187008e870e2933bdb8
|  Jean Chalard | 2013-04-25 | 3 | -8/+42 |
* | | Work around a bug in older DownloadManager versions.•••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
|  Jean Chalard | 2013-04-25 | 2 | -3/+19 |
|/ |
|
* | [PB7] Export animation code out of the preference•••Bug: 7600384
Change-Id: I8009b31d96646acd667db410b94e969daea91d52
|  Jean Chalard | 2013-04-25 | 2 | -24/+92 |
* | [PB6] Encapsulate the buttons into a view•••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
|  Jean Chalard | 2013-04-25 | 2 | -28/+79 |
* | [PB5] Store state in a more convenient manner•••This is more readable and will help with animations going forward.
Bug: 7600384
Change-Id: I255598d860d1e451fef106b00da63c282fe95f95
|  Jean Chalard | 2013-04-24 | 2 | -11/+47 |
* | [PB4] Make a memory non-static•••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
|  Jean Chalard | 2013-04-24 | 3 | -9/+40 |
* | [PB3] Simplify storage•••By looping through children, there is no need to remember the
last index.
Bug: 7600384
Change-Id: I8b42b0aa38874ee494c6c4ecc09194a1d3c16922
|  Jean Chalard | 2013-04-24 | 1 | -23/+19 |
* | [PB2] Small bugfix•••The button would not display after it got hidden once.
Bug: 7600384
Change-Id: I57f9f1191be3b8fff55dde7a2781dbef68a2df62
|  Jean Chalard | 2013-04-24 | 1 | -3/+13 |
* | [PB1] Cleanup•••This preference is not a DialogPreference any more, as it doesn't
ever display a Dialog.
Bug: 7600384
Change-Id: Ia5965617c83d3cb964010f9b40d833065dccef60
|  Jean Chalard | 2013-04-23 | 1 | -9/+2 |
* | Add an additional ID to the client info.•••Bug: 8651863
Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3
|  Jean Chalard | 2013-04-23 | 2 | -23/+97 |
* | Redisplay a hidden button after it entered the screen again.•••Bug: 7600384
Change-Id: I6cd18fd7584b6e98260cb432956f08ba9886580b
|  Jean Chalard | 2013-04-19 | 1 | -1/+4 |
* | Hide the correct button when pressing a new button.•••Bug: 7600384
Change-Id: Ic5dbbbbcf19d778dde1316ebb417f1a8ede2d25d
|  Jean Chalard | 2013-04-19 | 8 | -47/+55 |
* | Fix an infinite loop•••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
|  Jean Chalard | 2013-04-18 | 1 | -1/+0 |
* | Ask the client to make itself known when it's not•••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
|  Jean Chalard | 2013-04-01 | 5 | -9/+54 |
* | Fix an NPE•••The code was passing the wrong parameter.
Bug: 8492879
Change-Id: I091d62ca29601e3807eed287c7bdad38bf43a502
|  Jean Chalard | 2013-03-28 | 1 | -2/+1 |
* | Cleanup•••Seems there was an unclosed cursor :o
Change-Id: I7616849ace5217d8c6f54465f7b3a634e3c14116
|  Jean Chalard | 2013-03-28 | 1 | -0/+5 |
* | Break dependencies to allow offdevice tests to build•••Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1
|  Jean Chalard | 2013-03-19 | 4 | -20/+54 |
* | Merge the dictionary pack in Latin IME.•••Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
|  Jean Chalard | 2013-03-19 | 24 | -0/+5370 |