Skip to content

Commit

Permalink
Fix filtering, sharing, UI bugs
Browse files Browse the repository at this point in the history
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
AbdurazaaqMohammed committed Oct 21, 2024
1 parent 81c17b3 commit 33166ce
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1.txt
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
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
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
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
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
Binary file added fastlane/metadata/android/en-US/images/icon.png
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.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
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
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APK Extractor

0 comments on commit 33166ce

Please sign in to comment.