Skip to content

Commit

Permalink
Release beta 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Oct 13, 2022
1 parent 893aae6 commit 11344b6
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 20 deletions.
32 changes: 16 additions & 16 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.631.0)
aws-sdk-core (3.149.0)
aws-partitions (1.644.0)
aws-sdk-core (3.159.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
Expand All @@ -21,7 +21,7 @@ GEM
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.1)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
Expand All @@ -36,7 +36,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.92.4)
excon (0.93.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.210.0)
fastlane (2.210.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -106,9 +106,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.26.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-core (0.8.0)
google-apis-androidpublisher_v3 (0.29.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-core (0.9.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand All @@ -117,23 +117,23 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.13.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-playcustomapp_v1 (0.10.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-storage_v1 (0.17.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-iamcredentials_v1 (0.15.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-playcustomapp_v1 (0.11.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-storage_v1 (0.19.0)
google-apis-core (>= 0.9.0, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.0)
google-cloud-storage (1.41.0)
google-cloud-storage (1.43.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.17.0)
google-apis-storage_v1 (~> 0.19.0)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
Expand Down
11 changes: 11 additions & 0 deletions android/fastlane/metadata/android/free/en-US/changelogs/90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 0.9.11
2022-10-10

- Added option to start video playback muted (by S-ecki)
- Added long press on link previews (by S-ecki)
- Improved internal webview (by nplettenberg)
- Fixed opening tweets externally didn't work when harpy was set to handle Twitter urls
- Fixed 'scroll-to-top' caused the app to drop frames
- Removed 'restore scroll position on tab change' option
- Scroll position is now always restored when switching tabs
- Minor bug fixes & improvements
11 changes: 11 additions & 0 deletions android/fastlane/metadata/android/pro/en-US/changelogs/90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 0.9.11
2022-10-10

- Added option to start video playback muted (by S-ecki)
- Added long press on link previews (by S-ecki)
- Improved internal webview (by nplettenberg)
- Fixed opening tweets externally didn't work when harpy was set to handle Twitter urls
- Fixed 'scroll-to-top' caused the app to drop frames
- Removed 'restore scroll position on tab change' option
- Scroll position is now always restored when switching tabs
- Minor bug fixes & improvements
8 changes: 4 additions & 4 deletions android/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
freeVersionName=0.9.10
freeVersionCode=89
proVersionName=0.9.10
proVersionCode=89
freeVersionName=0.9.11
freeVersionCode=90
proVersionName=0.9.11
proVersionCode=90
12 changes: 12 additions & 0 deletions assets/changelogs/90.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Version 0.9.11
2022-10-10

- Added option to start video playback muted (by S-ecki)
- Added long press on link previews (by S-ecki)
- Improved internal webview (by nplettenberg)
- Opening twitter urls in harpy which are not yet handled will now be open opened externally instead (by Dhi13man)
- Fixed opening tweets externally didn't work when harpy was set to handle Twitter urls
- Fixed 'scroll-to-top' caused the app to drop frames
- Removed 'restore scroll position on tab change' option
- Scroll position is now always restored when switching tabs
- Minor bug fixes & improvements
2 changes: 2 additions & 0 deletions lib/components/webview/webview_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class WebviewPage extends ConsumerWidget {
final state = ref.watch(webViewProvider(initialUrl));
final notifier = ref.watch(webViewProvider(initialUrl).notifier);

// TODO: handle back button

return HarpyScaffold(
safeArea: true,
child: CustomScrollView(
Expand Down

0 comments on commit 11344b6

Please sign in to comment.