summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MoviePlayer.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Gallery2: Pause music playback while playing video"Linux Build Service Account2015-01-201-0/+9
|\
| * Gallery2: Pause music playback while playing videoSurajit Podder2015-01-111-0/+9
* | Gallery2: fix the video playback after system language changedLi Sun2015-01-121-0/+3
|/
* MoviePlayer: prevent resume dialog for live streamingkaiyiz2014-12-231-3/+10
* Merge 8d0bb42dd2cfee13a2ab639e7b8a3a86efdcb318 on remote branchLinux Build Service Account2014-12-031-0/+6
|\
| * Revert "Gallery2: reduce post delay time"Surajit Podder2014-11-171-1/+1
| * Merge "MoviePlayer: Flush UI display after suspend/resume"Linux Build Service Account2014-11-081-0/+6
| |\
| | * MoviePlayer: Flush UI display after suspend/resumeHui (QRD) Yu2014-11-051-0/+6
| * | Gallery2: reduce post delay timevivek mehta2014-11-051-1/+1
| |/
* | Gallery2: Set default value for server timeoutkaiyiz2014-11-181-0/+5
* | Gallery2: don't pause background music perminentlywjiang2014-11-131-12/+0
* | Gallery2: Make forward/rewind button grey when stopVideokaiyiz2014-11-041-1/+0
* | Gallery2: Fix batches of issues in movie effectswjiang2014-11-041-0/+2
* | Gallery2: add some video featuresLikai Ding2014-11-041-22/+301
* | Gallery2: support live streaming and bookmarksLikai Ding2014-11-041-34/+748
* | Gallery2: support loop/single video play modeLikai Ding2014-11-041-4/+108
* | Gallery2: support audio effects during video play.Likai Ding2014-11-041-0/+8
|/
* Enable virtualizationMarco Nelissen2013-09-121-0/+21
* When video not seekable, don't show the scrubberztenghui2013-04-171-1/+11
* Gallery: Do not set the background to null for video.Teng-Hui Zhu2012-10-301-21/+0
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-2/+2
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-0/+2
* Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-031-2/+6
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-2/+3
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-021-1/+1
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-3/+2
* Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-221-27/+39
* Use View.setBackgroundDrawable instead of setBackground.Wu-cheng Li2012-06-211-1/+2
* Make SystemUI always consists with the contrller overlay.Owen Lin2012-06-191-10/+1
* Add back the background when we show the action barOwen Lin2012-05-251-6/+43
* Fix 6519765 Ghosting is seen when hiding the actionbar in fullscreen video pl...Ray Chen2012-05-231-8/+12
* Fix 6479216 Playing a video should go full-screen firstRay Chen2012-05-141-4/+19
* Fix 5661035: Accepts bluetooth keys while playing a video from gallery.Chih-Chung Chang2011-11-291-0/+50
* Show control overlay when earphone is unpluggedOwen Lin2011-11-111-10/+6
* Fix 5585254: Make system UI enter "low profile mode" while playing.Chih-Chung Chang2011-11-091-1/+2
* Fix 5393669: New Player Control UI.Chih-Chung Chang2011-10-181-60/+131
* Fix 5384679: Back button doesn't work in Video PlayerChih-Chung Chang2011-09-281-12/+16
* Fix 5158468: Hide system bar when no play control is shown.Chih-Chung Chang2011-09-281-1/+24
* Pause the playback of video if the activity is resumed after 3 mins.Owen Lin2011-09-201-16/+50
* Initial code for Gallery2.Owen Lin2011-08-181-0/+291