Connor Tumbleson
|
5a290988bc
|
commenting out retaining original signature until fixed
|
2012-11-12 21:31:54 -06:00 |
|
Connor Tumbleson
|
85a4901e1d
|
fix useless helpers of mType variable
|
2012-11-03 18:33:41 -05:00 |
|
Connor Tumbleson
|
58ec5e1892
|
updating gitignore for compatibility w/ Eclipse & added fix for new MIUI
|
2012-11-01 14:23:19 -05:00 |
|
Connor Tumbleson
|
f765060cb5
|
updated readme & CHANGES
|
2012-11-01 11:10:43 -05:00 |
|
Connor Tumbleson
|
baf0691170
|
removed aapt since BuildHive didn't work
|
2012-10-23 11:08:35 -05:00 |
|
Connor Tumbleson
|
e9c8c8877a
|
adding aapt for Build Management
|
2012-10-21 13:33:07 -05:00 |
|
Connor Tumbleson
|
35a0579610
|
added README
|
2012-10-21 13:29:12 -05:00 |
|
Connor Tumbleson
|
794b388d39
|
added links
|
2012-10-21 13:25:11 -05:00 |
|
Connor Tumbleson
|
cdeebb1375
|
adding README
|
2012-10-21 13:25:11 -05:00 |
|
Zhukovskiy Andrey
|
ea8f6b666f
|
reference-array dirty fix (works)
|
2012-10-21 13:25:11 -05:00 |
|
Kevin C. Krinke
|
f9aaf2cc7e
|
Runtime.exec has problems dealing with spaces in arguments given. Lame resolution is to change the ~/Library/Application Support/apktool path to ~/Library/apktool. Fix is for OS X only. Do not think there is problems on other platforms with this.
|
2012-10-21 13:25:11 -05:00 |
|
Zhukovskiy Andrey
|
8754fd196b
|
writer.write("test");
|
2012-10-09 16:49:42 +03:00 |
|
Connor Tumbleson
|
689e0e59a6
|
updating JesusFreke's smali/baksmali. Fixed SmaliMod to handle removal of smaliLexer.
|
2012-10-08 18:50:34 -05:00 |
|
Connor Tumbleson
|
008e1004c2
|
fixes #45
|
2012-10-08 14:42:10 -05:00 |
|
Connor Tumbleson
|
f551710f51
|
fixes #41 - fixes Ziggy problem w/ filtering JAR
|
2012-10-08 14:39:58 -05:00 |
|
Connor Tumbleson
|
5ab853a249
|
WIP - fixing corrupted frame due to gradle not copying resources
|
2012-09-27 21:05:50 -05:00 |
|
Connor Tumbleson
|
3562facfe2
|
Merge pull request #40 from ziggy471/master
Fix issue #31 with version info.
|
2012-09-27 04:48:57 -07:00 |
|
Ziggy
|
84393b100f
|
Fix version for build
|
2012-09-26 20:59:25 -04:00 |
|
Connor Tumbleson
|
a8a0f3c459
|
added backslash to fix resourceStream for embedded framework
|
2012-09-23 11:00:17 -05:00 |
|
Connor Tumbleson
|
ca623f6617
|
fixes #37 reverts public.xml change
|
2012-09-22 22:40:33 -05:00 |
|
Connor Tumbleson
|
18fc242bba
|
adding android-framework.jar fixes #34
|
2012-09-21 06:56:00 -05:00 |
|
Connor Tumbleson
|
c75ae8f82b
|
forced target to java6, 7 not yet supported
|
2012-09-20 21:52:44 -05:00 |
|
Connor Tumbleson
|
c676ad1c60
|
forgot to update Properties.java lol.
|
2012-09-20 19:51:48 -05:00 |
|
Connor Tumbleson
|
dd881e21d1
|
unify smali/baksmali/apktool properties into one folder
|
2012-09-20 19:28:24 -05:00 |
|
Connor Tumbleson
|
7e6ad41830
|
updating gitignore, adding wrapper.jar
|
2012-09-19 20:39:03 -05:00 |
|
Connor Tumbleson
|
4db49ab347
|
Adding brut.apktool :/
|
2012-09-19 20:27:35 -05:00 |
|
Connor Tumbleson
|
60c806f2e2
|
Moving all REPOs into one
|
2012-09-19 20:19:12 -05:00 |
|
Connor Tumbleson
|
f7d1e37031
|
fixing assetDir null problem
|
2012-09-18 12:32:29 -05:00 |
|
Connor Tumbleson
|
087a97c307
|
went back to 0 store, we don't deflate w/ apks
|
2012-09-18 06:52:05 -05:00 |
|
Connor Tumbleson
|
75ad01c60a
|
Using zipj4 for adding stuff back into original apk
|
2012-09-17 22:26:10 -05:00 |
|
Connor Tumbleson
|
53e7ffd9a2
|
adding parameter -o, pass apk file name as original
|
2012-09-17 17:49:36 -05:00 |
|
Connor Tumbleson
|
bc10186af0
|
Converted bools of (update,framework,debug,verbose,original) into HashMap
|
2012-09-17 16:07:26 -05:00 |
|
Connor Tumbleson
|
97d8134eb0
|
Adding debug. Kudos to Ziggy (ziggy@******.com)
|
2012-09-14 14:27:15 -05:00 |
|
Connor Tumbleson
|
1e0a80f9a8
|
adjusted hashcode
|
2012-09-13 14:06:14 -05:00 |
|
Connor Tumbleson
|
5c7a82ab8d
|
preventing decompile of public.xml, and aapt rebuilds it.
|
2012-09-13 14:05:49 -05:00 |
|
Connor Tumbleson
|
083fd6bee6
|
version increase v1.5.1-SNAPSHOT
|
2012-09-02 16:36:08 -05:00 |
|
Connor Tumbleson
|
617437a5cc
|
added --verbose option to output response from aapt. Used for debugging
|
2012-09-02 13:17:42 -05:00 |
|
Connor Tumbleson
|
5a056e3f9c
|
fixing debug mode finally fixes #14
|
2012-09-02 12:54:35 -05:00 |
|
Connor Tumbleson
|
962dc63442
|
Changing from DIFFPRE -> FULLMERGE.
|
2012-09-02 01:14:34 -05:00 |
|
Connor Tumbleson
|
24a66fdbe1
|
fixing system. fixes #8
|
2012-09-01 23:46:26 -05:00 |
|
Connor Tumbleson
|
38ed873aa3
|
passing overrideErrors on -d
|
2012-09-01 11:46:37 -05:00 |
|
Connor Tumbleson
|
546eabcb3a
|
went back to using DIFFPRE, as it was merged into brut.apktool.smali
|
2012-08-30 15:40:23 -05:00 |
|
Connor Tumbleson
|
8c93331ab6
|
fixing non-absolute dex
|
2012-08-29 22:24:32 -05:00 |
|
Connor Tumbleson
|
7e080f0b15
|
remove accidental exclusion
|
2012-08-29 18:28:14 -05:00 |
|
Connor Tumbleson
|
719e24a2ed
|
updating doc to reflect JF work
|
2012-08-29 17:56:43 -05:00 |
|
Connor Tumbleson
|
fa2afc3598
|
Merged in v1.3.4 smali/baksmaili/dexlib. Updated doc to reflect github
|
2012-08-29 17:24:35 -05:00 |
|
Connor Tumbleson
|
ca0f7ec0bb
|
Mac OS X home dir support. Added <uses-sdk> support, reverted SkipBytes(2) for com.htc.resources as just moved the problem elsewhere.
I matched raw AAPT source directly to configFlags. HTC is using something non-official or old.
|
2012-08-29 00:19:54 -05:00 |
|
Connor Tumbleson
|
2509e402e7
|
lots of changes to handling of ARSCDecoder. Needs support to handle something that I don't know yet. Something todo with ResSpecs of dual packages.
|
2012-08-28 21:26:56 -05:00 |
|
Connor Tumbleson
|
ebb2f6d623
|
handle the correct use of <array>,<string-array>,<integer-array>. Fixes FC with Contacts,Camera,T9Map with some APKs
|
2012-08-27 14:39:53 -05:00 |
|
Connor Tumbleson
|
e716c0a972
|
currently build errors. Trying to fix the <string-array> vs <array> problem.
|
2012-08-27 07:56:33 -05:00 |
|