summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/PhotoPage.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-1571/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Make sure we don't add the pano sharing menu in the secure lock screen.Sascha Haeberling2013-04-221-3/+5
| | | | | | Bug: 8473022 Change-Id: Ie2221b6a660b7c9dc39cef89a509da4b2659adb3
* Remove unused imports.Flavio Lerda2013-04-181-4/+0
| | | | | | | | This is follow-up on the previous fix for b/8433834, addressing reviewer comments. Bug: 8433834 Change-Id: I06f466704175a62d8febc5be471a2ca1f50e898d
* Gallery crop uses new activity. Fixed image quality.Ruben Brunk2013-04-181-2/+3
| | | | | | | | | | | | Bug: 8639287 Bug: 8617799 Bug: 8600483 Bug: 8586301 Bug: 8526929 Bug: 8181859 Bug: 7561681 Change-Id: Ib275b970931dd324e93d1629be75e5309c9dcb4e
* Usage statistics for sharing.Flavio Lerda2013-04-171-2/+31
| | | | | Bug: 8433834 Change-Id: Iaec6150443258daa213395b6fb1e8d8d3e6123b3
* Add menu item to start the simple editornicolasroard2013-04-081-0/+27
| | | | Change-Id: Iac3ca76838a5f91186527863b3d990cbcad3faf0
* Add many contextual actions to new galleryBobby Georgescu2013-03-141-1/+1
| | | | Change-Id: Ied57636c7bf0804ad015ddc664e177633c549e08
* Add coarse grained events for camera mode, filmstrip statsBobby Georgescu2013-03-131-0/+4
| | | | Change-Id: I9c48f1646e9dff44efd27180065a6435110c5d16
* Usage statistics collection for camera module, filmstripBobby Georgescu2013-03-121-0/+10
| | | | Change-Id: Ib3e7dfb8948e99541f6d492c7d7bd4bfbad1e53d
* Change transition from Gallery to FiltershowBobby Georgescu2013-02-081-1/+1
| | | | | Bug: 8163894 Change-Id: Iaed600df39a88b176cb8ed3316d187c26c6b7961
* Fix ANRs due to waiting for IO on UI threadBobby Georgescu2013-01-281-3/+1
| | | | | Bug: 7998915 Change-Id: I938145a7072170f713099a04578f98951b35cbab
* Tweaks for canvasJohn Reck2013-01-181-0/+6
| | | | Change-Id: I9aecf757047f93159212441e5317ef2b3b304a70
* Replace camera importerBobby Georgescu2013-01-071-11/+0
| | | | Change-Id: Icfeb23301bc6c9f8c8b12824bcbb0d8b41852d07
* Fix camera->gallery relaunch loop on empty camera albumBobby Georgescu2013-01-071-1/+1
| | | | | Bug: 7952132 Change-Id: I27325abe32177195d07fe310b8c49aca81af9056
* Lock icon in secure album should redirect to gallery after unlock.Wu-cheng Li2012-12-181-1/+3
| | | | | | | | | | | | Use FLAG_DISMISS_KEYGUARD so lock screen will be brought up when launching gallery. bug:7462572 Change-Id: I345398cc6cfc09901e1ce8309ebdb65cf15088e0 The auto-merge of this CL from Arches to Bryce had a merge conflict, so I canceled the auto-merge and then did this manual cherry-pick.
* remove actionbar sherlockJohn Reck2012-12-121-4/+3
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* am db99a10b: Fix NPE in PhotoPageBobby Georgescu2012-12-051-1/+3
|\ | | | | | | | | * commit 'db99a10b6ac9296d612db8ba51e37f141fee4170': Fix NPE in PhotoPage
| * Fix NPE in PhotoPageBobby Georgescu2012-12-041-1/+3
| | | | | | | | | | Bug: 7673141 Change-Id: I264f28d127f47e5f4f8c6a7c2df1c021401d03f2
* | resolved conflicts for merge of 3c6a0610 to gb-ub-photos-bryceYour Name2012-11-271-8/+1
|\| | | | | | | Change-Id: Iac3fcc4a4b8c0295ec53edf5658169fb5fab021e
| * Remove orientation compensationYour Name2012-11-271-8/+1
| | | | | | | | | | | | Bug: 7446056 Change-Id: I6f00617c890961e4d56545406bac9682356c0b15
* | Merge "Video: Add the mute functionality." into gb-ub-photos-bryceTeng-Hui Zhu2012-11-161-0/+6
|\ \
| * | Video: Add the mute functionality.Teng-Hui Zhu2012-11-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
* | | Fix UnsupportedOperationException in MediaObjectDoris Liu2012-11-121-1/+6
|/ / | | | | | | | | Bug: 6495745 Change-Id: I770833f0c3fec6f187e961f511a7d9d2591f5f97
* | am 9ec5de9d: Fix scenario where launching Gallery launches CameraBobby Georgescu2012-11-061-1/+2
|\| | | | | | | | | * commit '9ec5de9dbf46caecd2f0b38a72d31fa37ecb0466': Fix scenario where launching Gallery launches Camera
| * Fix scenario where launching Gallery launches CameraBobby Georgescu2012-11-061-1/+2
| | | | | | | | | | Bug: 7479102 Change-Id: Ib4676a7149c659897eee1dbbb92ab09861bd0ed4
| * Lock icon in secure album should redirect to gallery after unlock.Wu-cheng Li2012-11-021-1/+3
| | | | | | | | | | | | | | | | | | Use FLAG_DISMISS_KEYGUARD so lock screen will be brought up when launching gallery. bug:7462572 Change-Id: I345398cc6cfc09901e1ce8309ebdb65cf15088e0
* | Split PhotoPage into FilmstripPage and SinglePhotoPageBobby Georgescu2012-11-051-2/+2
| | | | | | | | | | Bug: 7479348 Change-Id: I98f668bd00e2e09bda9d5d9965fdbdaf1b832bfa
* | am 40bb7158: Merge "Jump to lockscreen in secure album if tap on video" into ↵Bart Sears2012-11-011-3/+6
|\| | | | | | | | | | | | | gb-ub-photos-arches * commit '40bb7158b8bda53433b36b94d6efed0e3937dcf2': Jump to lockscreen in secure album if tap on video
| * Jump to lockscreen in secure album if tap on videoAngus Kong2012-11-011-3/+6
| | | | | | | | | | bug:7454356 Change-Id: I1e7e9ed886d414d5b41abdb1cc1d00c7736ae006
* | Gingerbread support-ishJohn Reck2012-10-311-3/+4
|/ | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* Show sync error toast only when both loading and syncing are done.Hung-ying Tyan2012-10-301-1/+1
| | | | | Bug: 7427597 Change-Id: Ie1fe8510e2a2225424b3c2892b2c0a8b4021324c
* Add proxy launcherJohn Reck2012-10-251-56/+10
| | | | | | Bug: 7394901 Change-Id: I667a6e6fbd11d4c02dc536067bb6f3813775db9c
* Launch built-in camera app via filmstripBobby Georgescu2012-10-241-2/+9
| | | | | Bug: 7407182 Change-Id: I25e0028dd5f3889f7837494e0bf25c54edbb4405
* Do not show bottom controls when undo bar is visibleBobby Georgescu2012-10-241-1/+6
| | | | | Bug: 7403458 Change-Id: I1e789ebd7f08256a1ccbdb2ac9f2f9f97d0859c6
* Do not show Camera placeholder when not appropriateBobby Georgescu2012-10-231-9/+10
| | | | | Bug: 7403454 Change-Id: I5cc0227f068da0ca596e6259314b9d2ade62de07
* Fix jank when launching editor from Camera filmstripBobby Georgescu2012-10-231-0/+4
| | | | | | | | | Bug: 7301182 Status bar visibility in FilterShow will now match the one in Camera/Gallery so that there isn't weird jank when launching. Change-Id: I3e942633b351264d2cd38cc5b587de32e38521ed
* Show Panorama viewer button in filmstrip modeBobby Georgescu2012-10-231-2/+3
| | | | | Bug: 7393346 Change-Id: I555ef6cfee0ac3992f0a84c69a1eafc19718ce4c
* Scroll to placeholder in gallery filmstrip launches cameraBobby Georgescu2012-10-221-3/+13
| | | | | Bug: 7368079 Change-Id: I50323b6b4d64672486cdca785b9f1e1ae2f02a97
* Better transition between Gallery and editorBobby Georgescu2012-10-221-0/+7
| | | | | Bug: 7346155 Change-Id: I5f6b0901df4aa37d1657c13917aeae7ad77ac9bf
* Fix delete and undo behavior on filmstripBobby Georgescu2012-10-191-1/+1
| | | | | Bug: 7353749 Change-Id: Ib0abd3f71783c01b1df418dd76e674bf05e65ce7
* Remove progress bar when switching to grid mode.George Mount2012-10-191-0/+4
| | | | | | Bug 7377975 Change-Id: I388fdf6c6c9a5ffa64e10f864806a8131e53a009
* Fix geometry xforms & minor bug.Ruben Brunk2012-10-191-1/+1
| | | | | | | | | Bug: 7376048 Fixed geometry transform. Fixed minor bug where the foldername for saved edited images was incorrect. Change-Id: Icb3156f02b7db7b50a455aaa31ee70832e3fdca8
* Adding support for tiny planet in galleryDoris Liu2012-10-181-4/+28
| | | | | Bug: 7344427 Change-Id: I6fad734b28022f45cc551d81212ee4d3a0c867b2
* Do not show "Filmstrip view" text when photo is fullscreenBobby Georgescu2012-10-181-1/+9
| | | | | Bug: 243374 Change-Id: I2d0a1d56e6c2d833d9d75041b30afcb988635c49
* Remove panorama checks from supported operations.George Mount2012-10-181-78/+120
| | | | | | | | | | 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
* First cut at a skeleton for the TinyPlanets filter.Sascha Haeberling2012-10-181-2/+0
| | | | | | | | | Bug: 7344426 This is not hooking up the real algorithm yet, but unblocks Doris so she can add the button while we rewrite the algorithm. Change-Id: I685b6c189e8ac124670db53c37565c4f1ff1f606
* Save edited picasa to "Edited Online Photos" albumDoris Liu2012-10-171-0/+10
| | | | | | | | | | | Bug: 7346157 This CL includes the following changes: 1) Save the new image to a new folder named "Edited Online Photos" 2) After the picture is saved, the user will be in the "Edited Online Photos" folder 3) Change the toast during saving to "Saving to" + new folder name Change-Id: Ic505925425419ba9e3c7dac31fd403bf73d6887d
* Added support for crop actions. Changed overflow menu to use new editor.Ruben Brunk2012-10-171-3/+5
| | | | | | Bug: 7281479 Bug: 7337191 Change-Id: I91055c972666e4c2d605903646b55d8c67ae87f3
* Adds GMS Core PanoramaClient to GallerySascha Haeberling2012-10-171-2/+7
| | | | | | | | | Bug: 7319099 Also updates the API call to LightCycleHelper. This depends on http://go/ag/#/c/239523/ Change-Id: Ie951e44e3a474599d1da6fea52609fbb9f8dc9bc
* Add permission to GalleryProvider.Owen Lin2012-10-171-10/+8
| | | | | bug: 7202384 Change-Id: I1a13ed7e480163c898cf376219953b321290d4d4