Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nordicsemi/Android-BLE-Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.5
Choose a base ref
...
head repository: nordicsemi/Android-BLE-Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.0
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Apr 29, 2024

  1. Update readme to version=2.7.5

    Github Action committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    889277f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update BleManagerHandler.java

    Sometimes after initial bonding, services would not be rediscovered. This caused read/writes to characteristics to fail.
    ElectronicSpaceCat authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5e3efd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #567 from ElectronicSpaceCat/patch-1

    Update BleManagerHandler.java
    philips77 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a51fcea View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Readme update

    philips77 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    061e98c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Add shouldAutoConnectCreateDirectConnectionFirst to ConnectionRequest…

    ….useAutoConnect()
    
    If set to false, the first connection is done with autoConnect parameter equal to `autoConnect` as passed in ConnectionRequest.useAutoConnect().
    Grega Podlesek authored and muscardinus committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    168c6a8 View commit details
    Browse the repository at this point in the history
  2. To be consistent, don't report "Connecting" state when connecting wit…

    …h autoConect == true
    Grega Podlesek authored and muscardinus committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8e5e1d2 View commit details
    Browse the repository at this point in the history
  3. Call success on ConnectRequest right after connectGatt if connecting …

    …with autoConnect = true.
    Grega Podlesek authored and muscardinus committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    41364ab View commit details
    Browse the repository at this point in the history
  4. Set this.connectRequest to null after notifying success.

    Grega Podlesek authored and muscardinus committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    78092f8 View commit details
    Browse the repository at this point in the history
  5. Add documentation to the new useAutoConnect method.

    Grega Podlesek authored and muscardinus committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    85459c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #575 from muscardinus/start-auto-connect-immediately

    Start auto connect immediately
    philips77 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    02e7efb View commit details
    Browse the repository at this point in the history
Loading