summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/LocalImage.java
Commit message (Expand)AuthorAgeFilesLines
* Move calls to LightCycleHelper off the UI thread.Mangesh Ghiware2012-10-111-30/+59
* Disable in-place crop for 360 panoramaMangesh Ghiware2012-10-101-2/+2
* Change how stitched images are inserted into Gallery.George Mount2012-10-101-0/+5
* Share only 360-degree panoramas with new MIME typeMangesh Ghiware2012-10-081-2/+19
* Disable destructive rotate for lightcycle panoramaMangesh Ghiware2012-10-031-0/+2
* Use vendor specific MIME type for sharing LightCycle panoramasMangesh Ghiware2012-09-231-1/+1
* Fix metadata of cropped image for details display.Earl Ou2012-09-201-0/+2
* Add UriImage support for viewing LightCycle panoramas.George Mount2012-09-181-3/+17
* Show play icon for panorama.George Mount2012-09-101-0/+5
* Use XmpUtil to detect panorama instead of caption.George Mount2012-09-071-1/+1
* Move LightCycle checking to the closed source.Angus Kong2012-09-051-2/+2
* Invoke LightCycle viewer for panoramas.Angus Kong2012-08-291-0/+7
* Extract EXIF info only for JPEG filesOwen Lin2012-08-131-1/+5
* Code clean up.Ahbong Chang2012-07-301-0/+1
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+2
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
* am 27a76801: am c7e89dae: Update thumbnail if a picture is deleted in backgro...Chih-Chung Chang2012-06-261-0/+1
|\
| * Update thumbnail if a picture is deleted in background.Chih-Chung Chang2012-06-261-0/+1
* | Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-2/+18
|/
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-2/+0
* Better data change handling for PhotoDataAdapter and PhotoView.Chih-Chung Chang2012-05-111-6/+5
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-26/+14
* Fix 5481444 Face clustering should use PWA profile shot instead of random photoRay Chen2011-11-111-3/+0
* Fix 5224359: query width and height from media provider.Chih-Chung Chang2011-09-201-5/+14
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-0/+12
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-1/+21
* Initial code for Gallery2.Owen Lin2011-08-181-0/+289