From 16148949c88838ea946ccaaf4e4293ca63df92e2 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 7 Jul 2023 00:11:13 -0700 Subject: [PATCH] Some progress on message list UI --- .gitignore | 2 + .idea/compiler.xml | 2 +- .idea/deploymentTargetDropDown.xml | 17 -- .idea/gradle.xml | 1 + .idea/kotlinScripting.xml | 9 + .idea/kotlinc.xml | 6 + .idea/misc.xml | 2 +- app/build.gradle | 10 +- app/src/main/AndroidManifest.xml | 2 + .../kordophonedroid/ui/KordophoneApp.kt | 13 +- .../conversationlist/ConversationListRoute.kt | 10 - .../ConversationListScreen.kt | 27 ++- .../ui/messagelist/MessageListScreen.kt | 212 ++++++++++++++++++ build.gradle | 12 +- gradle.properties | 4 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 16 files changed, 283 insertions(+), 48 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/kotlinScripting.xml create mode 100644 .idea/kotlinc.xml delete mode 100644 app/src/main/java/net/buzzert/kordophonedroid/ui/conversationlist/ConversationListRoute.kt create mode 100644 app/src/main/java/net/buzzert/kordophonedroid/ui/messagelist/MessageListScreen.kt diff --git a/.gitignore b/.gitignore index aa724b7..617b0ca 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ .externalNativeBuild .cxx local.properties + +.idea/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 144ac7a..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..a0de2a1 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@