[TIMOB-2030] Android: Implement VideoPlayer scalingMode
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-04T13:04:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.7.0, Sprint 2011-18 |
Components | Android |
Labels | android, enterprise, feature, klist, rplist |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:08:34.000+0000 |
Updated | 2011-05-04T19:08:16.000+0000 |
Description
This may or may not be possible with the current Android APIs. This feature is on iOS. See if it can be implemented for Android.
Comments
- Alan Leard 2011-04-15
Another issue that needs priority for an enterprise customer.
- Don Thorp 2011-04-15
Research to see if it's possible given our current video view implementation.
- Don Thorp 2011-04-15
Looks like it might be possible. Moving to Sprint 15 to give it a go.
- Don Thorp 2011-04-18 Kitchen Sink Local Video was used to try the different constants. VIDEO_SCROLLING_MODE_NONE is not working, but since it most likely will not be used, and the issue seems to be an underlying problem with layout. I'm entering a new bug for that specific problem that can be revisited after layout refactor.
- Bill Dawson 2011-04-28 See confirmation sub-task comments for some issues.
- Don Thorp 2011-05-04 Removed testing line of code that forced to FILL mode.