chrisriesgo / Android-AltBeacon-Library

Proximity beacon ranging and monitoring library for Xamarin.Android apps
Apache License 2.0
41 stars 44 forks source link

Updates to build against AltBeacon version 2.12.3 #35

Closed kensykora closed 6 years ago

kensykora commented 6 years ago

I'm fairly new to creating Xamarin wrappers -- I was surprised that the IParcelable interface wasn't scaffolded for me as a part of the generated code. If I'm missing something obvious, please let me know and I'll revise the PR, but I've built and tested this against 2.12.3 and it works (updates to support new Android Oreo background behavior)

Ran the unit test app and all tests passed

tuyen-vuduc commented 6 years ago

https://github.com/chrisriesgo/Android-AltBeacon-Library/pull/36

Plz check my update here. It's much more better :).

kensykora commented 6 years ago

Awesome, thanks.