summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-0223-328/+643
* Merge "Move getTypeString from PicasaAlbumSet to MediaObject."Ray Chen2012-03-292-4/+21
|\
| * Move getTypeString from PicasaAlbumSet to MediaObject.Ray Chen2012-03-292-4/+21
* | Merge "Patch 2 for master."Chih-Chung Chang2012-03-283-5/+56
|\ \ | |/ |/|
| * Patch 2 for master.Chih-Chung Chang2012-03-263-5/+56
* | Merge "Refactor. Make the code simpler."Owen Lin2012-03-2812-447/+269
|\ \
| * | Refactor. Make the code simpler.Owen Lin2012-03-2612-447/+269
| |/
* / Fix b/6212093: Title wasn't updated for orientation changes.Yuli Huang2012-03-271-11/+12
|/
* Merge "New effect in photo browsing."Chih-Chung Chang2012-03-226-69/+304
|\
| * New effect in photo browsing.Chih-Chung Chang2012-03-226-69/+304
* | Merge "Make PackagesMonitor go async"Hung-ying Tyan2012-03-211-1/+18
|\ \ | |/ |/|
| * Make PackagesMonitor go asyncHung-ying Tyan2012-03-221-1/+18
* | Merge changes I1acef9fc,I53ddb3cdOwen Lin2012-03-213-75/+141
|\ \
| * | Make top level albums can be loaded concurrently.Owen Lin2012-03-202-69/+124
| * | Add log to debug loading time.Owen Lin2012-03-202-9/+20
* | | Fix incorrect initial position/scale of opening animations.Yuli Huang2012-03-215-31/+60
* | | Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-2116-143/+765
* | | Fix b/6191707 Unable to set Custom wallpaper from HomeRay Chen2012-03-208-91/+92
|/ /
* | Revert "bug #6176711: guard against null GalleryActionBar." andRay Chen2012-03-196-24/+25
* | Merge "Fix a regression, we forget assigne a value to a member variable."Owen Lin2012-03-161-0/+1
|\ \ | |/ |/|
| * Fix a regression, we forget assigne a value to a member variable.Owen Lin2012-03-161-0/+1
* | bug #6176711: guard against null GalleryActionBar.Wei Huang2012-03-153-4/+12
|/
* Fix 6039387 Wrong app icon shown when playing 'personal video' from Videos appRay Chen2012-03-151-0/+11
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ...Ray Chen2012-03-1510-32/+97
* Aggregate three gesture detectors.Chih-Chung Chang2012-03-142-77/+177
* Reorganize import for all files.Owen Lin2012-03-1497-328/+283
* Merge "Reuse bitmap for all micro thumb images to prevent GC."Owen Lin2012-03-1415-138/+283
|\
| * Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-1415-138/+283
* | Simplify PhotoEditor code.Yuli Huang2012-03-134-57/+75
|/
* Change id "root" to "movie_view_root" to avoid confusion.Chih-Chung Chang2012-03-121-1/+1
* Merge "Merge Camera into Gallery package."Chih-Chung Chang2012-03-091-0/+1
|\
| * Merge Camera into Gallery package.Chih-Chung Chang2012-03-081-0/+1
* | Fix b/5948180: Photo is repositioned during being scaled.Yuli Huang2012-03-081-1/+1
* | Fix b/5948187: Add progress text for loading video.Yuli Huang2012-03-071-11/+13
|/
* Fix b/5885342: Multiple PhotoEditor activities cause exceptions.Yuli Huang2012-03-074-49/+62
* Use AnimationTime for animation caluclation.Chih-Chung Chang2012-03-055-7/+14
* Fix a wrong flag value.Yuli Huang2012-03-011-3/+3
* Fix b/6064909: Photo might not be snapped back correctly.Yuli Huang2012-03-012-16/+22
* Fix b/5624131: Panning enlarged photo switches images by mistake.Yuli Huang2012-02-292-45/+72
* Merge "Fix 5948189 BUG BASH: action bar flashes during multi-select"Ray Chen2012-02-281-46/+50
|\
| * Fix 5948189 BUG BASH: action bar flashes during multi-selectRay Chen2012-02-291-46/+50
* | Fix 5948223 [bug bash] Albums text disappears when exiting galleryRay Chen2012-02-253-7/+17
|/
* Fix 5948410 BUG BASH: Temporarily title is displayed during gallery startRay Chen2012-02-241-3/+3
* Remove unused code.Chih-Chung Chang2012-02-2363-1907/+19
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-228-40/+47
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-1712-60/+56
* Change from fillRect to clearBuffer for pure black background.Chih-Chung Chang2012-02-174-24/+16
* Simplify the reference from textures to GLCanvas.Chih-Chung Chang2012-02-174-9/+16
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-169-42/+56
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-1611-52/+98