Merge lp://staging/~vbkaisetsu/tomdroid/sort-button-beta into lp://staging/tomdroid/beta
Proposed by
Koichi Akabe
Status: | Merged |
---|---|
Merged at revision: | 459 |
Proposed branch: | lp://staging/~vbkaisetsu/tomdroid/sort-button-beta |
Merge into: | lp://staging/tomdroid/beta |
Diff against target: |
350 lines (+126/-12) 8 files modified
res/menu-sw600dp-land/main.xml (+9/-3) res/menu/main.xml (+6/-0) res/values/strings.xml (+5/-0) res/xml/preferences.xml (+5/-0) src/org/tomdroid/NoteManager.java (+32/-4) src/org/tomdroid/NoteProvider.java (+8/-2) src/org/tomdroid/ui/PreferencesActivity.java (+38/-2) src/org/tomdroid/ui/Tomdroid.java (+23/-1) |
To merge this branch: | bzr merge lp://staging/~vbkaisetsu/tomdroid/sort-button-beta |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tomdroid Maintainers | Pending | ||
Review via email: mp+123299@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-10-24.
Description of the change
I resubmit this request.
This branch adds a sort button on the action bar.
Please consider merging it.
Thanks.
To post a comment you must log in.
I just tested the new functionality and really liked it. I also could not find any bug. Works great and looks awesome!
What was not clear to me from the beginning, are the sort-icons in the actionbar.
Atm you are presenting the A-Z icon when sorting by modification date and the clock icon, when sorting alphabetically.
It seems logical, because the button will change it to the shown mode.
One could argue that the button should rather show the actual sorting method instead to indicate the used method to the user. In my opinion, the always visible localization in the actionbar seems to be perfect for showing the user what is on the screen right now, how it is sorted at the moment. He/She will anyways see, what is happening when clicking on it.
I am confused how it is now, but this is just a personal opinion.
What do you think?