From d82c339eacdb5001893162740422ff506f070052 Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Mon, 22 Aug 2022 17:16:21 -0700 Subject: [PATCH] v0.1.1+25 --- android/app/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/25.txt | 7 +++++++ ios/iNaturalistReactNative.xcodeproj/project.pbxproj | 4 ++-- ios/iNaturalistReactNative/Info.plist | 2 +- ios/iNaturalistReactNativeTests/Info.plist | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/25.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index 06a4cfab5..0186780b0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -147,7 +147,7 @@ android { applicationId "com.inaturalistreactnative" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 24 + versionCode 25 versionName "0.1.1" setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode) } diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 000000000..cfdd31a22 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,7 @@ +Comment UI, swiping in media viewer, & housekeeping + +* Comment UI on obs detail should be closer to spec, i.e. using a bottom + sheet, confirmation on dimissal, loading indicator while posting +* Swiping navigation for main area of the Media Viewer +* Close button visible on Login regardless of login state +* Photo upload errors should show up as unique errors diff --git a/ios/iNaturalistReactNative.xcodeproj/project.pbxproj b/ios/iNaturalistReactNative.xcodeproj/project.pbxproj index 07923ddf3..7d44930c2 100644 --- a/ios/iNaturalistReactNative.xcodeproj/project.pbxproj +++ b/ios/iNaturalistReactNative.xcodeproj/project.pbxproj @@ -396,7 +396,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_TEAM = N5J7L4P93Z; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -424,7 +424,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_TEAM = N5J7L4P93Z; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; INFOPLIST_FILE = iNaturalistReactNative/Info.plist; diff --git a/ios/iNaturalistReactNative/Info.plist b/ios/iNaturalistReactNative/Info.plist index f96521515..c8554078f 100644 --- a/ios/iNaturalistReactNative/Info.plist +++ b/ios/iNaturalistReactNative/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 24 + 25 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/iNaturalistReactNativeTests/Info.plist b/ios/iNaturalistReactNativeTests/Info.plist index 2a6799e29..53bc3f0bb 100644 --- a/ios/iNaturalistReactNativeTests/Info.plist +++ b/ios/iNaturalistReactNativeTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 24 + 25