Skip to content
Jingang Guo, KK edited this page Jul 15, 2015 · 20 revisions

Latest Assembly version is 0.1.

History

[2015-July-15]

  • Add multiple language support
  • now support English / Chinese / Italian

[2015-July-8]

  • Remove local code of SharpShell & SharpZipLib, Use submodule instead. Submodules pointing to my own fork.

[2015-July-2] v0.1.1.194

  • Add setting window
  • Select whether add versionCode in the filename.
  • Add check new version feature.

[2015-July-1]

  • 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.

[2015-June-30]

  • context menu icon will be changed according to selected file or files.

[2015-June-29]

  • add context menu
    • rename apk files with app label name + version
    • check the apk on google play
    • menu goto project page.

[2015-June-26]

  • 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.