ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

auto screen rotate by default in ics (thinkpad tablet slate) #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set auto rotate off with physical button
2. Set auto in ebookdroid settings (would expect program to follow system wide 
selection)
3.  Turn tablet as if you were going to read lying down

What is the expected output?
Expect program NOT to rotate screen & follow system wide setting

What do you see instead?
Program DOES rotate screen

What version of the product are you using?
April 26th update

On what operating system?
ICS

What device are you using?
Think pad Slate

Please provide any additional information below.

Original issue reported on code.google.com by f.orndor...@gmail.com on 3 Jul 2012 at 10:08

GoogleCodeExporter commented 9 years ago
The auto option ("sensor" in Android terms) means that application rotates 
screen automatically independently of all other system settings. Seems, like as 
in #236, you want the "unspecified" mode.

The full set of ICS rotation types 
(http://developer.android.com/reference/android/R.attr.html#screenOrientation) 
will be supported in the version 1.5

You may find the first public beta in Downloads now.

Original comment by Alexander.V.Kasatkin@gmail.com on 4 Jul 2012 at 8:28