Skip to content

Commit

Permalink
Primal 2.0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 18, 2024
1 parent 6e51b2a commit 7b9f861
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 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 = 185
versionName = "2.0.17"
versionCode = 186
versionName = "2.0.18"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
22 changes: 8 additions & 14 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -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;
- 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

0 comments on commit 7b9f861

Please sign in to comment.