Skip to content

dudw/ApkToolBoxGUI

 
 

Repository files navigation

ApkToolBoxGUI

Java CI with Maven Project Documentation Quality Gate Status Travis CI Build Status Code Climate Maintainability Code Climate Test Coverage Coverage Status Release Version Coverity Scan Build Status

A open source tool for simplify android development. It targets to replace all features of these tools:

Why you should try

  • Open source forever
  • More powerful features
  • Easier to use
  • Update more frequently

Features

Reverse

SnapShot

Dumpsys

  • adb shell dumpsys alarm

Test

Text

  • Convert between different character encodings
  • Convert between different OS types
  • Convert between Simplified Chinese and Traditional Chinese

File

  • Find duplicated files

ref: https://github.com/vivekbhalla/DuplicateFileFinder

Time

  • Transform between timestamp and formatted time

I18N

  • Copy or replace some <string /> in strings.xml in the value[.*] directory of the [A directory] to the strings.xml in the value[.*] directory of the [B directory]. It is mainly used to merge translations into several code branches.
  • Find the longest translation of a <string />. Primarily for finding cuts or line breaks.

License

Contributing

Any contributing is welcomed.

  1. Fork repository
  2. Make changes
  3. Ensure tests pass (or hopefully adding tests!)
  4. Submit pull request/issue
  • build binary: mvn clean package
  • build project documentation: mvn clean package site

Dependencies

Name Version Website License
Apktool v2.5.0 https://github.com/iBotPeaches/Apktool Apache 2.0
GD-GUI 1.6.6 http://jd.benow.ca GNU GPL v3
JADX-GUI v1.2.0 https://github.com/skylot/jadx Apache 2.0
ApkSigner 1.3 http://apk.aq.163.com/apkpack.do#download Apache 2.0
AXMLPrinter3 0.0.1-SNAPSHOT https://github.com/jiangxincode/AXMLPrinter3 Apache 2.0

Contributors

All contributors will be listed here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.3%
  • Shell 4.7%
  • Batchfile 2.5%
  • Other 0.5%