Skip to content

Commit

Permalink
Primal 1.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 22, 2024
1 parent f7bccf5 commit 855f484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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 = 163
versionName = "1.8.4"
versionCode = 164
versionName = "1.8.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
12 changes: 1 addition & 11 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
- Implement profile search (#211);
- Update search command for time posted;
- Fix breaking changes with extra spacing on ThreadScreen;
- All feeds are now invalidated after 3 minutes;
- Implement notes & replies polling on profile details;
- Fix delays when tapping new notes pill on notes feeds;
- Add retryNetworkCall when calling get user profile api endpoint;
- Fix animate to top when tapping home or reads tabs;
- Implement custom profile app bar icons;
- Fix avatar issue when zapping a note;
- Fix avatar images in dvm feeds;
Wrapping up the beta build.

0 comments on commit 855f484

Please sign in to comment.