Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

Releases: Buzzvil/buzzscreen-sdk-publisher

v1.5.1

06 Dec 02:05
Compare
Choose a tag to compare

Change Log

  • Fix some bugs.

v1.5.0

16 Nov 04:45
Compare
Choose a tag to compare

Change Log

  • Support for video ad type.
  • Support for Android Oreo.
  • Adnetwork SDK version update.
  • Fix some bugs.

v1.4.7

01 Sep 06:33
Compare
Choose a tag to compare

Change Log

  • More stable using buzzscreen-multi-process
  • Add snooze feature

    How to use

v1.4.6

13 Aug 13:10
Compare
Choose a tag to compare

Change Log

  • Added Localization to SimpleLockerActivity

v1.4.5

21 Jul 07:25
Compare
Choose a tag to compare

Change Log

  • Fixed a crash in multi-process mode.
  • All new ad look!
  • More stable ad serving.
  • Advanced ad filtering.

v1.4.4

12 May 08:12
Compare
Choose a tag to compare

Change Log

  • Deployment with maven
  • Less code to integration
  • Add more adnetworks to improve revenue
  • Reduce memory usage

Upgrade Guide

New Guide
Migration Guide under version 1.4.0

Upgrade stability

17 Mar 06:33
Compare
Choose a tag to compare

Change Log

  • Upgrade Api stability.
  • Fix bug on daily frequency capping.

Upgrade SDK stability

03 Jan 02:37
Compare
Choose a tag to compare

Change Log

  • Prevent OOM error
  • Add integration correctness checking logic

Added ActivateListener

16 Nov 13:23
Compare
Choose a tag to compare

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 own ActivateListener as the parameter for activate() method (BuzzScreen.getInstance().activate(ActivateListener listener))
public interface ActivateListener {
    void onReady();
}

Add Some Features, Fix bugs

19 Oct 13:48
Compare
Choose a tag to compare

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