Apktool/CHANGES

114 lines
6.1 KiB
Plaintext
Raw Normal View History

v2.0.0 (TBA)
2013-08-14 15:36:37 +02:00
-Updated to smali/baksmali to v2.0.0b5
-Updated to Gradle 1.5
-Fixed (issue #8) - Correctly uses -c to retain original manifest and META-INF. (Thanks M1cha)
-Fixed (issue #63) - Correctly handles apk's that have unknown files outside of the standard aapt allowed resources.
-Fixed (issue #202) - Includes modified aapt to force package id on build. (Thanks M1cha)
-Fixed (issue #403) - Uses new usage output to cleanup organization of features.
-Fixed (issue #359) - Correctly handles malformed 9patch images. (Thanks Felipe Richards)
-Fixed (issue #401) - Uses versionInfo meta to correctly parse versionName and versionCode.
-Fixed (issue #440) - Include aapt binaries within Apktool to have closer control over build.
-Fixed (issue #439) - Correctly handles apk's that have have the general access bit enabled for encryption.
-Fixed (issue #339) - Re-enables debug mode ( -d flag) to fix smali debugging. (Thanks Ryszard)
-Fixed (issue #177) - Adapted output of smali to make breakpoint setting easier in different IDEs. (Thanks Ryszard)
-Fixed (issue #391) - Fixes characters (& and <) from being double escaped in <item>'s of arrays.xml
-Fixed (issue #260) - Fixes "Multiple substitution" errors with positional and exactly 1 non-positional argument.
-Fixed (issue #427) - Correctly handles `--frame-path` on [b]uild
2013-02-16 14:32:39 +01:00
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
2013-03-03 19:47:25 +01:00
-Fixed (issue #340) - Fixed superclass errors on debug mode.
-Fixed (issue #458) - Fixed pkg id not being correctly set in framework files.
2013-06-12 17:13:08 +02:00
-Fixed (issue #469) - Added (-m / --match-original)
2013-07-08 21:03:38 +02:00
-Fixed (issue #326) - Fixed PNG increasing brightness on build (Thanks Christiaan)
2013-08-14 15:36:37 +02:00
-Fixed (issue #448) - Merge smali2 into Apktool
2013-09-07 15:53:07 +02:00
-Fixed (issue #496) - Fixes Windows builds caused by java.nio problems
2013-09-07 15:54:07 +02:00
-Fixed (issue #510) - Any error output is sent stderr instead of stdout
2013-09-15 17:23:12 +02:00
-Fixed (issue #426) - Filename too long (JesusFreke)
2013-02-28 02:38:14 +01:00
-Updated known bytes for configurations to 38 (from addition of layout direction)
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
2013-02-02 20:03:10 +01:00
2013-02-02 19:45:13 +01:00
v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream
2013-01-06 16:57:44 +01:00
-Only show the --aapt / -a info in verbose mode.
-Fixed (issue #392) - Don't crash out if .git folder isn't present. Use SNAPSHOT-DEV instead.
2013-01-13 15:23:34 +01:00
-Fixed (issue #67) - Only store compressed resources.arsc if original was compressed, otherwise STORE.
2013-01-16 23:09:22 +01:00
-Moved build.gradle files to each sub-project, more organization :)
-Fixed (issue #394) - Prevented duplicated files in final jar which saved around 1.2mb.
-Added Proguard to drop final jar size from 6.2mb to 2.6mb.
-Fixed (issue #395) - Added check for "aapt" in unit-tests.
-Added ability to use "--frame-path" on [if|install-framework]
2013-01-21 15:25:57 +01:00
-Fixed renaming of ".r.9.png" images -> ".9.png".
-Added ability to use --version to print out Apktool version
v1.5.1 PR3 (Released December 23 - 2012) Codename: Pre Release 3
-Reverted "Prevents removal of <uses-sdk> on decompile, but then throws warning on rebuild (issue #366)"
-Added -a / -aapt command on rebuild to specify location of aapt
-Updated internal framework
-Updated unit tests for 4.2 support
v1.5.1 PR2 (Released December 19 - 2012) Codename: Pre Release 2
-Closed file-handler when writing frameworks to file system.
-Updated to Gradle 1.3
2012-12-19 15:18:58 +01:00
-Properly deleted tmp files after building apk (issue #365)
-Added support for renamed packages via --renamed-manifest-package (issue #252)
-Prevents removal of <uses-sdk> on decompile, but then throws warning on rebuild (issue #366)
-Option to specify framework folder (issue #175)
-Prevents removal of configChanges in AndroidManifest (issue #304)
-Updated snakeyaml to 1.11 to fix "unacceptable character" errors. (issue #360)
v1.5.1 PR1 (Released November 12 - 2012) Codename: Pre Release 1
-Updated smali/baksmali to v1.4.1
2012-11-01 17:10:43 +01:00
-Fixed reference-array problem (BurgerZ)
-Fixed bad spacing issue on Mac OS X
2012-10-21 20:29:12 +02:00
-Removed maven in favor of gradle
-Removed Maven REPOs that were used if local projects didnt exist.
-Merged brut.j.dir,brut.j.common,brut.j.util & brut.apktool.smali (Fork of JesusFrekes smali) into one repo.
-Fix verbose mode to actually work
-Added SDK API 17 framework
2012-10-21 20:29:12 +02:00
v1.5.0 (Released September 2 2012 ) Codename : Pikmin
-Fix for colours being decompiled with improper hex colours
-Fix for <string-array> being treated as array on occasion
-Support for Mac OS X user:home, instead of dumping frames into /home
-Updated internal framework.jar to API16
-Added <user-sdk> reading to insert into apktool.yml to help with aapt building
-Supported -d mode
-Added verbose mode to output contents of AAPT (note this is a HUGE output). Only used for debugging.
-Ignore bootclasspath on debug mode. (Causes some classes in smali to be fail decompile)
v1.4.10 (Released August 21 2012) Codename: KOJAN
-Fix bad whitespace in manifest.xml
-Fix for bad decompilation of some APKs (Thanks KOJAN)
v1.4.9 (Released July 28 2012) Codename: russia
-Fix for plurals.xml (Thanks @miuirussia)
-Added xxhdpi
-Added uimodes for MIUI built roms
-Fixed problems resulting with bad and what not
v1.4.8 (Beta Released July 8th 2012) Codename: yyj
-Fixes for HTC Sense 4.0.4 apks that have an extra com.htc package
-Fixes merged from yyj (https://github.com/yyjdelete)
-Reverted 9patch fix due to errors
v1.4.7 ( Release on July 5th)
-Fixes from (Unreleased v1.4.6)
-New smali/baksmali v1.3.3
-Fix for grayscaled images (Thanks Charles)
-On-going logging code for HTC One Frameworks
-Changes from adjusted API 13 for localization
v1.4.6 ( Private Release )
-Fixed missing formatted=”false” due to mis-reading of xlif data.
-Fixed <item> being replaced by attribute when reference is used instead of string
-apktool.yml fixes for undefined frameworks
-Regex changed to identify folders with sw###-port etc
v1.4.5 (January 7, 2012)
-Updated included framework to API 15
-Updated include baksmali and smali to v1.3.3-dev
v1.4.4 (December 11, 2011)
-Updated included baksmali and smali to v1.3.3
prior to v1.4.4 - http://code.google.com/p/android-apktool/wiki/Changelog