Private
Public Access
1
0
Commit Graph

9 Commits

Author SHA1 Message Date
67af3ada35 Fix previews 2023-08-07 23:37:40 -07:00
98d0a90544 SendMessage: plumb a guid through to uniquely identify a pending message 2023-08-07 23:00:08 -07:00
0f87ea2200 Implements /sendMessage using a message queue 2023-08-07 22:52:33 -07:00
7a5e1fd338 Implements /message fetching 2023-08-07 21:30:46 -07:00
203e1c5ed9 Upgrade project and dependencies 2023-08-07 19:35:42 -07:00
2e9b62b654 Adds backend module, tests for /version and /conversations (not real tests yet) 2023-08-06 12:27:58 -07:00
16148949c8 Some progress on message list UI 2023-07-07 00:11:13 -07:00
27e3c09228 ConversationListScreen: Unread indicator, time modified 2023-06-12 01:11:57 -07:00
e547cec441 Initial commit -
Basic list of conversations (UI only) are working using Jetpack Compose.

Next step is to try and get data loading from a Room database.

Ideally, I can have a test data store and a real data store, and some way to switch between them.
2023-06-11 21:04:14 -07:00