summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/DataManager.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-371/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Start of photosJohn Reck2013-02-221-1/+6
| | | | Change-Id: Id53dd96d8873e0fe6c2685e07cd7bdc0cde7ea75
* Replace camera importerBobby Georgescu2013-01-071-9/+2
| | | | Change-Id: Icfeb23301bc6c9f8c8b12824bcbb0d8b41852d07
* Remove panorama checks from supported operations.George Mount2012-10-181-7/+26
| | | | | | | | | | Bug 7351383 Bug 7349438 Move panorama support checks from getSupportedOperations so that calls to getSupportedOperations are consistent. Panorama checks are moved to only based on callbacks. Change-Id: Id9ff138204df84c6fb0a4c971dcea59f1220aee2
* Remove old camera classes.Wu-cheng Li2012-10-161-12/+0
| | | | | bug:7201108 Change-Id: I539d02c411c654238d7e5e0c34e9ec3e6e6d4d90
* Move calls to LightCycleHelper off the UI thread.Mangesh Ghiware2012-10-111-0/+6
| | | | | | | | | Bug: 7320303 Replace multiple methods in LightCycleHelper with a single one that returns relevant metadata. Change-Id: Iaa75b3c1ccc8a5b724b253cec654b5b5acb4878e
* Change how stitched images are inserted into Gallery.George Mount2012-10-101-2/+0
| | | | | | | | | Bug 7299396 Stitching images now use normal LocalImages for their MediaItem instead of LightCycleItems. They are no longer part of a special album. Change-Id: Ic62822a44b9743829dee50bcfa6f455cd538afa7
* Support panorama progress items in Gallery.Angus Kong2012-10-041-0/+3
| | | | | | | Bug 7259843 Add dummy files for showing panorama progress in filmstrip. Change-Id: I7ae92b90bbbd992fde00cfcfc68af69b34d34d74
* Ensure peekObject is called in the syncrhonization block.Owen Lin2012-09-111-16/+25
| | | | | bug: 7019598 Change-Id: If153287078826afc9827ea64364b4fb64f2b3a5f
* Add secure album support for lock screen camera.Wu-cheng Li2012-08-271-0/+1
| | | | | | | | | Secure album only shows the media items added by the camera. bug:5955016 Change-Id: Id26abec4dfcc036cf9de682398fed25eed73d1a5
* Remove /mtp from TOP_SET_PATH before HC.Owen Lin2012-08-011-10/+14
| | | | | bug: 6913061 Change-Id: Iecdb6452035b83070502977265a3e0d526ea784c
* Code clean up.Ahbong Chang2012-07-301-0/+1
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Use MTP only if the MTP API is available.Chih-Chung Chang2012-07-041-1/+4
| | | | Change-Id: I5c747d0da2905eb344c56dfab6333034dd5eecc3
* Update thumbnail if a picture is deleted in background.Chih-Chung Chang2012-06-261-0/+14
| | | | | Bug: 6712751 Change-Id: I17f56c9ff04441e51f28b3e3bec23b1ac308b70c
* Fix NPE in Gallery.Owen Lin2012-04-251-2/+2
| | | | | | | | This happens if user set type in an intent. But we get a different type from content resolver. Change-Id: Iabafce7f7aaff23a7a9ee09e1d38ab50049abc88 fix: 6358473
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-0/+1
| | | | | | Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
* Reorganize import for all files.Owen Lin2012-03-141-4/+4
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Remove unused code.Chih-Chung Chang2012-02-231-12/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Fixes gallery crash due to attempt to open deleted photo.Pin Ting2012-01-161-4/+9
| | | | | bug:5630894 Change-Id: I540bf067561550def72ac513eed12dcd5a808a1a
* Initial code for Gallery2.Owen Lin2011-08-181-0/+333
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c