Skip to content

Commit

Permalink
5.8.2 release (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgwatson authored Oct 2, 2024
1 parent 2dc2737 commit 2b0e3f0
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 24 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to HyloReactNative (the Hylo mobile app) will be documented
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [5.8.2] - 2024-09-27

- Fix missing function call blocking Apple account login
- Android icon fix

### [5.8.1] - 2024-09-10

- Fix android push notification icon
- child/parent group bug-fix

### [5.8.0] - 2024-09-05

- Add code of conduct, contribution guide and full license details
- i18n bug-fix for location search
- Update numerous dependencies

### [5.7.0] - 2024-07-15

- Add 'responsibilties' in place of 'moderators'
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ android {
applicationId "com.hylo.hyloandroid"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 287
versionName "5.7.1"
versionCode 290
versionName "5.8.2"
}
signingConfigs {
debug {
Expand Down
7 changes: 5 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
<meta-data
android:name="com.onesignal.NotificationServiceExtension"
android:value="com.hylo.hyloandroid.NotificationServiceExtension" />
<meta-data
android:name="com.onesignal.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_onesignal_default" />
<meta-data
android:name="com.onesignal.default_notification_icon"
android:resource="@drawable/ic_notification" />
android:name="com.onesignal.NotificationAccentColor.DEFAULT"
android:value="FFFFFF" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down
4 changes: 2 additions & 2 deletions ios/HyloReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
CODE_SIGN_ENTITLEMENTS = HyloReactNative/HyloReactNative.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 212;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = L4KZBPS2F3;
INFOPLIST_FILE = HyloReactNative/Info.plist;
Expand Down Expand Up @@ -858,7 +858,7 @@
CODE_SIGN_ENTITLEMENTS = HyloReactNative/HyloReactNativeRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 209;
CURRENT_PROJECT_VERSION = 212;
DEVELOPMENT_TEAM = L4KZBPS2F3;
INFOPLIST_FILE = HyloReactNative/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
Expand Down
20 changes: 10 additions & 10 deletions ios/HyloReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.7.1</string>
<string>5.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLIconFile</key>
<string></string>
<string />
<key>CFBundleURLName</key>
<string>hyloapp</string>
<key>CFBundleURLSchemes</key>
Expand All @@ -50,26 +50,26 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>209</string>
<string>212</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<false />
<key>NSAllowsLocalNetworking</key>
<true/>
<true />
</dict>
<key>FacebookAdvertiserIDCollectionEnabled</key>
<false/>
<false />
<key>FacebookAppID</key>
<string>$(FACEBOOK_APP_ID)</string>
<key>FacebookAutoLogAppEventsEnabled</key>
<false/>
<false />
<key>FacebookClientToken</key>
<string>$(FACEBOOK_CLIENT_TOKEN)</string>
<key>FacebookDisplayName</key>
<string>Hylo</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false />
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
Expand All @@ -78,7 +78,7 @@
<string>fbshareextension</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow access to your current location to center the map feature, searches, and location selection when creating a post. Background access is optional and used for notifications of nearby resources when the app is in the background</string>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down Expand Up @@ -134,6 +134,6 @@
<key>UIUserInterfaceStyle</key>
<string>Light</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/HyloReactNativeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.7.1</string>
<string>5.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>212</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/OneSignalNotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.7.1</string>
<string>5.8.2</string>
<key>CFBundleVersion</key>
<string>209</string>
<string>212</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HyloReactNative",
"version": "5.7.1",
"version": "5.8.2",
"private": true,
"scripts": {
"android": "adb reverse tcp:3001 tcp:3001 && adb reverse tcp:3000 tcp:3000 && react-native run-android",
Expand Down
7 changes: 4 additions & 3 deletions src/components/SocialAuth/AppleLoginButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { useTranslation } from 'react-i18next'

export async function onAppleButtonPress ({
authorizedCallback,
createErrorNotification
createErrorNotification,
t
}) {
const { t } = useTranslation()
// performs login request
try {
const appleAuthRequestResponse = await appleAuth.performRequest({
Expand Down Expand Up @@ -62,7 +62,8 @@ export default function AppleLoginButton ({
style={style}
onPress={() => onAppleButtonPress({
authorizedCallback: onLoginFinished,
createErrorNotification
createErrorNotification,
t
})}
/>
)
Expand Down

0 comments on commit 2b0e3f0

Please sign in to comment.