summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data
Commit message (Expand)AuthorAgeFilesLines
* Fix zoom for images with orientation tagDoris Liu2013-09-162-0/+11
* Avoid expensive O(n) main-thread operation when adding Photo Sphere.Sascha Haeberling2013-09-162-21/+114
* Fix crash due to a hole in setDataSource.ztenghui2013-09-121-1/+3
* Make sure we switch to preview view when resuming.Sascha Haeberling2013-09-096-19/+24
* Skip bitmaps with 0 dimension.Angus Kong2013-08-301-3/+9
* Merge "Fix of memory issues with bitmaps in filmstrip." into gb-ub-photos-car...Sascha Haeberling2013-08-301-1/+1
|\
| * Fix of memory issues with bitmaps in filmstrip.Sascha Haeberling2013-08-301-1/+1
* | 1:1 zoom integrationDoris Liu2013-08-292-8/+2
|/
* Add rotate support in Film Stripztenghui2013-08-286-160/+407
* Bring back Share to filmstripMangesh Ghiware2013-08-262-13/+31
* Merge "Bring back undo delete confirmation." into gb-ub-photos-carlsbadAngus Kong2013-08-231-1/+1
|\
| * Bring back undo delete confirmation.Angus Kong2013-08-231-1/+1
* | Proper I18N of the Details dialog, especially for RTL.Sascha Haeberling2013-08-222-6/+9
|/
* Speed up filmstrip by not decoding with default 3000px.Sascha Haeberling2013-08-212-9/+10
* Add video details to the details menuSascha Haeberling2013-08-192-63/+107
* Bring back the bottom controls in Filmstrip.Sascha Haeberling2013-08-193-0/+31
* Set views in filmstrip invisible when alpha = 0.Angus Kong2013-08-154-27/+1
* Implent show-on-map functionality.Sascha Haeberling2013-08-154-16/+42
* Brings back the details menu with most EXIF data in it.Sascha Haeberling2013-08-155-16/+273
* Handle unexpected exceptions when loading videos.Angus Kong2013-08-141-6/+35
* Fix camera preview stopped after onResume().Angus Kong2013-08-132-1/+11
* Add local data types.Angus Kong2013-08-124-13/+60
* 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
* Merge "Clean up Gallery codes." into gb-ub-photos-carlsbadAngus Kong2013-08-101-2/+2
|\
| * Clean up Gallery codes.Angus Kong2013-08-091-2/+2
* | Fix NPE after capture when camera roll is empty.Angus Kong2013-08-091-11/+2
|/
* Fix DataAdapter wrapper classes callback mechanism.Angus Kong2013-08-091-3/+21
* Refactor data/LocalData.Angus Kong2013-08-075-712/+762
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-066-111/+330
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-063-25/+18
* Add LocalDataAdapter and wrappers.Angus Kong2013-08-017-175/+620
* Adds back the PhotoSphere View icon in filmstrip.Sascha Haeberling2013-08-013-15/+195
* Merge "Add fullscreen mode." into gb-ub-photos-carlsbadAngus Kong2013-06-261-1/+2
|\
| * Add fullscreen mode.Angus Kong2013-06-261-1/+2
* | Fix check of failing decoding boundaries callsAngus Kong2013-06-262-15/+6
|/
* Don't use post-ICS API View.setBackground().Angus Kong2013-06-251-22/+34
* Remove files actually.Angus Kong2013-06-142-16/+131
* Add enable/disable swiping to filmstripDoris Liu2013-06-061-1/+1
* Merge "Play video from flim strip." into gb-ub-photos-carlsbadAngus Kong2013-06-052-25/+47
|\
| * Play video from flim strip.Angus Kong2013-06-042-25/+47
* | Add interface for swipe checking.Angus Kong2013-06-051-0/+15
|/
* Merge "Add secure camera support." into gb-ub-photos-carlsbadAngus Kong2013-06-042-39/+123
|\
| * Add secure camera support.Angus Kong2013-06-032-39/+123
* | Add play icon for videos.Angus Kong2013-06-031-6/+22
|/
* Add newly taken photos/videos to film strip.Angus Kong2013-05-311-0/+40
* Merge "Don't use the same drawable for every view." into gb-ub-photos-carlsbadAngus Kong2013-05-311-1/+2
|\
| * Don't use the same drawable for every view.Angus Kong2013-05-301-1/+2
* | Fix mistakenly reversed order in FilmStripView.Angus Kong2013-05-301-2/+2
|/
* Fix/simplify comparator of LocalData.Angus Kong2013-05-231-9/+11