[TIMOB-2029] Android: Implement VideoPlayer mediaControlStyle
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-26T16:10:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.7.0, Sprint 2011-14 |
Components | Android |
Labels | android, enterprise, feature, klist, release-1.7.0, reported-1.4.0, rplist |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:08:31.000+0000 |
Updated | 2011-04-26T16:10:25.000+0000 |
Description
Feature was added for iOS, implement what's possible on Android.
Client needs to implement VIDEO_CONTROL_NONE for Android.
I'm not sure this is even possible for us but please check and implement if we can.
(from [67c86a19472e049dea72db478f03199106bae351]) [#2029 state:fixed-in-qa] Added support for mediaControlStyle. Added unit tests for methods so also added start, pause methods. https://github.com/appcelerator/titanium_mobile/commit/67c86a19472e049dea72db478f03199106bae351"> https://github.com/appcelerator/titanium_mobile/commit/67c86a19472e...
Note: in the local movie test in KS if you click on the label, it will set the control style to none. To test the control style on creation. I just modified the source to use VIDEO_CONTROL_NONE instead of VIDEO_CONTROL_DEFAULT in the same test.