Skip to content

Commit

Permalink
Primal 1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 21, 2024
1 parent ab5e0fe commit d9dffba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 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 = 161
versionName = "1.8.2"
versionCode = 162
versionName = "1.8.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
25 changes: 20 additions & 5 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Changes
- Update tweet mode threshold to 21 chars;
- Update line height by 2.dp for note text;
- Set 500.dp max note attachment height;
- Fix generic skeleton loaders lottie files;
- Fix nested coroutines when fetching dvm feeds;
- 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
6 changes: 1 addition & 5 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- Update tweet mode threshold to 21 chars;
- Update line height by 2.dp for note text;
- Set 500.dp max note attachment height;
- Fix generic skeleton loaders lottie files;
- Fix nested coroutines when fetching dvm feeds;
Various fixes and ui improvements.

0 comments on commit d9dffba

Please sign in to comment.