Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
18 changes: 17 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
## Changes
New app shell & UX polish;
- 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;
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
New app shell & UX polish;
A Bunch of Small Things.

0 comments on commit 4bc3328

Please sign in to comment.