mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #129] [MERGED] V2.0 #170
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/seemoo-lab/AirGuard/pull/129
Author: @Sn0wfreezeDev
Created: 6/27/2023
Status: ✅ Merged
Merged: 6/27/2023
Merged by: @Sn0wfreezeDev
Base:
main← Head:v2.0📝 Commits (10+)
f636b31Update strings.xml68f730dfix a typof12a732Add Japanese translatee07ed4cadd basic galaxy smarttag supportdee2334first implementation of new location model9306c72improve location model and add first implementation of the migrationbd4fd5cfix bug in migration7feb787add more migration tests and fix Pointer in MIGRATION_9_10dd223f5fix bugs in location migrationc80ca3eUpdating Location timeout to 60s. This will increase the location accuracy and the number of times an accurate location can be found during background scans.📊 Changes
121 files changed (+3573 additions, -1023 deletions)
View changed files
📝
api.properties(+1 -1)📝
app/build.gradle(+31 -30)➕
app/schemas/de.seemoo.at_tracking_detection.database.AppDatabase/10.json(+372 -0)➕
app/src/androidTest/java/de/seemoo/at_tracking_detection/DbmToPercentTest.kt(+19 -0)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/DevicesTabUITest.kt(+7 -0)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/ExampleInstrumentedTest.kt(+43 -32)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/LocationProviderTest.kt(+19 -14)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/MigrationTest.kt(+35 -9)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/ScanBluetoothWorkerTest.kt(+23 -20)📝
app/src/main/AndroidManifest.xml(+1 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/ATTrackingDetectionApplication.kt(+47 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/AppDatabase.kt(+21 -9)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/BeaconDao.kt(+26 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/DeviceDao.kt(+16 -3)➕
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/LocationDao.kt(+37 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/NotificationDao.kt(+6 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/Beacon.kt(+12 -16)➕
app/src/main/java/de/seemoo/at_tracking_detection/database/models/Location.kt(+30 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/BaseDevice.kt(+32 -2)➕
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/ConnectionState.kt(+5 -0)...and 80 more files
📄 Description
Support for new trackers:
Samsung SmartTag
Improvements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.