Skip to content

Commit

Permalink
Primal 2.0.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 6, 2024
1 parent 2b5bd89 commit 28ca6eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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 = 193
versionName = "2.0.25"
versionCode = 194
versionName = "2.0.26"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
18 changes: 9 additions & 9 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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;
- 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;
2 changes: 1 addition & 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,2 @@
Legend profile improvements.
Legend badges.
Stability and improvements.

0 comments on commit 28ca6eb

Please sign in to comment.