Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
16 changes: 14 additions & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Changes
- Completed manage subscription screen;
- Implemented media management screen (without delete);
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;

0 comments on commit a0a661c

Please sign in to comment.