Skip to main content

53 posts tagged with "release"

View All Tags

Apktool 1.5.1

Connor Tumbleson
Maintainer of Apktool
  • Android 4.2 support
  • Added -a / -aapt command on rebuild to specify location of aapt
  • Updated unit tests for 4.2 support
  • Closed file-handler when writing frameworks to file system.
  • Updated to Gradle 1.3
  • Properly deleted tmp files after building apk #476
  • Added support for renamed packages via --renamed-manifest-package #363
  • Option to specify framework folder #286
  • Prevents removal of configChanges in AndroidManifest #415
  • Updated snakeyaml to 1.11 to fix "unacceptable character" errors. #471
  • Updated smali/baksmali to v1.4.1
  • Fixed reference-array problem #53
  • Fixed bad spacing issue on Mac OS X #49
  • Removed maven in favor of gradle
  • Removed Maven REPOs that were used if local projects didn’t exist.
  • Merged brut.j.dir,brut.j.common,brut.j.util & brut.apktool.smali (Fork of JesusFreke's smali) into one repo.
  • Fix --verbose mode to actually work
  • Added SDK API 17 framework

Apktool 1.5.0

Connor Tumbleson
Maintainer of Apktool
  • Fix for colors being decompiled with wrong hex code
  • Fix for <string-array> being treated as <array>
  • Support for Mac OS X user:home instead of /home
  • updated builtin framework to SDK API 16
  • Added <user-sdk> into apktool.yml for future aapt changes
  • Added --verbose commands to output contents from aapt (help with debugging)
  • Ignore bootclasspath on debug mode