mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-26 07:55:51 +03:00
[PR #58] [MERGED] Tile suppport & Bug fixes #158
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#158
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/58
Author: @Sn0wfreezeDev
Created: 3/28/2022
Status: ✅ Merged
Merged: 3/28/2022
Merged by: @Sn0wfreezeDev
Base:
main← Head:tile_device📝 Commits (10+)
773f682Detecting a tile device2eb7f9fAdding UUIDs to the beaconsa287844Handling database migration Part 1a99d9c8Tile device discovery testedaef09b7restore previous changelogs17fc9beshow ignored icon in device list5087f74Fixing memory leaks due to BLE scanning8f79501Adding large heap to prevent Samsung OOM crashes386438bIncreasing build number67755dfChanging name for Dev build📊 Changes
33 files changed (+1298 additions, -111 deletions)
View changed files
📝
api.properties(+1 -1)📝
app/build.gradle(+13 -3)➕
app/schemas/de.seemoo.at_tracking_detection.database.AppDatabase/5.json(+256 -0)➕
app/schemas/de.seemoo.at_tracking_detection.database.AppDatabase/6.json(+255 -0)➕
app/schemas/de.seemoo.at_tracking_detection.database.AppDatabase/7.json(+255 -0)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/ExampleInstrumentedTest.kt(+24 -12)➕
app/src/androidTest/java/de/seemoo/at_tracking_detection/MigrationTest.kt(+234 -0)➕
app/src/debug/res/values/strings.xml(+4 -0)📝
app/src/main/AndroidManifest.xml(+3 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/AppDatabase.kt(+4 -3)➕
app/src/main/java/de/seemoo/at_tracking_detection/database/Converters.kt(+17 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/Beacon.kt(+8 -4)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/BaseDevice.kt(+2 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/Device.kt(+4 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/DeviceManager.kt(+25 -27)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/types/Tile.kt(+5 -33)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/ScanBluetoothWorker.kt(+8 -8)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/TrackingDetectorWorker.kt(+2 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/hilt/DatabaseModule.kt(+22 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/debug/DebugFragment.kt(+13 -3)...and 13 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.