shosetsuorg / kotlin-lib

MOVED TO GITLAB: Shosetsu - Base Library and Lua Support
https://gitlab.com/shosetsuorg/kotlin-lib
GNU General Public License v3.0
6 stars 17 forks source link

Developer option to make a Filter.Text hide content #31

Open Doomsdayrs opened 2 years ago

Doomsdayrs commented 2 years ago

Add an option when creating a Filter.Text to mark it as sensitive information. Thus shosetsu can hide the contents of what is entered and save it to a secure location.

This will require a new "secure" preferences for an extension, but nothing major in Shosetsu.

TechnoJo4 commented 2 years ago

Create another class instead, to avoid adding another field to something basic like Text?

Doomsdayrs commented 2 years ago

I can agree on that