summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MoviePlayer.java
Commit message (Expand)AuthorAgeFilesLines
* Reduce logspam in video playeremancebo2014-09-161-12/+30
* Gallery2: don't pause background music perminentlywjiang2014-09-041-12/+0
* MoviePlayer: don't resume playing if there is pending dialogLikai Ding2014-09-041-4/+4
* MoviePlayer: don't pause after leaving for a long timeLikai Ding2014-09-041-31/+1
* MoviePlayer: add default server timeoutLikai Ding2014-09-041-0/+4
* Gallery2: Make forward/rewind button grey when stopVideokaiyiz2014-09-041-1/+0
* MoviePlayer: add default server timeoutLikai Ding2014-09-041-0/+3
* MoviePlayer: prevent resume dialog for live streamingkaiyiz2014-09-041-3/+10
* MoviePlayer: fix background issue when loading a videokaiyiz2014-09-041-1/+3
* Gallery2: fix video playback after system language changeLi Sun2014-09-041-0/+3
* MoviePlayer: prevent black screen on resumingLikai Ding2014-09-041-2/+7
* MoviePlayer: fix streaming video stepping forwardLikai Ding2014-09-041-12/+3
* Gallery2: Fix the video play time not change.kaiyiz2014-09-041-0/+1
* Gallery2: Fix batches of issues in movie effectswjiang2014-09-041-0/+2
* MoviePlayer: Flush UI display after suspend/resumeHui (QRD) Yu2014-09-041-0/+6
* Gallery2: add some video featuresLikai Ding2014-09-041-22/+301
* Gallery2: support live streaming and bookmarksLikai Ding2014-09-041-38/+723
* Gallery2: support loop/single video play modeLikai Ding2014-09-041-4/+108
* Gallery2: support audio effects during video play.Likai Ding2014-09-041-0/+8
* Gallery2: set the progress bar when we pause the videokaiyiz2014-09-041-0/+1
* Gallery2: if phone is locked, pause the video, if not, start it.kaiyiz2014-09-021-0/+32
* 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