From 2e52533b0578afea4409d26c446129354ee2eed5 Mon Sep 17 00:00:00 2001 From: Roberto Doering Date: Tue, 20 Apr 2021 18:37:56 +0200 Subject: [PATCH] Release 0.5.6 --- android/Gemfile.lock | 32 +++++++++++-------- .../android/free/en-US/changelogs/46.txt | 4 +++ android/version.properties | 4 +-- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/android/Gemfile.lock b/android/Gemfile.lock index df89e8705..99080c329 100644 --- a/android/Gemfile.lock +++ b/android/Gemfile.lock @@ -7,8 +7,8 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.1.1) - aws-partitions (1.441.0) - aws-sdk-core (3.113.1) + aws-partitions (1.446.0) + aws-sdk-core (3.114.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) @@ -16,7 +16,7 @@ GEM aws-sdk-kms (1.43.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.93.0) + aws-sdk-s3 (1.93.1) aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -29,26 +29,29 @@ GEM commander-fastlane (4.4.6) highline (~> 1.7.2) declarative (0.0.20) - declarative-option (0.1.0) digest-crc (0.6.3) rake (>= 12.0.0, < 14.0.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) emoji_regex (3.2.2) - excon (0.79.0) - faraday (1.3.0) + excon (0.80.1) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) faraday-cookie_jar (0.0.7) faraday (>= 0.8.0) http-cookie (~> 1.0.0) + faraday-excon (1.1.0) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) faraday_middleware (1.0.0) faraday (~> 1.0) fastimage (2.2.3) - fastlane (2.179.0) + fastlane (2.181.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) artifactory (~> 3.0) @@ -105,7 +108,7 @@ GEM rexml signet (~> 0.14) webrick - google-apis-iamcredentials_v1 (0.2.0) + google-apis-iamcredentials_v1 (0.3.0) google-apis-core (~> 0.1) google-apis-storage_v1 (0.3.0) google-apis-core (~> 0.1) @@ -136,10 +139,10 @@ GEM httpclient (2.8.3) jmespath (1.4.0) json (2.5.1) - jwt (2.2.2) + jwt (2.2.3) memoist (0.16.2) mini_magick (4.11.0) - mini_mime (1.0.3) + mini_mime (1.1.0) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) @@ -148,12 +151,12 @@ GEM plist (3.6.0) public_suffix (4.0.6) rake (13.0.3) - representable (3.0.4) + representable (3.1.1) declarative (< 0.1.0) - declarative-option (< 0.2.0) + trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.4) + rexml (3.2.5) rouge (2.0.7) ruby2_keywords (0.0.4) rubyzip (2.3.0) @@ -170,6 +173,7 @@ GEM terminal-notifier (2.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + trailblazer-option (0.1.1) tty-cursor (0.7.1) tty-screen (0.8.1) tty-spinner (0.9.3) diff --git a/android/fastlane/metadata/android/free/en-US/changelogs/46.txt b/android/fastlane/metadata/android/free/en-US/changelogs/46.txt index 4fa382cf8..60751790b 100644 --- a/android/fastlane/metadata/android/free/en-US/changelogs/46.txt +++ b/android/fastlane/metadata/android/free/en-US/changelogs/46.txt @@ -1,4 +1,8 @@ Version 0.5.6 +2021-04-20 +This small hotfix release fixes an issue with downloading images / videos and improves the new webview login. + +· Fixed downloading media crashes the app for some devices · Fixed webview login with 2 factor authentication · Fixed keyboard in webview login doesn't allow clipboard access diff --git a/android/version.properties b/android/version.properties index ff4999e4a..b7a199ddb 100644 --- a/android/version.properties +++ b/android/version.properties @@ -1,4 +1,4 @@ -freeVersionName=0.5.5 -freeVersionCode=45 +freeVersionName=0.5.6 +freeVersionCode=46 proVersionName=0.0.0 proVersionCode=1