From 3ca62d9c554601382c3d6b124531a12b75c9bcfe Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 9 Feb 2023 13:00:28 -0600 Subject: [PATCH] Add changelogs --- .../metadata/android/en-US/changelogs/69.txt | 6 ++++++ mobile/android/fastlane/report.xml | 6 +++--- mobile/ios/Podfile.lock | 12 ++++++++++++ mobile/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- mobile/ios/Runner/Info.plist | 4 ++-- mobile/ios/fastlane/report.xml | 12 ++++++------ 6 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 mobile/android/fastlane/metadata/android/en-US/changelogs/69.txt diff --git a/mobile/android/fastlane/metadata/android/en-US/changelogs/69.txt b/mobile/android/fastlane/metadata/android/en-US/changelogs/69.txt new file mode 100644 index 0000000000..d77762fff6 --- /dev/null +++ b/mobile/android/fastlane/metadata/android/en-US/changelogs/69.txt @@ -0,0 +1,6 @@ +* Library page rework (album sorting, favorites). +* Tap to enter immersive mode on the gallery viewer. +* Removed stay logged in the checkbox and made it enabled by default. +* Multiselect add to favorites from the timeline. +* Responsive layout improvements with a navigation rail and album grid. +* Home screen customization options. \ No newline at end of file diff --git a/mobile/android/fastlane/report.xml b/mobile/android/fastlane/report.xml index a40e10ccd5..bc36c3277c 100644 --- a/mobile/android/fastlane/report.xml +++ b/mobile/android/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - + diff --git a/mobile/ios/Podfile.lock b/mobile/ios/Podfile.lock index e5e07ac814..2126276361 100644 --- a/mobile/ios/Podfile.lock +++ b/mobile/ios/Podfile.lock @@ -1,5 +1,7 @@ PODS: - Flutter (1.0.0) + - flutter_native_splash (0.0.1): + - Flutter - flutter_udid (0.0.1): - Flutter - SAMKeychain @@ -15,6 +17,8 @@ PODS: - Flutter - integration_test (0.0.1): - Flutter + - isar_flutter_libs (1.0.0): + - Flutter - package_info_plus (0.4.5): - Flutter - path_provider_ios (0.0.1): @@ -40,11 +44,13 @@ PODS: DEPENDENCIES: - Flutter (from `Flutter`) + - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - flutter_udid (from `.symlinks/plugins/flutter_udid/ios`) - flutter_web_auth (from `.symlinks/plugins/flutter_web_auth/ios`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - integration_test (from `.symlinks/plugins/integration_test/ios`) + - isar_flutter_libs (from `.symlinks/plugins/isar_flutter_libs/ios`) - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) - photo_manager (from `.symlinks/plugins/photo_manager/ios`) @@ -64,6 +70,8 @@ SPEC REPOS: EXTERNAL SOURCES: Flutter: :path: Flutter + flutter_native_splash: + :path: ".symlinks/plugins/flutter_native_splash/ios" flutter_udid: :path: ".symlinks/plugins/flutter_udid/ios" flutter_web_auth: @@ -74,6 +82,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/image_picker_ios/ios" integration_test: :path: ".symlinks/plugins/integration_test/ios" + isar_flutter_libs: + :path: ".symlinks/plugins/isar_flutter_libs/ios" package_info_plus: :path: ".symlinks/plugins/package_info_plus/ios" path_provider_ios: @@ -95,12 +105,14 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 + flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef flutter_udid: 0848809dbed4c055175747ae6a45a8b4f6771e1c flutter_web_auth: c25208760459cec375a3c39f6a8759165ca0fa4d fluttertoast: 16fbe6039d06a763f3533670197d01fc73459037 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5 + isar_flutter_libs: b69f437aeab9c521821c3f376198c4371fa21073 package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 photo_manager: 4f6810b7dfc4feb03b461ac1a70dacf91fba7604 diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index 44b6eed1a4..55beba9258 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -360,7 +360,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 84; + CURRENT_PROJECT_VERSION = 85; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -495,7 +495,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 84; + CURRENT_PROJECT_VERSION = 85; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -522,7 +522,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 84; + CURRENT_PROJECT_VERSION = 85; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index 3f70bf6e1e..e46fe3d85e 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.43.0 + 1.46.0 CFBundleSignature ???? CFBundleVersion - 82 + 85 LSRequiresIPhoneOS MGLMapboxMetricsEnabledSettingShownInApp diff --git a/mobile/ios/fastlane/report.xml b/mobile/ios/fastlane/report.xml index c5925ad768..7428d84323 100644 --- a/mobile/ios/fastlane/report.xml +++ b/mobile/ios/fastlane/report.xml @@ -5,32 +5,32 @@ - + - + - + - + - + - +