diff --git a/.editorconfig b/.editorconfig index 4a2bb34d..6bca7eb0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -102,3 +102,6 @@ indent_size = 2 [**/build/generated/**.kt] ij_formatter_enabled = false + +[fastlane/**] +insert_final_newline = false diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 00000000..f2873fc9 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,9 @@ +Organize your system infomation and activities as a plural. + +· Manage your system members, and attach additional fields to the member infomation. +· View your system members like a social media profile, showing their associated activities. +· Record internal conversations as Chats, supporting replies, stickers, and basic Markdown formatting. +· Start an internal poll to gather system members' options. +· Attachs fronting infomation in the application. +· Optionally manage multiple systems. +· Fully local, no need to connect to a network service. \ No newline at end of file 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 00000000..f8ad6944 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/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 00000000..b71a2ef1 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.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 100644 index 00000000..1ecef1f5 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Plurality With You \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 00000000..98183db6 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Project Kafka \ No newline at end of file