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: julienzarka/flutter_blue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tidbyt/flutter_blue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Mar 31, 2020

  1. Copy the full SHA
    6adc2b3 View commit details
  2. Copy the full SHA
    b990eed View commit details
  3. Copy the full SHA
    203b304 View commit details
  4. Bump compile and target Sdk versions to 29.

    This is related to issue #486.
    pauldemarco committed Mar 31, 2020
    Copy the full SHA
    b9b8568 View commit details
  5. Readme code fix (pauldemarco#466)

    * Fixed the device retrieval from scan result
    
    * Fixed the rssi retrieval from scan result
    alxkzmn authored Mar 31, 2020
    Copy the full SHA
    6ab5a72 View commit details
  6. Copy the full SHA
    a3120f2 View commit details
  7. Copy the full SHA
    3141a82 View commit details
  8. Upgrade gradle to 5.6.2

    pauldemarco committed Mar 31, 2020
    Copy the full SHA
    9778cf2 View commit details
  9. Updates to build.gradle.

    pauldemarco committed Mar 31, 2020
    Copy the full SHA
    e7d3f97 View commit details
  10. Support v2 android embedding and add smoke test.

    This update adds support for Flutter's version 2 Android embedder.
    In order to update a project created prior to flutter version 1.12,
    follow this guide: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
    
    Initial e2e test is included as a template for adding future tests.
    Follow the section for testing here:
    https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration#testing-your-plugin
    pauldemarco committed Mar 31, 2020
    Copy the full SHA
    419c17b View commit details
  11. Copy the full SHA
    ce9bcd2 View commit details
  12. Copy the full SHA
    8a6c7e9 View commit details
  13. Bump version to 0.7.0

    pauldemarco committed Mar 31, 2020
    Copy the full SHA
    47aee02 View commit details
  14. Copy the full SHA
    07cd496 View commit details

Commits on Apr 1, 2020

  1. Flatten Protos subspec in podspec.

    Pin to specific protobuf version.
    pauldemarco committed Apr 1, 2020
    Copy the full SHA
    1f2d7f3 View commit details
  2. Copy the full SHA
    1403ecb View commit details
  3. Copy the full SHA
    cc65e15 View commit details

Commits on Apr 2, 2020

  1. Avoid Range error when no BT adapter is available, e.g. when running …

    …on emulator (pauldemarco#431)
    
    Signed-off-by: Bernhard Bender <ber.droid@googlemail.com>
    berdroid authored Apr 2, 2020
    Copy the full SHA
    64893c4 View commit details
  2. Move Protobuf back to subspec and set requires_arc to false.

    Setting requires_arc to false at the top level caused crashes when using the plugin.
    pauldemarco committed Apr 2, 2020
    Copy the full SHA
    ed17284 View commit details
  3. Copy the full SHA
    5e15126 View commit details
  4. Stop notifying of value changes when a write happens (pauldemarco#526)

    * Stop writes from triggering value changes. Fixes #311, #378, #351.
    
    * Read after write to automatically update the UI.
    pauldemarco authored Apr 2, 2020
    Copy the full SHA
    487d98e View commit details
  5. Format example main.dart

    pauldemarco committed Apr 2, 2020
    Copy the full SHA
    e646920 View commit details

Commits on Apr 4, 2020

  1. Bump version to 0.7.1

    pauldemarco committed Apr 4, 2020
    Copy the full SHA
    04f5596 View commit details

Commits on Apr 8, 2020

  1. Only set the log level *if* bluetooth is available. (pauldemarco#288)

    * Only set the log level *if* bluetooh is available. Otherwise, setLogLevel throws a PlatformException.
    
    * Update changelog and bumped version.
    
    * Removed changelog and version update based on feedback because ‾\_(ツ)_/‾
    efortuna authored Apr 8, 2020
    Copy the full SHA
    df44e5c View commit details
  2. Copy the full SHA
    b5d4289 View commit details
  3. Bump version to 0.7.1+1

    pauldemarco committed Apr 8, 2020
    Copy the full SHA
    69db6dc View commit details

Commits on Apr 18, 2020

  1. Performance fix for Guid initializers (pauldemarco#552)

    * faster implementation of Guid._fromString
    
    * also improved Guid._fromMacString
    
    * faster non-hex char replacement method
    ezamagni authored Apr 18, 2020
    Copy the full SHA
    47067e4 View commit details

Commits on Apr 20, 2020

  1. AllowDuplicates option in scan function (pauldemarco#460)

    * added variable to enable or disable duplicate bluetooth devices
    
    * updated proto with new allowDuplicates field in ScanSettings
    
    * implemented allowDuplicates opts in FlutterBluePlugin.m
    
    * implementing allowDuplicates opt in dart
    
    * android: connected allowDuplicates
    
    * missing parameter in startScan method
    
    * fix typo
    
    Co-Authored-By: Maurits van Beusekom <maurits@baseflow.com>
    
    Co-authored-by: Simone Venturini <simone.venturini87@gmail.com>
    Co-authored-by: Enrico Zamagni <ezamagni@technogym.com>
    Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
    4 people authored Apr 20, 2020
    Copy the full SHA
    453dc5a View commit details
  2. Copy the full SHA
    7aeb171 View commit details
  3. Copy the full SHA
    0e1bf3a View commit details
  4. Copy the full SHA
    2cf9b20 View commit details
  5. Copy the full SHA
    fbad7d1 View commit details
  6. Bump version to 0.7.2

    * Add `allowDuplicates` option to `startScan`.
    * Fix performance issue with GUID initializers.
    pauldemarco committed Apr 20, 2020
    Copy the full SHA
    63a1002 View commit details

Commits on Jun 3, 2020

  1. Don't initiliazie CBCentralManager until needed

    By deferring the initialization of `CBCentralManager`, we are able to
    defer prompting for Bluetooth permission on iOS until a flutter_blue
    method is called. Otherwise, the Bluetooth permission prompt appears
    right when the app starts up.
    rohansingh committed Jun 3, 2020
    Copy the full SHA
    4ed5e99 View commit details
Loading