Release Notes - GluedIn
Release Note

v3.7.2( 11-08-2023)

  • Enhanced analytics
  • Bug fixes & improvements

v3.7.1( 11-07-2023)

  • Exposed “disableDefaultShare(boolean)" method in GluedIn Initializer to disable the default share feature. If enabled, user will receive the callback of “onGluedInShareAction(ShareData)"method whenever end user tries to share any content/hashtag etc.
  • Bug fixes & improvements

v3.7.0( 05-07-2023)

  • Offline feed support in Vertical Format
  • New design of Profile and Hashtag details screen

v3.6.10( 23-06-2023)

  • Handle media permissions for android 13
  • Bug Fixes and Improvements
  • Improved Logging

v3.6.9( 07-05-2023)

  • Exposed “setMinViewDurationForViewEvent(int)" method in GluedIn Initializer to set the minimum video view duration to send VideoView event
  • Allowed guest user to share the content and view the comments on any content but user have to logic to make any comment.
  • Bug Fixes and Improvements

v3.6.8(02-05-2023)

  • Added GIF upload support in Creator Tool
  • Guest user can also share the content and see the comments.
  • Bug Fixes and Improvements

v3.6.7(24-04-2023)

  • Bug Fixes and Improvements

v3.6.6(16-04-2023)

  • Added Auto Sign-in & SDK Auto Validation feature via custom user defined values. Use the setAutoSDKValidation method of the GluedIn Configuration class.
    						  setAutoSDKValidation(GluedInAutoValidation(p1,p2,p3.... etc))
    
    ----- Sample GluedInAutoValidation class ------
    
    GluedInAutoValidation(
            Data(
                 userinfo = Userinfo(
                 userId = "user_id",
                 fullName = "full_name",
                 userName = "user_name",
                 email = "email@email.com",
                 profileImageUrl = "https://www.sampleimage.com/abc.png",
                 creator = true
                ),
           userValidation = UserValidation(
                closedCommunity = false,
                privacyPolicy = "https://www.google.com/",
                aboutUs = "https://www.google.com/",
                termsAndConditions = "https://www.google.com/",
                userAccessToken = "user_access_token",
                userRefreshToken = "user_refresh_token",
                guestRefreshToken = "guest_user_refresh_token",
                guestAccessToken = "guest_user_access_token",
                clientId = "client_id"
                    )
                )
            )
    						  
  • Bug fix related to invalid access token

v3.6.5(14-04-2023)

  • Improved Facebook integration to avoid conflicts with parent app settings
  • Added GIF support in card based Feed
  • Fixed app permissions issue for Android 13 and above
  • Exposed setVideoResizeModeForVerticalPlayer method for Vertical Feed to set the Aspect Ration as per need
  • Bug Fixes and Improvements

v3.6.4(04-04-2023)

  • Bug Fixes

v3.6.3(03-04-2023)

  • Bug Fixes and Improvements

v3.6.2(26-03-2023)

  • Fixed video frame rendering issue on Android 13
  • Fixed crash issue on Android 8 due to transparent theme & orientation lock configurations.

v3.6.1(23-03-2023)

  • Bottom bar text color customization issue fix
    • User can change the default and selected color of the bottom bar navigation menu via gluedin_configurations.json file. Use the bottomBarTextColor key to change the default color and bottomBarSelectedColor key to change the default color.
    • Note: Use alpha in color code e.g.. for white color use #FFFFFF color code.

v3.6.0( 21-03-2023)

  • 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
  • Bug Fixes

v3.2.1(11-Jan-2023)

  • Bug Fixes

v3.2.0(10-Jan-2023)

  • Bug Fixes
  • GluedIn Analytics Callback exposed

v3.1.1(28-Dec-2022)

  • Bug Fixes

v3.1.0(26-Dec-2022)

  • Invite Only Community
  • Baked Reward SDK

v3.0.0(02-Nov-2022)

  • Widgets
  • Rewards Localization
  • Sample App link: https://dg824galpjzhq.cloudfront.net/Android/MT/QuickLaunch/02-Dec-2022/GluedinQuickLaunchSampleApp.zip

v2.0.0(22-Oct-2022)

  • Rewards Feature
  • User Active/In-active
  • Business Account delete
  • Multi-Language Support in App

v1.3.3( 29-Sep-2022)

  • Bug Fixes (Upload Issue)

v1.3.1(14-Sep-2022)

  • Multi Size Card Feed
  • Video Active/Inactive use case handling
  • Bug Fixes (Upload Issue)

v1.2.1(07-Sep-2022)

  • 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.

