File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs
iNaturalistReactNative.xcodeproj
iNaturalistReactNativeTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ android {
147147 applicationId " com.inaturalistreactnative"
148148 minSdkVersion rootProject. ext. minSdkVersion
149149 targetSdkVersion rootProject. ext. targetSdkVersion
150- versionCode 22
150+ versionCode 23
151151 versionName " 0.1.1"
152152 setProperty(" archivesBaseName" , applicationId + " -v" + versionName + " +" + versionCode)
153153 }
Original file line number Diff line number Diff line change 1+ Lots of updates!
2+
3+ * Color ID and comment counts on My Observations when there are unviewed updates
4+ * Viewing an observation marks them as viewed
5+ * Camera shutter effect on Standard Camera
6+ * Loading effect for new photo thumbnails on Standard Camera
7+ * Bugfix: back nav button from Obs Edit returns to Obs Detail instead of My
8+ Observations
9+ * Add close button to Login screen
10+ * Photo preview on Standard Camera remains flush with the top of the screen
11+ * Added upload progress bar to upload bottom sheet
12+ * Numerous updates to bring the bulk uploader closer to spec
Original file line number Diff line number Diff line change 396396 buildSettings = {
397397 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
398398 CLANG_ENABLE_MODULES = YES;
399- CURRENT_PROJECT_VERSION = 22 ;
399+ CURRENT_PROJECT_VERSION = 23 ;
400400 DEVELOPMENT_TEAM = N5J7L4P93Z;
401401 ENABLE_BITCODE = NO;
402402 INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
423423 buildSettings = {
424424 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
425425 CLANG_ENABLE_MODULES = YES;
426- CURRENT_PROJECT_VERSION = 22 ;
426+ CURRENT_PROJECT_VERSION = 23 ;
427427 DEVELOPMENT_TEAM = N5J7L4P93Z;
428428 INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
429429 LD_RUNPATH_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >22 </string >
24+ <string >23 </string >
2525 <key >ITSAppUsesNonExemptEncryption </key >
2626 <false />
2727 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >22 </string >
22+ <string >23 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments