| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some compiler warnings•••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
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -1/+1 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -2/+0 |
* | Catch exceptions we can't do anything about.•••This also abstracts away the "package deactivated" case for
simpler and safer code.
Bug: 11072561
Change-Id: Idaaf2ae8d8d5b2c4a15de641bbf2f8c5c7cc9410
|  Jean Chalard | 2014-02-17 | 1 | -7/+3 |
* | Remove some warnings•••Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
|  Jean Chalard | 2014-01-09 | 1 | -0/+1 |
* | [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 | 1 | -0/+90 |
* | [PB11] Add a skeleton class for a self-updating progress bar•••Bug: 7600384
Change-Id: I55b51152dd9968a359af091bf309f0d406f63ec4
|  Jean Chalard | 2013-04-26 | 1 | -0/+31 |