summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* 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