Initial v4
This commit is contained in:
50
app/src/main/assets/accent.json
Executable file
50
app/src/main/assets/accent.json
Executable file
@@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"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": "#61A7E0"
|
||||
},
|
||||
{
|
||||
"id": "12",
|
||||
"accent": "#7289da"
|
||||
}
|
||||
]
|
||||
37
app/src/main/assets/dash.json
Executable file
37
app/src/main/assets/dash.json
Executable file
@@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"id": "0",
|
||||
"title": "FAQs",
|
||||
"subtitle": "Have questions? Find out the answers.",
|
||||
"icon": "ic_faq",
|
||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"title": "Source code",
|
||||
"icon": "ic_code",
|
||||
"subtitle": "Find out what's inside.",
|
||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "License",
|
||||
"subtitle": "Yes we do have one ;)",
|
||||
"icon": "ic_license",
|
||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/LICENSE"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "Privacy",
|
||||
"subtitle": "Find out if we have your nudes :p",
|
||||
"icon": "ic_privacy",
|
||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/PRIVACY"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"title": "Disclaimer",
|
||||
"subtitle": "Hold your own beer!",
|
||||
"icon": "ic_disclaimer",
|
||||
"url": "https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/DISCLAIMER"
|
||||
}
|
||||
]
|
||||
2724
app/src/main/assets/exodus_trackers.json
Executable file
2724
app/src/main/assets/exodus_trackers.json
Executable file
File diff suppressed because it is too large
Load Diff
28
app/src/main/assets/installers.json
Executable file
28
app/src/main/assets/installers.json
Executable file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"id": "0",
|
||||
"title": "Session installer",
|
||||
"subtitle": "Session based installer for bundled/split APKs",
|
||||
"description": "Best suited for devices running Android 5.0+.",
|
||||
"url": "https://developer.android.com/reference/android/content/pm/PackageInstaller.Session"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"title": "Native installer",
|
||||
"subtitle": "Intent based installer, available on all devices",
|
||||
"description": "Best suited for devices running below Android 4.4 or OEM modified ROMs like MIUI, One-UI.",
|
||||
"url": "https://developer.android.com/reference/android/content/Intent#setDataAndType"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "Root installer",
|
||||
"subtitle": "Installer for background installations",
|
||||
"description": "Requires root, supports all Android versions."
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "Aurora Service",
|
||||
"subtitle": "Installer for background installations",
|
||||
"description": "Requires Aurora Services to be installed as system app."
|
||||
}
|
||||
]
|
||||
32
app/src/main/assets/themes.json
Executable file
32
app/src/main/assets/themes.json
Executable file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": "0",
|
||||
"title": "System",
|
||||
"subtitle": "Follow system themes."
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"title": "Light",
|
||||
"subtitle": "White UI must die, may slap on your face at night."
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"title": "Dark",
|
||||
"subtitle": "As dark as your humour, suitable for night-owls."
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"title": "Pitch Black",
|
||||
"subtitle": "The black, that matters."
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"title": "Dark-X",
|
||||
"subtitle": "The dark, that looks cool?"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"title": "Disskord",
|
||||
"subtitle": "Kanged from discord"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user