mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #26] [CLOSED] Add OpenStreetMap copyright overlay to map #146
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#146
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/26
Author: @guerda
Created: 12/27/2021
Status: ❌ Closed
Base:
development← Head:patch-copyright📝 Commits (10+)
d682db9Updating scan algorithm:b5d557fMigrate to material design 385513a6Updating ScanBluetoothWorker to save the discovery time of a scanResult.3cc0634Handle new scan permissionsf49e99aAdded a check for the time difference between received beacons.98d67e6Updated Readme with explanation about the tracking detection69a9b6aAdding a link to twitter in the settings6008d0dAdd manual scanning7b770e1First version of the redesign2d0d737Adding detail view of risk evaluation📊 Changes
101 files changed (+4725 additions, -664 deletions)
View changed files
📝
README.md(+21 -11)📝
app/build.gradle(+15 -14)📝
app/src/androidTest/java/de/seemoo/at_tracking_detection/ExampleInstrumentedTest.kt(+151 -5)📝
app/src/main/AndroidManifest.xml(+21 -15)📝
app/src/main/java/de/seemoo/at_tracking_detection/ATTrackingDetectionApplication.kt(+21 -4)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/DeviceDao.kt(+14 -5)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/NotificationDao.kt(+11 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/repository/BeaconRepository.kt(+7 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/repository/DeviceRepository.kt(+8 -7)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/repository/NotificationRepository.kt(+21 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/tables/Device.kt(+47 -9)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/viewmodel/DeviceViewModel.kt(+2 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/viewmodel/NotificationViewModel.kt(+2 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/LocationProvider.kt(+90 -17)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/ScanBluetoothWorker.kt(+48 -39)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/TrackingDetectorWorker.kt(+70 -39)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/NotificationBuilder.kt(+3 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/worker/FalseAlarmWorker.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/worker/IgnoreDeviceWorker.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/OnboardingActivity.kt(+118 -18)...and 80 more files
📄 Description
Add copyright overlay for OpenStreetMap contributors
Fixes #24
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.