Skip to content

Releases: StringCare/AndroidLibrary

v3.1 - Bugfixes and task

19 Jun 01:44
85b399f
Compare
Choose a tag to compare
  • Path treatment for SC configuration
  • stringcarePreview task
  • stringcareTestObfuscate${variant} tasks
  • New tests

Android Treatment, HTML content

17 Jun 01:26
f1be79f
Compare
Choose a tag to compare
  • Kotlin source
  • androidTreatment attribute
  • containsHtml attribute
  • Bug fixes
  • Test

Byte Based Obfuscation

28 May 07:42
ea6a3a7
Compare
Choose a tag to compare
  • 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

09 May 07:06
038d55b
Compare
Choose a tag to compare
  • Gradle Build Tools (v3.4.0) bugfix
  • Methods refactor

Native code and Windows support

15 Jan 18:45
3022bde
Compare
Choose a tag to compare
  • SC logic as native code typed in C++
  • Several bugfixes over Windows OS
  • SCTextView supports HTML

Wiki, library and doc updated

10 Nov 11:51
2c2fff2
Compare
Choose a tag to compare
  • Wiki documentation updated
  • Dependencies updated
  • Added SCTextView (Credits to @Narvelan)

Parenthesis bugfix, regex

03 Feb 15:11
2c2fff2
Compare
Choose a tag to compare
String getString(@StringRes int id, Object... formatArgs)

Module located

31 Jan 20:58
a393553
Compare
Choose a tag to compare
  • In some environments plugin was missing module's folder
  • Minor changes

Module detection bugfix

24 Jan 22:09
4f5936d
Compare
Choose a tag to compare

task.project.name was empty in some cases, replaced by task.project.getPath()

Variants not configured, bugfixes

23 Jan 21:34
4247060
Compare
Choose a tag to compare
  • Bugfix: Noob mistake 😓
  • Detection of not configured variants
  • Lots of logs with debug extension enabled