Skip to content

Commit

Permalink
Primal 2.0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 20, 2024
1 parent dcede03 commit 0fd0756
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 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 = 187
versionName = "2.0.19"
versionCode = 188
versionName = "2.0.20"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
41 changes: 23 additions & 18 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
## Changes
- Implement legend support in drawer (side menu)
- Implement custom badge support in profile details
- Fix custom badge now showing if disabled in legend profile
- Implement saving legend profile customization
- Fix badge jumping on legendary profile customization
- Implement live preview during legendary profile customization
- Fix not showing custom badge if primal nip05 is missing
- Implement support for avatar glow and custom badge on article feeds & article details
- Implement support for avatar glow and custom badge on note feeds
- Implement support for avatar glow on profile details header
- Implement support for custom badge
- Implement support for avatar glow
- Implement support for gradients in PrimalBadge in premium section
- Implement reading existing legendary profile settings on customization screen
- Implement parsing and storing primal legends data for profiles
- Implement UI for legendary profile customization
- Add empty Legendary profile customization screen;
- Add empty Contact List Backup screen and empty Backup content screen;
- Polish content backup list items
- Implement broadcasting feature
- Implement rendering content stats on Content Backup screen
- Implement Content Backup screen UI
- Fix custom badge in collapsed top bar in profile details
- Fix colors in drawer
- Implement legendary avatar ring on app shell
- Rename LegendaryProfile enum to LegendaryStyle
- Implement contact list recover functionality
- Implement reading and rendering contact list backups
- Fix margin on copy icon on media management screen
- Fix getRecoveryContactsList endpoint
- Update drawer menu items with icons
- Implement contacts list api endpoint
- Implement 'get custom ln address' button on wallet receive
- Implement parametrized search scope on starting adv search
- Implement parametrized search kind on starting adv search
- Implement paywall on premium reads feeds
- Implement paywall on premium note feeds
- Add pas query param to adv search
- Increase delay to propagate feed replacement to 100ms
- Update Premium More Info FAQ content
- Update Premium More Info Features content

0 comments on commit 0fd0756

Please sign in to comment.