2022-03-14 20:58:32 +01:00
2021-12-25 21:18:14 +01:00
2022-03-11 21:39:42 +01:00
2021-12-27 14:27:18 +01:00
2022-03-09 16:37:08 +01:00
2021-12-27 14:27:18 +01:00
2021-12-21 16:15:45 +01:00
2022-02-16 18:29:01 +01:00
2021-12-21 16:15:45 +01:00
2022-03-09 13:53:40 +01:00
2022-03-13 16:43:27 +01:00
2022-03-17 11:42:35 +01:00
2022-03-17 11:42:35 +01:00
2022-02-27 12:06:24 +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 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
Description
An experiment in building a better XMPP client. This time using Flutter.
Readme 9.7 MiB
Languages
Dart 98.8%
Kotlin 0.6%
Shell 0.3%
Nix 0.3%