Skip to content

Commit

Permalink
Primal 0.16.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Sep 19, 2023
1 parent b38a74c commit 6da1fa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@
- Implement collapsing new notifications;
- Improve AvatarThumbnailsRow to have max limit;
- Implement error states in notifications list;
- Disable marking notifications as seen;
- Disable marking notifications as seen;
- Set notifications page size to 50
- Add missing icons
- Add mentionedBy fields
- Implement hashtag, posts and profile clicks on notification list items;
- Implement zap amounts descriptions
- Fix scroll to top when notification bottom icon is clicked
- Improve collapsing by type and then by postId;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 36
versionName = "0.16.4"
versionCode = 37
versionName = "0.16.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 6da1fa4

Please sign in to comment.