summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/BaseCancelable.java
Commit message (Collapse)AuthorAgeFilesLines
* Change Cancelable to method call directly.Chih-Chung Chang2009-09-041-164/+0
| | | | Change-Id: Id4396646e82593d9a40b3552dd2c6cd8146b29eb
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-2/+0
| | | | replace deprecated methods, and removing unused imports.
* Removed unused resources and code. See 2036961: build size too large.Chih-Chung Chang2009-08-101-13/+0
|
* Improve the design of ICancelable.Owen Lin2009-04-291-33/+144
|
* Code clean up.Chih-Chung Chang2009-04-161-1/+0
|
* AI 146099: 1. Use ICancelable<T> to replace several different interfaces, ↵Owen Lin2009-04-141-1/+1
| | | | | | | | such as IGetBooleanCancelable. 2. Remove some warnings. Automated import of CL 146099
* AI 144530: Refactor the huge codes in ImageManager. Extract member classes ↵Owen Lin2009-04-031-0/+69
to top level. Fix style issue. Automated import of CL 144530