-
-
Notifications
You must be signed in to change notification settings - Fork 86
Home
Jingang Guo, KK edited this page Jul 8, 2015
·
20 revisions
Latest Assembly version is 0.1.1.21825
- Remove local code of SharpShell & SharpZipLib, Use submodule instead. Submodules pointing to my own fork.
- Add setting window
- Select whether add versionCode in the filename.
- Add check new version feature.
- If renaming an apk identical to exsiting one, will raise a message box.
- If renaming an apk with same version number as existing apk but different version code, add version code into filename.
- context menu icon will be changed according to selected file or files.
- add context menu
- rename apk files with app label name + version
- check the apk on google play
- menu goto project page.
- Rewrite a new APK parser, get resource fast from manifest.xml and resources.arsc without parsing the whole package, 10 times faster than oringinal way in Lteedee.ApkReader.
- Add info tip handler.