Video auto resizing based on aspect ratio for vertical feed
Revamped creator tool UI
Added capability to customized bottom navigational bar by using setCustomNavigationMenu() of GluedInInitializer class
Navigation item text and icons can be customized by using the MenuItem class
Background color of bottom bar can be customized by passing background color in gluedin_configurations.json file. Use the bottomBarBackgroundColor key to change the background color
A custom menu(only one) and its action via URI can be added on default bottom menu
v3.5.0(03-Mar-2023)
Custom Navigation menu item in Vertical Feed, use the setCustomNavigationMenu() method to set the menu details.
Ability of change bottom navigation bar position in Vertical Feed when UGC feature is disabled. Use the enableBottomBar() method to enable/disable the feature.
Hide the logout & delete account feature for Autologin user
Logout callback exposed in SDK init callback
Permission tutorial added in creator tool flow
Improvements & Bug Fixes
v3.4.0(15-Feb-2023)
Product Card linking on the Feed Screen
Improvements & Bug Fixes
v3.3.0(06-Feb-2023)
Text as Post feature
Direct Message feature
Login/signup initiation callback when skip/auto login flow is enabled.
Added Below methods in GluedIn Initializer Builder class:
onSdkLogout() - When logged-In user logout from the app for skip/Auto login scenario
onSdkExit() - When user exit from the SDK
onLoginRegistrationRequired() - When login/signup action required for skip/Auto login scenario
Updated Exo Library to 2.18.1
Exposed SDK finish call back and add configurable back button on vertical feed screen ,use method enableBackButton(enable: Boolean)
Deprecated Method : Below method has been deprecated from GluedIn Initializer Builder class.
skipSDKDefaultAuth(true)
v3.2.2(25-Jan-2023)
Exposed login/sign up callback if default login/signup is skipped
Meta Support for user/content
This feature help user to add meta information during registration which can be used further for filtering the content
Follow options on Feed
This feature allows user to follow other user from Feed screen
User Name suggestion
This feature provides suggestion of “user names” on user registration and edit profile
Multi content
This feature allows uploading of Videos and images using Creator feature
Multi level comment
This feature allows user to reply over existing comments
Allows reporting any comments/replies from other users
Delete Account
This feature allows user to delete his/her account from system
Custom thumbnail
This feature allows user to choose custom thumbnail of the content before posting to server User can edit the thumbnail as per his/her preference.