mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #49] [MERGED] Release 1.2 #154
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#154
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/49
Author: @Sn0wfreezeDev
Created: 3/4/2022
Status: ✅ Merged
Merged: 3/4/2022
Merged by: @Sn0wfreezeDev
Base:
main← Head:development📝 Commits (7)
7b07229fix and cleanup notification actionsecb66cdAdopted scan duration2587f4bRemoving unused scan filter in utils2cb9b23Added database migrationa06518eIncreasing min tracking time for Apple devices to 2.5 hours9cee7f7Version 1.2 for F-Droid8e31211Updating metadata from Google Play📊 Changes
24 files changed (+97 additions, -52 deletions)
View changed files
📝
api.properties(+1 -1)📝
app/build.gradle(+2 -2)📝
app/src/main/AndroidManifest.xml(+2 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/AppDatabase.kt(+2 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/BaseDevice.kt(+2 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/DeviceContext.kt(+1 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/models/device/types/AppleDevice.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/detection/ScanBluetoothWorker.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/NotificationActionReceiver.kt(+37 -10)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/NotificationBuilder.kt(+3 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/util/Util.kt(+0 -6)📝
app/src/main/res/layout/item_scan_result.xml(+3 -3)📝
app/src/main/res/values-de/strings.xml(+2 -0)📝
app/src/main/res/values/strings.xml(+2 -0)➕
fastlane/metadata/android/de-DE/changelogs/23.txt(+2 -0)➕
fastlane/metadata/android/de-DE/full_description.txt(+31 -0)➕
fastlane/metadata/android/de-DE/short_description.txt(+1 -0)➕
fastlane/metadata/android/de-DE/title.txt(+1 -0)➕
fastlane/metadata/android/de-DE/video.txt(+0 -0)➖
fastlane/metadata/android/en-US/changelogs/15.txt(+0 -1)...and 4 more files
📄 Description
Changes for the release 1.2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.