+23
-10
.github/workflows/ci.yml
-64
.sqlx/query-78d9f0eb3a550928cccd0a8c0faf3c9176a354238bf32b97a73a7bb41014b5eb.json
-59
Cargo.lock
+3
-3
Cargo.toml
-3
apps/amethyst/.gitignore
+16
apps/amethyst/android/.gitignore
+176
apps/amethyst/android/app/build.gradle
apps/amethyst/android/app/debug.keystore
This is a binary file and will not be displayed.
+14
apps/amethyst/android/app/proguard-rules.pro
+7
apps/amethyst/android/app/src/debug/AndroidManifest.xml
+32
apps/amethyst/android/app/src/main/AndroidManifest.xml
+65
apps/amethyst/android/app/src/main/java/fm/teal/amethyst/MainActivity.kt
+57
apps/amethyst/android/app/src/main/java/fm/teal/amethyst/MainApplication.kt
+6
apps/amethyst/android/app/src/main/res/drawable/ic_launcher_background.xml
+37
apps/amethyst/android/app/src/main/res/drawable/rn_edit_text_material.xml
apps/amethyst/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png
This is a binary file and will not be displayed.
+5
apps/amethyst/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+5
apps/amethyst/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
apps/amethyst/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
This is a binary file and will not be displayed.
apps/amethyst/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
This is a binary file and will not be displayed.
+6
apps/amethyst/android/app/src/main/res/values/colors.xml
+6
apps/amethyst/android/app/src/main/res/values/strings.xml
+19
apps/amethyst/android/app/src/main/res/values/styles.xml
+1
apps/amethyst/android/app/src/main/res/values-night/colors.xml
+41
apps/amethyst/android/build.gradle
apps/amethyst/android/gradle/wrapper/gradle-wrapper.jar
This is a binary file and will not be displayed.
+7
apps/amethyst/android/gradle/wrapper/gradle-wrapper.properties
+58
apps/amethyst/android/gradle.properties
+252
apps/amethyst/android/gradlew
+94
apps/amethyst/android/gradlew.bat
+38
apps/amethyst/android/settings.gradle
+1
-2
apps/amethyst/app/_layout.tsx
+23
-40
apps/amethyst/app/auth/login.tsx
+2
-2
apps/amethyst/app/auth/options.tsx
+8
-3
apps/amethyst/app/auth/signup.tsx
-6
apps/amethyst/app.config.js
+10
apps/amethyst/components/__tests__/StyledText-test.js
-33
apps/amethyst/components/__tests__/StyledText-test.tsx
+19
-3
apps/amethyst/hooks/useIsMobile.tsx
+30
apps/amethyst/ios/.gitignore
+66
apps/amethyst/ios/Podfile
+2164
apps/amethyst/ios/Podfile.lock
+6
apps/amethyst/ios/Podfile.properties.json
+7
apps/amethyst/ios/amethyst/AppDelegate.h
+62
apps/amethyst/ios/amethyst/AppDelegate.mm
apps/amethyst/ios/amethyst/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png
This is a binary file and will not be displayed.
+14
apps/amethyst/ios/amethyst/Images.xcassets/AppIcon.appiconset/Contents.json
+6
apps/amethyst/ios/amethyst/Images.xcassets/Contents.json
+20
apps/amethyst/ios/amethyst/Images.xcassets/SplashScreenBackground.colorset/Contents.json
+41
apps/amethyst/ios/amethyst/Images.xcassets/SplashScreenLogo.imageset/Contents.json
apps/amethyst/ios/amethyst/Images.xcassets/SplashScreenLogo.imageset/image.png
This is a binary file and will not be displayed.
apps/amethyst/ios/amethyst/Images.xcassets/SplashScreenLogo.imageset/image@2x.png
This is a binary file and will not be displayed.
apps/amethyst/ios/amethyst/Images.xcassets/SplashScreenLogo.imageset/image@3x.png
This is a binary file and will not be displayed.