summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MoviePlayer.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-525/+0
* 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