summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android/gallery3d/util
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-065-239/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Refocus integration phase 1.Sascha Haeberling2013-07-241-0/+25
| | | | | | Bug: 9966846 Change-Id: I591ce1ee878a9f4d6bd63eddef6e79608ffd69ec
* Update Uri instead of removingztenghui2013-07-191-0/+15
| | | | | | | | | In this way, the processing service can have a better presentation. The cache key now include the file Uri and local abs path if exists. bug:9468909 Change-Id: I0919c09ad26bea2e798c99ad376996547f8f2bf8
* Fix help for GalleryGoogle buildsJohn Reck2013-07-171-0/+28
| | | | | | Bug: 9886976 Change-Id: I23fc78b924f3757f8ab12f84d3a0c97c1adc2333 (cherry picked from commit 7a43c8c3b85d6f9162651d8ed8b3a11a87490824)
* Switch over to use new camera activityDoris Liu2013-06-181-5/+0
| | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* Add more metrics to EditorBobby Georgescu2013-06-171-0/+5
| | | | | | | | | | | | Bug: 9467671 Instrument - Editor opened - Number of filters used in save - Undo/redo/reset/state panel - Save completed Change-Id: I4722f36496ccd089829bd616f89d760078922573
* Refactor to separate out EGL part.Angus Kong2013-06-121-0/+5
| | | | Change-Id: I90c37b9e221a80f0d35e6e12ab8850078dc03622
* Instrument importer for usage statisticsBobby Georgescu2013-04-281-1/+1
| | | | | Bug: 8744068 Change-Id: I416463ba15713d363ac0ce68109532b770fb02b3
* Remove dead codeBobby Georgescu2013-04-201-2/+0
| | | | | Bug: 8672542 Change-Id: Ia6046b17f8ae77ffe6b8090b5fbd1dda2bc0327e
* Usage statistics for sharing.Flavio Lerda2013-04-171-0/+1
| | | | | Bug: 8433834 Change-Id: Iaec6150443258daa213395b6fb1e8d8d3e6123b3
* Usage statistics for photo and video captureBobby Georgescu2013-04-021-0/+4
| | | | | Bug: 8433834 Change-Id: Idb4343a9e8d6895adbf9707e8c7811d007acc984
* Add possibility for UX improvement measurementsBobby Georgescu2013-02-251-0/+45
| | | | | Bug: 4293199 Change-Id: I45f8a63c676c8d7700c422a0a18f799fb6d02d2e
* Fix NPE in detecting panoramas.George Mount2012-10-231-1/+1
| | | | | | Bug 7398022 Change-Id: Iae646c424ffbe552d014f563c8f4e5e4385b4724
* on entry check if Tiny Planet if not remove UIJohn Hoford2012-10-221-1/+3
| | | | | bug:7391885 Change-Id: Ic2bffa9f9fbaa2d437ce231a1478a1b63a0eed83
* Save XMP & Exif data on edited photosJohn Reck2012-10-181-0/+31
| | | | | | | | Bug: 7293391 Bug: 7329199 Bug: 7376660 Change-Id: I23b1637a9a494c1dc43b1fc1359cdaf3e75bc23f
* Remove panorama checks from supported operations.George Mount2012-10-181-1/+3
| | | | | | | | | | 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
* Adds GMS Core PanoramaClient to GallerySascha Haeberling2012-10-171-5/+23
| | | | | | | | | Bug: 7319099 Also updates the API call to LightCycleHelper. This depends on http://go/ag/#/c/239523/ Change-Id: Ie951e44e3a474599d1da6fea52609fbb9f8dc9bc
* Move calls to LightCycleHelper off the UI thread.Mangesh Ghiware2012-10-111-10/+13
| | | | | | | | | 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-9/+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
* Share only 360-degree panoramas with new MIME typeMangesh Ghiware2012-10-081-0/+4
| | | | | | | | | | Bug: 7302972 Instead of using the UsePanoramaViewer attribute in XMP metadata, ensure that the panorama is full 360 degree by checking if the cropped width is same as the full panorama width. Change-Id: I66d864df96052f96db5fa19fb02b3abe214b4dec
* Support panorama progress items in Gallery.Angus Kong2012-10-041-2/+17
| | | | | | | Bug 7259843 Add dummy files for showing panorama progress in filmstrip. Change-Id: I7ae92b90bbbd992fde00cfcfc68af69b34d34d74
* Add UriImage support for viewing LightCycle panoramas.George Mount2012-09-181-2/+4
| | | | Change-Id: I7f61cef39370fd23b9481708dc3c902c17873074
* Separate build for AOSP and Google panorama modules.George Mount2012-09-111-0/+6
| | | | Change-Id: Icb1059569914711a704334282566d898f58d1a30
* Remove VIEW activity from LightCycle.George Mount2012-09-101-2/+1
| | | | | | Bug 7133257 Change-Id: I4b3c968ceaa01d9461a788553f23bf7694ac4b3c
* Change lightcycle call to be in Gallery's packageGeorge Mount2012-09-051-13/+1
| | | | | | Bug 7076869 Change-Id: I315b660d8a7cd84db6d06f0aa38275c7f5e4b4a6
* Move LightCycle checking to the closed source.Angus Kong2012-09-051-0/+57
bug:7076779 Change-Id: Ieebe0343a46257ca07f06483beb9391a90d7727a