Commit Graph
25 Commits
Author SHA1 Message Date
brandon.presley 7c1e18c4e8 Add avatar to rooms 2023-12-30 11:47:27 +13:00
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
brandon.presley 27b7f79d74 Only login if the client is logged out 2023-12-30 11:23:57 +13:00
brandon.presley f229c0371b Save username/password instead of tokens
The tokens never worked. I don't know what i'm doing wrong but fluffychat basically just logs in and never tries to save anything. Im not sure how im meant to do this.
2023-12-30 11:17:21 +13:00
brandon.presley 1cd8ba41ae Reduce nesting of login.dart 2023-12-30 11:16:38 +13:00
brandon.presley 3728172844 Tried to set up auth tokens
I always get invalid token error
when I try to login with mLoginToken type
2023-12-29 19:31:35 +13:00
brandon.presley ea7587fe2d Only show messages in room view 2023-12-29 17:19:40 +13:00
brandon.presley 1376580e7e Add profile images to chats 2023-12-29 17:10:47 +13:00
brandon.presley 5fbc8bee42 Add launch.json but debugging still doesnt work 2023-12-29 15:12:36 +13:00
brandon.presley 9c93ea1008 Move loading into fab button of login 2023-12-29 15:12:10 +13:00
brandon.presley e478552587 Add log out button 2023-12-29 14:50:09 +13:00
brandon.presley 5c4526f1fc Add loader for logging in 2023-12-29 14:50:00 +13:00
brandon.presley 302f46804e Include internet permissions in manifest 2023-12-29 11:31:33 +13:00
brandon.presley 071df18b81 Wait for rooms and account data to load 2023-12-29 11:31:26 +13:00
brandon.presley c5ae0f0e85 Add ability to send messages 2023-12-29 11:31:18 +13:00
brandon.presley 705aeb568f Remove unused code 2023-12-29 10:53:43 +13:00
brandon.presley 3352939009 View messages for a room 2023-12-29 10:40:09 +13:00
brandon.presley a6306ceddc List rooms in chats.dart 2023-12-29 09:20:50 +13:00
brandon.presley 112fe960be Update analysis options 2023-12-29 09:20:28 +13:00
brandon.presley 799c15321b Pretty sure this is just some EOL stuff 2023-12-28 18:53:21 +13:00
brandon.presley b636eaaa57 Add shared preferences and chats page 2023-12-28 17:48:18 +13:00
brandon.presley 02ab48521e Change title of material app to Zenith 2023-12-28 16:45:17 +13:00
brandon.presley d5e7316ee8 Add todos in README.md 2023-12-28 16:44:45 +13:00
brandon.presley 53203e3527 Add template for README 2023-12-28 16:44:08 +13:00
brandon.presley ff52298d2a First commit 2023-12-28 16:35:10 +13:00