Skip to content

Commit

Permalink
SDK 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-cofitz committed Feb 24, 2023
1 parent 04f9655 commit 54593c8
Show file tree
Hide file tree
Showing 65 changed files with 1,571 additions and 85 deletions.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.cli.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.core.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.rewrite.jar
Binary file not shown.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Version 9.4.0
-------------
* Add new preview build plugin to support Android Gradle Plugin 8.0.
This plugin can be applied by adding `-preview` to the sdk version
and ensuring the `-preview` library is included on the buildscript
classpath.
* Add a method to MAMUserNotification to get the OID of the user
contained in the notification.
* Add an overload to MAMEnrollmentManager.unregisterAccountForMAM()
that takes the account's OID in addition to its UPN to more precisely
identify the account.
* Internal identity management is changed to favor the OID over the
UPN of the identity as the key for storing identities and metadata.
* MAMServiceAuthenticationCallbackExtended interface is added to provide
an overload of the acquireToken method that accepts additional parameters
for the AAD Tenant Id and the AAD Authority. Apps that need one or more
of these additional parameters to correctly acquire tokens should
implement this interface, but other apps don't need to.

Version 9.3.0
-------------
* Fix build plugin issue applying certain rewrites to super calls in
an invalid way. This could result in invalid bytecode (and then
runtime crashes) in apps which subclasses system services wrapped by
MAM, notably `LayoutInflater`.
* The build plugin will now modify subclasses of `LayoutInflater` such
that they inherit from `MAMLayoutInflater`.

Version 9.2.0
-------------
* Add MAM Strict Mode check: 'UNREGISTER_ACCOUNT_WITHIN_ACQUIRE_TOKEN' to
check for calls to the MAMEnrollmentManager's unregisterAccountForMAM()
method from within the app-provided MAMServiceAuthenticationCallback's
acquireToken() method. This can cause compliance remediation to fail,
and will not unregister the account.

Version 9.1.0
-------------
* The build plugin will now replace inheritance of `FileBackupHelper` with
Expand Down
Binary file not shown.
Binary file modified GradlePlugin/com.microsoft.intune.mam.build.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK-javadoc.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Intune App SDK for Android

Version [9.1.0](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)
Version [9.4.0](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)

See [release notes](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) for more information. GitHub users can receive email notifications for new releases to this repo by clicking on **Releases only** from the "Watch" drop-down menu in the upper right-hand corner.

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navtree_data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions docs/reference/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,18 +818,25 @@ <h2 id="letter_M">M</h2>


<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="./com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></td>
<td class="jd-descrcol" width="100%">A utility class that provides methods for receiving trusted root certificates from the MAM service
and leveraging these certificates in your application to verify a server host on client SSL/TLS connections.&nbsp;</td>
</tr>


<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="./com/microsoft/intune/mam/client/app/ui/MAMUIHelperBehavior.html">MAMUIHelperBehavior</a></td>
<td class="jd-descrcol" width="100%">Behavior for MAMUIHelper.&nbsp;</td>
</tr>


<tr class="alt-color api apilevel-" >
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="./com/microsoft/intune/mam/policy/MAMUserInfo.html">MAMUserInfo</a></td>
<td class="jd-descrcol" width="100%">Information about the managed user, if any.&nbsp;</td>
</tr>


<tr class=" api apilevel-" >
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="./com/microsoft/intune/mam/policy/notification/MAMUserNotification.html">MAMUserNotification</a></td>
<td class="jd-descrcol" width="100%">MAMNotification which has relevance to a specific user.&nbsp;</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTabActivity.html">MAMTabActivity</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTaskStackBuilder.html">MAMTaskStackBuilder</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMThemeManager.html">MAMThemeManager</a></li>
<li class="api apilevel-"><a href="../../../../../../com/microsoft/intune/mam/client/app/MAMTrustedRootCertsManager.html">MAMTrustedRootCertsManager</a></li>
</ul>
</li>

Expand Down
Loading

0 comments on commit 54593c8

Please sign in to comment.