BuddyBoss App - Version 1.8.7
Release date: Jan 10, 2023
Changes:
- Fixed – Issue with scrolling messages freezing on Android 13 devices
- Fixed – App crash when accessing a user profile while logged out.
- Fixed – App crash when logged out while viewing photos and videos
- Fixed – App crash when logged out accessing Forgotten Password modal
- Fixed – PDF links now open in-app on Android
- Fixed – Search bar flickering on screen refresh
- Fixed – External links not opening in the device browser
- Fixed – Localization spelling errors
- Fixed – iOS padding when using the Tab Bar on all screens
- Configure – Splash image not updating correctly on test apps when switching to secondary sites.
- Build – Activation email not opening in app on iOS Devices
- Build – iOS issue to use system language for pop-up options, such as spelling suggestions
- Messaging – Updated formatting in conversations
- Moderation – Improved moderation logic for member profiles and directory screens
- Compatibility – Gravity Forms in-app styling and appearance
- Compatibility – Improved appearance with iOS Dynamic Island enabled
- Custom Development – New hook on ‘Blog Single Screen Body’ to replace the WebviewWithMore component
- Custom Development – New Hooks: setDownloadProgressComponent – You can use this hook to customize the DownloadProgressComponent which shows up when the course is currently downloading
- Custom Development – New Hooks: setDownloadIcon – You can use this hook to customize the DownloadIcon which can be used to download a course, delete a course, or indicate if a course has already been downloaded
- Custom Development – New Hooks: setCourseStartedHeaderDetails – You can use this hook to customize the Course Status component of the LearnDash course details if a course is in progress or is already complete
- Custom Development – New Hooks: setCourseContentTitle – You can use this hook to customize the
"Course Content"
title and the"Expand All"
function - Custom Development – New Hooks: setCourseSectionItem – You can use this hook to customize the Item components that are displayed as course content
- Custom Development – New Hooks: setQuizSectionTitle – You can use this hook to customize the component that displays the
"Final Quizzes"
text - Custom Development – New Hooks: setCourseDescriptionSectionTitle – You can use this hook to customize the component that displays the
"Course Description"
text - Custom Development – New Hooks: setCourseMaterialsSectionTitle – You can use this hook to customize the component that displays the
"Course Materials"
text - Custom Development – New Hooks: setCourseDescriptionReadMoreComponent – You can use this hook to customize the
"Read More"
text that shows the course description in a modal when pressed - Custom Development – New Hooks: setWebViewOfflineComponent – You can use this hook to customize the component that displays a
"This content is not available offline"
message if a webview is used for rendering the course description while the device is offline - Custom Development – New Hooks: setWebViewDescriptionComponent – You can use this hook to replace the webview being used in the course description. For example, you can choose to replace it with the default react-native webview
- Custom Development – New Hooks: setCourseQuizItem – You can use this hook to customize the Item components that are displayed as final quizzes
- Custom Development – New Hooks: setLessonProgressStepsComponent – You can use this to replace the course lesson progress step component.
- Custom Development – New hook to replace images shown in the Activities list
- Custom Development – New hook to allow users to modify the props passed to AnimatedWebView