Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
31 changes: 11 additions & 20 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
## Changes
- Implement contextual search (#207)
- Fix backgrounds on notes and reads feeds in light theme
- Fix backgrounds on settings screens on light theme
- Polish wallet tx send background
- Polish link previews
- Fix topic padding and skeleton loaders
- Fix background colors on ExploreScreen tabs
- Fix background5 color in light themes
- Implement skeleton loader updates for notes, articles and notifications (#206)
- Add retry to ArticleFeedMediator
- Implement network api call retries on user search and fetch topics
- Implement retries on explore feeds, people and zaps network calls
- Fix explore zaps sort order
- Update generic skeleton loader for light theme
- Add skeleton loader to individual media grid items; Fix media grid padding;
- Hide keyboard when asearch option item is clicked (#205)
- Remove Mutiny wallet from NWC settings
- Fix can't open url when scheme is missing
- Add my notifications scope to advanced search
- Fix font size slider in appearance settings
- 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;
12 changes: 11 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,11 @@
Various fixes and ui improvements.
- 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;

0 comments on commit f7bccf5

Please sign in to comment.