nextcloud / passman-android

:key: Android app for Passman.
https://passman.cc
GNU General Public License v3.0
92 stars 30 forks source link

Don't display deleted credentials #31

Closed seddarj closed 6 years ago

seddarj commented 6 years ago

Check the hidden property of a credential before adding it to the list of credentials of a vault.

This should fix #23

seddarj commented 6 years ago

This actually doesn't work the way I intended. The items in the list do not lead to the correct credential after clicking on them. Please do not merge.

seddarj commented 6 years ago

It should work now. Deleted credentials don't appear in the list and clicking on an item opens up the information for that item.