Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging latest AltBeacon SDK into HS #3

Closed
wants to merge 214 commits into from

Conversation

BobbyHoltzner
Copy link
Collaborator

There is some sort of issue with RN 0.60 and the current SDK we have. I'm getting a lot of errors with duplicated modules during the MultiDex step in the android build.

davidgyoung and others added 30 commits March 5, 2018 18:01
Being able to set a beacon advertisement as "connectable" causes 3
additional bytes to be prepended to the advertisement PDU.

The value of these 3 bytes are: `0x02011a`.

They are:
1. PDU length (02)
2. PDU type (01)
3. Payload (1a)

These 3 bytes are present in an iBeacon advertisement on iOS. However,
they do not appear in the equivalent advertisement on Android using
`BeaconTransmitter` without setting the `AdvertiseSettings` to
"connectable."

Ref #141.
Adds connectable property to BeaconTransmitter
Add warning about setting short scan periods on Android 8
Fix runtime crashes reported from the field.
…sequences

add warning about disabling scan jobs on Android 8+
davidgyoung and others added 28 commits May 28, 2019 17:12
Move ScanJob startup work to non-UI thread in case of state restore hang
Fix thread leak caused by scheduling ScanJob when no consumers bound
Prevent crash on alarms going off with a different user active
@BobbyHoltzner
Copy link
Collaborator Author

Closing in favor of #4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.