Skip to content

Releases: tmorcinek/android-codegenerator-plugin-eclipse

Release list

v2.0.3

Choose a tag to compare

@tmorcinek tmorcinek released this 16 Oct 22:45
  • ISSUE #20: “Create File" should ask for alternative filename
  • ISSUE #5: Action in Editors Context Menu.
  • ISSUE #19: Templates not properly shown in Preference Template views.

v2.0.2

Choose a tag to compare

@tmorcinek tmorcinek released this 28 Sep 11:11

Version 2.0.2

  • generating Activity Class code from layout
  • generating Fragment Class code from layout
  • generating Adapter Class code from item layout
  • generating Menu code from menu xml
  • creating files from code
  • preview screen with generated code that can be modified before creation of file
  • detection of project package
  • preference page with editable templates for generated code, template for each: Activity, Fragment, Adapter, Menu