Skip to content

Releases: StringCare/GradlePlugin

Native code and Windows support

Choose a tag to compare

@efraespada efraespada released this 15 Jan 18:43
861fc76
  • SC logic as native code typed in C++
  • Several bugfixes over Windows OS

Gradle and Wiki update

Choose a tag to compare

@efraespada efraespada released this 10 Nov 11:42
bbb2c90
Merge pull request #10 from StringCare/develop

Develop

Parenthesis bugfix, regex

Choose a tag to compare

@efraespada efraespada released this 03 Feb 15:12
bf7deac
String getString(@StringRes int id, Object... formatArgs)

Module located

Choose a tag to compare

@efraespada efraespada released this 31 Jan 21:01
3af63af
  • In some environments plugin was missing module's folder
  • Minor changes

Module detection bugfix

Choose a tag to compare

@efraespada efraespada released this 24 Jan 22:09
fae371c

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

Variants not configured, bugfixes

Choose a tag to compare

@efraespada efraespada released this 23 Jan 21:35
a4d3567
  • Bugfix: Noob mistake 😓
  • Detection of not configured variants
  • Lots of logs with debug extension enabled

Debug extension and bugfix

Choose a tag to compare

@efraespada efraespada released this 21 Jan 20:31
ba1b272
  • Bugfix: plugin was using wrong module name.
  • debug extension was added for printing variant detail info
stringcare {
 
    debug true
 
    modules {
 
        sample {
            stringFiles = ['strings.xml']
            srcFolders = ['src/main']
        }
 
    }
}

First version as organization!

Choose a tag to compare

@efraespada efraespada released this 16 Dec 18:03
v0.1

v0.1

Script as plugin

Choose a tag to compare

@efraespada efraespada released this 09 Dec 16:23
  • New plugin integration
  • Gradle 4 bugfix
  • Res folder scan