summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/MovieActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* remove actionbar sherlockJohn Reck2012-12-121-11/+11
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* Gingerbread support-ishJohn Reck2012-10-311-11/+11
| | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* Remove ActionBarSherlockOwen Lin2012-10-021-11/+11
| | | | | | bug: 7242682 Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
* Fix some UI bugs in using SherlockActionBar.Owen Lin2012-08-281-2/+2
| | | | | | | | - Use sherlock's verion of requestWindowFeature. - Use sherlock's theme in Custom selection list. bug: 6927267 Change-Id: I706e45378b10e6e088e048d97fcaca57fb4bf3f4
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-9/+9
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Revert "Revert "Uses ActionBarSherlock library in MovieActivity.""Owen Lin2012-08-241-13/+13
| | | | This reverts commit 13da281769d4558c42d86a54536ff6da6826b0ac.
* Revert "Uses ActionBarSherlock library in MovieActivity."Owen Lin2012-08-241-13/+13
| | | | This reverts commit 89b437722a24d0c7d6e2acffc30c215f22814234.
* Uses ActionBarSherlock library in MovieActivity.Owen Lin2012-08-241-13/+13
| | | | | | bug: 6927267 Change-Id: I4b63e41be5cff22af0f7d830739c719e91cd6fff
* Extract the action bar interface.Owen Lin2012-08-151-18/+11
| | | | | | | | | | | | | So that we can use different implementation for different API levels. **NOTE** This change is going to be replaced by the ActionBar compat library when it gets ready. The purpose of this change is making Gallery/Camera run on GB. bug: 6927267 Change-Id: Ic8bb2518918168ea889db6452d6760de390d96b2
* TargetApi of ShareActionProvider should be ICS.Wu-cheng Li2012-08-031-1/+1
| | | | | bug:6706723 Change-Id: I8d82662c4bdd44f970cb93b9986208e5f4db3c31
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-011-10/+26
| | | | | | | | Use simple share intent before API 14. bug:6706723 Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1
* Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-301-4/+11
| | | | | | | bug: 6706724 bug: 6706785 Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f
* Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-221-3/+15
| | | | | | bug: 6698718 Change-Id: I6962f0128ce2bd57658b7f3b77d2bc150eff1f60
* Add back the background when we show the action barOwen Lin2012-05-251-1/+3
| | | | | | | | | | | | | | | | This change fix the following UI issues: 1. We add a black backgorund when ActionBar shows and remove it when we hide the action bar. 2. Make the postion of video stable when opening 3. Prevent glitching when opening a video 4. Make it really full-screen. 5. Hide ControlOverlay at begining. bug:6519765 bug:6491674 Change-Id: I3ab033642df2c4a158b99385b02e3e967eebeabd
* Remove the background in MovieActivity.Owen Lin2012-05-231-0/+4
| | | | | | | | This is a regression. We add the background for bug 6494653. So we need to remove it in MovieActivity as well. bug:6491674 Change-Id: I6fb692fa778a1200ffbed741ca0996cb7eeef32f
* Fix 6385004 When video playback in gallery is launched from another app, Up ↵Ray Chen2012-05-211-2/+10
| | | | | | | should cross back to Gallery, except when the logo-bitmap extra is set. Change-Id: Id0c43872386cc0272bc76d37a9c866d5ffae700f b: 6385004
* Hide the share button if the shared URI is not "content:".Owen Lin2012-05-161-1/+5
| | | | | bug:6494818 Change-Id: I70a2997c07c19433cadee34fa348d27445bf2647
* Fix 6470803 De-jank for video playback in fullscreenRay Chen2012-05-111-0/+1
| | | | | | b: 6470803 Change-Id: I91fd8430c34e84eac45c33070f0f571627e96820
* Fix 6039387 Wrong app icon shown when playing 'personal video' from Videos appRay Chen2012-03-151-0/+11
| | | | Change-Id: Idf5af5172d5d413e64712331e3e6331f13e1b95c
* Change id "root" to "movie_view_root" to avoid confusion.Chih-Chung Chang2012-03-121-1/+1
| | | | | | There is also one id "root" in Camera. Change-Id: Id6ebc5362f5ddceabe6dab6218de9b091454bde7
* Shows video filename read from OpenableColumns.Pin Ting2012-02-111-6/+33
| | | | | bug:5796182 Change-Id: I92bc652d713bcc70b5a048f5948dc17e90a5e874
* Shows video filename passed from other apps.Pin Ting2012-02-021-17/+6
| | | | | bug:5796182 Change-Id: I8de80b56105737ac38db117804b55a161150dbe9
* Fix 5661035: Accepts bluetooth keys while playing a video from gallery.Chih-Chung Chang2011-11-291-0/+13
| | | | Change-Id: I8174b1a97baad563d8bbd685b9aab3a8ca428ead
* am 209a9163: Fix 5393669: New Player Control UI.Chih-Chung Chang2011-10-181-2/+4
|\ | | | | | | | | * commit '209a9163d4e8cee0bfe162ae598ef40e6051479c': Fix 5393669: New Player Control UI.
| * Fix 5393669: New Player Control UI.Chih-Chung Chang2011-10-181-2/+4
| | | | | | | | Change-Id: I1aa310eee3b7715dbefea6b2f24e6f32481db49c
* | Fix 5434523 No affordance in Gallery to share a video other than long-press ↵Ray Chen2011-10-111-3/+25
|/ | | | | | in album view Change-Id: I99361fa209ee5ba4200ccb8c1708f649c04519c2
* Fix 5158468: Hide system bar when no play control is shown.Chih-Chung Chang2011-09-281-0/+1
| | | | Change-Id: Iada70c39440f19eec1cb00088531719bc1bb8328
* Fix 5229466: Add "up" button to MovieActivityChih-Chung Chang2011-09-211-4/+16
| | | | Change-Id: I5d71bec7a7b09553c12afdd753cd77a73ace2c44
* Pause the playback of video if the activity is resumed after 3 mins.Owen Lin2011-09-201-2/+7
| | | | | | | | | | | | | | | | fix: 5260232 Also keep the current playback position when the activity is resumed. Originally, we use the bookmark to keep the position. However, the bookmark will be ignored if 1.) The video duration is less than 2 mins, 2.) The video is just started (with 30sec), or 3.) The video is approching the end. I think resume should not limited by the above rules. And we did get some reports on this. (We mark them as WORK AS INTENTDED). Change-Id: Ib9ac359d7ccb6a0278777b0892f0821e16bbb745
* Fix 5189197: NPE in MovieActivityRay Chen2011-08-311-1/+3
| | | | Change-Id: I58f9e2c0840b4d752c2f795451ed4bc8212bb1ce
* Initial code for Gallery2.Owen Lin2011-08-181-0/+129
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c