Skip to content

Commit

Permalink
Primal 1.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Sep 26, 2024
1 parent 555ab34 commit c2a94d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 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 = 153
versionName = "1.6.4"
versionCode = 154
versionName = "1.6.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
27 changes: 19 additions & 8 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## Features
## Changes

- New notes & reads app shell;
- New notes & reads feeds with feed marketplace;
- Centralized note business logic;
- Profile details revamp;
- Advanced & Simple search UI;
- Media grids;
- Wide layout, Top Zaps and Huge font;
555ab34c Fix feed specs for explore notes and articles
59b8bc15 Fix missing user event stats on article
6a7ce599 Implement article actions on ArticleDetailsScreen
f2fe81ab Refactor Hashtags to Topic (#184)
f6562270 Add onArticleHashtagClick callback to article details
62e29b4a Fix article list item thumbnail size
86fda421 Improve top zaps logic on both note and article thread screens
387c576c Add paddingValues to MediaFeedGrid
eee7e023 Implement explore media tab (#183)
ff7e364f Implement tabs on explore home screen (#182)
9aebae06 Add simple loading indicator to media feed grid
92498077 Implement proper article stats on article details screen
4a0b3c80 Fix enabling/disabling feed on tap while edit mode is on
4ef5c5c4 Fix hard-coded feed spec when restoring default feeds
07c09042 Implement restore default feeds (#178)
6ca342fe Fix wrong size on grid asearch results
094daaad Fix media feed grid jumping on profile details screen
c81dbba2 Implement media feed grid on advanced search (#179)
8 changes: 1 addition & 7 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
- New notes & reads app shell;
- New notes & reads feeds with feed marketplace;
- Centralized note business logic;
- Profile details revamp;
- Advanced & Simple search UI;
- Media grids;
- Wide layout, Top Zaps and Huge font;
Explore topics; Explore Media; Restore default feeds; Article Stats; Article Actions; Article Hashtags feeds;

0 comments on commit c2a94d0

Please sign in to comment.