Skip to content

Latest commit

 

History

History
549 lines (368 loc) · 20.9 KB

CHANGELOG.md

File metadata and controls

549 lines (368 loc) · 20.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • More use case for Integrity is supported. Apps violating Meta’s Policy will no longer be allowed to send Traffic.

Fixed

  • Deprecate the usage of ExecutorService.scheduleAtFixedRate and use scheduleWithFixedDelay API in the ANRDetector

Fixed

  • Fixed AttributionIdentifiers ANR issue
  • Fixed InstallReferrer ANR issue

Changed

  • Instance variables in MessengerThreadParams and ShareToMessengerParams are now not directly accessible from Java due to conversion to Kotlin. Use the corresponding getters to access them in Java, i.e. params.getMetadata() instead of params.metadata.
  • Removed deprecated LoginBehavior.WEB_VIEW_ONLY setting.

Fixed

  • Fixed the issue with robolectric and other dependencies not being correctly specified as test implementation.

Fixed

  • Fixed the issue causing apps targeting Android 12 or higher to fail due to a component with an intent-filter not explicitly defining the attribute android:exported.

Changed

  • We now use jacoco to gather code coverage on debug builds. If you are building from source instead of using releases from maven, you may run into an issue where debug builds crash on launch. The issue and solution are well-documented in jacoco/jacoco#968
  • Migrated the gradle files (excluding maven.gradle and sample projects) from Groovy to Kotlin.

Fixed

  • Fixed the issue which caused AndroidX activity/fragment 1.5.0+ to break the Facebook Login Android SDK Flow if the Facebook app is not installed.

Removed

  • Removed deprecated ShareOpenGraphAction, ShareOpenGraphContent, ShareOpenGraphValueContainer and ShareOpenGraphObject classes.

Added

  • Added LoginManager.createLogInActivityResultContract() and FacebookDialog.createActivityResultContractForShowingDialog() methods to expose the activity result contracts.
  • Support for CloudBridge for AppEvents. This feature is available for selected partners now.

Fixed

  • The client token is now mandatory. SDK initialization will have a check on it and throw out an exception if the client token is not available.

Added

  • All classes from the deprecated Bolts library are moved to an independent facebook-bolts kit. Now all kits depend on it to keep the back-compatibility, but we will gradually remove the dependency.

Fixed

  • AppEventsLogger.setUserID() allows to receive null value to clear the user ID.
  • Fixed the crashes if WebView is not available.

Deprecated

  • Deprecate ShareOpenGraphAction, ShareOpenGraphContent, ShareOpenGraphValueContainer and ShareOpenGraphObject since Open Graph stories will only render as plan link shares. See Open Graph Stories document for more details.

Added

  • Set Java source and target compatibility to 1.8 (Java 8). All apps that integrate with Facebook Android SDK should also set source and compatibility to 1.8 or above.
  • GMS AD_ID Permission is added to the SDK by default for requesting the advertising ID. You can follow this guide to remove the permission request.

Removed

  • Removed the support for tokenless requests. Now all Graph API requests must be associated with an access token and the app needs to have a client token to construct the access token without a logged in user. Please follow this document to add the client token into AndroidManifest.xml.
  • Removed deprecated LikeView and various related classes (LikeButton, LikeContent, LikeDialog etc)
  • Removed deprecated Device Sharing classes (DeviceShareButton, DeviceShareDialog, DeviceShareDialogFragment)
  • Removed deprecated Messenger Sharing classes (ShareMessengerMediaTemplateContent, ShareMessengerGenericTemplateContent etc)
  • Removed deprecated Fblite Login
  • Removed deprecated PerformanceGuardian
  • Removed end-to-end dumpsys utility for testing

Fixed

  • Fixed the bug of handling sharing result if the post id is not available.

Added

  • Avoid tokenless requests if the client token is presented. Tokenless request support will be removed in v13.0.

Deprecated

  • Fblite Login is deprecated.
  • Internal utility methods on collections are deprecated and will be replaced by kotlin.collections.

Fixed

  • Fixed reauthorization of data access.
  • Add fields parameters for login GET requests to remove warning messages.

Added

  • Added parsing entry intent to look for gaming payload and tournament data for user coming from FB surface. Gaming tournament feature is available for selected partners now.
  • Added data processing options to crash/error report.

Fixed

  • On Android 12 and above, AppEvents will send attribution ID and anonymous ID if GMS is supported and isTrackingLimited is OFF. On Android 11 and below, nothing is changed. This feature will be turned on after Google Play Store starts the enforcement of the new policy.

Fixed

  • Fixed a bug that causes multiple login intents to launch when the user has previously authorized the app and is logging in with the openid scope.

Added

  • Adds Tournaments for native games, this feature is only available for select partners.

Added

  • Added AuthenticationToken Cache to enhance OIDC experience. NOTE: This feature is currently in beta testing and not broadly available to developers

Changed

  • com.facebook.bolts.AppLinkResolver will only receive nonnull parameters and return nonnull values. com.facebook.bolts.Capture is removed.
  • Removed deprecated functions in com.facebook.appevents.AppEventsLogger
  • Removed deprecated function ViewIndexer.sendToServerUnity(String)
  • Login and share kits now fully supports AndroidX Activity Result APIs. No need to override the onActivityResult() if you're passing activity/fragment from androidx.activity v1.2.0+ or androidx.fragment v1.3.0+ as the context to LoginButton and ShareButton.

Added

  • Added the ability to perform login based on OpenID Connect standard. NOTE: This feature is currently in beta testing and not broadly available to developers

Added

  • Add Custom Updates for Cloud Games

Fixed

  • Fixed Login Connect support in CCT and Webview

