Skip to content

Commit

Permalink
Merge pull request #10 from imobile-maio/android111release
Browse files Browse the repository at this point in the history
Android 1.1.1 release
  • Loading branch information
im-ade committed Jun 13, 2018
2 parents 3c30c03 + b42a805 commit ca085a4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![](https://github.com/imobile-maio/maio-iOS-SDK/blob/wiki/doc/images/logo.png)

# maio Android SDK
- SDK Version: 1.1.0
- SDK Version: 1.1.1
+ AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。
+ Please Add HtmlBasedAdActivity to AndroidManifest.xml.
- Released: 2018/05/29
- Released: 2018/06/13
- 対応 Android Version: 4.1 以降
- Supported Formats: Rewarded/Interstitial

Expand Down
15 changes: 4 additions & 11 deletions androidstudio/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,15 @@
</activity>
<activity
android:name="jp.maio.sdk.android.AdFullscreenActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:hardwareAccelerated="true"
android:label="maiosdk"
android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<intent-filter>
<data android:scheme="jp.maio.sdk.android"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity>
<activity
android:name="jp.maio.sdk.android.HtmlBasedAdActivity"
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
</activity>
</application>

</manifest>
Binary file modified androidstudio/maio/maio.jar
Binary file not shown.
13 changes: 12 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
■ maio-Android-SDK-1.1.0 リリース
■ maio-Android-SDK-1.1.1 リリース

- プレイアブルアドに対応しました。

■ maio-Android-SDK-1.1.0 リリース

maio-Android-SDK v1.1.0では、AndroidManifestにHtmlBasedAdActivityが追加がされていない場合にプレイアブルアドが配信されると、
アプリがクラッシュするリスクが判明したため、v1.1.0に対するプレイアブルアドの配信を停止させていただきました。
※プレイアブルアドの停止処理をしたため、アプリのクラッシュは発生いたしません。

プレイアブルアドの対応Verは、maio-Android-SDK v1.1.1(来週リリース予定)とさせていただきます。
※v 1.1.1にもAndroidManifestにHtmlBasedAdActivityを追加する必要がございます。
※v 1.1.1では追加が無かった場合にクラッシュが発生しないように対応しております。
(追加が無かった場合、プレイアブルアドは配信されません)

■ maio-Android-SDK-1.0.8 リリース

- onClosedAd不具合を修正
Expand Down
Binary file modified maio.aar
Binary file not shown.
Binary file modified maio.jar
Binary file not shown.

0 comments on commit ca085a4

Please sign in to comment.