Skip to content

Commit

Permalink
build 0.9.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Sep 29, 2020
1 parent 58d60e4 commit fac556c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DOWNLOAD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Download APK
Please download the APK here from GitHub:

[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.11)
[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.13)
2 changes: 1 addition & 1 deletion README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan
https://www.amazon.de/gp/product/B08CY7JY1P

#### Installation auch als Sideload möglich (erfordert 'Installation von unsicheren Quellen zulassen')
[Download des aktuellen UUID0xFD6FTracer.apk direkt hier von GitHub](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.apk)
[Download des aktuellen UUID0xFD6FTracer.apk direkt hier von GitHub](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.13/UUID0xFD6F_v0.9.1.13.apk)

##### Kein Download via GooglePlay?
Google hat ein zweites Mal entschieden die App aus dem Store zu entfernen, diesmal mit dem Hinweis darauf, dass der App
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan
https://www.amazon.com/gp/product/B08CY7JY1P

### Sideload the APK (requires 'allow insecure apps' setting)
[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.apk)
[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.13/UUID0xFD6F_v0.9.1.13.apk)

## Settings & Configuration
Additional information about the settings and options can be found on the separate [SETTINGS.md](./SETTINGS.md).
Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan
https://www.amazon.com/gp/product/B08CY7JY1P

### Charger le fichier APK (nécessite le paramètre "Autoriser les applications non sécurisées")
[Télécharger la dernière à partir de UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.apk)
[Télécharger la dernière à partir de UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.13/UUID0xFD6F_v0.9.1.13.apk)

---
#### Cette application ne sera pas disponible via le PlayStore de Google
14 changes: 13 additions & 1 deletion SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ Apple & Google. Please find a list below
- UUID **0xDF6F** and **0xDF64**: So a combination of both UUIDs - where the app is going to display for each UUID a
separate counter (in the App - not in the system notification)

[List of countries that make use of the _Exposure Notification Framework_ (UUID 0xFD6F Beacaons)](./COUNTRIES.md)
[List of countries that make use of the _Exposure Notification Framework_ (UUID 0xFD6F Beacaons)](./COUNTRIES.md)

## Expert Settings
### Group by Signal strength
Group the beacons by their signal strength into NEAR/MEDIUM/FAR
#### NEAR [def value: -82db] | MEDIUM [def value: -90db]
This means that if the signal strength is smaller the minus 82db, then the beacon is considered to be NEAR. Everything
between -82db and -90db will be considered as MIDDLE and everything below -90db will be listed at FAR.

So basically it's: 0db > NEAR-Range > -82db > MEDIUM-Range > -90db > FAR-Range > -∞db

### Use Threshold
If the signal strength of a beacon is below the specified threshold it will not taken into account
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.emacberry.uuid0xfd6fscan"
minSdkVersion 23
targetSdkVersion 30
versionCode 9112
versionName "0.9.1.12"
versionCode 9113
versionName "0.9.1.13"
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -38,10 +38,9 @@ android {

dependencies {
//implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
//implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/9113.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Experten Einstellungen: Gruppierung der Beacons nach Signalstärken in NAH/MITTEL/FERN
- Experten Einstellungen: Signalstärken Schwellenwert ab dem ein Beacons nicht mehr berücksichtigt wird
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9113.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Expert Settings: Group beacons by signal strength NEAR/MIDDLE/FAR
- Expert Settings: Threshold when not to take a beacon into account

0 comments on commit fac556c

Please sign in to comment.