Skip to content

Commit

Permalink
πŸ”€ Merge pull request #10 from AssistantDKM/develop
Browse files Browse the repository at this point in the history
πŸ‘· iOS build
  • Loading branch information
Khaoz-Topsy authored Apr 20, 2023
2 parents 3867d4a + dd5f020 commit 7f0e732
Show file tree
Hide file tree
Showing 113 changed files with 3,200 additions and 2,911 deletions.
25 changes: 5 additions & 20 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled.

version:
revision: d696b0516544358f08cd4b87968572dacf2ad7b1
revision: 15cb1f84d72643d6f8c1111cec5b4cad962ec61b
channel: master

project_type: app
Expand All @@ -13,26 +13,11 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
- platform: android
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
create_revision: 15cb1f84d72643d6f8c1111cec5b4cad962ec61b
base_revision: 15cb1f84d72643d6f8c1111cec5b4cad962ec61b
- platform: ios
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
- platform: linux
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
- platform: macos
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
- platform: web
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
- platform: windows
create_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
base_revision: d696b0516544358f08cd4b87968572dacf2ad7b1
create_revision: 15cb1f84d72643d6f8c1111cec5b4cad962ec61b
base_revision: 15cb1f84d72643d6f8c1111cec5b4cad962ec61b

# User provided section

Expand Down
Binary file modified android/app/src/main/res/drawable-hdpi/ic_launcher_background.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 modified android/app/src/main/res/drawable-mdpi/ic_launcher_background.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 modified android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-mdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
56 changes: 31 additions & 25 deletions assets/data/patronsBackup.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FE4ACF19CFB2B7229E394F9F30C45860.png",
"url": "https://assistantapps.com"
},
{
"name": "David Stevenson",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png",
"url": "https://assistantapps.com"
},
{
"name": "Red Goat",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/1965C7A4B88091DE50A9CB8E29A531C8.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1965C7A4B88091DE50A9CB8E29A531C8.png",
"url": "https://assistantapps.com"
},
{
"name": "David Stevenson",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png",
"url": "https://assistantapps.com"
},
{
"name": "Tristan Ancelet",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png",
Expand Down Expand Up @@ -173,6 +173,12 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9FD2B5D3D7502689C6A023306A1597CA.png",
"url": "https://assistantapps.com"
},
{
"name": "ASG QUNARI",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png",
"url": "https://assistantapps.com"
},
{
"name": "MasterCyberpunk",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/BCD210FF084C2EA92DA567C0E2D3C08C.png",
Expand All @@ -185,18 +191,18 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png",
"url": "https://assistantapps.com"
},
{
"name": "Doobs",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/C29444C0F1A2AE6FAC7050E9E9F72127.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/C29444C0F1A2AE6FAC7050E9E9F72127.png",
"url": "https://assistantapps.com"
},
{
"name": "Dion Young",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png",
"url": "https://assistantapps.com"
},
{
"name": "Doobs",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/C29444C0F1A2AE6FAC7050E9E9F72127.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/C29444C0F1A2AE6FAC7050E9E9F72127.png",
"url": "https://assistantapps.com"
},
{
"name": "Jason Rich",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/3EDB6BDFBDD09DD4DEB0DEB2CEC87C04.png",
Expand Down Expand Up @@ -228,9 +234,9 @@
"url": "https://assistantapps.com"
},
{
"name": "Matthew Horn",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/D0E0DD985143F36BDFC9DCE38CF3C940.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D0E0DD985143F36BDFC9DCE38CF3C940.png",
"name": "Galactic Monkeh",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png",
"url": "https://assistantapps.com"
},
{
Expand All @@ -245,6 +251,12 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png",
"url": "https://assistantapps.com"
},
{
"name": "Arshad Omari",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
"url": "https://assistantapps.com"
},
{
"name": "Drew Robison",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/D98A2915E66F9DBF7CB53631FB278D9B.png",
Expand All @@ -259,20 +271,14 @@
},
{
"name": "Josh Haberman",
"imageUrl": "https://ui-avatars.com/api/?size=128&name=Josh Hab",
"thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Josh Hab",
"url": "https://assistantapps.com"
},
{
"name": "Arshad Omari",
"imageUrl": "https://ui-avatars.com/api/?size=128&name=Arshad O",
"thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Arshad O",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/3FE4A1168698BB1E9FD031296260339A.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/3FE4A1168698BB1E9FD031296260339A.png",
"url": "https://assistantapps.com"
},
{
"name": "Bob Hicks",
"imageUrl": "https://ui-avatars.com/api/?size=128&name=Bob Hick",
"thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Bob Hick",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/DD1C7D1D53DF36A2EE6BEE497DFA5F59.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/DD1C7D1D53DF36A2EE6BEE497DFA5F59.png",
"url": "https://assistantapps.com"
}
]
Binary file added assets/images/translate.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 modified assets/images/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f0e732

Please sign in to comment.