Skip to content

Commit

Permalink
Updating README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorcinek committed Oct 21, 2014
1 parent dc1da64 commit 7acebfe
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,55 @@ Android Studio/IntelliJ IDEA Plugin for Android code generation

Plugin for generation of Android code from XML files (layouts, menus).

More information will be available soon.
For more information please see [the website](http://tmorcinek.github.io/android-codegenerator-plugin-intellij)


Download
JetBrains Repository
-------

All available versions of plugin are in [releases](https://github.com/tmorcinek/android-codegenerator-plugin-intellij/releases)
You can install plugin from repository:
`Preferences/Settings->Plugins->Browse repositories...`
Then type in search:
`Android code Generator`


Installation
Download & Installation
-------

All available versions of plugin are in [releases](https://github.com/tmorcinek/android-codegenerator-plugin-intellij/releases)
You can download zip file from [latest release](https://github.com/tmorcinek/android-codegenerator-plugin-intellij/releases/latest) and install it manually in:
`Preferences/Settings->Plugins->Install plugin from disk`


Change notes
-------

<b>Version 1.2</b>
<ul>
<li>ISSUE #2: Templates should be editable in PreferencesPages.</li>
<li>ISSUE #6: When plugin is about to override existing file content user should be informed.</li>
<li>ISSUE #5: Source path should be retrieved from project and there should be combo instead of text field.</li>
</ul>

<b>Version 1.1</b>
<ul>
<li>ISSUE #1: Editor should pops up when creating file.</li>
<li>ISSUE #3: Source path should be saved in persistence store.</li>
<li>ISSUE #4: Generate Code Menu Options should be available through editor.</li>
</ul>

<b>Version 1.0</b>
<ul>
<li>generating Activity Class code from layout</li>
<li>generating Fragment Class code from layout</li>
<li>generating Adapter Class code from item layout</li>
<li>generating Menu code from menu xml</li>
<li>creating files from code</li>
<li>preview screen with generated code that can be modified before creation of file</li>
<li>detection of project package</li>
</ul>


License
-------

Expand Down

0 comments on commit 7acebfe

Please sign in to comment.