Skip to content

Releases: bazaarvoice/bv-android-sdk

BVSDK 6.5.0 (Analytics)

10 Apr 21:47
Compare
Choose a tag to compare
  • Added analytics module with BVPixel interface. Now allow a simple interface to build and send analytic events without having to get into the nitty gritty of each required field
  • Added BVPixel under the hood for Curations analytics
  • Deprecated include=answers which our sdk allows, but does nothing for ProductDisplayPageRequests
  • Added ConversationsDisplayRequest#addAdditionalField(String key, String value) to match BaseReviewBuilder#addAdditionalField(String key, String value)
  • Added ReviewIncludeType which only contains products at the moment
  • Added ReviewDisplayRequestBuilder#addIncludeContent(ReviewIncludeType reviewIncludeType)

BVSDK 6.4.0 (Curations UI)

22 Feb 17:38
Compare
Choose a tag to compare

NEW Curations UI

  • Added Curations UI module which depends on the Curations Module
  • Added CurationsInfiniteRecyclerView widget which manages paging network requests, as well as analytic events
  • Removed all old unused Curations UI Widgets
  • Updated Code Sample App and Demo App to use the new CurationsInfiniteRecyclerView

BVSDK 6.3.0 (Conversations Author Profile)

03 Feb 21:21
Compare
Choose a tag to compare

Conversations

  • Added AuthorsRequest and AuthorsResponse to retrieve a Conversations
    Author Profile
  • Deprecated the QuestionAndAnswerRequest.Builder#addSort(...) in favor of the
    more explicit QuestionAndAnswerRequest.Builder#addQuestionSort(...)
  • Added ability to sort included Answers with
    QuestionAndAnswerRequest.Builder#addAnswerSort(...)
    * Added new Code Sample App and Demo App ability to view an author by id

BVSDK 6.2.0 (PIN release and remove old Conv API)

23 Jan 18:53
Compare
Choose a tag to compare

Conversations

  • Removed deprecated Conversations classes
  • Fixed URL Encoding of Submission request parameters

Common

  • Added new API wrapper for BVPixel and removed the relevant calls from BVSDK

NEW PIN API

  • Added PinClient to get a list of products that have been purchased, and need to be reviewed

NEW PIN Notifications

  • Added a PinNotificationManager to queue a Post Interaction Notification based on a product id. These notifications
    are remotely configurable on our backend

Store Notifications

  • Removed notifications from the Location module itself, so that this is a stand alone dependency

NEW Notifications

  • Added a new module for the base code to fetch remote notification configuration, and manage queueing

Location

  • Added new preferred way to subscribe to events, by listening to intents with a com.bazaarvoice.bvandroidsdk.action.GEOFENCE_VISIT action

General

  • Added demo and code sample apps to have a cart to test BVPixel

BVSDK 5.2.1 (Conversations Feedback Fix)

06 Jan 16:42
Compare
Choose a tag to compare

Conversations

  • Fix FeedbackSubmissionRequest constructor to not require Action parameter

BVSDK 5.2.0 (Feedback Submission)

29 Dec 04:03
Compare
Choose a tag to compare

Conversations

  • Added support for submitting feedback. You may now send helpfulness or flag inappropriate content for reviews, questions, or answers

BVSDK 5.1.3 (Conversations Bugfixes)

14 Dec 04:17
Compare
Choose a tag to compare

Conversations

  • Fix BrandImageLogoURL correctly moved to Answer model
  • Fix DateUtil parsing error that occurs on Android API 16-23, and add better catching around it

BVSDK 5.1.2 (Conversations Bug Fixes)

12 Dec 22:19
Compare
Choose a tag to compare

Conversations

  • Fix BrandImageLogoURL missing from Question response
  • Fix sort parameter for QuestionAndAnswerRequest
  • Fix typo in RatingDistribution class
  • Fix DateUtil parser

BVSDK 5.1.1 (Recommendations Bugfix)

12 Dec 16:48
Compare
Choose a tag to compare

Recommendations

  • Make Recommendations constructor public. Recommendations was and still is available through the android View based methods, but this allows View independent access

BVSDK 5.1.0 (Curations Geo-Tagging)

08 Dec 19:43
Compare
Choose a tag to compare

Curations

  • Added support to geo-tag custom content submission with the Curations Submission API.