summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2: Support GIF animationLikai Ding2017-07-311-0/+10
| | | | | | | This change implements a Java GIF decoder. Change-Id: I227cef76cbacd66b7e87bc59b4f07d518b70a859 Signed-off-by: Xiaojing Zhang <zhangx@codeaurora.org>
* Gallery2: Properly declare the own permissionsAdrianDC2017-07-311-8/+8
| | | | | | | * Rename the permissions because they conflict with Google+ app Change-Id: I0613752feb8641eb87ed211d52556316f379f72c Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Gallery2: Remove invalid comment from manifestMichael Bestas2017-07-311-1/+0
| | | | Change-Id: If9dd5e466eae1719877083b46c2ca1143bc420e3
* Gallery2: Bump minsdk and targetsdk versionArne Coucheron2017-07-311-1/+1
| | | | Change-Id: I8d7a948286e961d1c2f1beb2a8c199fb1b80b4d2
* Fix crash when saving filter after changing front sizejinwu2017-03-161-1/+1
| | | | | | | | After changing front size, PhotoPage is destroied, so listen this configuration change event to avoid this issue. Change-Id: I7a881db9b0b17a76baf82e0486b24d24d3643a9d CRs-Fixed: 2011222
* Fix crash of preset dialog shows after changing localejinwu2017-03-071-1/+1
| | | | | | | | | | FiltershowActivity dynamically regist the action ACTION_LOCALE_CHANGED, so no need to put it in manifest xml. So when locale change, it will not callback to onConfigrationChanged. Change-Id: Ia01d31dc8cca7dcd6f7c6726ed97e63072e94386 CRs-Fixed: 2014322
* Fix crash when saving filter after changing languagejinwu2017-03-061-1/+1
| | | | | | | | After changing language, PhotoPage is destroied, so listen this configuration change event to avoid this issue.. Change-Id: I98a6445a1dba79d617b35572ea126fe5f825b621 CRs-Fixed: 2011411
* Fix issue of recreate when rotate screenjinwu2017-02-281-1/+3
| | | | | | | Three Dimensional Activity should not redraw after rotate. Change-Id: I6ce97e8b26c1d07ad0f9ae9401dd9c677839a37a CRs-Fixed: 2011306
* Galley: add DDM feature codeKedi Xu2016-11-181-0/+1
| | | | | Change-Id: Ib46c6c336b4bfc4e403e457aa672404d7dc7c561 CRs-Fixed: 1088828
* Merge "SnapdragonGallery: Fix can't play HEVC/TS local clips"Linux Build Service Account2016-10-241-17/+1
|\
| * SnapdragonGallery: Fix can't play HEVC/TS local clipsKedi Xu2016-10-201-17/+1
| | | | | | | | | | | | | | | | | | We have set video/mp2t and video/mp2ts to support .ts files in AndroidManifest, but still can't open .ts files in FileManager Change-Id: Id3ff12b55e4f2c04c377ef0d22911c4c879c4a00 CRs-Fixed: 1077345
* | Merge "SnapdragonGallery: disable set APN when no SIM card"Linux Build Service Account2016-10-141-0/+1
|\ \
| * | SnapdragonGallery: disable set APN when no SIM cardKedi Xu2016-10-121-0/+1
| |/ | | | | | | | | | | | | When no SIM card inserted, remove apn related preference Change-Id: Ifd79b1018f4658acf1a9ff87c4762a84c131de0e CRs-Fixed: 1066720
* / Gallery: fix CTS failureLikai Ding2016-09-131-8/+1
|/ | | | | | | | Simplify the mimetype handling for images. This will also accept the newly added mimtypes for RAW images. Change-Id: I7ba9879103ab6b065c394deaa17dd38f8d2361bf CRs-Fixed: 1043964
* SnapdragonGallary: Fix the interface flash when click widget.Kedi Xu2016-08-171-1/+3
| | | | | | | Set the WidgetClickHandler activity to NoDisplay style. Change-Id: I4190b251c81724b1eb05fd193189887af419aa38 CRs-Fixed: 1055193
* Gallery: Modify some layout according to UX.Chao Zhang2016-07-081-0/+2
| | | | | | | | | | | | | 1. change MovieActivity Theme. 2. change toolbar's theme. 3. modify Straighten editor layout. 4. modify click effect of "Video Snapshot" and "Editor Comparison". 5. modify layout of trim video's timebar. 6. change video gesture's max to 1min. 7. fix the selected picture is not selected after onPause() in AlbumPage. Change-Id: Ief77f0efa3c9c1134eb3032992c797218a46db46 CRs-Fixed: 1032085
* Gallery2: Fix the strings not translated in editor interface.wqi2016-07-061-1/+1
| | | | | | | | Some of strings not translated after user change language, because of the strings not update. Change-Id: I5e6fa05e38f4c45caf72173ce69864f238470ac1 CRs-Fixed: 1002787
* Gallery: multiple fixesLikai Ding2016-06-301-2/+2
| | | | | | | | | 1. fix malformed manifest 2. enable proguard 3. new app name CRs-Fixed: 1024516 Change-Id: I1b4cff166173fc396d9d9c7d5fa2737246e9de42
* Gallery: fix edit UI loadingLikai Ding2016-06-171-1/+1
| | | | | | | | Use full name of ProcessService because of package name change. Also fix a crash when makeup library is not present. Change-Id: Ib4a7cea2a77df2473bc8078507d9c5aadf4fe360 CRs-Fixed: 1030458
* Gallery: build against current SDKLikai Ding2016-06-031-1/+1
| | | | | | | and bump min sdk version CRs-Fixed: 986672 Change-Id: I7efd6304895d75bd7ea959808ef6948a5bd38dfe
* Gallery: rename project and make it buildLikai Ding2016-05-291-1/+1
| | | | Change-Id: I18f3b067694be923a263732a90b8e59904db0186
* Gallery2: Play gif photo directly in photopagehuiyan2016-03-271-11/+1
| | | | | | | Implement new feature: Remove play icon and play the gif photo directly Change-Id: I95f82ca8ab912a98a5120ce2c01fe2fe33c9a875 CRs-Fixed: 987942
* Gallery2: fix display abnormal when rotate screen after set font scale.Chao Zhang2016-03-231-1/+1
| | | | | | | | Add fontScale in CropActivity's android:configChanges to make onConfigurationChanged() work well after set font scale in system settings. Change-Id: I46b8b083891ec27baa1d579f2e352275587c8221 CRs-Fixed: 980318
* Gallery: runtime permission checkLikai Ding2016-03-171-6/+1
| | | | | | | | Some permissions are not used anymore so they are removed from manifest. Storage permission is required on startup. Change-Id: I46bd46b4f59667cd5818e53a37621ded8727b60e CRs-Fixed: 977136
* Gallery2: Add "keyboard" in MovieActivity's configChanges.zdi2016-03-151-1/+1
| | | | | | | | | Blank Frame flicker on source after session teardown during WFD Session AV playback. Add "keyboard" in MovieActivity's configChanges. Change-Id: Ie5aa2c1dedab78b2f92e469829b732caab8e1346 CRs-Fixed: 979747
* Gallery2: Add configChanges in TrimVideozdi2016-03-011-1/+2
| | | | | | | | | | The video will play from the start automatically when orientation changed. Add android:configChanges="keyboardHidden|orientation|screenSize" in TrimVideo. Change-Id: Ida52900780ec7ccc09e5f20d3f0ccf47f9a9a852 CRs-Fixed: 982758
* Gallery2: don't start on bootupLikai Ding2016-01-281-1/+0
| | | | | | | Streaming settings have reasonable defaults. It is not necessary to write default values on BOOT_COMPLETED. Change-Id: If394b7c9ace6bfc7aa5992cc44f468ae485e84cd
* Gallery: Add mime type to support TS format files.Chao Zhang2016-01-251-0/+1
| | | | | | | | Add mime type to gallery manifest to support the playback of TS files. Change-Id: I095a1b75caae28edfbc6e9e19b1cdf654a2d08de CRs-Fixed: 924830
* Gallery2: Fix no android.permission.INTERACT_ACROSS_USERS in guest mode.yongga2016-01-091-0/+2
| | | | | | | | | Guest don't have permission to set system property. add the permission for guest. Change-Id: I8d63da7f94d27ee2ceb4a04b19d85afe097b1659 CRs-Fixed: 954666 95622
* Gallery: UX enhancementRavi Banuri2015-11-081-4/+5
| | | | | | | | | Added new resources and modified source to enhance the UI of Gallery application. CRs-Fixed: 926603 Change-Id: I5ca7c49115ab4a3531b72a53380bb765d52707a2
* Merge remote-tracking branch 'remotes/quic/private_redfox64_MRA58G' into HEADJack Yoo2015-09-191-1/+3
|\ | | | | | | Change-Id: I55718147034e332c7c8b27840963cc49b6f5424f
| * Gallery2: add support for the DASH mimetypeRob Walker2015-09-071-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
* | 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
* 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