Notices


Reply
Thread Tools
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#1
I'd like to start a conversation about how best to present to the user how they can control rotation in various apps.

With the CSSU, rotation and portrait is becoming more and more common. Existing (open-source) Nokia apps are getting portrait mode programmed into them, and community apps are also being encouraged to add portrait mode.

But, there are some occasions when you don't want apps to rotate, and you want to lock them into landscape or portrait mode. At the moment, different apps present this option to the user in different ways. For example:
  • SeriesFinale: Menu, Settings, Screen Rotation: Automatic, Portrait, Landscape
  • gPodder: Menu, Settings, Display orientation: Automatic, Landscape, Portrait
  • Nokia Phone app: Menu, Turning control, Display orientation: Portrait, Landscape, Automatic
  • Microb: Menu, Options, Settings, Enable rotation tickbox
  • Panucci: Menu: Automatic, Landscape, Portrait
It seems to me that it would be nice to be consistent, so that users could move between apps and still be able to quickly change rotation, without having to hunt through differently-named settings.

I don't know about anyone else, but I like it when the rotation control is easily and quickly accessible, so Panucci's method of having it directly in the menu is great, rather than having it hidden in a settings dialog. However, I realise that many apps cannot do that, as their menu is already crowded.
 

The Following 4 Users Say Thank You to pelago For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#2
http://talk.maemo.org/showpost.php?p...postcount=1369

For now, it's only Landscape / Auto orientation, but a portrait lock is planned.
 

The Following 12 Users Say Thank You to MohammadAG For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#3
Originally Posted by MohammadAG View Post
http://talk.maemo.org/showpost.php?p...postcount=1369

For now, it's only Landscape / Auto orientation, but a portrait lock is planned.
how to put the media player to that status menu@@?
And there are auto orientation, will coming in next version CSSU?

thanks
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#4
And then you have apps like mine which Ctrl+o will either toggle between forced portrait/landscape mode or enable/disable auto-rotation, depending on the app.

More of a matter for CSSU but I tend to favor locked orientations because apps optimize for the new orientation or even do automatic reflow, slowing down rotations even more (fennec being the worst for me but even my own apps are annoying). This was brought up before (mailing list? bmo?) but it was decided it was a dev's responsibility. I did a first crack at it in my app but ran into problems. It'd be nice if there was a way for apps in the background to not get new window/desktop dimensions until they are activated (which could cause a rotation back so no reflow should be seen)
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 86 | Thanked: 54 times | Joined on Mar 2010
#5
Originally Posted by pelago View Post
I'd like to start a conversation about how best to present to the user how they can control rotation in various apps.
The way it should work is as follows:

1. It should be a control panel applet called 'Application Rotation' or something similar.

2. The applet should present the following selectable options:

a. "Allow the following applications to rotate" (whitelist)

b. "Allow all applications to rotate except for the following" (blacklist).

3. The applet should present a list of applications with add/remove options for the list where users can control what applications are in the list (possibly similar to AppMeFo).

KISS.

-DJ
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#6
Originally Posted by MohammadAG View Post
http://talk.maemo.org/showpost.php?p...postcount=1369

For now, it's only Landscape / Auto orientation, but a portrait lock is planned.
Thanks MAG. A system-wide widget is a very interesting idea, and certainly would solve the problem of different apps presenting the setting to the user in different ways.

I worry slightly that a system-wide widget may not allow users to control rotation on a per-app basis. For example, maybe a particular app technically supports two different orientations, but the user prefers to lock that app into one orientation. In my case, I like to lock the Phone app into portrait (as that is how I like to hold the phone when using that app, and find the time it takes to rotate annoying if I accidentally change how I hold the phone), but I like to lock Microb into landscape (as I dislike the reduced functionality in portrait mode, and again, dislike it when it rotates accidentally).

Have you got plans to help in that kind of situation? Does the widget have an API that application developers can hook into?

Last edited by pelago; 2011-03-01 at 17:05.
 

The Following User Says Thank You to pelago For This Useful Post:
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#7
Originally Posted by dannycamps View Post
The way it should work is as follows:

1. It should be a control panel applet called 'Application Rotation' or something similar.

2. The applet should present the following selectable options:

a. "Allow the following applications to rotate" (whitelist)

b. "Allow all applications to rotate except for the following" (blacklist).

3. The applet should present a list of applications with add/remove options for the list where users can control what applications are in the list (possibly similar to AppMeFo).

KISS.

-DJ
Thanks Danny, that sounds like a good idea. It would be good if the user could quickly access a way to change the setting on the current (topmost) app. Maybe MAG's system area widget could store a setting per-app (assuming there's a way to find out what the topmost app is), which would modify the lists you mention. There could still be a control panel (i.e. Settings app) applet to allow an overview and editing of the different lists.
 
cfh11's Avatar
Posts: 1,062 | Thanked: 961 times | Joined on May 2010 @ Boston, MA
#8
Originally Posted by dannycamps View Post
The way it should work is as follows:

1. It should be a control panel applet called 'Application Rotation' or something similar.

2. The applet should present the following selectable options:

a. "Allow the following applications to rotate" (whitelist)

b. "Allow all applications to rotate except for the following" (blacklist).

3. The applet should present a list of applications with add/remove options for the list where users can control what applications are in the list (possibly similar to AppMeFo).

KISS.

-DJ
I like the idea, except that the "whitelist" is unnecessary - everything not on the blacklist would allow rotation.
__________________
Want to browse streamlined versions of websites automatically when in 2g? Vote for this brainstorm.

Sick of your cell signal not reconnecting after coming out of a bad signal area? Vote for this bug.
 
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#9
For example with Fennec, I get frustrated when it rotates from landscape to portrait and back when I do not want to.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#10
Originally Posted by cfh11 View Post
I like the idea, except that the "whitelist" is unnecessary - everything not on the blacklist would allow rotation.
A whitelist works better since a blacklist would make the rotation flags that devs are setting redundant, thus breaking apps that the dev wants to show in a state on purpose.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:53.