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

Alt beacon master #4

Open
wants to merge 215 commits into
base: master
Choose a base branch
from
Open

Alt beacon master #4

wants to merge 215 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 AltBeacon#141.
Adds connectable property to BeaconTransmitter
…-periods

Add warning about setting short scan periods on Android 8
Fix runtime crashes reported from the field.
…bling-consequences

add warning about disabling scan jobs on Android 8+
davidgyoung and others added 29 commits May 28, 2019 17:12
…i-thread

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
…er-switch

Prevent crash on alarms going off with a different user active
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.