-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
2a7012d
commit b23d5c1
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
android/fastlane/metadata/android/free/en-US/changelogs/79.txt
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Version 0.9.0 | ||
2022-05-20 | ||
|
||
This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features. | ||
Thanks a lot for for testing harpy and providing feedback! | ||
|
||
For a full list of changes please refer to the in-app changelog. |
7 changes: 7 additions & 0 deletions
7
android/fastlane/metadata/android/pro/en-US/changelogs/79.txt
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Version 0.9.0 | ||
2022-05-20 | ||
|
||
This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features. | ||
Thanks a lot for for testing harpy and providing feedback! | ||
|
||
For a full list of changes please refer to the in-app changelog. |
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,4 +1,4 @@ | ||
freeVersionName=0.8.4+3 | ||
freeVersionCode=75 | ||
proVersionName=0.8.4+3 | ||
proVersionCode=10 | ||
freeVersionName=0.9.0 | ||
freeVersionCode=79 | ||
proVersionName=0.9.0 | ||
proVersionCode=79 |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Version 0.9.0 | ||
2022-05-20 | ||
|
||
This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features. | ||
Thanks a lot for for testing harpy and providing feedback! | ||
|
||
- Fixed tweeting with mentions was not possible | ||
- Fixed saving images & videos didn't show up in media galleries | ||
- Added android 12 overscroll effect | ||
- Added showing exact follower / following count on long press | ||
- Improved video player | ||
- Updated design | ||
- Added quality selection | ||
- Seeking is now more sensitive and easier | ||
- Videos will now pause when off-screen | ||
- Videos will now pause when another video is played | ||
- Improved loading images | ||
- Image loading will now be retried up to 5 times before showing the error placeholder | ||
- Added option to remember scroll positions in lists when switching tabs | ||
- In `settings › general` (disabled by default) | ||
- Fixed applying invalid tweet search filter was possible | ||
- Date & time formatting is now based on device locale | ||
- Horizontally scrolling in the home page is now less sensitive | ||
- Many style and UX improvements |