Added

  • Access token and profile management for Instagram users, support for querying graph.instagram.com, and Instagram login dialogs. NOTE: These changes support a feature currently in alpha testing and not broadly available to developers.

Fixed

  • Fixed the crash when calling AppEventsLoggerImpl.augmentWebView(WebView, Context).

Fixed

  • Fixed the bug in GraphRequest when passing an attachment through POST method.
  • Fixed the race condition in cloud game.
  • Fixed the bug of accessing WindowManager from a non-visual context on Android 11.

Added

Added

  • Released user_messenger_contact permission to enable Login Connect with Messenger. This new feature allows people to opt in to being contacted by a business on Messenger following the FB Login flow. Learn more at https://developers.facebook.com/docs/facebook-login/login-connect
  • Support Android S+ checksum API for computing the package checksum if it’s available.
  • Expanded support for auto-logging of in-app purchases to support apps that use V2 and/or V3 of the Google Play Billing Library

Changed

  • The default Graph API version is updated to v11.0
  • Removed deprecated signing key hashes for validating signatures
  • In AccessToken , token, applicationId, userId and permissions fields became nonnull.
  • The constructors of GraphResponse now require a nonnull GraphRequest object. If the constructor is called with a JSONArray or an error, the array/error should also be nonnull.
  • In GraphRequest, The parameter of Callback.onComplete() is declared nonnull. The parameters of GraphJSONArrayCallback and GraphJSONObjectCallback are declared nullable.

Fixed

  • Fixed NPE on calling AppEventsLogger.activateApp(Context context)
  • Removed the dependencies on deprecated kotlin-android-extension library

Deprecated

  • GraphRequest#setSkipClientToken()

Changed

  • Supported refetching Gate Keeper values after switching app IDs.
  • Fixed POM validation error in staging phase.
  • Fixed IAP enable logic

Added

  • GameRequests has a new UI for Gaming Domain Apps.
  • Added a GamingPayload class that can retrieve Payloads sent from our messenger XMAs.

Changed

  • The default Graph API version is updated to v9.0

Added

  • Added SDK on-device signal processing capabilities, but feature is not yet active

Changed

  • Mitigations for switching to Facebook app for logging in, due to Android 11 package visibility change

Note: The current version uses Graph API v8.0. To use the latest Graph API version, please specific that version in your GraphRequest call.

Added

  • Added Performance Guardian to improve the performance of Suggested Events and Codeless
  • Added ReferralManager for integrating with web Referral dialog

Changed

  • Updated tokenless profile picture API call

Fixed

  • Fixed callback issues for GamingImageUploader

Deprecated

  • Deprecated GameRequestDialog
  • Deprecated DeviceShareDialog

Added

  • Introduce DataProcessingOptions

Deprecated

  • Remove UserProperties API
  • AAM improvement
  • Corrected the report type of Crash Reports
  • Handle RejectedExecutionException in ViewIndexer.schedule()
  • Fixed the exception in getRootView
  • Fixed model cache issue

Added

  • Android X, to use v7 please upgrade to Android X. Big thanks to @sunyal for helping with the migration.

Deprecated

  • Marketing kit is deprecated

Fixed

  • Fixed AppLinkData issue: issue 761
  • Fixed timestamp issue of Model Delivery

Added

  • More usecase for Integrity is supported.

Fixed

  • Fixed bugs for suggested events

Added

  • FBSDKMessageDialog now accepts FBSDKSharePhotoContent.

Fixed

  • Fixed crash in Codeless

Added

  • Support new event type for suggested events

Fixed

  • Fixed an issue in for suggested events

Added

  • Support for Gaming Video Uploads
  • Allow Gaming Image Uploader to accept a callback
  • Messenger Sharing

Added

  • New SDK component: Gaming Services

Deprecated

  • Places Kit

Changed

  • Graph API call upgrade to v6.0

Fixed

  • Attempts to fix #665

Added

  • FB Login improvements

Added

  • Install Referrer uses new API
  • Deprecates messenger sharing. See: https://developers.facebook.com/docs/sharing/messenger for more details on why the deprecation is occurring and how you can update your application to account for this change
  • Chrome Custom Tabs for FB Login improvements

Added

  • Parameter deactivation

Fixed

  • Fixed a corner case

Changed

  • Updated suggested events

Fixed

  • Fix java.lang.SecurityException in AccessTokenManager: issue 627
  • Fix Google Api Error because of values-fb: issue 614
  • Minor fixes

Added

  • Launch event suggestions

Fixed

  • Fix NPE on AccessTokenAppIdPair

Changed

  • API call upgrade to v5.0

Added

Fixed

  • Change keepnames to keep in proguard-rules for IAP
  • Fix memory leak in Codeless
  • Fix issue of listing crash report files

Fixed

  • Crash in FetchedAppGateKeepersManager
  • Various bug fixes

Changed

  • Add handling for crash and error to make SDK more stable

Changed

  • API call upgrade to v4.0

[5.1.1]

Fixed

  • Various bug fixes

Added

  • Auto log Subscribe and StartTrial going through GooglePlay store when the developer enables it in Facebook Developer setting page

Fixed

  • Fix in-app purchase auto-logging issue which was introduced in 5.0.1

Added

  • Support campaign attribution for Audience Network

Fixed

  • Fixed a crash that caused by absence of Google Play Store services

Added

  • support manual SDK initialization

Changed

  • extend coverage of AutoLogAppEventsEnabled flag to all internal analytics events

Removed

  • Deprecate several activateApp and deactivateApp functions in AppEventsLogger.java

Removed

  • Deprecated classes: FacebookUninstallTracker

Fixed

  • Various bug fixes

Fixed

  • Various bug fixes

[4.39.0]

Other