Skip to content

Release 2.2.4 #459

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

Merged
merged 7 commits into from
May 7, 2020
Merged

Release 2.2.4 #459

merged 7 commits into from
May 7, 2020

Conversation

mikolak
Copy link
Collaborator

@mikolak mikolak commented May 7, 2020

  • Fix issue where withResponse argument was always true when writing to a characteristic on iOS
  • Remove unnecessary file that was interfering with analyzer

Łukasz Rejman and others added 7 commits February 28, 2020 13:07
* Fix capitalization of UUID in Service

* Fix capitalization of UUID in ScanResult

* Fix capitalization of UUID in Peripheral

* Rename bytes to value

* Fix capitalization of UUID in metadata strings in ScanResult

* Fix constants capitalization in BleError

* Revert "Fix capitalization of UUID in metadata strings in ScanResult"

This reverts commit 08516ec.

* Fix capitalization of UUID in managers for classes

* Fix capitalization of UUID for InternalBleManager

* Fix capitalization of UUID in CharacteristicsMixin

* Fix capitalization of UUID in DevicesMixin

* Rename bytes to value in internal classes
* unit test for BleManager

* [descriptor] override equals & hashcode functions

* [tests] add: mock classes for managers

* [service] add: service tests

* [tests] create characteristics and descriptors using separate generators

* [service][tests] cover generating transactionId when it's not specified

* [service][tests] clear mocks interactions after each test

* [service][tests] add missing test for getting all descriptors for specified characteristic

Co-authored-by: Paweł Byszewski <4048063+pawelByszewski@users.noreply.github.com>
* unit test for BleManager

* [descriptor] override equals & hashcode functions

* [tests] add: mock classes for managers

* [tests] create characteristics and descriptors using separate generators

* [descriptor] add: tests

* [descriptor] fix: test names

* [tests] move all mocks declarations to one aggregate file

* [ble-manager][test] add matcher to always check objects' references

* [descriptor][test] add tests that check uniquity of transactionId

Co-authored-by: pawelByszewski <pawell.b@gmail.com>
# Conflicts:
#	test/ble_manager_test.dart
#	test/service_test.dart
* rename root level file

naming interfered with certain build_runner code generators

* remove flutter_user_facing_api.dart
@mikolak mikolak changed the title Release/2.2.4 Release 2.2.4 May 7, 2020
import 'mock/mocks.dart';
import 'test_util/descriptor_generator.dart';

void main() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@mikolak mikolak merged commit 7d55135 into master May 7, 2020
@mikolak mikolak deleted the release/2.2.4 branch May 7, 2020 09:43
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.

6 participants