From 1ba1136c862f281996dc62430fb54a91daca8335 Mon Sep 17 00:00:00 2001 From: EliasTheGrandMasterOfMistakes <149844945+EliasTheGrandMasterOfMistakes@users.noreply.github.com> Date: Fri, 10 May 2024 18:19:19 -0300 Subject: [PATCH 1/2] stuffs: update smartdocker to newest release --- stuff/smartdock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stuff/smartdock.py b/stuff/smartdock.py index 5b2e8ae..7876748 100644 --- a/stuff/smartdock.py +++ b/stuff/smartdock.py @@ -4,10 +4,10 @@ from stuff.general import General class Smartdock(General): id = "smartdock" - dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1100.apk" + dl_link = "https://f-droid.org/repo/cu.axel.smartdock_1121.apk" partition = "system" dl_file_name = "smartdock.apk" - act_md5 = "f4087d34218eac902a5cca98ee03d215" + act_md5 = "dde94e2babc5f78bf7279e60a98eef05" apply_props = { "qemu.hw.mainkeys" : "1" } skip_extract = True permissions = """ From 22c8e20fceaefc0d8e1969220b2d207916ed0359 Mon Sep 17 00:00:00 2001 From: EliasTheGrandMasterOfMistakes <149844945+EliasTheGrandMasterOfMistakes@users.noreply.github.com> Date: Fri, 10 May 2024 18:51:31 -0300 Subject: [PATCH 2/2] stuffs: Fixes SmartDock permissions extracted from source code in manifest xml file --- stuff/smartdock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stuff/smartdock.py b/stuff/smartdock.py index 7876748..9408c01 100644 --- a/stuff/smartdock.py +++ b/stuff/smartdock.py @@ -16,12 +16,10 @@ class Smartdock(General): - - - + @@ -30,6 +28,8 @@ class Smartdock(General): + + """