From a7359d154a3fb80c6d86212f78c60f2db67bebb7 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 4 Apr 2024 10:37:58 +0530 Subject: [PATCH] assets: Drop unused JSON files Signed-off-by: Aayush Gupta --- app/src/main/assets/accent.json | 58 ---------------------------- app/src/main/assets/permissions.json | 12 ------ app/src/main/assets/themes.json | 32 --------------- 3 files changed, 102 deletions(-) delete mode 100755 app/src/main/assets/accent.json delete mode 100755 app/src/main/assets/permissions.json delete mode 100755 app/src/main/assets/themes.json diff --git a/app/src/main/assets/accent.json b/app/src/main/assets/accent.json deleted file mode 100755 index 17fac6615..000000000 --- a/app/src/main/assets/accent.json +++ /dev/null @@ -1,58 +0,0 @@ -[ - { - "id": "0", - "accent": "" - }, - { - "id": "1", - "accent": "#6C63FF" - }, - { - "id": "2", - "accent": "#FF00FF" - }, - { - "id": "3", - "accent": "#F50057" - }, - { - "id": "4", - "accent": "#F9A826" - }, - { - "id": "5", - "accent": "#49A942" - }, - { - "id": "6", - "accent": "#6633cc" - }, - { - "id": "7", - "accent": "#52565e" - }, - { - "id": "8", - "accent": "#ee70a6" - }, - { - "id": "9", - "accent": "#b5c327" - }, - { - "id": "10", - "accent": "#f38654" - }, - { - "id": "11", - "accent": "#59A8E2" - }, - { - "id": "12", - "accent": "#7289da" - }, - { - "id": "13", - "accent": "#0078D7" - } -] diff --git a/app/src/main/assets/permissions.json b/app/src/main/assets/permissions.json deleted file mode 100755 index e4bd681f7..000000000 --- a/app/src/main/assets/permissions.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "id": "0", - "title": "External Storage Access", - "subtitle": "To save downloads (APKs & OBBs), export & import device configs on external storage." - }, - { - "id": "1", - "title": "External Storage Manager", - "subtitle": "Required on devices running Android R+, additional to External Storage Access" - } -] \ No newline at end of file diff --git a/app/src/main/assets/themes.json b/app/src/main/assets/themes.json deleted file mode 100755 index 1fe7fd780..000000000 --- a/app/src/main/assets/themes.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "id": "0", - "title": "System", - "subtitle": "Follow system themes." - }, - { - "id": "1", - "title": "Light", - "subtitle": "Bright, suitable for daylight conditions" - }, - { - "id": "2", - "title": "Dark", - "subtitle": "Relatively dark theme, best for night owls" - }, - { - "id": "3", - "title": "Pitch Black", - "subtitle": "Black theme, best for AMOLED Displays" - }, - { - "id": "4", - "title": "Dark-X", - "subtitle": "Variant of dark theme" - }, - { - "id": "5", - "title": "Darkord", - "subtitle": "Kanged from discord" - } -] \ No newline at end of file