diff --git a/.gitignore b/.gitignore index 00765f2..7659bda 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ npm-debug.* *.orig.* *.env* web-build/ -android -ios +android/* +ios/* # macOS .DS_Store diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100755 index 0000000..f8a032f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1 @@ +Initial release diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100755 index 0000000..389ded8 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,11 @@ +Native Android application for Alovoa, the open-source dating platform. + +Alovoa aims to be the first global open-source platform that enables people to easily find new friend and dates. + +Our promises: +• No microtransaction +• No annoying ads +• No selling your data +• Strict filters, only see people you want to see +• Completely free (as in free speech) +• Completely free (as in free beer) \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png new file mode 100644 index 0000000..99609dc Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..2d0228e Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/p1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/p1.png new file mode 100644 index 0000000..5afb0a2 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/p1.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100755 index 0000000..924d902 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Open-source online dating application diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100755 index 0000000..6fa062a --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Alovoa \ No newline at end of file