Skip to content

Releases: ollide/intellij-java2smali

java2smali 1.6

25 Jun 21:15
Compare
Choose a tag to compare

version 1.6

  • fixed 'Write access is allowed from write-safe contexts only' error
  • minimum IDEA version is now 143 (IntelliJ IDEA 15)
  • updated baksmali.jar to version 2.2.1
  • build plugin with Gradle (4.0) & gradle-intellij-plugin
  • continuous integration with Travis CI and AppVeyor

java2smali 1.5

16 Aug 00:22
Compare
Choose a tag to compare

version 1.5

  • kotlin runtime 1.0.3
  • updated baksmali.jar to version 2.1.3
  • updated dx.jar (Android build-tools 23.0.2)

java2smali 1.4

16 Nov 13:57
Compare
Choose a tag to compare

version 1.4

  • initial support for kotlin files
  • all inner classes, including anonymous, are now converted to smali
  • fix: dex file was accidentally placed in the IDE's bin directory
  • updated baksmali jar to version 2.1.0
  • rewrote entire plugin in kotlin

java2smali 1.3

24 Mar 13:48
Compare
Choose a tag to compare

Changelog v1.3

  • disabled plugin for Java files outside of a module
  • improved file type detection (ignore caret position)
  • updated dx.jar (Android build-tools 22.0.0)

java2smali 1.2

15 Mar 23:47
Compare
Choose a tag to compare

Changelog v1.2

  • fixed NoSuchMethodError on new IntelliJ versions
  • updated dx.jar (Android build-tools 21.1.2)

Thanks to Lucas for reporting the issue!

java2smali 1.1

12 Oct 14:56
Compare
Choose a tag to compare

Changelog v1.1

  • added Java module dependency in plugin.xml
  • updated dx.jar (Android build-tools 20.0.0)

java2smali 1.0

23 Jan 00:48
Compare
Choose a tag to compare

This is the first release of java2smali.
It let's you easily compile Java code to corresponding smali files. Stop packaging and decompiling a dummy app to access your code in smali, use java2smali!

  • install in IDEA or Android Studio
  • open your Java source file
  • click 'build' and 'compile to smali'