Skip to content

Commit

Permalink
Primal 2.0.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 9, 2024
1 parent 2d7cd39 commit 575f078
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 35
versionCode = 195
versionName = "2.0.27"
versionCode = 196
versionName = "2.0.28"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 9 additions & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Changes
- Implemented buying primal legend without premium membership;
- Fixed scrolling issue with profile details legend avatars;
- Added text shadow to premium badge on profile details
- Updated padding on become legend intro screen
- Fixed paywall always shown on adv. search media grid
- Implemented tap QR code to copy addresses on profile qr code viewer
- Fixed profile details avatar horizontal padding
- Fixed border size and color for non-legends in profile details
- Reverted "Show support us notice always"
- Fixed legend unlimited badge icon shadow
- Fixed note highlight colors for light theme
1 change: 0 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Legend badges.
Stability and improvements.

0 comments on commit 575f078

Please sign in to comment.