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

Mock callbacks #707

Merged
merged 36 commits into from
Aug 20, 2020
Merged

Mock callbacks #707

merged 36 commits into from
Aug 20, 2020

Commits on Jul 23, 2020

  1. Added support for custom handling of characteristic+descriptor read/w…

    …rite operations via callbacks
    nrbrook committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e2634f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    05db374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f019a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b062052 View commit details
    Browse the repository at this point in the history
  4. Readme updates

    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0568cc6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mock-structure-changes' into mock-callbacks

    # Conflicts:
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMock.java
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleDeviceMock.java
    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d0dbb51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7b9d59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f346268 View commit details
    Browse the repository at this point in the history
  8. Merge fixes

    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    603336b View commit details
    Browse the repository at this point in the history
  9. Added tests

    1 failing, not sure why…
    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a1fd4fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a603aac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9643fc3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9f92e8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b18628 View commit details
    Browse the repository at this point in the history
  14. Removed unused imports

    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5910089 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aaf5bd7 View commit details
    Browse the repository at this point in the history
  16. Added missing imports

    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    ebdc6bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    16aa351 View commit details
    Browse the repository at this point in the history
  18. Fixed test

    nrbrook committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    bb9f134 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge branch '1-mock-scan-record' into 2-mock-structure-changes

    # Conflicts:
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMock.java
    nrbrook committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d0de819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0fbf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    35b2181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42df28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749d563 View commit details
    Browse the repository at this point in the history
  4. Documentation improvements

    nrbrook committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    eaca7ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9ac41a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into mock-callbacks

    # Conflicts:
    #	mockrxandroidble/README.md
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMock.java
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleConnectionMock.java
    #	mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleDeviceMock.java
    #	mockrxandroidble/src/test/groovy/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMockTest.groovy
    dariuszseweryn committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    aa20611 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    4ce5dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    010a09f View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle violations

    nrbrook committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9352122 View commit details
    Browse the repository at this point in the history
  3. Fixed callback interfaces

    I wanted to override the method in the base interface to rename a parameter. Looks like this can’t be done, so I just removed the base interfaces.
    nrbrook committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5ac59a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    931a2f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602e356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4901e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    096d93d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    858838f View commit details
    Browse the repository at this point in the history