From 2d5f5e3c6824c75ae0044de84b32f2d0d504c5cc Mon Sep 17 00:00:00 2001 From: Brian Melton Date: Sat, 5 Mar 2016 19:47:57 -0800 Subject: [PATCH 1/3] Trimming out random newline --- .../o365_android_onenote_rest/snippet/AbstractSnippet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/microsoft/o365_android_onenote_rest/snippet/AbstractSnippet.java b/app/src/main/java/com/microsoft/o365_android_onenote_rest/snippet/AbstractSnippet.java index 9eaec03..0a754d5 100644 --- a/app/src/main/java/com/microsoft/o365_android_onenote_rest/snippet/AbstractSnippet.java +++ b/app/src/main/java/com/microsoft/o365_android_onenote_rest/snippet/AbstractSnippet.java @@ -105,7 +105,6 @@ private void getSnippetArrayContent(SnippetCategory category, Integer d mDesc = mUrl = null; mO365Version = null; mMSAVersion = null; - } mSection = category.mSection; } From e306d773d7fa05ef82dd3157487c7e0c916ef487 Mon Sep 17 00:00:00 2001 From: Dipak Boyed Date: Tue, 21 Jun 2016 12:58:18 -0700 Subject: [PATCH 2/3] add code of conduct link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff2884b..8524827 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ You will need to sign a [Contributor License Agreement](https://cla.microsoft.co * [Office Dev Center](http://dev.office.com/) * [Office 365 APIs starter projects and code samples](http://msdn.microsoft.com/en-us/office/office365/howto/starter-projects-and-code-samples) +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. ## Copyright Copyright (c) 2015 Microsoft. All rights reserved. From b556ddd4b0d2c3c5987ce7c0c5b0166a5537c913 Mon Sep 17 00:00:00 2001 From: AJ May Date: Fri, 24 Jun 2016 13:31:44 -0700 Subject: [PATCH 3/3] Updated README Added alt text to images, in order to meet web accessibility requirements. Thanks. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8524827..406b22d 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ To use the OneNote REST API Explorer for Android, you need the following: * View and modify OneNote notebooks in your organization * View and modify OneNote notebooks * Create pages in OneNote notebooks -![](/readme-images/OneNotePermissions.jpg) +![Choose OneNote permissions required for your application.](/readme-images/OneNotePermissions.jpg) 12. For the **Windows Azure Active Directory** application add or make sure the following permissions are enabled: * Enable sign-on and read users' profiles * Access your organization's directory -![](/readme-images/AADPermissions.jpg) +![Choose Azure Active Directory permissions required for your application.](/readme-images/AADPermissions.jpg) 13. Copy the value specified for **Client ID** on the **Configure** page. Remember this value for the below section **Getting the ClientID and RedirectUri into the project**. 14. Click **Save** in the bottom menu. @@ -208,11 +208,11 @@ Authentication for logging in with a Microsoft Account to a personal version of ### Screenshots Login|REST Call List :-:|:-: -![](/readme-images/login.png)|![](/readme-images/list.png) +![Login screen](/readme-images/login.png)|![REST call list page](/readme-images/list.png) REST Call Detail|Create Page :-:|:-: -![](/readme-images/detail.png)|![](/readme-images/create_page.png) +![REST call detail page](/readme-images/detail.png)|![Create Page](/readme-images/create_page.png) ## Questions and comments We'd love to get your feedback about the OneNote REST API Explorer for Android sample. You can send your feedback to us in the [Issues](https://github.com/OneNoteDev/Android-REST-API-Explorer/issues) section of this repository.