passwordmaker / android-passwordmaker

Password Maker written for the Android OS
http://passwordmaker.org
GNU General Public License v3.0
15 stars 8 forks source link

Blank pattern names when importing from Chrome's export account list #31

Closed tasermonkey closed 10 years ago

tasermonkey commented 10 years ago

When you take the RDF exported from chrome and try to import it into passwordmaker for the android, it uses blank/empty pattern names, so that the list looks empty.

So as a workaround for this, lets have the application automatically use the pattern as the name if the name is empty.

heavensrevenge commented 10 years ago

Yea we don't really have a need for naming the pattern since the patterns are just a space separated list.

tasermonkey commented 10 years ago

Right.... You think it would be better for me to just simplify the android application? It would entail then one fewer layers to go through.

Before fix png After fix png Account page png

heavensrevenge commented 10 years ago

I do like how you use the pattern as the name if the name is blank, it's perfectly descriptive that way and the more data to look at on a page vs having a blank page with an empty entry and not knowing where to tap/navigate to the better.

tasermonkey commented 10 years ago

Yeah, Empty descriptions was just a side effect from the chrome behavior. Since Chrome didn't use that field.

Though I wonder how well, an import from the android version works in chrome (or firefox version) where the pattern type is a regex, instead of a wildcard. Also the description would probably be lost wouldn't it?