1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 06:27:32 +00:00
Commit graph

143 commits

Author SHA1 Message Date
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
f6ae271655
Change icons to view password in PasswordField 2024-01-09 08:50:51 +01:00
58cb8de3ff
Handle ExifInterface.ORIENTATION_TRANSPOSE and ExifInterface.ORIENTATION_TRANSVERSE 2024-01-09 08:49:50 +01:00
1b7705df63
Optimize builds a bit where possible 2024-01-09 08:40:54 +01:00
2ef4186968
Add basic room leave functionality 2024-01-09 08:34:10 +01:00
cca38d0026
Add basic invite button 2024-01-09 08:19:27 +01:00
acf9f34f59
It works! 2024-01-09 04:30:23 +01:00
a6e562c14b
Checkpoint 2024-01-08 19:43:33 +01:00
4ab3fa168c
Hide supporting content if comment is none 2024-01-08 18:14:40 +01:00
7565d511c3
Clean up code 2024-01-08 18:08:19 +01:00
6aeea6d170
Progress checkpoint 2024-01-08 04:33:10 +01:00
4b03307901
Complete mockup of RoomActivity 2024-01-07 18:47:16 +01:00
59702f1b15
Handle localization for static errors 2024-01-06 18:51:02 +01:00
a7240b50a5
Handle case where server is unreachable for avatar download 2024-01-06 18:26:56 +01:00
ff786fbf68
Add new comment 2023-12-07 03:45:09 +01:00
26551a99cd
Make various input fields single line 2023-12-07 03:41:37 +01:00
61d9921693
Fix empty avatars getting replaced with something different 2023-12-07 03:37:48 +01:00
2ce3f4745d
Fix "Create a new happening" not being cancellable 2023-12-07 03:35:21 +01:00
06f7ddf62b
Fix rooms not getting displayed upon first login 2023-12-07 03:22:20 +01:00
6333a5e2d1
Create the skeleton of the RoomActivity 2023-12-07 02:38:01 +01:00
22b06ab30f
Improve avatar image cropping 2023-12-07 01:48:10 +01:00
63bf438b1b
Modify bitmaps before using them to create a room 2023-12-07 01:31:47 +01:00
5ca508f645
Begin creating rooms 2023-12-02 04:06:29 +01:00
8d32d17d32
Complete CreateActivityContent 2023-12-02 03:26:37 +01:00
6804058474
Use androidx.exifinterface.media.ExifInterface which appearently is the same? 2023-12-02 02:46:47 +01:00
d262ae8cf7
Fix image picker 2023-12-02 02:39:45 +01:00
19d01e2c40
Start work on the happening creation activity 2023-12-01 05:40:43 +01:00
bc41e909c7
Apply surface color to navigationBar 2023-12-01 04:22:29 +01:00
dca76a40af
Add missing Modifier parameter 2023-12-01 03:56:45 +01:00
5e5cb6207f
Control → Content 2023-12-01 03:54:51 +01:00
293de92ccb
Use LiveData for the rooms list 2023-12-01 03:39:57 +01:00
8c468a6d78
Not sure what was happening but this fixed it 2023-12-01 03:17:10 +01:00