v3.1.1 (16-05-2023)

  • Guest user can also fetch all comments on any content.
  • Discover SDK
    							
    API Class : DiscoverInteractor
    Method : getHashtagVideo()
    It returns list of videos tagged with particular hashtag  
    
    API Request :
    Request Object : HashtagParams
    Parameters 
    hashtagName :  hashtag keyword
    limit: How many videos you want in a single response
    offset: it's the current page/offset
    
    API Response
    Response Object : HomeFeed    
    StatusCode : It returns api status code (like 200,201,500,401)
    Success: It returns boolean value, (true/false)
    Message: It is simple string message
    Page :  it return page
    Total : it return total page
    PerPage : it return current page
    ListVideo : it return list of video
    							
    							
  • Auth SDK
    						  
    API Class : UserAuthenticationInteractor
    Method : validationEmail
    It is used to check whether user registered with the system and have inviteOnlyCommunity access or not.
    
    API Request :
    Request Object : ValidationEmailRequest
    Parameters:
    email:  Email address of the user
    
    API Response
    Response Object : ValidationEmailResponse
    Message: It is a simple string message
    StatusCode : It returns an API status code (like 200,201,500,401)
    Success: It returns boolean value, (true/false)
    result : user access related data
    						  
    						  
    						  
    						  
  • Baked Feed SDK
    • Updated Exo Library to 2.18.1
    • Product Card linking on the Feed Screen
    • Fixed video frame rendering issue on Android 13
    • Fixed crash issue on Android 8 due to transparent theme & orientation lock configurations.
    • Fixed app permissions issue for Android 13 and above
    • Guest user can also share the content and see the comments.
    • Exposed "setMinViewDurationForViewEvent(int)" method in GluedIn Initializer to set the minimum video view duration to send VideoView event
  • Baked Creator SDK
    • Text as Post feature
    • Permission tutorial added in creator tool flow
    • Video auto resizing based on aspect ratio for vertical feed
    • Exposed setVideoResizeModeForVerticalPlayer method for Vertical Feed to set the Aspect Ration as per need
    • Fixed app permissions issue for Android 13 and above
    • Added GIF upload support in Creator Tool

v3.1.0(26-Dec-2022)

  • Core SDK
  • Invite Only Community

v3.0.0 (02-Nov-2022)

  • core SDK
  • Rewards SDK

v2.0.0 (27-Oct-2022)

  • SDK Restructured
  • Method renaming

v1.5.3 (26-Sep-2022)

  • Bug Fixes (Upload Issue)

v1.5.2 (15-Sep-2022)

  • Sample App Link: https://dg824galpjzhq.cloudfront.net/Android/MT/Builder/15-Sep-2022/GluedinBuilderSample.zip
  • Video Active/Inactive use case handling
  • Core SDK
    • Profile SDK
    
    API Class: ProfileInteractor
    Method : deleteUser()
    It is used to delete the current logged in user’s profile from the system
    Request: 
    Response:
    •	Response Object : DeleteResponse
    •	Message: It is a simple string message
    •	StatusCode : It returns an API status code (like 200,201,500,401)
    •	Success: It returns boolean value, (true/false)
    
    

v1.4.1 (22-Aug-2022)

  • Bug Fixes

v1.3.4 (10-Aug-2022)

  • Meta Support for user/content
    This feature help user to add meta information during registration which can be used further for filtering the content
  • 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

v3.1.0(26-Dec-2022)

  • Bug Fixes and improvements

v2.0.0 (27-Oct-2022)

  • SDK Restructured
  • Method renaming

v1.5.3 (26-Sep-2022)

  • Bug Fixes

v1.5.2 (15-Sep-2022)

  • Sample App Link: https://dg824galpjzhq.cloudfront.net/Android/MT/Builder/15-Sep-2022/GluedinBuilderSample.zip
  • Video Active/Inactive use case handling
  • Baked Feed SDK
    • Multi size feed feature is available for Card Based Feed only
    • Follow Option on Feed and callback has been exposed for Vertical and Card Feed
      
      fun onUserFollow(currentFeedItem: VideoInfo?)
      
      

v1.4.1 (22-Aug-2022)

  • Bug Fixes

v1.3.4 (10-Aug-2022)

  • Multi content
    Multi content feed is integrated
  • Baked Feed SDK
    • User can integrate the Baked Feed as separate component into existing existing app
    • User can choose between Vertical & Card based feed
    • User have options to enable/disable Ads
    • User have options to enable or disable coach marks

v3.1.0(26-Dec-2022)

  • Bug Fixes

v2.0.0 (27-Oct-2022)

  • SDK Restructured
  • Method renaming

v1.5.3 (26-Sep-2022)

  • Bug Fixes (Upload Issue)

v1.5.2 (15-Sep-2022)

  • Sample App Link: https://dg824galpjzhq.cloudfront.net/Android/MT/Builder/15-Sep-2022/GluedinBuilderSample.zip
  • Video Active/Inactive use case handling

v1.4.1 (22-Aug-2022)

Baked Creator SDK
  • Allows user to choose custom thumbnail of the content before posting to server.
  • User can edit the thumbnail as per his/her preference
  • Callback methods are added
    
    fun onThumbnailUpdated(path: String)
    fun onResetThumbnail()
    fun onStartContentUpdate()
    fun onThumbnailSelected(thumbnailType: ThumbnailType)
    
    

v1.3.4 (10-Aug-2022)

  • Multi content
    This feature allows uploading of Videos and images using Creator feature
  • Baked Creator SDK
    • Custom thumbnail feature
    • Allows user to choose custom thumbnail of the content before posting to server.
    • User can edit the thumbnail as per his/her preference
    • Callback methods are added.
      
      fun onThumbnailUpdated(path: String)
      fun onResetThumbnail()
      fun onStartContentUpdate()
      fun onThumbnailSelected(thumbnailType: ThumbnailType)
      
      

v3.1.0(26-Dec-2022)

  • Baked Reward SDK
  • Reward Localization