This repository was archived by the owner on Mar 17, 2022. It is now read-only.
Releases: Buzzvil/buzzscreen-sdk-publisher
Releases · Buzzvil/buzzscreen-sdk-publisher
v1.5.1
v1.5.0
v1.4.7
Change Log
- More stable using buzzscreen-multi-process
- Add snooze feature
v1.4.6
Change Log
- Added Localization to SimpleLockerActivity
v1.4.5
v1.4.4
Upgrade stability
Change Log
- Upgrade Api stability.
- Fix bug on daily frequency capping.
Upgrade SDK stability
Change Log
- Prevent OOM error
- Add integration correctness checking logic
Added ActivateListener
Change Log
- Added
ActivateListener
interface to catch the event when the lockscreen is ready for the first time since the activation method(BuzzScreen.getInstance().activate()
) has been called. You can implement and register your ownActivateListener
as the parameter for activate() method (BuzzScreen.getInstance().activate(ActivateListener listener)
)
public interface ActivateListener {
void onReady();
}
Add Some Features, Fix bugs
Change Log
- Support for daily frequency capping as DIPU.
- Optimize image data usage.
- Fix bug in Facebook Audience Network.
- Added
logout()
method to support users' log-out events