summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/CameraDataAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Camera: Mem-leak"Vijay kumar Tumati2014-06-191-13/+6
* Camera: Mem-leakSuman Mukherjee2014-06-091-6/+13
* Camera: Add a feature to choose where to store the picture and videoSanthosh Kumar H E2014-02-271-2/+7
* Close open cursorsSuman Mukherjee2014-02-111-0/+2
* Merge "Camera: Check file existence before update"Linux Build Service Account2013-12-071-5/+9
|\
| * Camera: Check file existence before updateAshok Raj Deenadayalan2013-11-281-5/+9
* | Differentiate the InProgressData from the normal PhotoData.ztenghui2013-11-121-1/+6
|/
* Fix incorrect width and height from MediaStore.ztenghui2013-09-271-1/+1
* Avoid expensive O(n) main-thread operation when adding Photo Sphere.Sascha Haeberling2013-09-161-21/+13
* Make sure we switch to preview view when resuming.Sascha Haeberling2013-09-091-2/+3
* Add rotate support in Film Stripztenghui2013-08-281-2/+3
* Bring back undo delete confirmation.Angus Kong2013-08-231-1/+1
* Set views in filmstrip invisible when alpha = 0.Angus Kong2013-08-151-7/+0
* Fix camera preview stopped after onResume().Angus Kong2013-08-131-0/+8
* Don't return null if there's no images to load.Angus Kong2013-08-121-4/+7
* Don't set mImages to null, as we call .size() later.Sascha Haeberling2013-08-121-1/+1
* Fix NPE after capture when camera roll is empty.Angus Kong2013-08-091-11/+2
* Refactor data/LocalData.Angus Kong2013-08-071-16/+16
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-74/+100
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-6/+5
* Add LocalDataAdapter and wrappers.Angus Kong2013-08-011-168/+43
* Adds back the PhotoSphere View icon in filmstrip.Sascha Haeberling2013-08-011-0/+12
* Fix check of failing decoding boundaries callsAngus Kong2013-06-261-1/+0
* Remove files actually.Angus Kong2013-06-141-2/+57
* Add enable/disable swiping to filmstripDoris Liu2013-06-061-1/+1
* Merge "Play video from flim strip." into gb-ub-photos-carlsbadAngus Kong2013-06-051-4/+2
|\
| * Play video from flim strip.Angus Kong2013-06-041-4/+2
* | Add interface for swipe checking.Angus Kong2013-06-051-0/+15
|/
* Add secure camera support.Angus Kong2013-06-031-38/+50
* Add newly taken photos/videos to film strip.Angus Kong2013-05-311-0/+40
* Don't use the same drawable for every view.Angus Kong2013-05-301-1/+2
* Add remove UI in FilmStripViewAngus Kong2013-05-161-0/+6
* Improve bitmap load efficiency.Angus Kong2013-05-141-344/+75
* Dropping back FilmStripView codes.Angus Kong2013-05-131-0/+604
* Remove new camera activity to avoid build breakageDoris Liu2013-05-081-604/+0
* Load video items in the new camera filmstrip.Angus Kong2013-04-121-30/+210
* Integrate FilmStripView.Angus Kong2013-04-111-27/+64
* Refactor CameraDataAdapter for other data types.Angus Kong2013-04-091-173/+215
* Add more gestures and animations in FilmStripView.Angus Kong2013-04-081-5/+20
* Horizontal scrollable filmstrip view.Angus Kong2013-03-131-0/+330