Go to file
Brandon Presley 76411aa827 Fix login flow and room name updates
1. Logging in with saved credentials should
just go straight to rooms page without
flickering the login page
2. Rooms should be updated if an event
fires for their names changing
2023-12-30 11:39:34 +13:00
.vscode Add launch.json but debugging still doesnt work 2023-12-29 15:12:36 +13:00
android Include internet permissions in manifest 2023-12-29 11:31:33 +13:00
ios Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
lib Fix login flow and room name updates 2023-12-30 11:39:34 +13:00
linux Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
macos Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
test Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
web Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
windows Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
.gitignore Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
.metadata First commit 2023-12-28 16:35:10 +13:00
analysis_options.yaml Update analysis options 2023-12-29 09:20:28 +13:00
pubspec.lock Add shared preferences and chats page 2023-12-28 17:48:18 +13:00
pubspec.yaml Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
README.md Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00

Zenith

A matrix client for Android.

TODO: Add play store + f-droid store links.

Screenshots

TODO: Add screenshots.

Features

TODO: Add feature list.

How to Build

First install dependencies:

flutter pub get

Then build the apk:

flutter build apk