forked from iBotPeaches/Apktool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request iBotPeaches#97 from iBotPeaches/lollipop-support
Lollipop support
- Loading branch information
Showing
14 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+8.74 MB
(450%)
brut.apktool/apktool-lib/src/main/resources/brut/androlib/android-framework.jar
Binary file not shown.
Binary file modified
BIN
-4.46 MB
(21%)
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/linux/aapt
Binary file not shown.
Binary file modified
BIN
+127 KB
(110%)
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/macosx/aapt
100644 → 100755
Binary file not shown.
Binary file modified
BIN
-4.73 MB
(23%)
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/windows/aapt.exe
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+9.18 KB
...lib/src/test/resources/brut/apktool/testapp/res/drawable-anydpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.18 KB
...ib/src/test/resources/brut/apktool/testapp/res/drawable-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
...l/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001-mnc01/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="test1">test1</string> | ||
</resources> |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
....apktool/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-watch/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="test1">test1</string> | ||
</resources> |