Skip to content

Commit

Permalink
add new feature
Browse files Browse the repository at this point in the history
appx/appxbundle
Persian language
  • Loading branch information
kkguo committed Aug 15, 2015
1 parent bd640fc commit 025a0c9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
@@ -1,6 +1,9 @@
# ApkShellext2

A windows shell exteions for .apk (Andriod PacKage) and .ipa (iOS app package) files.
A windows shell exteions for mobile app files, supporting
* .apk (android package)
* .ipa (iOS app package)
* .appx .appxbundle (Windows phone 8.1/10 app package)

#### Please help this project
* Translate into other language : http://translate.apkshellext.com [![Crowdin badge](https://d322cqt584bo4o.cloudfront.net/apkshellext/localized.png)](https://crowdin.com/project/apkshellext)
Expand All @@ -12,7 +15,8 @@ Please [drop me a mail](mailto:kkguokk@gmail.com) if you want to help, thanks!
This project is open source and free, visit http://apkshellext.com for Download and more Information.

#### [Features]
- [x] :boom: NEW!! Support IPA (iOS app) icon display, the option is open now. Check preferences window
- [x] :boom: Support Windows Phone appx/appxbundle file icon.
- [x] :boom: Support IPA (iOS app) icon.
- [x] Show apk file icons of in explorer
- [x] Show Package information in tip bubble
- [x] Context menu for renaming apk file, batch renaming, with app name + version
Expand All @@ -22,9 +26,11 @@ This project is open source and free, visit http://apkshellext.com for Download
- [x] Support mulitple languages:
- English
- 中文
- italiano (by Vince. M)
- :boom:Korean (by zinc)
- :boom:Spain (by eXDead22)
- italiano (by [Vince. M](https://crowdin.com/profile/Widget))
- :boom:Korean (by [zinc](https://crowdin.com/profile/zinc))
- :boom:Spain (by [eXDead22](http://translate.apkshellext.com/profile/eXDead22))
- :boom:Persian (by [Ali.sholug](mailto:ali.sholug@gmail.com))
- [ ] QR code to download to phone
- [ ] Hook up adb function with namespace extension.
- [ ] drag-drop to install / uninstall to phone

Expand All @@ -35,13 +41,14 @@ This project is open source and free, visit http://apkshellext.com for Download
* [KKGuo](https://github.com/kkguo)(Author) kkguokk@gmail.com
* Vince. M (Bug report and Italian translation) widget@hotmail.it

#### Credit to:
#### Credit :
* __[SharpShell](https://github.com/dwmkerr/sharpshell)__ Shell extion library
* __[SharpZip](https://github.com/icsharpcode/SharpZipLib)__ Zip implementation in C#
* __[Iteedee.ApkReader](https://github.com/hylander0/Iteedee.ApkReader)__ the oringinal APK reader, not used anymore
* __[PlistCS](https://github.com/animetrics/PlistCS)__ iOS plist file reader
* __[PNGDecrush](https://github.com/MikeWeller/PNGDecrush)__ PNG decrush lib
* __[Ionic.Zlib](https://github.com/jstedfast/Ionic.Zlib)__ Another Zip implementation, used by PNGDecrush
* __[QRCoder](https://github.com/codebude/QRCoder)__ QR code generator

--------------
Originally this project hosted on [GoogleCode](code.google.com/p/apkshellext), now moved to [:octocat:Github](https://github.com/kkguo/apkshellext) and fully re-writen with a native apk reader. The obsolete code is on [master branch](https://github.com/kkguo/apkshellext/tree/master)

0 comments on commit 025a0c9

Please sign in to comment.