Skip to content

2.0.0 Developer Build #19

Pre-release
Pre-release
Compare
Choose a tag to compare
@borrrden borrrden released this 20 Nov 22:56
· 1438 commits to master since this release
2.0.0-db019

Notable Changes

  • IReadOnlyDictionary / IDictionaryObject, IReadOnlyArray / IArray now return Dictionary<string, object> and List<object> instead of IDictionary<string, object> and IList<object> so that the return value can be used in both read only and read write interface signatures (e.g. both Foo(IDictionary<string, object> and Foo(IReadOnlyDictionary<string, object>))
  • Ensure that calls to Activate are only performed once (unclear on the impact on Android if the passed activity gets destroyed)
    Fixes bugs: #864, #908, #918, #922 and other issues uncovered during testing

Known Issues

  • Some source files are not automatically available during debugging due to a combination of two issues:
  • Database copy API on Android requires copying files out of the assets first into a temporary location (since they have no file paths when they are in Android assets)

For more detailed notes about this release, see this document and for an API reference, see this page.

To get this build from Nuget, add this URL to your package sources:
http://mobile.nuget.couchbase.com/nuget/Developer/