[PR #49] [MERGED] Release 1.2 #154

Closed
opened 2026-02-26 21:32:26 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: development


📝 Commits (7)

  • 7b07229 fix and cleanup notification actions
  • ecb66cd Adopted scan duration
  • 2587f4b Removing unused scan filter in utils
  • 2cb9b23 Added database migration
  • a06518e Increasing min tracking time for Apple devices to 2.5 hours
  • 9cee7f7 Version 1.2 for F-Droid
  • 8e31211 Updating 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.

## 📋 Pull Request Information **Original PR:** https://github.com/seemoo-lab/AirGuard/pull/49 **Author:** [@Sn0wfreezeDev](https://github.com/Sn0wfreezeDev) **Created:** 3/4/2022 **Status:** ✅ Merged **Merged:** 3/4/2022 **Merged by:** [@Sn0wfreezeDev](https://github.com/Sn0wfreezeDev) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (7) - [`7b07229`](https://github.com/seemoo-lab/AirGuard/commit/7b072299f4eec250f9317d794abd3ac162546116) fix and cleanup notification actions - [`ecb66cd`](https://github.com/seemoo-lab/AirGuard/commit/ecb66cd05bdf74a70d5f2bce86711358fe6373a7) Adopted scan duration - [`2587f4b`](https://github.com/seemoo-lab/AirGuard/commit/2587f4bd427f0b4d41df4847dc18dadee99f310f) Removing unused scan filter in utils - [`2cb9b23`](https://github.com/seemoo-lab/AirGuard/commit/2cb9b23b65e01ce15dce98a0d29a96c5a1443ee2) Added database migration - [`a06518e`](https://github.com/seemoo-lab/AirGuard/commit/a06518ede287ee63d23d59d7f0df72b1179d4c11) Increasing min tracking time for Apple devices to 2.5 hours - [`9cee7f7`](https://github.com/seemoo-lab/AirGuard/commit/9cee7f7fef264c3eb40eb403c1885f34eda4c6a3) Version 1.2 for F-Droid - [`8e31211`](https://github.com/seemoo-lab/AirGuard/commit/8e312115d178118c009ca78997a837ae126af921) Updating metadata from Google Play ### 📊 Changes **24 files changed** (+97 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Changes for the release 1.2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:32:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AirGuard#154
No description provided.