summaryrefslogtreecommitdiffstats
path: root/src/org/codeaurora/gallery3d/video/ExtensionHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2: Add audio output switcher between headset/speakerkaiyiz2014-09-041-0/+32
| | | | | | | | | | | 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: add some video featuresLikai Ding2014-09-041-0/+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-09-041-1/+5
| | | | | | | Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
* Gallery2: support stereo/single track play modeLikai Ding2014-09-041-0/+4
| | | | | | User can select stereo/single track play mode. Change-Id: I8225739815484f3c288823802f68478cb457725e
* Gallery2: support loop/single video play modeLikai Ding2014-09-041-0/+27
This change allows a video to be played repeatedly. It also introduces an extension framework. Change-Id: I5566192f138c1f0fd889b85496dd27fbf2aed10d CRs-Fixed: 507973