msgraph-sample-android icon indicating copy to clipboard operation
msgraph-sample-android copied to clipboard

This sample demonstrates how to use the Microsoft Graph Java SDK to access data in Office 365 from native mobile Android applications.

Results 6 msgraph-sample-android issues
Sort by recently updated
recently updated
newest added

Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.80.0 to 6.8.0. Release notes Sourced from com.microsoft.graph:microsoft-graph's releases. v6.8.0 6.8.0 (2024-05-02) Features generation: update request builders and models (5442ddd) v6.7.0 No release notes provided. v6.6.0 Added...

dependencies
java

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions

Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 4.10.0 to 5.3.0. Release notes Sourced from com.microsoft.identity.client:msal's releases. Version 5.3.0 [MINOR] Give BrokerMsalController higher priority than LocalMsalController if available (#2040) [PATCH] Update to [email protected] Version 5.2.1...

dependencies
java

Please provide samples with msgraph-sdk-java 6.1.0. There are a lot of changes and documentation at [https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md) does not show migration path for many things such as: - special() - DriveItemCreateUploadSessionParameterSet...

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...

dependencies
github_actions

**Describe the bug** The project uses old versions of the ms graph library: implementation 'com.microsoft.identity.client:msal:4.10.0' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' There are several problems with these older versions that supposedly have been fixed...