History log of /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
499cacaab504a8166dfe44515e0242b9852d8673 30-Oct-2015 Yigit Boyar <yboyar@google.com> Revert "Revert "Update notice""

This reverts commit f5517fe4100cc751b365edb43a07455b7b435215.

Change-Id: Ic60d99c9a9508dbd912a67fa2d467e7332c51dfb
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
f5517fe4100cc751b365edb43a07455b7b435215 30-Oct-2015 Yigit Boyar <yboyar@google.com> Revert "Update notice"

This reverts commit 0a39d327fc5dedb0a766f1ad44d7b1fc7048ef84.

Change-Id: I72fad57691ac1fb1f74ccdd82d61d16b0b52e435
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
0a39d327fc5dedb0a766f1ad44d7b1fc7048ef84 30-Oct-2015 Yigit Boyar <yboyar@google.com> Update notice

Change-Id: I3d5e2a07075603fbc2ee9b6c93490f6ea2d7c594
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
9784c9aaedeb863018f5fcaa0a598e8e2f8ed2f3 13-Oct-2015 Yigit Boyar <yboyar@google.com> Data binding as studio dep + java6

This CL gets rid of the gradle plugin and instead provides
DataBindingBuilder for the gradle plugin to directly use.

Now, everything that is deployed via SDK Manager (lib and adapters)
are included as prebuilts so that we avoid accidently changing
them w/o an SDK manager release.

There is still work to do:
> re-enable proguard for externel dependencies
> release a batch to ensure everything works

Bug: 22516688
Change-Id: I83ace15bd6d3d23bf5b4ad850f36453dd23ebd43
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
e23af2603f80c6d51b4f0be47d82477f6cca975d 06-Oct-2015 Yigit Boyar <yboyar@google.com> add kotlin prebuilts license

Change-Id: I10c41d5b9edc1312000b6cfbfc5b481dd72f031c
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
f1081f6a15e6b905701bd3bbcb5d598731d05afb 06-Oct-2015 George Mount <mount@google.com> Fix error processing XML when german character is used.

Bug 24507894

The character set was not being properly detected for the XML
file when it was being loaded, so it was always using the default
character set. For Windows, this turned out to be something other
than UTF-8. Now, a library is used to detect the character set
before parsing.

Change-Id: I2ea041701de59f0e72fd18288b0f62cb2beb74e6
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
2573102ac98a69ff9a804496cb8947031ad4c229 11-Sep-2015 Yigit Boyar <yboyar@google.com> Fix local builds

This CL fixes local builds where some deps were not
downloaded but they were coming from maven (by mistake).

Bug: 24000910
Change-Id: Id188b30a6ac94c14e382dcedab1906bfb7a7e4f0
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
69cbd9e8fab49e38adc1a28b6616e17c5f8338c2 26-Aug-2015 George Mount <mount@google.com> Fat jars and jarjars

Release versions of the gradle plugin and annotation processor
now contain all of their dependencies, repackaged.

Change-Id: I93fba3eed150aafa8a88d439103b90d270e71cdf
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy
24bec1cc542de69e0e21cc774469f20d34811ad9 09-Jul-2015 Yigit Boyar <yboyar@google.com> Localize Maven

This CL introduces a new development plugin that downloads all
dependencies into the given repository. This will allow us to
build data binding in build servers w/o internet connection.

By default, it is setup to disable public repositories to avoid
adding a new dependency w/o running the script.
Public repositories can be added by running -PaddRemoteRepos=true.
There is also a convenience script to fetch dependencies.
localize.sh

Bug: 19626302
Change-Id: I9d200550b76c3b60119cdbbdb4e1e7772d0da1d7
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ExportLicensesTask.groovy