From f458f00edca23a960a822eec032b7cb0f58800a2 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 5 Dec 2023 21:44:49 -0500 Subject: [PATCH] 1. Adds Classified creation from Amethyst. 2. Adds relay information for Replaceable events. --- .idea/inspectionProfiles/Project_Default.xml | 9 + README.md | 2 +- .../vitorpamplona/amethyst/model/Account.kt | 83 +++++- .../amethyst/model/LocalCache.kt | 79 ++--- .../amethyst/ui/actions/NewPostView.kt | 279 +++++++++++++++++- .../amethyst/ui/actions/NewPostViewModel.kt | 33 +++ .../amethyst/ui/components/TextSpinner.kt | 43 ++- app/src/main/res/values/strings.xml | 40 +++ .../quartz/events/ClassifiedsEvent.kt | 74 ++++- 9 files changed, 581 insertions(+), 61 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 103e00cbe..44ca2d9b0 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,30 +3,39 @@