aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack/DictionaryDownloadProgressBar.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PB14] Cosmetic fixes to the progress bar•••Bug: 7600384 Change-Id: I33ea155c0c97c7ead07686c4d2a9e0d98be9929c Jean Chalard2013-04-301-0/+2
* [PB13] Actually update the progress bar•••Bug: 7600384 Change-Id: Iaa8f3a59243a15d2a01aaf6017ed85c52b6482a6 Jean Chalard2013-04-301-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 Chalard2013-04-301-0/+90
* [PB11] Add a skeleton class for a self-updating progress bar•••Bug: 7600384 Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4 Jean Chalard2013-04-261-0/+31