kailash-ratufa / csipsimple

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

Feature request: Option to enable screen auto-rotation #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When dialing or entering settings, phone dialer or account wizards maintain 
vertical orientation even when Droid 2 keyboard is pulled out or phone turned

Can you copy the screen from the phone's native dialer?

Using Marketplace version 0.00-15 of csipsimple on Android 2.2 Motorola Droid

(Interestingly, if I use the arrow keys on the keyboard they move the cursor in 
the actual direction of the arrow rather than translated as expected. So for 
example if I push the down arrow, the cursor will move backward on the same 
line, and if I push the right arrow the cursor will move down to the next line.)

Original issue reported on code.google.com by tommy.tr...@gmail.com on 26 Oct 2010 at 6:46

GoogleCodeExporter commented 9 years ago
Actually, I disabled the feature of auto-rotation cause some users asked me to.

Could be an option however (optionally set to true if it's droid 2 for 
example...).

For account settings, however, more tricky... As you noticed in issue 309, 
there is something with when the activity "Pause" (that's a android concept, it 
happens when screen goes off, or when screen is rotating or when home button is 
pressed).

Well, I should fix 309 before implementing the option for account screens, but 
could be done quickly for dialer & maybe settings (not sure that's easy cause 
actually the sip stack is reloaded when setting activity pause).

Original comment by r3gis...@gmail.com on 26 Oct 2010 at 7:41

GoogleCodeExporter commented 9 years ago
There is now an option in 0.00-15-07 : 
Settings > menu > switch to Expert User mode
User interface > Disable prevent screen rotation.
Then quit completely the app (back button on main screen) and restart it. 
Screen rotation should apply on dialer screen now.

On my N1 when screen is rotated UI looks ugly, but hopefully on your droid 2 
not. 
(This settings only apply to dialer for now)

Original comment by r3gis...@gmail.com on 30 Oct 2010 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 23 Dec 2010 at 12:05