From 7b9f86177faaa69e7d54bd1653407ad79d0453be Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 18 Nov 2024 19:53:09 +0100 Subject: [PATCH] Primal 2.0.18 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 22 ++++++++------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 61457f215..d15c87e6e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 35 - versionCode = 185 - versionName = "2.0.17" + versionCode = 186 + versionName = "2.0.18" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index e41878a89..dfbcaeac7 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,15 +1,9 @@ ## Changes -Implement confirmation delete dialog on media management; -Change subscription id to String from UUID; Add platform and app version identifier to subIds; -Fix showing primal name when changing primal name; -Fix showing primal name instead of display name; -Polish media management icons; -Fix media management uploads since/limit params; -Update welcome screen; -Fix round up and round down in media management stats; -Implement opening FAQ tab when opening FAQ from manage premium; -Implement entire card clickable on SupportPrimalScreen; -Implement forceFocus in PrimalOutlinedTextField; Enable forceFocus in PremiumPrimalNameStage; -Fix premium home jumps; -Fix not showing extend subscription in manage premium for legends & recurring; -Implement handling legend status in manage premium; \ No newline at end of file +- Increase EOSE delay in NostrSocketClient from 50 to 75 msec +- Implement new subscription header +- Add updating membership status on membership purchase +- Add opening Extend Subscription from manage premium +- Add opening BecomeALegend from manage premium +- Fix line spacing on welcome screen +- Implement premium badge logic +- Implement media deletion \ No newline at end of file