New issue 118 by Fli...@gmail.com: Feature Request: Rearrange the order of
your accounts
http://code.google.com/p/google-authenticator/issues/detail?id=118
What version of the product are you using? On what operating system?
Version 0.73 on Android version 2.3.7
Please provide any additional information below.
I'm using Google Authenticator to manage many different accounts. I'd like
the ability to rearrange the order of my accounts in GA.
Comment #1 on issue 118 by mar...@google.com: Feature Request: Rearrange
the order of your accounts
http://code.google.com/p/google-authenticator/issues/detail?id=118
(No comment was entered for this change.)
Meanwhile, until someone takes up the non-trivial task of adding a database
column for sort order, adding the UI magic to make press-drag work
correctly + update the database, why not simply changing parameter 7 (sort
by) of the DATABASE.query call in getNames() to use EMAIL_COLUMN instead of
NULL?
That way, even if the order is still less than ideal by default, at least
it would be sorted by account name which a) can be changed, and b) can be
sanely navigated through.
Unless I'm missing something and that simple change wouldn't really sort
the output by account name?