Skip to content

Commit

Permalink
added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
legendsayantan committed Jun 6, 2024
1 parent 3fa9b66 commit 5e356b1
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 19 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
android:viewportHeight="108">
<path
android:fillColor="@color/theme"
android:pathData="M0,0h108v108h-108z" />
android:pathData="M0,0h108v108h-108z" >
</path>
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
Expand Down
26 changes: 8 additions & 18 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,15 @@
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="85.84757"
android:endY="92.4963"
android:startX="42.9492"
android:startY="49.59793"
android:type="linear">
<item
android:color="#44000000"
android:offset="0.0" />
<item
android:color="#00000000"
android:offset="1.0" />
</gradient>
</aapt:attr>
android:viewportWidth="24"
android:viewportHeight="24">

<path android:fillColor="@android:color/white"
android:fillType="evenOdd"
android:pathData="M13.49,11.38c0.43,-1.22 0.17,-2.64 -0.81,-3.62c-1.11,-1.11 -2.79,-1.3 -4.1,-0.59l2.35,2.35l-1.41,1.41L7.17,8.58c-0.71,1.32 -0.52,2.99 0.59,4.1c0.98,0.98 2.4,1.24 3.62,0.81l3.41,3.41c0.2,0.2 0.51,0.2 0.71,0l1.4,-1.4c0.2,-0.2 0.2,-0.51 0,-0.71L13.49,11.38z">

</path>

<path
android:fillColor="#FFFFFF"
android:fillType="nonZero"
Expand Down
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Contains some easy-to-use tools to go beyond the level of control allowed by Android System.

Tools -
Debloater - Uninstall system apps and bloatware, with app information from UAD.
ThemePatcher - Unlocks premium content for free, from the Oppo/Realme/Oneplus theme store.
LookBack - Allows downgrade of apps, without uninstallation.
MixedAudio - Allows multiple media apps to play at the same time, or mute audio of specific apps.
ADB Shell - Manually execute other raw ADB commands.
Intent Shell - Allows other apps (Tasker,MacroDroid,etc) to run ADB commands via intent requests.
Intent action - com.legendsayantan.adbtools.execute
Intent package - com.legendsayantan.adbtools
Intent extras -
i. `command` - The adb command to execute.
ii. `key` - The access key generated by ShizuTools.
1 change: 1 addition & 0 deletions metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Easy-to-use tools to modify Android System, via shizuku.
Binary file added metadata/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/images/phoneScreenshots/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e356b1

Please sign in to comment.