Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
23 changes: 6 additions & 17 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
## Changes
- Implement save feed bottom sheet;
- Implement primal user names with new url sharing;
- Implement transferring query from simple search to advanced search;
- Fix article topic feeds title;
- Implement skeleton loaders on all Explore Tabs;
- Fix zap bottom sheet title alignment;
- Fix top zaps end margin (visual polish on notes feed);
- Update bottom nav bar icons;
- Add advanced search icon to simple search screen;
- Fix explore dvm feeds not cleared on dismiss;
- Update advanced search to reflect web app changes;
- Implement DvmFeedListHandler with stats observer;
- Fix zapping dvm feeds as replaceable events;
- Implement liking and zapping on DvmFeeds;
- Implement user mentions on explore zaps list item;
- Implement new explore zaps UI update;
- Implement primal badge support on dvm avatars;
- 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;
7 changes: 6 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,6 @@
A Bunch of Small Things.
- 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;

0 comments on commit e2abfe5

Please sign in to comment.