Skip to content

Releases: rektdeckard/iconpacktools

v0.2.1

30 Mar 07:21
9ea1314
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Improved support for drawable categories. When generating drawable resources from category folders of icons, items are automatically sorted and formatted, Duplicates are removed in the all and previews generated categories.

To get started with this app, simply download the .jar or build from source. To run it:

$ cd path/to/download/directory
$ java -jar iconpacktools-0.2.1-all.jar

v0.1.3

08 Nov 06:50
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Added support for drawable categories! Place your PNGs in directories by category name, drag-and-drop the directories, and the categories will be generated in drawable.xml and icon-pack.xml. The all and icon-previews categories will automatically be populated with all your icons, omitting any duplicates from icons in multiple categories.

Overwrite prevention now warns you when an output file already exists in the target directory.

To get started with this app, simply download the .jar or build from source. To run it:

$ cd path/to/iconpacktools-0.1.3-all.jar
$ java -jar iconpacktools-0.1.3-all.jar

v0.1.2

04 Nov 22:21
2d56c0b
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Thanks for your interest in Icon Pack Tools! This is the first pre-release version and is ready to use today! Be advised that currently, only the Icon Resource Generator and the App Filter Mapper tools are available. Soon to come will be the Resource Manager, which will allow you to change your icon pack's string variables, version name and version codes, description, and all manner of other variables all from one place. No more digging through every file in src/main/res/values/, src/main/res/xml, and src/main/assets/ to update sneaky values on every release!

To get started with this app, simply download the .jar or build from source. To run it:

$ cd path/to/iconpacktools-0.1.2-all.jar
$ java -jar iconpacktools-0.1.2-all.jar

Have fun!