From 28ca6ebc22dda14e1f54dbe06c9bca8415edc953 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Fri, 6 Dec 2024 23:27:36 +0100 Subject: [PATCH] Primal 2.0.26 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 18 +++++++++--------- .../main/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6159da53..439ebe3f 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 = 193 - versionName = "2.0.25" + versionCode = 194 + versionName = "2.0.26" 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 727e0c32..f8f08f1d 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,10 +1,10 @@ ## Changes -- Updated avatar border sizes according to design -- Fixed broken mentions -- Fixed isPrimalDvm api broken changes -- Fixed cohort broken changes; Added premium tier business logic; -- Fixed drawer menu items not changing background on theme change; -- Updated legend styles; -- Fixed avatars cutoff in advanced search user pickers; -- Fixed avatar clicks not working on advanced search; -- Disabled legendary avatar customization on new notes pill; \ No newline at end of file +- Show support us notice ALWAYS for TESTING PURPOSES +- Set GOLD legendary style as default during become legend flow +- Implemented Legend UX customization for direct buys; +- Implemented Primal OG in buying premium; +- Implemented clicks on premium badges on profile details screen; +- Updated become legend intro screen; +- Updated legend icons in SupportPrimalScreen; +- Implement premium badge on profile details; +- Updated "Follows You" badge on ProfileDetails screen; \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 0e550d1e..43d3bb41 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,2 +1,2 @@ -Legend profile improvements. +Legend badges. Stability and improvements. \ No newline at end of file