Develop
Ticket #1359 (closed defect: fixed)
reverse landscape and reverse portrait mode does not work
| Reported by: | wbu | Owned by: | wbu |
|---|---|---|---|
| Priority: | normal | Milestone: | XCSoar 6.x @ Android |
| Component: | Other | Version: | |
| Keywords: | Cc: |
Description
The reverse portrait and landscape modes do not work on galaxy tab. In fact the settings we use are API Level 9: http://developer.android.com/reference/android/content/pm/ActivityInfo.html#SCREEN_ORIENTATION_REVERSE_LANDSCAPE and therefore not supported by android 2.2.
What happens on the galaxy tab is:
- "reverse landscape" is reverse portrait mode
- "reverse portrait" is normal portrait mode
We might however implement this feature with a change to the opengl matrix for devices, that do not support api-level9. But this would also require a (trivial) transformation of mouse coordinates. Is there anything else i am missing?
Change History
Note: See
TracTickets for help on using
tickets.
