summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2: Fix no android.permission.INTERACT_ACROSS_USERS in guest mode.yongga2016-09-031-0/+1
| | | | | | | | | Guest don't have permission to set system property. add the permission for guest. Change-Id: I8d63da7f94d27ee2ceb4a04b19d85afe097b1659 CRs-Fixed: 954666 95622
* Revert "Gallery2: Properly declare the own permissions"Michael Bestas2015-12-191-6/+6
| | | | | | | | * Breaks Google+ installation because of duplicate permissions This reverts commit cf90a15bee6eb0ebe04d991c2bcd66f98d69daac. Change-Id: I1c5797475cb1c71bb9a7d80b0d0216090c3b89fb
* Gallery2: Properly declare the own permissionsAdrianDC2015-11-191-6/+6
| | | | | Change-Id: I0613752feb8641eb87ed211d52556316f379f72c Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Gallery2: Revert DRM featureSteve Kondik2015-10-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Missing framework support in M, revisit later. Revert "Gallery2 : Drm file can be set as wallpaper" This reverts commit b00985f4de70444fa5ece9e8a78a79e73f4475b1. Revert "Gallery2 : Drm lock icon added on Photo widget for drm content" This reverts commit 4f3e49619d3954056f899660cc764f3773d92141. Revert "Gallery2 : GIF animated drm file can be visible in Gallery app" This reverts commit f5b491b181839286f58d640ae690f1860ef19e8c. Revert "Gallery2 : Delete and Details options are not visible on Camera preview" This reverts commit 704bff736bda2bc5f6c5aa2956879f55101191f5. Revert "Gallery2 : Video share option is not working" This reverts commit ea87a93df185b9f8c1e477188b55a2fe97dc983e. Revert "Gallery2 : Uses internal Drm image decoder api in Gallery app" This reverts commit 01f5f347cf33813b51bd0865dc620d001c8d8735. Revert "Gallery2 : Added support for Oma drm (CD and SD)" This reverts commit 43044da1965c1b687695f3f4e1d44d3636496978. Revert "Gallery2: Make Gallery2 support OMADRM feature" This reverts commit 829f9ad8c06070038cdef24e5fac76a8a16f841b. Change-Id: I4300285fd8539eb2e3134a0e472a087b83a0228f
* Merge branch 'cm-12.1' of ↵Steve Kondik2015-10-171-5/+97
|\ | | | | | | | | | | git://github.com/CyanogenMod/android_packages_apps_Gallery2 into cm-13.0 Change-Id: Ib8caa024d2e6feca332e3645038f226fd5a910a2
| * Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-09-151-0/+1
| | | | | | | | | | | | - Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
| * Gallery3d : Fix CROP_ACTION for third party appsDanesh M2015-09-141-0/+9
| | | | | | | | | | | | | | | | | | | | Certain apps such as google photos, don't respect return-data true, since the bitmap could be very large. Switch to a file provider to pass the external apps a uri to write cropped results to. Change-Id: I9ec8b8defaffa3d9fa0c2cdfd68422eeff5aef84
| * Add Storage preference (2/2)Scott Warner2015-05-311-0/+11
| | | | | | | | | | | | | | Based on CM11, this patch adds an intent listener to listen for storage path changes from the camera app and set the default camera folder. Change-Id: I5efec988136c6daaffe9d209278b6aa4ca29116b
| * Revert OMADRM feature.staging/cm-12.1Steve Kondik2015-03-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * No need for this. Revert "Gallery2 : Added support for Oma drm (CD and SD)" This reverts commit 6144de8cc35fdd114802545c9922a1a234af8397. Revert "Gallery2: Make Gallery2 support OMADRM feature" This reverts commit 9382a979292e52de5c60a39ba24688362dce8bc1. Change-Id: I13a0d69a792aad36d7b15bc0b3c78e3f55d396bc
| * Gallery2: Materializationcretin452015-03-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | - Material theme - FAB - New Icon - Add missing resources for movie settings - Fix action mode - Vector drawables Change-Id: I9c8cc81759502a417a5585fd1d3fd9b61e0bd68b
| * Revert "Gallery2: Grant permission to read/write files of Settings."Jing Wang2015-01-301-1/+0
| | | | | | | | | | | | | | | | it will be fixed by another way This reverts commit ba37d51c1ddc20b0b8472a2eee768a2d024f4fff Change-Id: I35b0ed339b427634f5056addfbefc20198dcfd04
| * Gallery2: Grant permission to read/write files of Settings.kaiyiz2015-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | Set photo of "user" via statusbar->more settings fails, because that Gallery2 does not have the permission to read and write files of Settings. Grant read and write Settings permission to Gallery2. Change-Id: Ifcc5b4d8d938960296c4fa9d0f7f302d353c3197 CRs-Fixed: 785671
| * Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-01-201-0/+1
| | | | | | | | | | | | - Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
| * Gallery2: add extra mimetypes to gallery manifestlubiny2014-12-011-0/+8
| | | | | | | | | | | | | | - Add extra mimetypes so they can be used for streaming Change-Id: I1df1b011ee54b646f23cfe3faa206c0aac41a838 CRs-Fixed: 620381
| * Gallery2: Fix file exist in SD card when delete from Gallerykaiyiz2014-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | The permission of writing sd card is not effective which cause this bug happen. Add write sd card permission. CRs-Fixed: 754706 Change-Id: Idd14a7ffbcce1e35d7ca6272118c48014758a1a5
| * Gallery2: Add audio output switcher between headset/speakerkaiyiz2014-11-041-0/+18
| | | | | | | | | | | | | | | | | | | | | | There is no audio output switcher between headset/speaker. Add the audio output switcher button to menu list in order to let user use this function. CRs-Fixed: 650867 Change-Id: I16f5fdc74a76ee55557ba87b0145e51165f0408a
| * Gallery2: Fix batches of issues in movie effectswjiang2014-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix following issues: - All settings aren't restored to previous state when user cancel his operations. - Check the validity to avoid calling member function of an already released object. - Recycle effect instance when MovieActivity pauses. - Don't restore strength from pref when toggling switch. - Force the Effect's dialog to be uncancelable. - Fix null pointer and effect leak issue due to CMCC features. - Fix audio effects dialog display on small screens. - Recognize bluetooth headset. - Update visual design. Conflicts: src/com/android/gallery3d/ui/Knob.java Change-Id: I803897508c0c1a6723170b7691e3ece03680e4f1
| * Gallery2: add some video featuresLikai Ding2014-11-041-1/+5
| | | | | | | | | | | | | | including: previous/next video play mode, screen mode, fast forward/rewind button, step settings. Change-Id: I3f4890c4dd95956e0eca889a5fd8b8d83b8d542e
| * Gallery2: support live streaming and bookmarksLikai Ding2014-11-041-0/+29
| | | | | | | | | | | | | | Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
| * Gallery2: support GIF animationLikai Ding2014-11-041-0/+10
| | | | | | | | | | | | | | This change implements a Java GIF decoder. Change-Id: I72b6e8eb25572bba77a2a46e1754d8db8c47a0cc Signed-off-by: Xiaojing Zhang <zhangx@codeaurora.org>
| * Gallery2: add support for the DASH mimetypeRob Walker2014-11-041-0/+1
| | | | | | | | | | | | | | Add support for the DASH mimetype CRs-Fixed: 539815 Change-Id: Ibbd03a2e4e3b1ca9224d4651e1c518e2ba51ba77
* | Gallery2: add support for the DASH mimetypeRob Walker2015-10-061-0/+1
| | | | | | | | | | | | | | Add support for the DASH mimetype CRs-Fixed: 539815 Change-Id: Ibbd03a2e4e3b1ca9224d4651e1c518e2ba51ba77
* | Gallery2 app might use cleartext network traffic.Alex Klyubin2015-05-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This declares that Gallery2 app might be using cleartext network traffic (e.g., HTTP instead of HTTPS). This CL does not change the behavior of the app. The flag added by this CL to the app's manifest will make it easier to identify apps that use cleartext traffic in the future. The only reason for using cleartext network traffic is the pre-existing public contract that this app can display externally provided HTTP image URLs and play back externally provided HTTP and RTSP video URLs. Bug: 19215516 Change-Id: I6e1e8400f40ba7c280742c71af7a572b0dbad231
* | Add an explicit dependency on org.apache.http.legacy.Narayan Kamath2015-02-131-0/+1
|/ | | | | bug: 18027885 Change-Id: I8e041025dc3f58b82ddce5b9ab2e3bdd3512cf00
* Bring Gallery2 manifest into parity with CROP supportAlan Newberger2014-09-171-3/+0
| | | | | | | | | | | Gallery2 does not support http/https CROPping, so remove them from manifest. Tested app on device and confirmed Gallery2 is still successfully a CROP app for content URIs after this modification. Bug: 15919429 Change-Id: Ib0dacdbf3013d8a2f35a07a8ea0e15070ebdb2e7
* Gallery should show up in recents even when run via shortcutAlan Newberger2013-10-311-1/+0
| | | | | | | | | Gallery when run through the shortcut doesn't show up in recents. This is a minimal change to show the activity in recents even when started via shortcut. Bug: 11195140 Change-Id: Iaa7230fd1874871744403b1b2e2e9216c4cb73d2
* Fix incorrect usage of getComponentEnabledSetting()Mangesh Ghiware2013-10-081-1/+0
| | | | | | Bug: 10912503 Change-Id: I9835995d121445ca170668ae8150a24e95e27544
* Revert "Disable GET_CONTENT intent-filter for KLP+"Mangesh Ghiware2013-10-041-16/+12
| | | | | | | This reverts commit a545774386d84dca5825b503c682a8eab272705c. Bug: 11085255 Change-Id: I254e9cbaca074928d77851083418e4d0f692b13b
* Explicitly enable CameraLauncherMangesh Ghiware2013-10-041-0/+1
| | | | | Bug: 10912503 Change-Id: Ic3370dd946bcc334de2758c0321ef5b187573ea3
* Disable GET_CONTENT intent-filter for KLP+Mangesh Ghiware2013-10-031-12/+16
| | | | | Bug: 10415790 Change-Id: I94260dbe7c61c1ead2a0e6ea12f837a76a69d547
* Rename Gallery activity and add trampolineMangesh Ghiware2013-09-261-2/+13
| | | | | | Bug: 10807861 Change-Id: Iaaf17b579db2fe09900e9817f766f43dd66dea61
* Fix style for crop activitynicolasroard2013-09-241-1/+1
| | | | | bug:10786662 Change-Id: Ie104b8ba2484455ad5cdf90d8c26157480143b0b
* Fix issues with RTL supportnicolasroard2013-09-231-1/+2
| | | | | bug:8148068 Change-Id: I869e1a90686c46f8076a66f94040ad03c7c6ca10
* Add (back) receiver to disable camera.Mangesh Ghiware2013-09-221-0/+7
| | | | | Bug: 10411981 Change-Id: Icff31d2da466746ef6b00d4be32e92067cebd1f1
* Use the same taskAffinity for trampoline as CameraMangesh Ghiware2013-09-191-1/+1
| | | | | Bug: 10842131 Change-Id: I2bf6961d7c411dc95e9b9589d9ec71ee34b3011f
* Exclude trampoline activity from RecentsMangesh Ghiware2013-09-091-0/+1
| | | | | Bug: 10653067 Change-Id: I79b4cb66886a63d19139cb9cb7272a754320b256
* Add label to CameraLauncher activity-alias.Mangesh Ghiware2013-08-211-0/+1
| | | | | Bug: 10430717 Change-Id: I37f9e63483211ecfe11e4790361c051d377aef55
* Merge "Add the intent filter for video trimming." into gb-ub-photos-carlsbadztenghui2013-08-191-0/+7
|\
| * Add the intent filter for video trimming.ztenghui2013-08-161-0/+7
| | | | | | | | | | | | bug:10313015 Change-Id: I3e2ef58e065d0cdabfab6943b11b6fddc0b112eb
* | Add a trampoline activity to launch new CameraMangesh Ghiware2013-08-141-0/+15
|/ | | | | | | | This preserves shortcuts, if any, to the Camera activity in the old package name. Bug: 10312966 Change-Id: Iffd3d708333515bb3b998faecff360bc01c142d2
* Remove Camera from Gallery2.Sascha Haeberling2013-08-081-91/+0
| | | | Change-Id: I89adebffcacd1269217d7bd8c630c2f78886f590
* Add background processing servicenicolasroard2013-07-161-0/+5
| | | | | | bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
* Bump up the version number to 1.1.40030Bart Sears2013-06-271-2/+2
| | | | Change-Id: I391e9515e50ec9d61855f4e939b4033dad648ac5
* Fix XML comment.Jeff Sharkey2013-05-281-1/+1
| | | | Change-Id: If54672cc7cb9ad6a240bb2dff07cbe9c39a521a3 (cherry picked from commit 53a0d0aa62b5f33ca3ff2c9ec63a4bcf606c5292)
* am a83166df: Bump up the version number to 1.1.40012Bart Sears2013-05-211-2/+2
|\ | | | | | | | | * commit 'a83166dfc97c6d45b03728a2ae32b085e91b8d0c': Bump up the version number to 1.1.40012
| * Bump up the version number to 1.1.40012Bart Sears2013-05-201-2/+2
| | | | | | | | | | Bug: 8607157 Change-Id: I5fdf05fd4d10a54f72129177572285d438740b97
| * Remove new camera activity code from BryceDoris Liu2013-04-251-13/+0
| | | | | | | | | | Bug: 8722017 Change-Id: Ife3f45511f6724c61fb01c4753078df14571fc4a
* | Remove new camera activity to avoid build breakageDoris Liu2013-05-081-14/+0
|/ | | | Change-Id: I56f0586ae196f57a0f55b8d835e6bc8fd27bdcfe
* Bump up the version number to 1.1.40011Bart Sears2013-04-221-2/+2
| | | | | Bug: 8607157 Change-Id: I7fc2c526228d9526b0af28181b6505173bbfbd7d
* Remove photos from gallery2 manifestJohn Reck2013-04-191-23/+11
| | | | | | Bug: 8659787 Change-Id: I72c85db38b3f7409a2ce84b2a6a7b7ccab41a351