summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove orientation compensationYour Name2012-11-272-89/+20
| | | | | | Bug: 7446056 Change-Id: I6f00617c890961e4d56545406bac9682356c0b15
* 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-022-1/+10
| | | | | | | | | Use FLAG_DISMISS_KEYGUARD so lock screen will be brought up when launching gallery. bug:7462572 Change-Id: I345398cc6cfc09901e1ce8309ebdb65cf15088e0
* Jump to lockscreen in secure album if tap on videoAngus Kong2012-11-011-3/+6
| | | | | bug:7454356 Change-Id: I1e7e9ed886d414d5b41abdb1cc1d00c7736ae006
* Merge "DO NOT MERGE: Do not set the background to null for video." into ↵Tenghui Zhu2012-10-301-21/+1
|\ | | | | | | gb-ub-photos-arches
| * DO NOT MERGE: Do not set the background to null for video.Romain Guy2012-10-301-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7275145 Bug 7405595 Removing the window background when it's not visible is a good idea to save on performance. Removing *all* the backgrounds is just a silly idea that leads to weird looking results that drive graphics engineers mad for a day until they figure out that everything is working properly and that the app is simply asking the system to draw whatever garbage is left in the GPU's graphics buffers. Cherry pick the Romain's change from jb-mr1-dev: https://googleplex-android-review.googlesource.com/#/c/234571/ Change-Id: Ief88821319989add5fda57ae7b69cdb01f6ccdf4
* | Show sync error toast only when both loading and syncing are done.Hung-ying Tyan2012-10-307-15/+58
|/ | | | | Bug: 7427597 Change-Id: Ie1fe8510e2a2225424b3c2892b2c0a8b4021324c
* Show panoViewer icon after "Back" from viewerDoris Liu2012-10-261-1/+2
| | | | | Bug: 7407942 Change-Id: I00da3c73a558e412e106f089034e83f2e75616e4
* Add proxy launcherJohn Reck2012-10-251-56/+10
| | | | | | Bug: 7394901 Change-Id: I667a6e6fbd11d4c02dc536067bb6f3813775db9c
* Handle 360 panorama specific MIME type.Mangesh Ghiware2012-10-251-2/+5
| | | | | | Bug: 7407448 Change-Id: I939a061e2100c2cdc17279982de98f1d446d8aef
* Remove the old photo editornicolasroard2012-10-241-7/+0
| | | | | | bug:7407573 Change-Id: Ifac6d3d7cec02c9cb8ef8bbd390f0512e6cdb66c (cherry picked from commit a96c8e9c9aac509ba074b340c66e31e20ec05823)
* Merge "Initialize the modified date correctly." into gb-ub-photos-archesTeng-Hui Zhu2012-10-241-6/+9
|\
| * Initialize the modified date correctly.Teng-Hui Zhu2012-10-241-6/+9
| | | | | | | | | | | | | | | | | | On top of that, the date_taken is in units of seconds, while others are in units of milliseconds. bug:7307090 Change-Id: I3f14a6354fa72a20d228d49a92d5c2007ca29df1
* | 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
* Stay in AlbumPage when dismissing a popup from APDoris Liu2012-10-232-8/+7
| | | | | | Bug: 7384972 Change-Id: Ie2434ecc203a98610f1954b73a3d6916940eb812
* Fix jank when launching editor from Camera filmstripBobby Georgescu2012-10-232-0/+9
| | | | | | | | | 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
* Merge "Fix NPE in detecting panoramas." into gb-ub-photos-archesGeorge Mount2012-10-231-3/+7
|\
| * Fix NPE in detecting panoramas.George Mount2012-10-231-3/+7
| | | | | | | | | | | | Bug 7398022 Change-Id: Iae646c424ffbe552d014f563c8f4e5e4385b4724
* | Show Panorama viewer button in filmstrip modeBobby Georgescu2012-10-231-2/+3
| | | | | | | | | | Bug: 7393346 Change-Id: I555ef6cfee0ac3992f0a84c69a1eafc19718ce4c
* | Ensure photo sphere icon shows for panoramas.George Mount2012-10-231-0/+1
|/ | | | | | Bug 7393844 Change-Id: Id3b0d15606ec6e5d41558cbfc5089c4b1b229c63
* Merge "Scroll to placeholder in gallery filmstrip launches camera" into ↵Bobby Georgescu2012-10-221-3/+13
|\ | | | | | | gb-ub-photos-arches
| * Scroll to placeholder in gallery filmstrip launches cameraBobby Georgescu2012-10-221-3/+13
| | | | | | | | | | Bug: 7368079 Change-Id: I50323b6b4d64672486cdca785b9f1e1ae2f02a97
* | Merge "Add null-check for StitchingServiceProvider." into gb-ub-photos-archesGeorge Mount2012-10-221-1/+3
|\ \ | |/ |/|
| * Add null-check for StitchingServiceProvider.George Mount2012-10-221-1/+3
| | | | | | | | | | | | Bug 7386827 Change-Id: Id1ec7399202c6e67bb215f1309697b2f718a3c03
* | Better transition between Gallery and editorBobby Georgescu2012-10-221-0/+7
|/ | | | | Bug: 7346155 Change-Id: I5f6b0901df4aa37d1657c13917aeae7ad77ac9bf
* Fix for active action bar in cameraDoris Liu2012-10-191-0/+3
| | | | | | Bug: 7377404 Bug: 7384972 Change-Id: Ic54a7501ed3e2a61fab272461dee474b693c8f3a
* Fix delete and undo behavior on filmstripBobby Georgescu2012-10-192-3/+7
| | | | | Bug: 7353749 Change-Id: Ib0abd3f71783c01b1df418dd76e674bf05e65ce7
* Remove progress bar when switching to grid mode.George Mount2012-10-191-0/+4
| | | | | | Bug 7377975 Change-Id: I388fdf6c6c9a5ffa64e10f864806a8131e53a009
* Merge "Fix geometry xforms & minor bug." into gb-ub-photos-archesRuben Brunk2012-10-191-1/+1
|\
| * 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
* | Fix sharing state in Gallery ActionBarMangesh Ghiware2012-10-191-0/+6
|/ | | | | Bug: 7340067 Change-Id: I4ff9577315fc743f6b9fef0d325b0743546f108e
* Merge "Adding support for tiny planet in gallery" into gb-ub-photos-archesDoris Liu2012-10-182-7/+31
|\
| * Adding support for tiny planet in galleryDoris Liu2012-10-182-7/+31
| | | | | | | | | | Bug: 7344427 Change-Id: I6fad734b28022f45cc551d81212ee4d3a0c867b2
* | Merge "Fix Gallery crash" into gb-ub-photos-archesBobby Georgescu2012-10-181-1/+4
|\ \
| * | Fix Gallery crashBobby Georgescu2012-10-181-1/+4
| |/ | | | | | | | | Bug: 7268985 Change-Id: I88c823d3270cb74d6e2bd7df5b6b6ed9e28f16a6
* / DO NOT MERGEScott Main2012-10-181-22/+0
|/ | | | | | | | | | | cherrypick from Change-Id: I51c6a730e8663586153750a1cda6ea65aad592e8 remove old fashioned Dream, no longer supported Change-Id: I51c6a730e8663586153750a1cda6ea65aad592e8 Conflicts: AndroidManifest.xml
* 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-184-83/+215
| | | | | | | | | | 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
* Merge "Various transition tweaks/fixes in Gallery" into gb-ub-photos-archesBobby Georgescu2012-10-183-20/+42
|\
| * Various transition tweaks/fixes in GalleryBobby Georgescu2012-10-183-20/+42
| | | | | | | | | | | | | | | | | | Bug: 7376109 -Add new animation preset for photos based on UX feedback -Fix showing of highlight when tapping album grid photo -Move StateTransition enum to StateTransitionAnimation.State Change-Id: I2ce57580fa6c5f34d9545561515031899eb41eb2
* | 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
* Merge "Big refactor, additions to state transition animations" into ↵Bobby Georgescu2012-10-172-27/+43
|\ | | | | | | gb-ub-photos-arches
| * Big refactor, additions to state transition animationsBobby Georgescu2012-10-172-27/+43
| | | | | | | | | | | | | | | | Bug: 7362944 Refactored a lot of the state transitions code, adding support for definable transition animations and defining distinct outgoing and incoming animations. Change-Id: I31a69057ea1b72dd3185cec656e59b11fdb528c1
* | 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
* Only fade out if texture creation succeededJohn Reck2012-10-171-2/+3
| | | | | | Bug: 7366597 Change-Id: Id28970fe263d975dcd48e45fd716199bc40f64d3
* Merge "Add read URI permission to intent returned for GET_CONTENT" into ↵Mangesh Ghiware2012-10-171-2/+3
|\ | | | | | | gb-ub-photos-arches
| * Add read URI permission to intent returned for GET_CONTENTMangesh Ghiware2012-10-171-2/+3
| | | | | | | | | | | | | | | | | | | | Bug: 7366308 Bug: 7202384 GalleryProvider now requires a permission to access content. See CL ca181a6 for more details. Change-Id: I4bdf61e19c9e2b6e2da0837a8f633a27c49441d7