Skip to content

Releases: pixlee/android-sdk

More error callbacks

13 Feb 22:55
54c85f2
Compare
Choose a tag to compare

More error callbacks when getting photos

Migration Guide

12 Feb 05:10
e43a215
Compare
Choose a tag to compare

A migration guide to the latest version for 1.0.6 or older SDK versions.

Add Moshi and unit tests

06 Feb 03:19
efdc328
Compare
Choose a tag to compare

This update is to make testing easier and add new functions with fewer dependencies.

  • Removed all JSONObject based parsing codes. Instead, I added a JSON library, called Moshi (https://github.com/square/moshi). This lets the network library, Retrofit, parse the response data into java objects such as PXLPhoto.

  • Removed Circular dependencies

  • Removed Context from Data classes such as PXLPhoto, PXLAlbum, PXLPdpAlbum. In Android unit tests, using non-Android classes can speed up the testing runtime.

  • Added More unit tests for network error cases

Check HTTP-codes

28 Jan 03:27
575035c
Compare
Choose a tag to compare

Fixed a bug of crashing due to lack of a http-code checker

Check secretKey when needed

20 Jan 15:19
ecc8807
Compare
Choose a tag to compare

Move secretKey-checker to a place where secretKey is used

Hotfix of a crashing issue due to decoding '%'

09 Jan 02:18
659efd8
Compare
Choose a tag to compare

This hotfix fixes the problem of https://pixlee.atlassian.net/browse/BUGZ-5527.

Since our server decodes texts before sending response data, there is no need for the SDK to decode texts. So I removed all decoding things from this SDK.

Replace Volley with Retrofit

07 Jan 01:58
d6291d5
Compare
Choose a tag to compare

Uploader function

27 Sep 22:10
f7213f3
Compare
Choose a tag to compare

Adds an uploader function the the SDK + example, based on the Pixlee API (https://developers.pixlee.com/reference#create-new-content-from-url)

Remove Automatic Events

23 Jul 23:18
56fcdea
Compare
Choose a tag to compare
More analytics/kb (#11)

* filter parity with iOS

* sort type consitency

* add analytics class supporting ATC and Conversion methods, update readme, update example app

* PR changes

* ints

* update examples

* pdp albums set album_id

* add action link clicked and load more anlaytics

* pr changes and update readme

* update readme text for action click

* make private

* remove auto analytics

Action Clicked and Load More analytics

23 Jul 22:27
74e6773
Compare
Choose a tag to compare
More analytics/kb (#10)

* filter parity with iOS

* sort type consitency

* add analytics class supporting ATC and Conversion methods, update readme, update example app

* PR changes

* ints

* update examples

* pdp albums set album_id

* add action link clicked and load more anlaytics

* pr changes and update readme

* update readme text for action click

* make private