Releases: StringCare/AndroidLibrary
Releases · StringCare/AndroidLibrary
v3.1 - Bugfixes and task
- Path treatment for SC configuration
stringcarePreview
taskstringcareTestObfuscate${variant}
tasks- New tests
Android Treatment, HTML content
- Kotlin source
androidTreatment
attributecontainsHtml
attribute- Bug fixes
- Test
Byte Based Obfuscation
- BBO (Byte Based Obfuscation) for preventing obfuscate/reveal errors.
- Unescaped chars bugfix
- Kotlin migration (library)
- Unified methods for working with the old logic
Gradle Build Tools 3.4.0 bugfix
- Gradle Build Tools (v3.4.0) bugfix
- Methods refactor
Native code and Windows support
- SC logic as native code typed in C++
- Several bugfixes over Windows OS
- SCTextView supports HTML
Wiki, library and doc updated
- Wiki documentation updated
- Dependencies updated
- Added SCTextView (Credits to @Narvelan)
Parenthesis bugfix, regex
String getString(@StringRes int id, Object... formatArgs)
Module located
- In some environments plugin was missing module's folder
- Minor changes
Module detection bugfix
task.project.name
was empty in some cases, replaced by task.project.getPath()
Variants not configured, bugfixes
- Bugfix: Noob mistake 😓
- Detection of not configured variants
- Lots of logs with
debug
extension enabled