gregkorossy / Android-Support-Preference-V7-Fix

Android androidx.preference support library has some issues, this lib tries to fix them.
https://discord.gg/87NVsSK
Apache License 2.0
497 stars 46 forks source link

Allow format strings in summary for EditTextPreference #107

Closed Mygod closed 6 years ago

Mygod commented 6 years ago

Similar to ListPreference.

gregkorossy commented 6 years ago

It will use the summary formatting similar to the ringtone and other extra preferences:

gregkorossy commented 6 years ago

Added password support for the formatting. The passwords are hidden using 5 asterisk (*) characters by default but the substitute text can be set using pref_summaryPasswordSubstitute in the XML or setPasswordSubstitute(...) from code.

Will be released in v27.0.1.1.