Opened 6 years ago
Closed 6 years ago
#1449 closed task (fixed)
I2P-Bote Android: Reorganize settings
Reported by: | dllud | Owned by: | str4d |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.20 |
Component: | apps/android | Version: | 0.9.17 |
Keywords: | I2P-Bote usability | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
Right now you have a General category with most settings inside it and divided into groups. General is a word that tells nothing to the user. IMHO it would be better to move up all groups inside General into their own category and get rid of General. You would end up with something like this:
Settings
Identities
New identity…
Fetching & sending
Auto-check
Check interval
Delivery status
Privacy
Change password
Hide local
Sent time
Routing
Sending hops
Minimum delay per hop
Maximum delay per hop
I2P
Router settings
Router
I2CP host
I2CP port
Subtickets
Change History (2)
comment:1 Changed 6 years ago by
Status: | new → accepted |
---|---|
Type: | defect → task |
comment:2 Changed 6 years ago by
Milestone: | undecided → 0.9.20 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Done as of 7e6aa43ab11d7efdea6aa0c3964581a931062e29
.
Note: See
TracTickets for help on using
tickets.
Good ideas, and something I've been meaning to do for a while.
6f779d16d41bd554c1b3ec96a0ec8c01fbc95394
migrates the settings to a betterPreferenceFragment
(making the rest of this ticket easier), and moves all identities content into a single category.