Commit Graph

34 Commits

Author SHA1 Message Date
Brandon Presley 11de9ccfe8 Turn off autocorrect/capitalization for login 2023-12-30 16:17:05 +13:00
Brandon Presley 128a1bf35f Add persistence to matrix Client 2023-12-30 16:11:20 +13:00
Brandon Presley a552c30ba0 Remove logging of rooms with "Group with" 2023-12-30 16:00:54 +13:00
Brandon Presley 2039b4e90d Remove custom code for renaming groups
Was something for my local matrix
environment, committed
accidentally.
2023-12-30 15:54:30 +13:00
Brandon Presley 1aa73bbd7e Add failed attempt to fix all room names 2023-12-30 15:16:42 +13:00
Brandon Presley 6ca8f646b2 Fix null being on chat messages author temporarily 2023-12-30 14:44:35 +13:00
Brandon Presley a40dd74b96 Close chat faster on send 2023-12-30 12:49:14 +13:00
Brandon Presley 10b84d1521 Hide "Group with" from room names 2023-12-30 12:47:48 +13:00
Brandon Presley 8ca788ccdd Add button to change image of chat 2023-12-30 12:41:40 +13:00
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