Skip to content

Alt beacon master#4

Open
BobbyHoltzner wants to merge 215 commits intomasterfrom
AltBeacon-master
Open

Alt beacon master#4
BobbyHoltzner wants to merge 215 commits intomasterfrom
AltBeacon-master

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.

10 participants