Commit Graph

82 Commits

Author SHA1 Message Date
32662ce5aa ui: Add a page transition to the conversation 2022-04-14 12:38:36 +02:00
048c187459 ui: Implement simple hero animation between profile pictures 2022-04-14 11:57:10 +02:00
23ac5939a3 ui: Add a display showing if the server supports certain XEPs 2022-04-13 22:20:01 +02:00
9d935854d1 ui: Make the sizing of the alt text in the [AvatarWrapper] consistent 2022-04-12 19:00:16 +02:00
8556f61012 style: Fix a lot of linter warnings 2022-04-10 22:57:04 +02:00
b44a47927c ui: Fix null issue on the profile page 2022-04-09 12:02:21 +02:00
dfecaba50e service: Implement setting the subscription state of a contact 2022-04-08 20:29:46 +02:00
e259d69ef1 service: Add a possibility to set the presence subscription state 2022-04-08 13:20:52 +02:00
08ccc7246e ui: Request our own avatar in case it differs from the local value 2022-04-06 17:55:23 +02:00
4f0d6fdb53 service: Implement setting the avatar 2022-04-05 20:04:53 +02:00
c1a30976a9 ui: Add a video shared media widget 2022-04-03 13:43:40 +02:00
3e91c30b45 ui: Make images and files appear in the shared media list 2022-04-03 13:31:07 +02:00
3ce67cd1bc service: Track received files with their mime type 2022-04-03 13:11:32 +02:00
b26c54f971 ui: Add back the profile page 2022-03-26 13:24:22 +01:00
2157eab77a ui: Stub the [ConversationsPage] 2022-03-21 20:15:40 +01:00
815936bf1e ui: First steps towards Bloc 2022-03-19 22:34:36 +01:00
e39463dc0a ui: Kind of implement setting an avatar 2022-03-17 11:40:57 +01:00
a30d9ceaea ui: Kinda improve the profile UI 2022-03-09 16:37:24 +01:00
2ffeb43a77 ui: Implement shared media 2022-03-09 13:27:22 +01:00
8a0621c5e1 refactor: Make models shared 2022-01-26 12:26:56 +01:00
6f596b7fca refactor: Move lib/redux into lib/ui/ 2022-01-25 16:19:24 +01:00
317726c102 style: Convert some classes to [StatefulWidget]s 2022-01-23 12:11:51 +01:00
f8acf98ebd style: Spent 6h fixing linter warnings 2022-01-21 17:44:48 +01:00
85abb73ff1 ui: Factor out the image picker 2021-12-29 14:24:12 +01:00
f5b88fa270 ui: Move out more application logic 2021-12-29 12:16:42 +01:00
6ef1edc3a4 ui: The QR code now encodes an XMPP URI 2021-12-28 21:03:28 +01:00
a12e0c4978 ui: Persist display name changes 2021-12-28 20:33:50 +01:00
f5f316e630 ui: Fix the backbutton triggering the snackbar 2021-12-27 14:33:23 +01:00
d979b9655f ui: Add more keyboard dismissing 2021-12-27 12:18:49 +01:00
27d756c058 ui: Remove the stub profile picture 2021-12-27 12:02:30 +01:00
9a2f462d2a ui: Add AccountState 2021-12-27 11:46:51 +01:00
12b4813fe2 ui: Reimplement SnackBar
Okay, so hear me out. The fact that a SnackBar cannot be permanently
there is really annoying. There was also one other thing but I forgot
that one. Using PermanentSnackbar is a pain, though.
2021-12-27 00:14:06 +01:00