summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upload textures in background.Owen Lin2012-04-052-3/+10
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-3/+12
* Move getTypeString from PicasaAlbumSet to MediaObject.Ray Chen2012-03-292-4/+21
* Merge changes I1acef9fc,I53ddb3cdOwen Lin2012-03-212-75/+135
|\
| * Make top level albums can be loaded concurrently.Owen Lin2012-03-202-69/+124
| * Add log to debug loading time.Owen Lin2012-03-201-9/+14
* | Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-215-0/+224
|/
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ...Ray Chen2012-03-154-3/+34
* Reorganize import for all files.Owen Lin2012-03-1423-83/+68
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-148-89/+118
* Remove unused code.Chih-Chung Chang2012-02-239-132/+1
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-1/+2
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-2/+1
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-1/+2
* Fixes gallery crash due to attempt to open deleted photo.Pin Ting2012-01-161-4/+9
* am 622c2b2c: Merge "Show a dialog to require updating PlusOne." into ics-mr1Wei Huang2011-11-293-35/+26
|\
| * Show a dialog to require updating PlusOne.Owen Lin2011-11-243-35/+26
* | am d7401652: Fix 5611147 attachments (picture) can\'t be viewed after they\'r...Ray Chen2011-11-162-4/+8
|\|