Releases: pixlee/android-sdk
Modularize image&video viewer
SDK provides an image & video viewer via PXLPhotoViewerActivity
- A PXLPhoto has either a video or a photo with products
- All you need to do to use this is that you pass a PXLPhoto to the PXLPhotoViewerActivity.launch(....). Then, the SDK takes care of all for you.
There is a guide in the readme.md.
Update demo app
This is only to improve the UI of our demo app.
What's changed
- added a price variable PXLProduct
- improved the design of grid and linear list
- Improved the video player and the image viewer and added a product list at the bottom
- added an animated Pixlee loading icon. (the look is made by a JSON file) I used Lottie library to do this
- Lottie: (https://lottiefiles.com/)
- available: Android, iOS, Web, React Native, and Windows
- Lottie: (https://lottiefiles.com/)
Remove a duplication of a request parameter
Removed duplicated 'instagram' contentSource if instagram_feed and instagram_story are added together.
1.3.6 version still works fine. This update is to make clear codes and eliminate any unexpected errors that can happen later on.
Improve setting two content_source filter
Improve setting two content_source filter
- instagram_feed
- instagram_story
Adding instagram alone is not allowed
Hotfix of parsing errors
When searching album images, some int variables give null. There was no null safety for int and boolean.
This hotfix tackles this issue.
Replace Butterknife with ViewBinding
To run the demo app, You need Android studio 3.6.
But you can still use this SDK on Any version of Android Studio.
Improve error messages
This is a minor bug-fix
Add Widget Visible analytics event
Added Widget Visible analytics event and its demo.
Add guide images for the demo app
Add images for demo app (#23) * Add images for demo app Add improve comments for loading an album * Update README.md
A new Image Uploader
Now you can upload images or video files onto your album in Pixlee using our new Image Uploader.
To integrate this into your app, you can simply use our sample. Please check ImageUploaderFragment.java in the demo app where you can get all you need for this feature.
- Open Demo app -> Tap Upload File
Additionally, there are sample codes for it in the README.md as well