https://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等上百种编码格式间的互相转换
  • 支持多文件夹、多文件批量转换
  • 支持源文件编码自动识别,自动识别采用多引擎方案,识别率高

类似工具:

Convert between different OS types

Convert between Simplified Chinese and Traditional Chinese

Check files digest

Find duplicated files(Not Finished)



类似工具:

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

Convert

Convert between timestamp and formatted time

Convert between color formats

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

类似工具:

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.

类似工具:

Convert between different base

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

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

最新文章

  1. SQL Server中查询数据库及表的信息语句
  2. 一个update的小故事
  3. 连接mysql问题 mysqlnd cannot connect to MySQL 4.1+ using old authentication
  4. 基于WebForm+EasyUI的业务管理系统形成之旅 -- 登录窗口(Ⅱ)
  5. Java EE的十三种核心技术
  6. StackOverFlow的2016统计
  7. Java对于私有变量“反思暴力”技术
  8. C++设计模式-Visitor访问者模式
  9. ajax 基础2
  10. spring boot访问数据库
  11. es suggest did you mean资料
  12. [国嵌攻略][182][Sqlite嵌入式数据库移植]
  13. 3167: [Heoi2013]Sao [树形DP]
  14. 消息队列mq的原理及实现方法
  15. Redis数据结构之quicklist
  16. awk对列/行进行统计求和【转】
  17. VMware如何给虚拟机添加新硬盘
  18. [ 转载 ] Python Web 框架:Django、Flask 与 Tornado 的性能对比
  19. 协变(covariant)和逆变(contravariant)
  20. LoadRunner-关联问题(栏目列表较多关联不了想要的id)

热门文章

  1. 【Linux】【Basis】文件
  2. Linux:sqlplus
  3. 【力扣】188. 买卖股票的最佳时机 IV
  4. 【Matlab】find函数用法
  5. Redis单点到集群迁移
  6. Java实现HttpGet和HttpPost请求
  7. CF254A Cards with Numbers 题解
  8. java 多线程:Thread类常用方法:setPriority优先级、interrupt中断标记、suspend暂停与唤醒resume(已过时);daemon守护线程
  9. 如何下载哔哩哔哩、爱奇艺、腾讯视频、优酷、斗鱼、TED、YouTube网页视频
  10. layui(layer)的loading方法显示位置不居中