issues
search
klaxit
/
hidden-secrets-gradle-plugin
🔒 Deeply hide secrets on Android
MIT License
395
stars
40
forks
source link
v0.1.1
#21
Closed
ben-j69
closed
3 years ago
ben-j69
commented
3 years ago
Improvements
The plugin search for
Secrets.kt
to add other keys instead of using package's name to access it.
Resolve package from the Kotlin file to edit the C++ file
Clearer error message for
hideSecret
command
Tasks name become public
Use more constants in code to avoid regression
Automatic tests added
Detekt added to the project to ensure Kotlin coding style
Changelog file added
Link to CI created
Fixes
Random string generation was not including lower case characters
Fix sha256 generation : long keys are now decoded correctly. Reported in
https://github.com/klaxit/hidden-secrets-gradle-plugin/issues/16
Improvements
Secrets.kt
to add other keys instead of using package's name to access it.hideSecret
commandFixes