Skip to content

Commit

Permalink
Primal 2.0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 21, 2024
1 parent 0ca86c5 commit 29835eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 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 = 188
versionName = "2.0.20"
versionCode = 189
versionName = "2.0.21"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
28 changes: 5 additions & 23 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
## Changes
- 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
- Add AOSP message on buying premium home screen
- Add AOSP message on extend subscription screen
- Add retryNetworkCall when fetching backup stats
- Fix back handler for Extend Subscription
- Fix typo in Content Backup
6 changes: 5 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Primal 2.0 Preview
Primal 2.0

- Reads
- Explore
- Advanced Search

0 comments on commit 29835eb

Please sign in to comment.