ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

ApkToolBoxGUI 0.0.8发布了!!

2022-01-08 13:02:53  阅读:209  来源: 互联网

标签:Convert github ApkToolBoxGUI between 发布 https 0.0 directory com


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

类似工具:

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: http://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 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

标签:Convert,github,ApkToolBoxGUI,between,发布,https,0.0,directory,com
来源: https://www.cnblogs.com/jiangxinnju/p/15777963.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有