Private
Public Access
1
0
Commit Graph

25 Commits

Author SHA1 Message Date
0cf9baba7c Adds NoContentView (not yet used) 2024-03-06 22:26:41 -08:00
a191ab044d ConversationListScreen: Fix clipping for list cell 2024-03-02 15:37:03 -08:00
d0be011053 Backend: UI: Implements authentication. 2024-03-02 00:38:17 -08:00
077b12b1ac Settings: Save server, username, password 2024-02-26 23:03:10 -08:00
175a83ca21 Adds ServerConfigRepository that view models listen to
* app/src/main/java/net/buzzert/kordophonedroid/ui/shared/ServerConfigRepository.kt:
2024-02-26 01:10:55 -08:00
94bb9baa72 SettingsScreen: username/password 2024-02-26 00:29:53 -08:00
ed4e3cd0bb SettingsScreen: Started working on settings screen
Still need to do auth
2024-02-25 19:42:10 -08:00
f242a08967 gitignore: release 2023-12-11 00:28:33 -08:00
78efe78d4b Implement auto mark as read for conversations 2023-12-10 23:59:34 -08:00
7db8c39042 Better error handling 2023-12-10 19:37:53 -08:00
a8886279c6 Update send message to account for guid returned by servers 2023-12-10 18:30:56 -08:00
6375900710 Implements message loading and display 2023-08-24 00:45:18 -07:00
4add2b4674 Better database syncing... maybe 2023-08-19 01:22:56 -07:00
19a6960ab2 Implement deletion of non-existent conversations 2023-08-17 01:53:37 -07:00
84e3a27c62 Fix list updates (it was isEqual) 2023-08-17 01:44:19 -07:00
770bb496f5 Trying to plumb list changes... 2023-08-17 01:07:15 -07:00
b38c51d108 Fix for update 2023-08-17 00:42:32 -07:00
4eef98aef4 Start integration with app: adds Hilt for dep injection, implements a view model 2023-08-17 00:37:50 -07:00
fde5bb9f53 MessageEntry: UI tweaks 2023-08-07 23:51:30 -07:00
67af3ada35 Fix previews 2023-08-07 23:37:40 -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