-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add options to extract icon, resources.arsc, classes.dex files, AndroidManifest.xml, base.apk, libs. Option to display each in settings. Add multiple selection for above features + regular extraction and sharing. Add option for Choose split from Split APK to extract
- Loading branch information
1 parent
81c17b3
commit 33166ce
Showing
8 changed files
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Improve loading speed | ||
Divide apps into user and system apps | ||
remove unnecessary dependency, reduce size to 0.8MB | ||
Add options on pressing list item: Extract, Launch, Uninstall, Share, (System) App Info. For split apps has option to AntiSplit/merge separate from global toggle. | ||
Add quick extract option to the right of apps in the list | ||
Add option to sort by name, first installed or last updated date | ||
|
||
Still pre release because there are some UI bugs, share does not seem to be working properly and there is a bug in filtering (It filters but then after clearing field does not reinstate previous) that I can't figure out |
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,3 @@ | ||
Remove unused logging | ||
Fix app name and package name not visible | ||
Show information about signing merged APKs |
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 @@ | ||
Fix filtering, sharing, UI bugs | ||
Add options to extract icon, resources.arsc, classes.dex files, AndroidManifest.xml, base.apk, libs. Option to display each in settings. | ||
Add multiple selection for above features + regular extraction and sharing. | ||
Add option for Choose split from Split APK to extract |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
Simple APK extractor app, supports split APKs and merging them to single APK |
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 @@ | ||
APK Extractor |