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

Releases: OfficeDev/Office-365-SDK-for-Android

v1.0.1

28 Aug 13:58
Compare
Choose a tag to compare
  • SDKs use the new orc-android 1.2.0
  • Bump graph-services to 0.2.5
  • E2E Test app and samples uses the new orc-android 1.2.0

v1.0.0

10 Jul 15:13
Compare
Choose a tag to compare
  • 1.0 Release
  • Using ORC-Java 1.0
  • Bumped some API SDKs to 1.0, others are still in preview.

v0.14.2

11 Jun 14:41
Compare
Choose a tag to compare
v0.14.2 Pre-release
Pre-release

This release includes:

  • Fixed bug in tracking changes for lists
  • Fixed deserialization bug in lists with derived clases

v0.14.1

05 Jun 20:07
Compare
Choose a tag to compare
v0.14.1 Pre-release
Pre-release
  • Updated to new ORC structure (Office REST Client)
  • Fixed camel case in all methods to match with Java standards
  • Fixed issue #86
  • Fixed issue with payloads in PATCH requests

v0.13.0

27 Apr 12:16
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Added OneNote SDK
Added Graph Services (Preview)
Added Live Auth SDK
Added LiveDependencyResolver
Updated the Exchange SDK to use TimeZone, CalendarColor, GeoCoordinates

v0.12.1

12 Mar 17:24
Compare
Choose a tag to compare
v0.12.1 Pre-release
Pre-release

v0.12.0

05 Mar 19:08
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release
  • Fixing classpath for javadoc generation
  • SDK and test app updated with vipr
  • Merge PR #67
  • Support for Streamed media entities (Issue #65)

v0.11.1

02 Jan 19:28
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release
  • Moving test project outside e2e test project
  • Fix defect #60
  • Fix defect #61
  • Updated tests for SampleService
  • Upgrade to Wiremock 1.52
  • Refactor Outlook sample app

v0.11.0

11 Dec 21:55
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release
  • Cleaned imports
  • Improved tests for sample service comparing request's payloads too
  • Updated tests for Sample Service
  • adding travis script into integration branch
  • adding travis scrip into dev
  • Added new tests for sample service
  • adding verbose log level to sample app
  • Added tests for sample service
  • adding DocLibClient
  • Added integration tests for mocked service
  • updating test app to gradle gradle 2.1
  • upgrading test project
  • adding source compatibility 1.6 issue #55
  • updating gradle files to android 1.0 release

v0.10.1

04 Dec 21:36
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release
  • Support for consuming the server response (payload) as JSON. Look for the methods ending with Raw().
  • Adding back a DependecyResolver for the JVM implementation : JvmDependenvyResolver