summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs relating to grid/filmstrip switchingBobby Georgescu2012-09-171-0/+1
* Launch next-gen editor if present and show FX buttonBobby Georgescu2012-09-111-0/+5
* Ensure peekObject is called in the syncrhonization block.Owen Lin2012-09-116-42/+61
* More logging added for monkey crashDoris Liu2012-09-101-1/+3
* Show play icon for panorama.George Mount2012-09-103-0/+14
* Reskin: switching between filmstrip and grid in albumBobby Georgescu2012-09-093-0/+18
* Merge "Use XmpUtil to detect panorama instead of caption." into gb-ub-photos-...George Mount2012-09-071-1/+1
|\
| * Use XmpUtil to detect panorama instead of caption.George Mount2012-09-071-1/+1
* | Update media items when a picture is deleted in secure album.Wu-cheng Li2012-09-071-7/+69
|/
* Move LightCycle checking to the closed source.Angus Kong2012-09-051-2/+2
* Set inMutable to true if we may reuse the bitmap.Owen Lin2012-09-041-0/+11
* Merge "Fix NPE when deleting a photo in Clustering mode." into gb-ub-photos-a...Owen Lin2012-09-021-1/+3
|\
| * Fix NPE when deleting a photo in Clustering mode.Owen Lin2012-08-301-1/+3
* | Remove unused resources and fix some warnings.Owen Lin2012-08-305-15/+24
* | Invoke LightCycle viewer for panoramas.Angus Kong2012-08-292-0/+8
* | add the menu button to support trimmingTeng-Hui Zhu2012-08-272-1/+2
* | Add secure album support for lock screen camera.Wu-cheng Li2012-08-275-11/+158
|/
* Extract EXIF info only for JPEG filesOwen Lin2012-08-132-1/+7
* Add logging for monkeyDoris Liu2012-08-021-1/+2
* Fix typo of datetaken field.Wu-cheng Li2012-08-011-1/+1
* Don't use Files.getContentUri in previous API levels.Owen Lin2012-08-014-135/+260
* Remove /mtp from TOP_SET_PATH before HC.Owen Lin2012-08-011-10/+14
* Code clean up.Ahbong Chang2012-07-3030-3/+52
* Add @TargetApi for all Mtp related code.Owen Lin2012-07-245-0/+16
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-041-1/+4
* Add ExifTags to hold tag names that are not available in ExifInterfaceHung-ying Tyan2012-07-031-3/+4
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-035-76/+99
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
* am acd75301: am bb52543c: Merge "Show undo option for 3 seconds after the las...Chih-Chung Chang2012-06-271-0/+7
|\
| * Show undo option for 3 seconds after the last picture is deleted.Chih-Chung Chang2012-06-271-0/+7
* | am 27a76801: am c7e89dae: Update thumbnail if a picture is deleted in backgro...Chih-Chung Chang2012-06-264-0/+17
|\|
| * Update thumbnail if a picture is deleted in background.Chih-Chung Chang2012-06-264-0/+17
* | am 64cebdd1: am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-44/+174
|\|
| * Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-44/+174
* | Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-2/+18
|/
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-184-15/+140
* Fix 6259517 "0 images / videos available" toast is displayed in gallery on la...Ray Chen2012-05-234-0/+32
* Handle null for the video resolution field in MediaProvider.Chih-Chung Chang2012-05-171-0/+1
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-173-9/+25
* Better data change handling for PhotoDataAdapter and PhotoView.Chih-Chung Chang2012-05-111-6/+5
* Handle ScreenNail size change.Chih-Chung Chang2012-05-093-25/+34
* Merge "Fix photo rotates incorrectly in crop image." into jb-devOwen Lin2012-05-021-2/+12
|\
| * Fix photo rotates incorrectly in crop image.Owen Lin2012-04-271-2/+12
* | Make 'Edit' behave more consistent with 'Crop'. DO NOT MERGE.Yuli Huang2012-04-271-3/+2
|/
* Fix NPE in Gallery.Owen Lin2012-04-255-27/+31
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-184-14/+100
* Fix NPE in onContentDirty.Owen Lin2012-04-182-2/+20
* Fix a concurrent issue in reload().Owen Lin2012-04-172-5/+6
* Add BytesBufferPool to prevent GC.Owen Lin2012-04-105-54/+259
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-052-2/+57