Merge branch 'stethox' into 'master'
Stethox See merge request fdroid/fdroiddata!3508
This commit is contained in:
commit
94abff85b7
36
metadata/org.schabi.stethox.yml
Normal file
36
metadata/org.schabi.stethox.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: https://gitlab.com/derSchabi/Stethox/blob/HEAD/README.md
|
||||
SourceCode: https://gitlab.com/derSchabi/Stethox
|
||||
IssueTracker: https://gitlab.com/derSchabi/Stethox/issues
|
||||
|
||||
AutoName: Stethox
|
||||
Summary: Xposed module that adds Stetho to every app
|
||||
Description: |-
|
||||
This is a Xposed Module that enables Stetho for every application on your
|
||||
phone. All Stetho functions are given besides Network Monitoring. For this
|
||||
however I highly recommend using mitmproxy or tcpdump and Wireshark.
|
||||
|
||||
This Module can be used for Reverse Engineering. Especially the Layout Preview
|
||||
is very useful. Please also take a look at Inspackage since this will add even
|
||||
more functions for this purpose.
|
||||
|
||||
ATTENTION:Never leave this Module enabled or installed on day to day use. THIS
|
||||
IS A SECURITY RISK. Only enable this for Development.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/derSchabi/Stethox.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
Loading…
Reference in a new issue