-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: julienzarka/flutter_blue
base: master
head repository: tidbyt/flutter_blue
compare: master
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6adc2b3 - Browse repository at this point
Copy the full SHA 6adc2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b990eed - Browse repository at this point
Copy the full SHA b990eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 203b304 - Browse repository at this point
Copy the full SHA 203b304View commit details -
Bump compile and target Sdk versions to 29.
This is related to issue #486.
Configuration menu - View commit details
-
Copy full SHA for b9b8568 - Browse repository at this point
Copy the full SHA b9b8568View commit details -
Readme code fix (pauldemarco#466)
* Fixed the device retrieval from scan result * Fixed the rssi retrieval from scan result
Configuration menu - View commit details
-
Copy full SHA for 6ab5a72 - Browse repository at this point
Copy the full SHA 6ab5a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3120f2 - Browse repository at this point
Copy the full SHA a3120f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3141a82 - Browse repository at this point
Copy the full SHA 3141a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9778cf2 - Browse repository at this point
Copy the full SHA 9778cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d3f97 - Browse repository at this point
Copy the full SHA e7d3f97View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 419c17b - Browse repository at this point
Copy the full SHA 419c17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9bcd2 - Browse repository at this point
Copy the full SHA ce9bcd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6c7e9 - Browse repository at this point
Copy the full SHA 8a6c7e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47aee02 - Browse repository at this point
Copy the full SHA 47aee02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cd496 - Browse repository at this point
Copy the full SHA 07cd496View commit details
Commits on Apr 1, 2020
-
Flatten Protos subspec in podspec.
Pin to specific protobuf version.
Configuration menu - View commit details
-
Copy full SHA for 1f2d7f3 - Browse repository at this point
Copy the full SHA 1f2d7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1403ecb - Browse repository at this point
Copy the full SHA 1403ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc65e15 - Browse repository at this point
Copy the full SHA cc65e15View commit details
Commits on Apr 2, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 64893c4 - Browse repository at this point
Copy the full SHA 64893c4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ed17284 - Browse repository at this point
Copy the full SHA ed17284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e15126 - Browse repository at this point
Copy the full SHA 5e15126View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 487d98e - Browse repository at this point
Copy the full SHA 487d98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e646920 - Browse repository at this point
Copy the full SHA e646920View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 04f5596 - Browse repository at this point
Copy the full SHA 04f5596View commit details
Commits on Apr 8, 2020
-
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 ‾\_(ツ)_/‾
Configuration menu - View commit details
-
Copy full SHA for df44e5c - Browse repository at this point
Copy the full SHA df44e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d4289 - Browse repository at this point
Copy the full SHA b5d4289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69db6dc - Browse repository at this point
Copy the full SHA 69db6dcView commit details
Commits on Apr 18, 2020
-
Performance fix for Guid initializers (pauldemarco#552)
* faster implementation of Guid._fromString * also improved Guid._fromMacString * faster non-hex char replacement method
Configuration menu - View commit details
-
Copy full SHA for 47067e4 - Browse repository at this point
Copy the full SHA 47067e4View commit details
Commits on Apr 20, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 453dc5a - Browse repository at this point
Copy the full SHA 453dc5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aeb171 - Browse repository at this point
Copy the full SHA 7aeb171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1bf3a - Browse repository at this point
Copy the full SHA 0e1bf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf9b20 - Browse repository at this point
Copy the full SHA 2cf9b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbad7d1 - Browse repository at this point
Copy the full SHA fbad7d1View commit details -
* Add `allowDuplicates` option to `startScan`. * Fix performance issue with GUID initializers.
Configuration menu - View commit details
-
Copy full SHA for 63a1002 - Browse repository at this point
Copy the full SHA 63a1002View commit details
Commits on Jun 3, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4ed5e99 - Browse repository at this point
Copy the full SHA 4ed5e99View commit details
There are no files selected for viewing