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 in latest updates from AltBeacon #2

Merged
merged 97 commits into from
Oct 29, 2018

Conversation

BobbyHoltzner
Copy link
Collaborator

  • Due to some issues generating releases on the newer SDK, we need these updates.

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 September 9, 2018 12:32
move duplicate line outside if block
…t-boot

Allow starting foreground service at boot
Adding auto-generated CircleCI 2.0 config file
Prevent OutOfMemoryError Crash on Android 8
@BobbyHoltzner BobbyHoltzner changed the base branch from master to altbeacon-updates October 29, 2018 19:49
@BobbyHoltzner BobbyHoltzner merged commit e2514b5 into heronsystems:altbeacon-updates Oct 29, 2018
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.

7 participants