summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Gallery2: Enable Suspend/Resume"Steve Kondik2015-10-181-8/+33
| | | | | | This reverts commit 9b1ab3613c9e22f45c7404d5a5acd6b24df4dce6. Change-Id: Ic023655b4dd47be35cf5efa43557af1c60cb1420
* Gallery2: Revert DRM featureSteve Kondik2015-10-181-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Gallery2 : Uses internal Drm image decoder api in Gallery appParamananda2015-09-151-3/+8
| | | | | | | | | | | | | | | - Remove all previous drm implementation which is basically uses base bitmap decode apis to decode drm image files. - Introduced new hidden apis on BitmapFactory and BitmapRegionDecoder specific to DRM content which is more practical to DRM framework. - Uses DrmHelper a utility drm api library to code reusability. - This approch will fix the issue on sharing images from Third party application. CRs-fixed : 804191 Change-Id: I2e9489800c57df4fdeeb21f1548fbccc6dfbd3f9
* Reduce logspam in video playeremancebo2015-03-2815-16/+16
| | | | Change-Id: I71b1356f7e326174378c99b4b0e5e60764a7c139
* Gallery2: Pause video when dialog showskaiyiz2015-03-111-0/+6
| | | | | | | | | | The live stream will be pause by server timeout dialog but start by surface change callback later. Check whether the dialog shows before start media player. Change-Id: I77e8e2b6f84cb0957571d86d9eef2cfb997f1074 CRs-Fixed: 802294
* Gallery2 - Add support to pass in a playlist along with video to playRohit Yengisetty2015-02-192-4/+43
| | | | | Change-Id: I9d14dc8801f82f4e343917e094b05251f49d4152 (cherry picked from commit 6df83bf3723bbee27f5a7a9deaa218e2abedf607)
* Gallery2: Enable Suspend/Resumemqi2015-02-121-33/+8
| | | | | | | | Enable "Suspend/Resume" in Gallery which was commented out while porting due to framework not ready at that time. Change-Id: I74533b676f259d01c90d81aaeff72f8e8d8fbea0 CRs-fixed: 761691
* Gallery2: Set APN setting intent's namekaiyiz2015-01-151-7/+4
| | | | | | | | | | | The APN setting activity's name is changed, so there will be no result after tap prefered APN. Start intent with ACTION_APN_SETTINGS from settings. CRs-Fixed: 777155 Change-Id: Ibb560612ad5a6748c13319ed9436ad473759e3c1
* Merge "Gallery2: Play all video file can pre/next in FileExplorer"Linux Build Service Account2014-12-151-0/+28
|\
| * Gallery2: Play all video file can pre/next in FileExplorerkaiyiz2014-12-111-0/+28
| | | | | | | | | | | | | | | | | | | | | | The initial video can only previous and next in the current directory. List all video file and play it all through pre/next function CRs-Fixed: 704384 Change-Id: Ifd2caac0f2f2df61ee08af82ac7324848807055c
* | Gallery2: Gallery force close during Customer Monkey test.kaiyiz2014-12-141-1/+10
|/ | | | | | | | | | | | When browser is forbidden to start, the MENU_INPUT_URL menu will cause force close problem. When press MENU_INPUT_URL with browser is forbidden to start, it will show a toast to remain that can not load. CRs-Fixed: 710730 Change-Id: I8c8965dc87affc262ee1fda5e604dbb36f5642b7
* Gallery2: don't pause background music perminentlywjiang2014-11-131-5/+1
| | | | | | | | | Gallery app requests transient audio focus twice and explicitly pauses background music playback. To allow music resume after movie playback exists, remove redundant audio focus request and pause broadcast. CRs-Fixed: 695669 Change-Id: I46b88defc887d3e5b5c97acdc4f5a0a11d486a76
* Gallery2: Sign SIM card number for Mobile Data to Settingkaiyiz2014-11-111-2/+15
| | | | | | | | | | | | When choose prefered APN in Streaming Settings, there is no default SIM card number for mobile data, so the reset function is not available. In the intent for APN setting, add the SIM card number for default set. CRs-Fixed: 731357 Change-Id: I30e9e361af504be851adef0537d7512150338783
* Gallery2: Add audio output switcher between headset/speakerkaiyiz2014-11-042-0/+242
| | | | | | | | | | | 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 FC while editing streaming settings in Gallerymqi2014-11-041-26/+14
| | | | | | | | The name of apn editing class in settings has been changed Change the name to the correct one Change-Id: Ib5b1678bf1b25d7763b2298a47a5e378b1af9485 CRs-Fixed: 732220
* Gallery2: add some video featuresLikai Ding2014-11-0417-248/+1347
| | | | | | | 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-0410-1/+2015
| | | | | | | Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
* Gallery2: support stereo/single track play modeLikai Ding2014-11-045-1/+231
| | | | | | User can select stereo/single track play mode. Change-Id: I8225739815484f3c288823802f68478cb457725e
* Gallery2: support loop/single video play modeLikai Ding2014-11-0410-0/+700
This change allows a video to be played repeatedly. It also introduces an extension framework. Change-Id: I5566192f138c1f0fd889b85496dd27fbf2aed10d CRs-Fixed: 507973