Tallefer / prssr

Automatically exported from code.google.com/p/prssr
GNU General Public License v2.0
0 stars 0 forks source link

One hand use #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tune the interface to be able to control pRSSreader only with one hand.

Original issue reported on code.google.com by and...@gmail.com on 28 Jul 2008 at 1:17

GoogleCodeExporter commented 9 years ago
Realize that there is more than one type of one-handed navigation. There is the 
one
where you are using the d-pad and soft menu buttons. But there are also devices 
like
mine that have a scroll wheel with an OK button next to it.

That means almost all functionality should also be usable with just up, down, 
action
button (which also will give you tap-and-hold), and OK. Most things in the menus
should be accessible using the tap-and-hold with the scroll wheel to open a 
pop-up menu.

Original comment by dalewk...@gmail.com on 3 Aug 2008 at 6:59

GoogleCodeExporter commented 9 years ago
I suggest to integrate the context menu of the item that i have selected
(items,groups,sites etc) to the right key menu. So i have all action on that 
menu.

Example:
 * Item
   - Mark as 
      - Read
      ...
   ...
 * Mark all item read
 * Mark all items unread
 * Hide Read Items

Original comment by lanwin...@gmail.com on 21 Aug 2008 at 9:25

GoogleCodeExporter commented 9 years ago
An currently i have no chance to get to the "4 error(s)" region. Flowing 
suggestion:
I move the down key in the current list and the last item, the focus moves to 
the
error region. 

Original comment by lanwin...@gmail.com on 21 Aug 2008 at 9:27

GoogleCodeExporter commented 9 years ago
And the list sorting option should also available via this menu.

Original comment by lanwin...@gmail.com on 26 Aug 2008 at 7:15

GoogleCodeExporter commented 9 years ago
User requested (Issue 92) to make OK button go from the Items view to the 
Channels
view.  We should probably either do this, or stop using OK to close individual 
items,
just to be consistent.

Original comment by james.bromwell on 22 Oct 2008 at 11:30

GoogleCodeExporter commented 9 years ago
I did a big internal change with a small external effect :-) The article view 
is no
longer using ok. It is using X. The X minimizes prssr as it did on summary view 
and
feed view.

Another side effect is that opening the articles should go a little bit faster, 
since
the html control used to display them is not created over and over.

And another side effect is that we have true full screen ;)

Note: I personally do not understand much to issue 92. If there is a need to 
switch
between feeds from article view, I can add a drop down menu to teh top bar. The 
same
menu that is in the feed view (I remember someone send me a request like this)

Original comment by and...@gmail.com on 2 Nov 2008 at 1:30

GoogleCodeExporter commented 9 years ago
The behavior in the latest full release is that if you hit OK on an individual 
item,
it brings you to the previous screen (feed view).  If you hit OK on the feed 
view, it
hides PRSSR.  That's inconsistent to my mind, and apparently to the guy that 
reported
Issue 92.  Sounds like you've fixed this -- OK always hides the app, and the 
left
softkey goes "up" a level, logically.  I like it.

Original comment by james.bromwell on 3 Nov 2008 at 4:11

GoogleCodeExporter commented 9 years ago
As I'm reading it again, the request in issue 92 was to have the ok button on 
the
feed view which will take you to the summary view as the ok button did from 
article
view to feed view.

So the fix, did not do what he wanted, but I brought some enhancement like:
- true full screen
- faster opening of items
- and newly (did that today) iphone like scrolling. it is not exactly like on 
iphone,
I call it touch friendly navigation. one can do this touch scrolling on summary
view/feed view/article view (this one was not easy).

This kind of completes a quite big part of this large issue. We still missing 
the
feature of showing context menu after pressing action button (rocker button as 
well)

Original comment by and...@gmail.com on 3 Nov 2008 at 4:21

GoogleCodeExporter commented 9 years ago
Today, I added the support for opening the context menu when the user holds the
action button (either on the D-pad or pressing rocker button). This will work on
summary view, feed view and article view (these are used at most). Other 
dialogs are
used occasionally, so I did no changes there.

If there is a need to improve one hand use, open a separate bug for that as an
enhancement.

Original comment by and...@gmail.com on 8 Nov 2008 at 5:39