-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|