ApkToolBoxGUI 0.0.8發佈了!!

//github.com/jiangxincode/ApkToolBoxGUI

APKToolBoxGUI是一個程序員常用的小工具合集,有個比較友好的交互界面。主要包含編碼轉換,時間戳轉換,顏色拾取器,顏色轉換,重複文件查找,批量文件重命名,文件摘要檢查等。另外還有些專門為Android開發定製的小工具,比如帶界面的Monkey,國際化語言批量處理等。

Why you should try

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

Features

File

Convert between different character encodings

  • 支持UTF-8,GB2312,GBK,Big5等上百種編碼格式間的互相轉換
  • 支持多文件夾、多文件批量轉換
  • 支持源文件編碼自動識別,自動識別採用多引擎方案,識別率高

類似工具:

FileEncoding

Convert between different OS types

OSType

Convert between Simplified Chinese and Traditional Chinese

SimpleTraditional

Check files digest

CheckDigest

Find duplicated files(Not Finished)

DuplicateFile
DuplicateFile

類似工具:

RenameIt: //www.comicer.com/stronghorse/

Convert

Convert between timestamp and formatted time

Timestamp

Convert between color formats

Convert between common color formats: RGB/HEX/CMYK/HSB(HSV)

ColorConvert

類似工具:

Color picker

A useful little color picker that grabs the pixel under your mouse and transforms it into a number of different color formats. You can use the built-in magnifier to zoom in on your screen, click on a color value to copy it directly to the clipboard.

類似工具:

ColorPicker

Convert between different base

BaseConvert

Convert between Chinese character and Unicode character

Reverse

Using third-party tools to decompile package like jar, aar, war, apk, dex and so on.

類似工具:

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

SnapShot

Dumpsys

  • adb shell dumpsys alarm

Test

I18N

Copy Items

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

Replace Items

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.

Delete Items

Delete some <string /> in strings.xml in the value[.*] directory of the [A directory]

Find the longest

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