|
77dd9373e9
|
Refactor Main to something actually readable
|
2024-02-01 19:44:15 +01:00 |
|
|
c56c0124e8
|
Refactor again and cleanup avatar stuff
|
2024-02-01 18:32:31 +01:00 |
|
|
d660c52b91
|
Create LocalizableError?.DisplayErrorText
|
2024-02-01 17:28:27 +01:00 |
|
|
789e029467
|
Upgrade to Android Studio Hedgehog
|
2024-02-01 17:05:08 +01:00 |
|
|
529d821db1
|
Refactor out manageLogin
|
2024-01-31 05:06:42 +01:00 |
|
|
63ef1a4edd
|
Export resolveUser to a separate file
|
2024-01-31 03:57:28 +01:00 |
|
|
c1b84d14f4
|
Make cancellations a debug message instead of info
|
2024-01-31 03:54:13 +01:00 |
|
|
8812e41a74
|
Remove complete todo
|
2024-01-31 03:42:03 +01:00 |
|
|
5a2d3faa75
|
More avatar refactorings
|
2024-01-30 04:53:58 +01:00 |
|
|
58b0901408
|
Split effect from AvatarUserID
|
2024-01-30 04:38:05 +01:00 |
|
|
ac1d51657e
|
Make TAG private
|
2024-01-30 04:34:25 +01:00 |
|
|
ed5d6a0633
|
Image refactors and improvements
|
2024-01-30 04:32:06 +01:00 |
|
|
deb0b8be61
|
Refactor LocalizableError to be immutable
|
2024-01-30 03:29:02 +01:00 |
|
|
99ae904633
|
Add safe area padding
|
2024-01-24 05:11:42 +01:00 |
|
|
4f2158848c
|
Remove non-functional consumeWindowInsets modifier
|
2024-01-24 05:08:39 +01:00 |
|
|
7aff684a4c
|
Make the room avatar shaped like a room
|
2024-01-24 05:07:38 +01:00 |
|
|
111aa66d06
|
Remove TODO as a declined variant would be undistinguishable on the protocol level from a kicked room member
|
2024-01-24 04:49:33 +01:00 |
|
|
9bf24dc27d
|
Replace TODO with comment
|
2024-01-24 04:48:47 +01:00 |
|
|
8b7e849fc4
|
Remove TODO as the behavior was fixed by wrapping the component in a Box
|
2024-01-24 04:42:27 +01:00 |
|
|
320e209ef3
|
Remove TODO as error messages were localized
|
2024-01-24 04:41:48 +01:00 |
|
|
04a4e5bc0b
|
Remove FIXME by only passing actually used parameters of PasswordField to TextField
|
2024-01-24 04:41:22 +01:00 |
|
|
8187a56e8a
|
Remove FIXME as the described problem was resolved by using ActivityResultContract
|
2024-01-24 04:38:58 +01:00 |
|
|
1496650c50
|
Convert FIXME to regular comment, as it's fine for the scope of this project
|
2024-01-24 04:37:17 +01:00 |
|
|
04ccf360ac
|
Add app icon
|
2024-01-22 02:23:23 +01:00 |
|
|
fe95cdc267
|
Create README
|
2024-01-22 01:53:47 +01:00 |
|
|
fe9b7a871d
|
Remove an unsolvable todo
|
2024-01-21 17:14:52 +01:00 |
|
|
c5a10e9ea8
|
Add yet another todo
|
2024-01-21 17:13:25 +01:00 |
|
|
79f4af90c3
|
Add three leftover todos
|
2024-01-21 16:32:07 +01:00 |
|
|
b66cb24a7f
|
Add a mechanism for accepting invites
|
2024-01-21 16:23:58 +01:00 |
|
|
23e70fe7ea
|
Change room name fallbacks as they do not include the user themselves
|
2024-01-21 16:03:45 +01:00 |
|
|
455b80857d
|
If possible, display the current partecipants count in RoomListItem
|
2024-01-21 15:52:00 +01:00 |
|
|
a80bfc9ded
|
If possible, display the current partecipants count in RoomListItem
|
2024-01-21 15:47:49 +01:00 |
|
|
6abfb78ad6
|
Wrap RoomListItem in a Box to have the DropdownMenu display correctly
|
2024-01-21 15:42:19 +01:00 |
|
|
395709cc28
|
Allow changes to the room configuration
|
2024-01-20 21:43:32 +01:00 |
|
|
fb45b3ea06
|
Wrap MemberListItem in a Box to have the DropdownMenu display correctly
|
2024-01-20 15:09:33 +01:00 |
|
|
4a084519ce
|
Add support for uninviting
|
2024-01-20 13:42:02 +01:00 |
|
|
23de2ed278
|
Add support for sending invites
|
2024-01-20 13:32:26 +01:00 |
|
|
822a2e5770
|
Remove excessive verbose logging
|
2024-01-17 12:58:45 +01:00 |
|
|
5083f8dfcf
|
Improve error and loading display
|
2024-01-17 12:52:36 +01:00 |
|
|
6c6eaaf58e
|
Allow customization of style in ErrorText and LoadingText
|
2024-01-17 12:16:19 +01:00 |
|
|
b7bfcb74a7
|
Create LoadingText from the skeleton of ErrorText
|
2024-01-17 12:13:24 +01:00 |
|
|
8ca7b58a92
|
ErrorText : default to R.string.error if no text is specified
|
2024-01-17 12:12:33 +01:00 |
|
|
427a5b8f44
|
Do not show CreateRoomFAB if not logged in
|
2024-01-17 11:45:20 +01:00 |
|
|
e4a9d40fa1
|
Preview AvatarEmpty at different font scales
|
2024-01-13 11:01:29 +01:00 |
|
|
22f0d0fc8c
|
Rename CreateRoom to ConfigureRoom
|
2024-01-13 10:32:47 +01:00 |
|
|
d91d0cfc5f
|
Checkpoint because GPG key generation distracted me from what I was doing
|
2024-01-13 10:31:59 +01:00 |
|
|
01e744883f
|
Bulk rewrite continues
|
2024-01-12 17:59:24 +01:00 |
|
|
5befff9864
|
Start some kind of massive refactor
|
2024-01-10 13:50:30 +01:00 |
|
|
59932ab67c
|
Remove meaningless warning
|
2024-01-09 08:56:54 +01:00 |
|
|
0c21c992d6
|
Properly configure login parameters
|
2024-01-09 08:53:29 +01:00 |
|