aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack/DictionaryDownloadProgressBar.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-173/+0
|
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+0
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Catch exceptions we can't do anything about.Jean Chalard2014-02-171-7/+3
| | | | | | | | This also abstracts away the "package deactivated" case for simpler and safer code. Bug: 11072561 Change-Id: Idaaf2ae8d8d5b2c4a15de641bbf2f8c5c7cc9410
* Remove some warningsJean Chalard2014-01-091-0/+1
| | | | Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
* [PB14] Cosmetic fixes to the progress barJean Chalard2013-04-301-0/+2
| | | | | Bug: 7600384 Change-Id: I33ea155c0c97c7ead07686c4d2a9e0d98be9929c
* [PB13] Actually update the progress barJean Chalard2013-04-301-5/+60
| | | | | Bug: 7600384 Change-Id: Iaa8f3a59243a15d2a01aaf6017ed85c52b6482a6
* [PB12] Implement the progress bar update lifecycleJean Chalard2013-04-301-0/+90
| | | | | | | | This ensures the thread does not run uselessly (it is even terminated when the progress bar exits the screen). Bug: 7600384 Change-Id: I09117a6f763b574b9b3266f36ba3da4720dc9224
* [PB11] Add a skeleton class for a self-updating progress barJean Chalard2013-04-261-0/+31
Bug: 7600384 Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4