Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2791df7
Change to build.gradle stops 'DuplicateRelativeFileException: More th…
gregorymarkthomas Nov 20, 2019
dc733c3
Added tests to test proposed serviceDataUuidMask addition to setServi…
gregorymarkthomas Nov 20, 2019
9ff7800
Added support for serviceDataUuidMask in the ScanFilter class. This t…
gregorymarkthomas Nov 20, 2019
6635af8
Added new getServiceData() function in ScanRecord so that service dat…
gregorymarkthomas Nov 20, 2019
e05fb98
Made ScanRecordMatchers a final class, package-private and the inner …
gregorymarkthomas Nov 20, 2019
aeaa384
Added extra setServiceData() tests, but not all of them pass as the o…
gregorymarkthomas Nov 20, 2019
c11368e
A mistake in the last commit meant that failing data was causing the …
gregorymarkthomas Nov 20, 2019
5e90e6f
Added null check for if serviceData does not exist at all - fixes a c…
gregorymarkthomas Nov 21, 2019
efa2e69
Update README.md
gregorymarkthomas Nov 12, 2020
39f6174
Update README.md
gregorymarkthomas Nov 12, 2020
94fc24e
Part-way through merging newer version of NordicSemiconductor's paren…
gregorymarkthomas Dec 14, 2023
1c539c9
Updated gradle build tools to 7.2.
gregorymarkthomas Dec 15, 2023
5dceeb7
Edit of gradle to use compileSdk/targetSdk from compileSdkVersion/tar…
gregorymarkthomas Jan 19, 2024
3265ac6
Re-indented ScanFilterTest to use tabs, like the original.
gregorymarkthomas Jan 19, 2024
c4dc311
Returned targetSdk in gradle to targetSdkVersion
gregorymarkthomas Jan 19, 2024
97e43f3
Reverted readme to that of Nordic's version.
gregorymarkthomas Jan 19, 2024
e95e36e
Merge remote-tracking branch 'original/develop' into develop
gregorymarkthomas Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 2 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Wed Sep 29 10:37:08 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
294 changes: 182 additions & 112 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading