Skip to content

Commit

Permalink
updated change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ollide committed Nov 16, 2015
1 parent f4f733a commit e011ed3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>

<description><![CDATA[
Simple plugin to easily compile a Java file to smali.
Simple plugin to easily compile Java & Kotlin files to smali.
]]></description>

<change-notes><![CDATA[
<b>version 1.4</b><br>
initial support for kotlin files<br>
all inner classes, including anonymous, are now converted to smali<br>
fix: dex file was accidentally placed in the IDE's bin directory<br>
updated baksmali jar to version 2.1.0<br>
rewrote entire plugin in kotlin<br>
<b>version 1.3</b><br>
disabled plugin for Java files outside of a module<br>
improved file type detection (ignore caret position)<br>
Expand Down Expand Up @@ -41,7 +44,7 @@

<actions>
<action id="generateSmaliCode" class="org.ollide.java2smali.GenerateAction" text="Compile to smali"
description="Creates and shows a smali version of this Java file">
description="Creates and shows a smali version of this file">
<add-to-group group-id="BuildMenu" anchor="after" relative-to-action="Compile"/>
</action>
</actions>
Expand Down

0 comments on commit e011ed3

Please sign in to comment.