Skip to content

Commit

Permalink
[fastlane] Prepare for v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Jul 8, 2020
1 parent b0c7386 commit e33af2e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 18 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Yet another android package manager and viewer but...
- It is free and open source
- It has material design (and a nice UI)
- It doesn't have any useless permissions
- It doesn't connect to the internet
- It doesn't connect to the internet (internet permission is required for ADB mode)
- It tries to display as much information as possible in the main window
- It lists activities, broadcast receivers, services, providers, permissions, signatures, shared libraries, etc. of any app
- It can launch (exportable) activities, create (customizable) shortcuts
- It can block any activities, broadcast receivers, services or providers you like with Watt and Blocker import support (requires root)
- It can revoke permissions that are considered dangerous (requires root)
- It can disable app ops that are considered dangerous (requires root)
- It can revoke permissions that are considered dangerous (requires root/ADB)
- It can disable app ops that are considered dangerous (requires root/ADB)
- It can scan for trackers in apps and list (all or only) tracking classes (and their code dump)
- It can generate dynamic manifest for any app
- It can be used to view/edit/delete shared preferences of any app (requires root)
- It displays running processes/apps (requires root)
- It displays running processes/apps (requires root/ADB)
- It displays your app usage, data usage and app storage info (requires “Usage Access” permission)
- Apk files can be shared (hence the use of a provider)
- It can be used to clear app data or app cache (requires root)
- It can be used to clear app data or app cache (requires root/ADB)
- Batch operations: clear app data, disable run in background, disable/kill/uninstall apps

...and other minor features such as uninstalling/enabling/disabling apps, displaying app installation info, opening on F-Droid, Aurora Droid or Aurora Store.
Expand Down
25 changes: 19 additions & 6 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,22 @@
<string name="netstats_transmitted">Data transmitted</string>
<string name="netstats_msg">Data Usage Since Last Boot</string>
<string name="about">About</string>
<string name="about_message"><b>Main Window</b>
<string name="about_message"><b>ADB over TCP</b>
\nMany root-only features of this can still be used by enabling ADB over TCP. To do that, a
PC or Mac is required with ADB tools installed, and an Android phone with Developer Mode
&amp; USB debugging enabled
(<a href="https://www.xda-developers.com/install-adb-windows-macos-linux/">tutorial</a>).
After that, connect the phone to the PC or Mac using a data cable. Then, open command prompt
or terminal and run <u>adb tcpip 5555</u>. After that, run this app again. In some Android
phones, a prompt will appear saying <i>Allow USB Debugging</i>. In that case, check
<i>Always allow from this computer</i> and click on <i>Allow</i>. In some devices, you may
need to connect/disconnect the data cable in order for it to work.
\n
\n<b>Main Window</b>
\n- Click will open “App Info” window
\n- Long click will open ”App Details” window
\n- View app usage statistics (in the menu) (requires “Usage Access” permission)
\n- View running apps/processes (in the menu) (requires root)
\n- Manage running apps/processes (in the menu) (requires root/ADB)
\n- Open APK Updater directly (in the menu) (if installed)
\n- Batch operations (click on any app icon to select)
\n
Expand Down Expand Up @@ -85,21 +96,21 @@
\n<i>debug</i>: Debuggable app
\n
\n<b>App Info Window</b>
\n- Uninstall/enable/disable/force-stop an app (some operations require root permission)
\n- Uninstall/enable/disable/force-stop an app (some operations require root/adb permission)
\n- View dynamic manifest of an app
\n- View shared preferences
\n- Scan for trackers using Exodus
\n- View/edit/delete shared preferences (requires root)
\n- View various paths and directories related to the app and open them with external app
\n- View installation date, update date, installer app
\n- View storage information (requires “Usage Access” permission)
\n- Delete app cache/data (requires root permission)
\n- Delete app cache/data (requires root/adb permission)
\n
\n<b>App Details Window</b>
\n- App ops or dangerous permissions can be revoked in the <b>App Ops</b> (which lists app
operations &amp; can be used to revoke non-revocable permissions) and <b>Uses Permissions</b>
tab (which lists permission from the &lt;uses-permission&gt; tags of the manifest) respectively
(requires root permission)
(requires root/adb permission)
\n- Available activities can be launched from the <b>Activities</b> tab. Also, customizable
shortcuts can be made
\n- Activities, broadcast receivers, services and providers (aka, components) can be blocked
Expand Down Expand Up @@ -166,7 +177,7 @@
\n2020 © <a href="https://github.com/MuntashirAkon">Muntashir Al-Islam</a>
</string>
<string name="third_party">Third-party Libraries and Icons</string>
<string name="third_party_message">-
<string name="third_party_message" translatable="false">-
<a href="https://github.com/material-components/material-components-android">Material
Components</a> (Apache 2.0)
\n- <a href="https://github.com/google/material-design-icons">Material Design Icons</a>
Expand All @@ -176,6 +187,7 @@
\n- <a href="https://bitbucket.org/oF2pks/fdroid-classyshark3xodus">ClassySharkAndroid</a>
(Apache 2.0)
\n- <a href="https://github.com/jaredrummler/AndroidShell">Android Shell</a> (Apache 2.0)
\n- <a href="https://github.com/tananaev/adblib">ADB Library</a> (BSD-3-Clause License)
</string>
<string name="credits">Credits</string>
<string name="credits_message">To the authors of
Expand All @@ -185,6 +197,7 @@
\n- <a href="https://github.com/billthefarmer/editor">Editor</a>
\n- <a href="https://github.com/zhaobao/AppsMonitor">AppsMonitor</a>
\n- <a href="https://github.com/tuyafeng/Watt">Watt</a>
\n- <a href="https://github.com/8enet/AppOpsX">AppOpsX</a>
\nLogo credit: <a href="https://github.com/Atrate">Atrate</a>.
</string>
<string name="word_wrap">Toggle word wrap</string>
Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Jul 08 13:46:11 BDT 2020
#Wed Jul 08 14:56:22 BDT 2020
VERSION_NAME=2.5.7
VERSION_CODE=264
VERSION_CODE=265
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/265.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- [Feature] Initial support for ADB over TCP (port 5555) for non-root users (See about section within the app for instruction)
- [Fix] Fix importing rules from Watt and Blocker
- [Fix] Display Aurora Droid in App Info window as a first priority over F-Droid
- [Fix] Improved performance for component blocking
- [Fix] Fix app op mode detection bug

