Conversation
Adds a new option in the preferences to sign APKs after operations like Anti-Split (merge). This option can be enabled or disabled in the General settings. If enabled, the APK will be signed using a default (test) keystore after the merge operation is completed.
|
Originally, I planned to work on the GUI for |
|
I appreciate your work! I get a lot of suggestions (as seen in issues page). I really want to implement them all while I can, unfortunately however, I'm not familiar with how some of them can be done, that is why I've been focusing on adding the basic features of a file explorer, and then I'd look on the more advance features. I want this File Explorer to be just as reliable as other closed-source alternatives.
Although it is tagged as enhancement, I wouldn't have probably implemented it any time soon, mainly because I'm not familiar these features, so it would need some research first. Speaking of APK editing, may I ask you what is that |
|
|
Could you use string resources instead of the hard-coded strings. Everything else seems good! |
|
should I merge this now? or there is something else you want to add? |
Edit: Done |
Added rules to `proguard-rules.pro` to keep classes in `android.content.**` and all interface names. This is for the R8 compiler that shrinks and obfuscates code.
I was thinking the same. let me know when you're done. |
Ah it's done now (in 48eb99d), ready for merge. |
ruun-changed stringsNote:
PreferencesManager.GeneralPrefs.signApkto a more suitable one.