Skip to content

Commit

Permalink
Primal 0.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 9, 2023
1 parent 90c9064 commit 325b0a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Changes

- Implemented workaround for scroll positions;
- Implemented add/remove user feeds;
- Fixed user mentions in feed when 'name' field is missing;
- Implemented ripple theme to use subtle highlight color from primal theme;
- Removed unused code and minor other fixes;
- Implement flat design on feed screens;
- Implement flat design on threads screen;
- Implement showing opened post always on top on thread screen;
- Fix to handle invalid LWR feed from feed settings;
- Fix black/white screen caused by double clicks on home tab;
- Implement NoteEditorScreen for new notes and replies with conversation;
- Implement note image attachments with gallery import;
- Update navigation bar icons
- Fix dropdown menu item text font size and padding
- Fix edit profile button width on Profile screen
- Fix serialization tags issue when caching raw notes and metadata events;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 43
versionName = "0.17.2"
versionCode = 44
versionName = "0.18.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 325b0a5

Please sign in to comment.