Skip to content

Releases: alibaba/freeline

0.8.8

08 Nov 07:12
Compare
Choose a tag to compare

Release Note:

  • Support with Android Studio 3.0
  • Fix a lot of bugs...

Thanks for waiting.

0.8.7

24 Mar 08:14
Compare
Choose a tag to compare

Release Note:

  • Fix bugs caused by android plugin 2.3.0

0.8.6

18 Feb 09:46
Compare
Choose a tag to compare

Release Note:

  • Compatibility improvement

0.8.5

16 Jan 12:29
Compare
Choose a tag to compare

Release Note:

  • Improve FreelineAapt performance
  • Fix FreelineAapt error with android design support library (25.1.0)
  • Fix apt releated files appended in the incorrect module (#486)
  • Show error stacktrace when DataBinding CLI catches exceptions
  • Compatibility improvement

0.8.4

17 Dec 07:55
Compare
Choose a tag to compare

Release Note:

  • Support .9.png
  • Support annotationProcessor
  • Fix Chinese character encoding error with AndroidManifest.xml
  • Fix error with ButterKnife
  • Improve DataBinding CLI tool
  • Compatibility improvement

0.8.3

05 Dec 08:18
Compare
Choose a tag to compare

Release Note:

  • Fix the error caused by different packageName and applicationId (#284)
  • Fix compile error caused by Dagger2 (#344)
  • Fix arguments length out of limit for Windows (#382)
  • Fix Retrolambda compile error with special class name suffix such as the classes generated by Dagger2
  • Move project description file from ~/.freeline/cache to project root directory to avoid the md5 mismatch error
  • Update version check API
  • Compatibility improvement

0.8.2

17 Nov 03:04
Compare
Choose a tag to compare

Release Note:

  • Support wait for debugger while full build (#195)
  • Fix error when incremental build with retrolambda
  • Fix NullPointerExceptions
  • Compatibility improvement

0.8.1

06 Nov 04:41
Compare
Choose a tag to compare

Release Note:

  • Fix the bug about build script generator (#259)
  • Fix DataBinding annotation dependencies
  • Fix endless loop issue

0.8.0

02 Nov 08:12
Compare
Choose a tag to compare

Release Note:

  • DataBinding support
  • Compatibility improvement

0.7.3.1

20 Oct 11:17
Compare
Choose a tag to compare

Release Note:

  • Speed up clean build
  • Support incremental build with multi-dex
  • Fix Application cast error
  • Compatibility improvement