File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java/f/cking/software/domain/interactor/filterchecker Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
minSdk = 29
27
27
targetSdk = 35
28
28
29
- versionCode = 1708536373
30
- versionName = " 0.29.3 -beta"
29
+ versionCode = 1708536374
30
+ versionName = " 0.29.4 -beta"
31
31
32
32
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
33
33
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class FilterCheckerImpl(
34
34
regexMatch || noCaseSubstringMatch
35
35
}
36
36
private val address = filterChecker<RadarProfile .Filter .Address >(useCache = true ) { device, filter ->
37
- device.address.checkRegexSafe( filter.address)
37
+ device.address == filter.address
38
38
}
39
39
private val manufacturer = filterChecker<RadarProfile .Filter .Manufacturer >(useCache = true ) { device, filter ->
40
40
device.manufacturerInfo?.id?.let { it == filter.manufacturerId } ? : false
Original file line number Diff line number Diff line change 95
95
<string name =" filter_by_name" >По имени</string >
96
96
<string name =" filter_by_name_description" >Срабатывает если имя устройства соответствует фильтру. Поддерживаются регулярные выражения.</string >
97
97
<string name =" filter_by_address" >По адресу</string >
98
- <string name =" filter_by_address_disclaimer" >Адрес устройства или регулярное выражение </string >
98
+ <string name =" filter_by_address_disclaimer" >Адрес устройства</string >
99
99
<string name =" filter_by_address_description" >Срабатывает если адрес устройство совпадает с фильтром. Поддерживаются регулярные выражения</string >
100
100
<string name =" filter_by_first_detection_period" >По периоду первого обнаружения</string >
101
101
<string name =" filter_by_first_detection_period_description" >Срабатывает если устройство было в первый раз обнаружено в определенный промежуток времени</string >
Original file line number Diff line number Diff line change 110
110
<string name =" filter_by_name" >By name</string >
111
111
<string name =" filter_by_name_description" >Triggers when the device name matches by subsrtring or regex</string >
112
112
<string name =" filter_by_address" >By address</string >
113
- <string name =" filter_by_address_disclaimer" >The device address or a regex </string >
113
+ <string name =" filter_by_address_disclaimer" >The device address</string >
114
114
<string name =" filter_by_address_description" >Triggers when the device address matches</string >
115
115
<string name =" filter_by_first_detection_period" >By first detection period</string >
116
116
<string name =" filter_by_first_detection_period_description" >Triggers if the found device was first time detected in the selected period</string >
You can’t perform that action at this time.
0 commit comments