Skip to content

Releases: StringCare/GradlePlugin

Native code and Windows support

15 Jan 18:43
861fc76
Compare
Choose a tag to compare
  • SC logic as native code typed in C++
  • Several bugfixes over Windows OS

Gradle and Wiki update

10 Nov 11:42
bbb2c90
Compare
Choose a tag to compare
Merge pull request #10 from StringCare/develop

Develop

Parenthesis bugfix, regex

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

Module located

31 Jan 21:01
3af63af
Compare
Choose a tag to compare
  • In some environments plugin was missing module's folder
  • Minor changes

Module detection bugfix

24 Jan 22:09
fae371c
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:35
a4d3567
Compare
Choose a tag to compare
  • Bugfix: Noob mistake 😓
  • Detection of not configured variants
  • Lots of logs with debug extension enabled

Debug extension and bugfix

21 Jan 20:31
ba1b272
Compare
Choose a tag to compare
  • 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!

16 Dec 18:03
Compare
Choose a tag to compare

Script as plugin

09 Dec 16:23
Compare
Choose a tag to compare
  • New plugin integration
  • Gradle 4 bugfix
  • Res folder scan