Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Release Notes

fan-mi-baba edited this page Oct 10, 2023 · 80 revisions
  • Ver. 10.0.0 2023/10/10

    • Deprecated UserFeature and UserId for options of video ads.
    • Optimized internal processes for Android 14.
    • Minor fixes for internal dependency.
  • Ver. 9.0.1 2023/04/07

    • Enable F-42A made by FUJITSU to display banner ads.For more information, please refer to here
    • Fixes to call the callback of onClosed when the activity was destroyed unexpectedly while playing video ads.
    • Minor fixes for internal dependency.
  • Ver. 9.0.0 2022/09/14

    • Delete setLocationEnabled method.
    • Optimized internal processes for Android 13.
    • Minor fixes for internal dependency.
  • Ver. 8.2.0 2022/07/07

    • Fixes the order of callbacks from interstitial video ads when you click the ad, from onAdClicked to onClosed.
    • Fixes not to scroll interactive ads view.
    • Minor fixes for view of full board ads layout.
    • Minor fixes for obfuscate the name of nend package to avoid conflicting with other SDK.
    • Minor fixes for internal dependency.
  • Ver. 8.1.0 2022/01/25

    • Minor fixes for a dependency.
    • Minor fixes to the video native ad when displayed in full screen.
    • Minor fixes and Performance improvements to load of Video ad.
  • Ver. 8.0.1 2021/10/12

    • Minor fixes for a dependency
  • Ver. 8.0.0 2021/10/04

    • Optimized internal processes for Android 12
      • Added important information about retrieving Google advertising id. For more information, please refer to here
    • Fixed some issues :
      • In Native Video Ad, Ad view stays when the user moves to ad content via video click, etc., after finishing video playback in fullscreen.
  • Ver. 7.1.0 2021/07/13

    • Added new dependencies in sdk.
      • This will affect those who have installed the application using AAR files. For more information, please refer to here.
    • Deprecated collecting location data.
  • Ver. 7.0.3 2021/03/26

    • Change to not display banner ads on some devices.
      • For more information, please see the FAQ .
  • Ver. 7.0.2 2021/02/09

    • Fixed some issues :
      • Displaying interactive ads on some devices gives a net::ERR_FILE_NOT_FOUND error.
  • Ver. 7.0.1 2020/10/27

    • Fixed some issues :
      • Failed download Video-Ad on some ad-unit
      • Under rarely condition, crashed Native Video Ad when tapped it.
      • Interstitial Ad doesn't display on some devices.
  • Ver. 7.0.0 2020/09/28

    • Optimized internal processes for Android 11.
      • Please use 7.0.0 if app will be built by targetSdkVersion 30.
      • nendSDK under 7.0.0 cannot provide Video ad and Interactive Video ad correctly if your app will be built by targetSdkVersion 30.
  • Ver. 6.0.1 2020/07/21

    • Fixed some issues of Interactive Video ad.
  • Ver. 6.0.0 2020/07/08

    • Change the minimum support version of Android OS to 4.4 (API level 19)
    • Added Interactive-Ad that as a part of video ad.
  • Ver. 5.4.2 2020/02/13

    • Fixed issue : Crashes Native-Video-Ads when clicked View that registered via registerInteractionViews before implession.
  • Ver. 5.4.1 2020/01/23

    • Fixed issue : Crashes sometimes when operating Video-Ads or Native-Video-Ads less than Android 9.
  • Ver. 5.4.0 2019/12/18

    • Added support Third Party Ad Serving for banner ad.
    • Updated listner of native ad: NendAdNativeListener.
      • setOnClickListener has been deprecated.
    • Fixed some issues.
  • Ver. 5.3.0 2019/09/17

    • Optimized internal processes for Android 10.
  • Ver. 5.2.0 2019/07/03

    • Updated listener of Native Video Ad
      • To be identified listener "start-playing" type which normal or full-screen.
      • NendAdNativeMediaViewListener is deprecated.
    • Migrated to AndroidX
      • Use 5.1.1 if you want to stay legacy Support Library on your dependencies.
    • Fixed some issues.
    • And some internal processes are refactored.
  • Ver. 5.1.1 2019/06/12

    • Fixed issue : crashed NendAdNativeMediaView under rarely condition.
  • Ver. 5.1.0 2019/01/08

    • Change the minimum support OS version to 4.1 (API level 16)
    • Added new function : Option about using location data.
    • Added sound option to Interstitial-Video ad.
    • Improve experience in case of navigation bar is overlapping Banner-Ad on immersive screen mode.
  • Ver. 5.0.3 2018/10/31

    • Added new funtion NendAdNativeVideo#unregisterInteractionViews that unregister View that registered from NendAdNativeVideo#registerInteractionViews
    • Modified function that NendAdNativeVideo#registerInteractionViews ignores NendAdNativeMediaView.
    • Updated depencencies : Removed cardview-v7
    • Fixed issue in Native Video Ad: description text becomes little larger at completion replaying video than before displaying.
    • Updated version of Android Support Library to 28
  • Ver. 5.0.2 2018/07/26

    • Fixed issue : cannot build less than com.android.tools.build:gradle:3.0.0.
  • Ver. 5.0.1 2018/07/05

    • Changed log output settings : Deprecated the using NendDebuggable with meta-tag in AndroidManifest.xml, add new NendAdLogger class and you can set it.
    • Updated dependencies : Removed play-service-basement.
    • Fixed bugs of native video ad
  • Ver. 5.0.0 2018/06/26

    • Added native video ads
    • Updated depencencies : Removed recyclerview-v7.
    • Updated resource attribute: supported namespace
      • Must change definition on resouce files like NendSpotId="your_spot_id", to namespace:NendSpotId="your_spot_id".
      • Please check About namespace of Attribute if you need more information.
  • Ver. 4.0.5 2018/05/10

    • Fixed bugs of video ad
      • If launchMode of the Activity using video ad is singleTask and re-launch Activity from Launcher-app during video ad is playback, failed to load next video ad & onClosed doesn't notified to listener.
      • Crash in rare condition.
  • Ver. 4.0.4 Feb. 22, 2018

    • Updated depencencies : Removed support-core-utils.
    • Changed internal logic: All ads use HTTPS.
  • Ver. 4.0.3 Feb. 15, 2018

    • Added targeting-ad option of video ad is available to using Features of User
    • Fixed issue : endcard of video ad is not displaying correctly on some devices.
    • Fixed issue : Application that built targetSdkVersion 27 will be crash while start to playing video ad on some devices.
    • Changed internal logic: DO NOT showing expired video ad contents.
      • Please check via isLoaded() before showing video ad.
    • Replaced internal library : replaced to ConstraintLayout from Percent Support Library that is deprecated.
    • Changed NendAdNative#intoView(RecyclerView.ViewHolder) to deprecated.
  • Ver. 4.0.2 Dec. 12, 2017

    • Improved performance of video ad.
    • Modification of internal processing.
  • Ver. 4.0.1 Oct. 11, 2017

    • Bugs fixed of video ads
      • Fixed rare crash problem when back key press immediately after displaying interstitial video.
      • Fixed an issue where calling loadAd within onClosed of NendAdVideoListener did not work.
      • Other, modification of internal processing.
  • Ver. 4.0.0 Oct. 11, 2017

    • Added video ads
    • Fixed a crash with NullPointerException when calling the activate method of the native ad's NendAdNative class.
    • Removed deprecated functions of native ads.
      • NendAdNativeClient#loadAd(View, NendAdNativeViewBinder)
      • NendAdNativeClient#loadAd(View, NendAdNativeViewBinder, int)
      • NendAdNativeClient#loadAd(NendAdNativeViewHolder, int)
      • NendAdNativeClient#loadAd(RecyclerView.ViewHolder, int)
      • NendAdNativeClient#setListener(NendAdNativeListener)
      • NendAdNativeClient#setListener(NendAdNativeListListener)
      • NendAdNativeImageView
      • NendAdNativeListener
      • NendAdNativeListListener
  • Ver. 3.3.1 Apr. 25, 2017

    • Change the minimum support version of Android OS to 4.0 (API level 14)
    • Improvement of internal processing
  • Ver. 3.3.0 Jan. 19, 2017

    • Added fullscreen ads
  • Ver. 3.2.2 Dec. 13, 2016

    • Fixed crash problem when jackOptions is enabled in Android version 5.0.x
    • Fixed problem where interstitial ad position may be misaligned in S6 or later Galaxy devices
    • Distribution format changed from jar to aar
  • Ver. 3.2.1 Nov. 07, 2016

    • Fixed the problem that banner ad may not be displayed after rotation under specific conditions
  • Ver. 3.2.0 Aug. 04, 2016

    • Changed the on/off of interstitial ad’s auto-reloading to selectable
    • Changed to send a notification of CLOSE when the interstitial ad is closed while transiting to background
    • Added auto-reloading function to native ad
    • Changed specifications of native ad implementation methods
      • It is now possible to acquire ad information such as text and image from the app.
    • Added a new ad loading method
      • Added NendAdNativeClient#loadAd(NendAdNativeClient.Callback)
    • Existing ad loading method
      • Changed NendAdNativeClient#loadAd(View, NendAdNativeViewBinder) to not recommended
      • Changed NendAdNativeClient#loadAd(NendAdNativeViewHolder, int) to not recommended
      • Changed NendAdNativeClient#loadAd(RecyclerView.ViewHolder, int) to not recommended
    • Native ad displaying View
      • Changed NendAdNativeTextView to not recommended
      • Changed NendAdNativeImageView to not recommended
    • Listener of native ad
      • Changed NendAdNativeListener to not recommended
      • Changed NendAdNativeListListener to not recommended
  • Ver. 3.1.1 May 16, 2016

    • Disabling text restrictions of Native ad
    • Fixed some problems of Native ad
  • Ver. 3.1.0 Mar. 17, 2016

    • Added information button click event for Banner ad, Icon ad and Interstitial ad
    • Comply with the Google developer policy, and remove function of display Interstitial ad at the user exits app
    • Fixed possible crashes of Banner ad in android version 4.x
  • Ver. 3.0.5 Mar. 03, 2016

    • Fixed bug
  • Ver. 3.0.4 Jan. 28, 2016

    • Added support for XML Resource file to Banner ad
    • Added support for XML Resource file to Icon ad
    • Fixed Banner ad do not show certain requirements
  • Ver. 3.0.3 Dec. 24, 2015

    • Fixed some problems of Native ad with WindowManager
  • Ver. 3.0.2 Dec. 11, 2015

    • Fixed some problems of Native ad with RecyclerView
  • Ver. 3.0.1 Dec. 01, 2015

    • Fixed some problems of Interstitial ad
  • Ver. 3.0.0 Dec. 01, 2015

    • Added Native ad
  • Ver. 2.6.3 Jul. 07, 2015

    • Fixed possible crashes in android version 4.2.x
  • Ver. 2.6.2 Jul. 13, 2015

    • Fixed bug
  • Ver. 2.6.1 Jun. 02, 2015

    • Fixed: A crash that occurred when using Admob mediation
  • Ver. 2.6.0 May 28, 2015

    • Automatic adjustment of the size to match the display size
  • Ver. 2.5.6 Apr. 14, 2015

    • Fixed bug
  • Ver. 2.5.5 Mar. 10, 2015

    • Fixed Icon ad do not show in android version 2.x
  • Ver. 2.5.4 Feb. 26, 2015

    • Fixed Icon ad size is off
  • Ver. 2.5.3 Nov. 18, 2014

    • Added management functions of multiple Interstitial ad
  • Ver. 2.5.2 Oct. 22, 2014

    • Fixed bug
  • Ver. 2.5.1 Sept. 16, 2014

    • Fixed bug
    • Updated Admob Mediation Adapter
  • Ver. 2.5.0 Aug. 05, 2014

    • Added Interstitial ad
  • Ver. 2.4.1 Jul. 15, 2014

    • Fixed bug
  • Ver. 2.4.0 Jun. 18, 2014

    • Start to use the animation GIF
    • Start to use the Google Advertising ID
  • Ver. 2.3.3 Jan. 20, 2014

    • Fixed bug
  • Ver. 2.3.2 Dec. 16, 2013

    • Fixed bug
  • Ver. 2.3.1 Dec. 02, 2013

    • Added margin of Icon ad deleting function
    • Fixed bug
  • Ver. 2.3.0 Nov. 05, 2013

    • Added Icon ad
  • Ver. 2.2.2 Oct. 08, 2013

    • Fixed bug
  • Ver. 2.2.1 Oct. 07, 2013

    • Fixed bug
  • Ver. 2.2.0 Jul. 22, 2013

    • Increased ad size
    • Added NendError Property
  • Ver. 2.1.0 May 29, 2013

    • Corresponded to AdMob Mediation
  • Ver. 2.0.1 May 20, 2013

    • Fixed bug
  • Ver. 2.0.0 Apr. 02, 2013

    • Started the targeting advertising distribution and added Opt-out function
    • Fixed bug
  • Ver. 1.2.1 Aug. 16, 2012

    • Fixed memory problems
  • Ver. 1.2 Aug. 03, 2012

    • Start to use the UUID instead of ANDROID_ID
    • Added Notification of successful receive and Notification of receive failure
    • Added manual interruption of the regular load function and manual resume of the regular load function
    • Change the ad size to 320*50
  • Ver. 1.1 Nov. 18, 2011

  • Ver. 1.0 Nov. 11, 2011

    • Release

日本語

nendSDK Android について

SDKの組み込み

広告の表示

ログ出力

導入サポート


English

About nendSDK Android

SDK Implementation

Display Ads

Logs Output

Supports

Clone this wiki locally