Releases: bazaarvoice/bv-android-sdk
Releases · bazaarvoice/bv-android-sdk
BVSDK 6.4.0 (Curations UI)
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)
Conversations
- Added
AuthorsRequest
andAuthorsResponse
to retrieve a Conversations
Author Profile - Deprecated the
QuestionAndAnswerRequest.Builder#addSort(...)
in favor of the
more explicitQuestionAndAnswerRequest.Builder#addQuestionSort(...)
- Added ability to sort included
Answer
s 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)
Conversations
- Removed deprecated Conversations classes
- Fixed URL Encoding of Submission request parameters
Common
- Added new API wrapper for
BVPixel
and removed the relevant calls fromBVSDK
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)
Conversations
- Fix
FeedbackSubmissionRequest
constructor to not requireAction
parameter
BVSDK 5.2.0 (Feedback Submission)
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)
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)
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)
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)
Curations
- Added support to geo-tag custom content submission with the Curations Submission API.
BVSDK 5.0.0 (Conversations for Stores)
This release provides a refresh to the Conversations API as well new features for geofence events.
Conversations
- Added Conversations for Stores support
- Added Rich Push notification support for requesting store reviews
- Added Notification support integrated with BVLocation module (store geofence support)
- Fixed some max limit bugs in Conversations Display requests for Reviews and Bulk Ratings
Curations
- Added
CurationsFeedRequest.Builder#location(latitude, longitude)
parameter to allow searching
for Curations feed items by location