Releases: OfficeDev/Office-365-SDK-for-Android
v0.10.0
Support for deserialization of entity subclasses a650fb1
Initial test structure for outlook services d51911b
Added tests for deserializing lists and single items in the correct d… … f445dea
Updated CalendarView tests, added getCalendarView for particular cale… … 6de06e3
Adding new ADAL based dependency resolver 1530d5e
Updating sample with new ADAL based dependency resolver 54ad1f0
OrderBy support bb34fc7
Added tests for skip and order by 08ed48e
Version bump d9637b6
Excluding android support from resulting .jar from .aar
v0.9.4
This drop includes the following changes :
- Library consolidation into a new package : odata-engine-core
- projection and expansion support for single entities ($expand and $select)
- Fixed issue with custom headers that were not being added properly
- Updated ADAL version to use (,2.0)
- Removed CredentialsFactory interface
- Added tests for CalendarView functions
v0.9.3
This drop includes the following changes :
excluding third party dependencies when creating .jar artifact. issue #45
Updates in End2End authentication. Using refreshtoken
moving fetcher logic to ctor as stated per issue # 18. Changes applied to templates
fixing several Code Inspection warnings for issue #13
adding better sintaxis to retrieve items from collection without using getByIdXXX
Added select and filter tests for Lists
Removed unsupported filter tests for files
Added filter, select and top tests in Discovery, Exchange and Files
adding suppress warnings to odatacollectionfetcher
adding constraints to generic parameters. issue #21
adding constraint to generic parameters
Updated End2End App
updating outloook services with latest changes in code generator
adding bintray plugin into e2e test app
Updated End2End. Added general_settings.xml Started adding Tests for Directory & Discovery
rolling back to gradle wrapper version 1.12 for sample app
add version headers for issue #36
add task to create .jar from .aar
minor changes and clean ups to gradle scripts