jainjayesh / android-passwordsafe

Automatically exported from code.google.com/p/android-passwordsafe
0 stars 0 forks source link

Allow for default category #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow a Category to be tagged as default so than when app is unlocked that
category is automatically opened.

This would be especially nice if user only has one Category.

Original issue reported on code.google.com by rmce...@gmail.com on 6 Nov 2008 at 12:35

GoogleCodeExporter commented 9 years ago
I've been thinking a lot about this and UI change might make this much simpler 
and more intuitive.  I'm thinking 
about putting all of the passwords in a tree-like structure.  So that 
everything will look like windows explorer, 
some passwords can go in the root level and others can go in folders 
(categories).  This way users can organize 
things how ever they wish.

Of course this is a non-trivial change and to my knowledge there isn't a 
treeview widget around for Android yet, 
but I think we could subclass ListView and make it work without a tremendous 
amount of work.

Original comment by osborn.s...@gmail.com on 1 Dec 2008 at 5:33

GoogleCodeExporter commented 9 years ago
Yesterday I had some thoughts about collapsing CategoryList back into PassList. 

PassList would have a drop-down at the very top to allow you to select which 
category
you are viewing.  As soon as you change the category, all the passwords update 
to it.

Also am considering a default category of "Default" or "Unfiled".

And right now when you enter PassList, only the Descriptions for the passwords 
of
that category are decrypted.   With a collapsed view I'd decrypt all passwords 
once.
 And update individual entries as appropriate.  

Original comment by rmce...@gmail.com on 1 Dec 2008 at 2:02