Initial v4

This commit is contained in:
Rahul Kumar Patel
2021-02-15 04:52:56 +05:30
commit dfc706b13e
472 changed files with 35142 additions and 0 deletions

50
app/src/main/assets/accent.json Executable file
View 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
View 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"
}
]

File diff suppressed because it is too large Load Diff

View 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
View 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"
}
]