diff --git a/metadata/en-US/chagelogs/23.txt b/metadata/en-US/chagelogs/23.txt new file mode 100644 index 0000000..98cfe2d --- /dev/null +++ b/metadata/en-US/chagelogs/23.txt @@ -0,0 +1,4 @@ +- Added user authentication with login and registration +- Support for username and password-based accounts +- Added theme customization options +- Initial release on F-Droid \ No newline at end of file diff --git a/metadata/en-US/images/icon.png b/metadata/en-US/images/icon.png new file mode 100644 index 0000000..1c87837 Binary files /dev/null and b/metadata/en-US/images/icon.png differ diff --git a/metadata/en-US/images/phoneScreenshots/1.png b/metadata/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..9f39021 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/1.png differ diff --git a/metadata/en-US/images/phoneScreenshots/10.png b/metadata/en-US/images/phoneScreenshots/10.png new file mode 100644 index 0000000..e170258 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/10.png differ diff --git a/metadata/en-US/images/phoneScreenshots/11.png b/metadata/en-US/images/phoneScreenshots/11.png new file mode 100644 index 0000000..94eaf30 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/11.png differ diff --git a/metadata/en-US/images/phoneScreenshots/12.png b/metadata/en-US/images/phoneScreenshots/12.png new file mode 100644 index 0000000..67c81cf Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/12.png differ diff --git a/metadata/en-US/images/phoneScreenshots/13.png b/metadata/en-US/images/phoneScreenshots/13.png new file mode 100644 index 0000000..011ba62 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/13.png differ diff --git a/metadata/en-US/images/phoneScreenshots/14.png b/metadata/en-US/images/phoneScreenshots/14.png new file mode 100644 index 0000000..c665a00 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/14.png differ diff --git a/metadata/en-US/images/phoneScreenshots/15.png b/metadata/en-US/images/phoneScreenshots/15.png new file mode 100644 index 0000000..3d6b3be Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/15.png differ diff --git a/metadata/en-US/images/phoneScreenshots/16.png b/metadata/en-US/images/phoneScreenshots/16.png new file mode 100644 index 0000000..f552493 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/16.png differ diff --git a/metadata/en-US/images/phoneScreenshots/17.png b/metadata/en-US/images/phoneScreenshots/17.png new file mode 100644 index 0000000..dfa17f8 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/17.png differ diff --git a/metadata/en-US/images/phoneScreenshots/18.png b/metadata/en-US/images/phoneScreenshots/18.png new file mode 100644 index 0000000..ff9bd5f Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/18.png differ diff --git a/metadata/en-US/images/phoneScreenshots/19.png b/metadata/en-US/images/phoneScreenshots/19.png new file mode 100644 index 0000000..235d9b6 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/19.png differ diff --git a/metadata/en-US/images/phoneScreenshots/2.png b/metadata/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..f12f35e Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/2.png differ diff --git a/metadata/en-US/images/phoneScreenshots/20.png b/metadata/en-US/images/phoneScreenshots/20.png new file mode 100644 index 0000000..8fee679 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/20.png differ diff --git a/metadata/en-US/images/phoneScreenshots/3.png b/metadata/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..79d523d Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/3.png differ diff --git a/metadata/en-US/images/phoneScreenshots/4.png b/metadata/en-US/images/phoneScreenshots/4.png new file mode 100644 index 0000000..78b9b1a Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/4.png differ diff --git a/metadata/en-US/images/phoneScreenshots/5.png b/metadata/en-US/images/phoneScreenshots/5.png new file mode 100644 index 0000000..8cbbf68 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/5.png differ diff --git a/metadata/en-US/images/phoneScreenshots/6.png b/metadata/en-US/images/phoneScreenshots/6.png new file mode 100644 index 0000000..d3cf1a6 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/6.png differ diff --git a/metadata/en-US/images/phoneScreenshots/7.png b/metadata/en-US/images/phoneScreenshots/7.png new file mode 100644 index 0000000..2151c46 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/7.png differ diff --git a/metadata/en-US/images/phoneScreenshots/8.png b/metadata/en-US/images/phoneScreenshots/8.png new file mode 100644 index 0000000..e9baccd Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/8.png differ diff --git a/metadata/en-US/images/phoneScreenshots/9.png b/metadata/en-US/images/phoneScreenshots/9.png new file mode 100644 index 0000000..f592500 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/9.png differ diff --git a/metadata/en-US/long_description.txt b/metadata/en-US/long_description.txt new file mode 100644 index 0000000..3b3a24c --- /dev/null +++ b/metadata/en-US/long_description.txt @@ -0,0 +1,3 @@ +Elephant is a privacy-first messaging application made with Go and Flutter. +It supports secure authentication, user discovery, and real-time chat over WebSocket, +with all communication TLS-protected between client and server. \ No newline at end of file diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt new file mode 100644 index 0000000..61d94bf --- /dev/null +++ b/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +Elephant – a privacy-first, open-source messenger. \ No newline at end of file diff --git a/metadata/en-US/title.txt b/metadata/en-US/title.txt new file mode 100644 index 0000000..9fdbe19 --- /dev/null +++ b/metadata/en-US/title.txt @@ -0,0 +1 @@ +Elephant \ No newline at end of file