Develop

Ticket #1359 (closed defect: fixed)

Opened 23 months ago

Last modified 18 months ago

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

comment:1 Changed 23 months ago by Turbo

  • Owner set to max
  • Status changed from new to assigned

comment:2 Changed 21 months ago by Turbo

Is it possible to detect at runtime which api level we are able to use?

comment:3 Changed 19 months ago by Turbo

  • Owner changed from max to wbu

comment:4 Changed 18 months ago by wbu

fixed in my repository

comment:5 Changed 18 months ago by max

  • Status changed from assigned to closed
  • Resolution set to fixed

aa9f0ab2d7bde477e61d0a935a24c1ea078c1d64

Note: See TracTickets for help on using tickets.