An experiment in building a better XMPP client. This time using Flutter.
Go to file
2022-01-26 12:25:05 +01:00
android android: Fix crash at boot 2022-01-23 19:03:22 +01:00
assets docs: Improve README 2021-12-27 13:30:45 +01:00
ios ui: Fix icon again 2021-12-25 21:18:14 +01:00
lib refactor: Move lib/repositories and lib/db into lib/service 2022-01-26 12:25:05 +01:00
test xmpp: Finally use the system resolver using miniDNS 2022-01-25 21:21:00 +01:00
thirdparty build: Improve even more 2021-12-27 14:27:18 +01:00
tools style: Spent 6h fixing linter warnings 2022-01-21 17:44:48 +01:00
.gitignore db: FINALLY ADD A DATABASE 2021-12-28 16:30:10 +01:00
.gitlint refactor: Remove backend/account.dart 2022-01-25 12:35:54 +01:00
.gitmodules build: Improve even more 2021-12-27 14:27:18 +01:00
.metadata Initial commit 2021-12-21 16:15:45 +01:00
analysis_options.yaml style: Let the linter ignore isar's build artifact 2022-01-23 12:26:33 +01:00
flake.lock Initial commit 2021-12-21 16:15:45 +01:00
flake.nix meta: Use gitlint 2022-01-19 18:58:17 +01:00
LICENSE Initial commit 2021-12-21 16:15:45 +01:00
Makefile build: Improve even more 2021-12-27 14:27:18 +01:00
moxxy.doap docs: Remove note for XEP-368 2022-01-26 09:29:06 +01:00
pubspec.lock xmpp: Finally use the system resolver using miniDNS 2022-01-25 21:21:00 +01:00
pubspec.yaml xmpp: Finally use the system resolver using miniDNS 2022-01-25 21:21:00 +01:00
README.md docs: Update README 2022-01-21 11:39:45 +01:00

moxxy

An experimental XMPP client that tries to be as easy, modern and beautiful as possible.

Screenshots

screenshots

Developing and Building

Clone using git clone --recursive https://github.com/Polynomdivision/moxxyv2.git.

Run nix develop to get a development shell. Before the first build, run make data and make data and flutter pub run build_runner build to generate the data classes. After that, you can run the app using flutter run or build the app with flutter build.

After implementing a change or a feature, please ensure that nothing is broken by the change by running flutter test afterwards. Also make sure that the code passes the linter by running flutter analyze. This project also uses gitlint to ensure uniform formatting of commit messages.

A Bit of History

This project is the successor of moxxyv1, which was written in React Native and abandoned due to various technical issues.

License

See ./LICENSE.

Special Thanks

  • New logo designed by Synoh