-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab5e0fe
commit d9dffba
Showing
3 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |