Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 5 additions & 6 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Changes
- Set maxHeight on note attachments;
- Implement onFocusSelectAll text in SaveFeedBottomSheet;
- Improve feed title and description resolving from feed spec;
- Update ContentAppearance text size and line spacing;
- Update generic square skeleton loaders;
- Fix embedded notes missing cdn resources;
- 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;
11 changes: 5 additions & 6 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- Set maxHeight on note attachments;
- Implement onFocusSelectAll text in SaveFeedBottomSheet;
- Improve feed title and description resolving from feed spec;
- Update ContentAppearance text size and line spacing;
- Update generic square skeleton loaders;
- Fix embedded notes missing cdn resources;
- 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;

0 comments on commit 3b7280e

Please sign in to comment.