For root users, if you've skipped v2.5.6, you may need to apply all rules globally in Settings in order for them to work.
10 changes: 5 additions & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<li>Free and open source</li>
<li>Material design (and a nice UI)</li>
<li>No any useless permissions</li>
<li>Doesn't connect to the internet</li>
<li>Doesn't connect to the internet (internet permission is required for ADB mode)</li>
<li>Display as much information as possible in the main window</li>
<li>Lists activities, broadcast receivers, services, providers, permissions, signatures, shared libraries, etc. of any app</li>
<li>Launch (exportable) activities, create (customizable) shortcuts</li>
<li>Block any activities, broadcast receivers, services or providers with Watt and Blocker import support (requires root)</li>
<li>Revoke <i>dangerous</i> permissions (requires root)</li>
<li>Disable any app ops, therefore any hidden permissions (requires root)</li>
<li>Revoke <i>dangerous</i> permissions (requires root/ADB)</li>
<li>Disable any app ops, therefore any hidden permissions (requires root/ADB)</li>
<li>Scan for trackers in apps and list (all or only) tracking classes (and their code dump)</li>
<li>Generate dynamic manifest for any application</li>
<li>View/edit/delete shared preferences of any app (requires root)</li>
<li>View/kill/force-stop running apps/process (requires root)</li>
<li>View/kill/force-stop running apps/process (requires root/ADB)</li>
<li>View app usage, data usage and app storage info (requires “Usage Access” permission)</li>
<li>Apk file sharing (hence the use of a provider)</li>
<li>Clear app data or app cache (requires root)</li>
<li>Clear app data or app cache (requires root/ADB)</li>
<li>Batch operations: clear app data, disable run in background, disable/kill/uninstall apps</li>
</ul>

Expand Down

0 comments on commit e33af2e

Please sign in to comment.