Releases: OfficeDev/Office-365-SDK-for-Android
Releases · OfficeDev/Office-365-SDK-for-Android
v1.0.1
- 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
- 1.0 Release
- Using ORC-Java 1.0
- Bumped some API SDKs to 1.0, others are still in preview.
v0.14.2
This release includes:
- Fixed bug in tracking changes for lists
- Fixed deserialization bug in lists with derived clases
v0.14.1
- 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
Added OneNote SDK
Added Graph Services (Preview)
Added Live Auth SDK
Added LiveDependencyResolver
Updated the Exchange SDK to use TimeZone, CalendarColor, GeoCoordinates
v0.12.0
- 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
- 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
- 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
- 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