Skip to content

Commit

Permalink
[fastlane] Add changelog for v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Jun 30, 2020
1 parent 0c37bf7 commit 893a79b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 20 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ Yet another android package manager and viewer but...
- 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 (requires root)
- 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 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 your app usage, app storage info (requires “Usage Access” permission)
- It displays running processes/apps (requires root)
- 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)

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
<string name="about_message"><b>Main Window</b>
\n- Click will open “App Info” window
\n- Long click will open ”App Details” window
\n- View app usage statistics by clicking on the three verticals dots on the right (requires
“Usage Access” permission)
\n- View app usage statistics (in the menu) (requires “Usage Access” permission)
\n- View running apps/processes (in the menu) (requires root)
\n- Open APK Updater directly (in the menu) (if installed)
\n
\nList colors used in the main window and their meaning:
\n<u>Red</u>: Doesn\'t allow clearing data storage
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/215.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- [Feature] Added running apps/process viewer (requires root)
- [Feature] Added usage details viewer
- [Feature] Added apk updater and aurora store support
- [Feature] Save modified values of app ops and permissions to the disk (on progress)
- [Fix] Uninstall support for non-root users
- [Fix] Restructure app usage
- [Fix] Added more clarity as well as improve performance in the app details window
33 changes: 17 additions & 16 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

<b>Features:</b>
<ul>
<li>It is free and open source</li>
<li>It has material design (and a nice UI)</li>
<li>It doesn't have any useless permissions</li>
<li>It doesn't connect to the internet</li>
<li>It tries to display as much information as possible in the main window</li>
<li>It lists activities, broadcast receivers, services, providers, permissions, signatures, shared libraries, etc. of any app</li>
<li>It can launch (exportable) activities, create (customizable) shortcuts</li>
<li>It can block any activities, broadcast receivers, services or providers you like (requires root)</li>
<li>It can revoke permissions that are considered dangerous (requires root)</li>
<li>It can disable app ops that are considered dangerous (requires root)</li>
<li>It can scan for trackers in apps and list (all or only) tracking classes (and their code dump)</li>
<li>It can generate dynamic manifest for any app</li>
<li>It can be used to view/edit/delete shared preferences of any app (requires root)</li>
<li>It displays your app usage, app storage info (requires “Usage Access” permission)</li>
<li>Apk files can be shared (hence the use of a provider)</li>
<li>It can be used to clear app data or app cache (requires root)</li>
<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>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>Ability to launch (exportable) activities, create (customizable) shortcuts</li>
<li>Ability to block any activities, broadcast receivers, services or providers you like with Watt and Blocker import support (requires root)</li>
<li>Ability to revoke permissions that are considered dangerous (requires root)</li>
<li>Ability to disable any app ops (requires root)</li>
<li>Scan for trackers in apps and list (all or only) tracking classes (and their code dump)</li>
<li>Ability to generate dynamic manifest for any app</li>
<li>View/edit/delete shared preferences of any app (requires root)</li>
<li>Ability to view running apps/process (requires root)</li>
<li>Ability to 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>Ability to to clear app data or app cache (requires root)</li>
</ul>

...and other minor features such as uninstalling/enabling/disabling apps, displaying app installation info, opening on F-Droid or Aurora Droid.
Expand Down

0 comments on commit 893a79b

Please sign in to comment.