Skip to content

Releases: tmurakami/dexopener

0.12.1

10 Nov 12:13
Compare
Choose a tag to compare
  • Fixes #12: Fix to make cache under files directory if code_cache directory cannot be made

0.12.0

11 Sep 10:52
Compare
Choose a tag to compare
  • Deleted ClassNameFilter which was deprecated since 0.11.0
  • More friendly error message
  • Excluded some packages that should not be opened

0.11.0

04 Aug 17:17
Compare
Choose a tag to compare
  • Added DexOpener.Builder#buildConfig(Class)
  • Deprecated DexOpener.Builder#classNameFilter(ClassNameFilter) and DexOpener.Builder#openIf(ClassNameFilter)

0.10.3

19 Jul 09:58
Compare
Choose a tag to compare
  • Revert back to the version 0.10.1 behavior

0.10.2

18 Jul 13:00
Compare
Choose a tag to compare
  • Update ClassInjector to 0.3.0
  • Fixes #8: Fix to exclude all classes under the package android.databinding

0.10.1

24 Jun 09:08
Compare
Choose a tag to compare
  • Update ClassInjector to 0.2.7
  • Improve error message if minSdkVersion is 26 or higher (Fixes #4)

0.10.0

09 Jun 13:03
Compare
Choose a tag to compare
  • Include ClassInjector
  • Reduce library size
  • Remove deprecated methods

0.9.9

05 Jun 16:04
Compare
Choose a tag to compare
  • Use dexlib2 instead of ASMDEX

0.9.8

01 Jun 13:49
Compare
Choose a tag to compare
  • Fix to accept only necessary classes from the Data Binding Library
  • Restrict mockable classes to the classes under the package obtained by Context#getPackageName()

0.9.7

28 May 13:08
Compare
Choose a tag to compare
  • Always open all the classes under the package android.databinding, except android.databinding.adapters