From c36034a45577fda937d984bf7182abf33630b050 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Mon, 30 Jul 2018 11:58:31 +0200 Subject: [PATCH] add stethox mtxt to yaml rename .yaml .yml fix metadata fix typo --- metadata/org.schabi.stethox.yml | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/org.schabi.stethox.yml diff --git a/metadata/org.schabi.stethox.yml b/metadata/org.schabi.stethox.yml new file mode 100644 index 0000000000..8e42a3bc66 --- /dev/null +++ b/metadata/org.schabi.stethox.yml @@ -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