[PR #223] [MERGED] AirGuard 2.7.1 #197

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

📋 Pull Request Information

Original PR: https://github.com/seemoo-lab/AirGuard/pull/223
Author: @imbissbudenaesthetik
Created: 12/17/2025
Status: Merged
Merged: 12/17/2025
Merged by: @imbissbudenaesthetik

Base: mainHead: development


📝 Commits (10+)

  • 5f9c644 create empty UI and navigation for tracker export
  • d672438 initial implementation of the PDF creation
  • 999fb4b Merge branch 'development' into pdfExport
  • 9ef3744 create necessary views for new pdf creation, hide old approach
  • d2af954 basic pdf creation
  • f601522 implement working map and pagination
  • b8a3b66 add warning for 15 minute algorithm matching in pdf export
  • 219fa4e add preview before creating pdf document
  • 010ee3f Merge branch 'development' into pdfExport
  • c930c85 add error message, when no internet connection during pdf creation is available

📊 Changes

27 files changed (+649 additions, -571 deletions)

View changed files

📝 api.properties (+1 -1)
📝 app/build.gradle (+7 -7)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/cs/faq.md (+41 -41)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/cs/limitations_of_the_app.md (+37 -25)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/faq.md (+2 -2)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/get_help.md (+17 -38)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/how_does_airguard_work.md (+3 -1)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/limitations_of_the_app.md (+42 -30)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/en/faq.md (+1 -1)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/en/limitations_of_the_app.md (+36 -24)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/fr/faq.md (+40 -40)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/fr/limitations_of_the_app.md (+44 -32)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/faq.md (+14 -14)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/get_help.md (+9 -14)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/how_does_airguard_work.md (+2 -2)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/limitations_of_the_app.md (+36 -34)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ja/faq.md (+41 -41)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ja/limitations_of_the_app.md (+45 -33)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ru/faq.md (+31 -31)
📝 app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ru/limitations_of_the_app.md (+44 -32)

...and 7 more files

📄 Description

IMPROVED: Articles improved
IMPROVED: Bugfixes


🔄 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/223 **Author:** [@imbissbudenaesthetik](https://github.com/imbissbudenaesthetik) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@imbissbudenaesthetik](https://github.com/imbissbudenaesthetik) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (10+) - [`5f9c644`](https://github.com/seemoo-lab/AirGuard/commit/5f9c644953eccd0a5879f3270b072c29b4c15d40) create empty UI and navigation for tracker export - [`d672438`](https://github.com/seemoo-lab/AirGuard/commit/d6724389f2ee02cbc0127f85dc60ac71ff6a2386) initial implementation of the PDF creation - [`999fb4b`](https://github.com/seemoo-lab/AirGuard/commit/999fb4b6d5455a28ede4d176dcd40681b47f28d0) Merge branch 'development' into pdfExport - [`9ef3744`](https://github.com/seemoo-lab/AirGuard/commit/9ef3744fcc35d73f07495995cfbd3f71316566de) create necessary views for new pdf creation, hide old approach - [`d2af954`](https://github.com/seemoo-lab/AirGuard/commit/d2af954941a252558cea5e134f18e6a13912ff3a) basic pdf creation - [`f601522`](https://github.com/seemoo-lab/AirGuard/commit/f6015228793bcc77c2b95ea6514eee8377d3cb6e) implement working map and pagination - [`b8a3b66`](https://github.com/seemoo-lab/AirGuard/commit/b8a3b66540445bfc09db98096eafb5fa334ea614) add warning for 15 minute algorithm matching in pdf export - [`219fa4e`](https://github.com/seemoo-lab/AirGuard/commit/219fa4e9e61293f54a7f412d8cad03df0e7f9f5d) add preview before creating pdf document - [`010ee3f`](https://github.com/seemoo-lab/AirGuard/commit/010ee3fe94da19a1bb9982e42a966854cd92bead) Merge branch 'development' into pdfExport - [`c930c85`](https://github.com/seemoo-lab/AirGuard/commit/c930c852f3e2c3cf354f0b77ca55a4b4efa32ed7) add error message, when no internet connection during pdf creation is available ### 📊 Changes **27 files changed** (+649 additions, -571 deletions) <details> <summary>View changed files</summary> 📝 `api.properties` (+1 -1) 📝 `app/build.gradle` (+7 -7) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/cs/faq.md` (+41 -41) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/cs/limitations_of_the_app.md` (+37 -25) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/faq.md` (+2 -2) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/get_help.md` (+17 -38) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/how_does_airguard_work.md` (+3 -1) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/de/limitations_of_the_app.md` (+42 -30) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/en/faq.md` (+1 -1) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/en/limitations_of_the_app.md` (+36 -24) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/fr/faq.md` (+40 -40) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/fr/limitations_of_the_app.md` (+44 -32) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/faq.md` (+14 -14) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/get_help.md` (+9 -14) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/how_does_airguard_work.md` (+2 -2) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/it/limitations_of_the_app.md` (+36 -34) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ja/faq.md` (+41 -41) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ja/limitations_of_the_app.md` (+45 -33) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ru/faq.md` (+31 -31) 📝 `app/src/main/java/de/seemoo/at_tracking_detection/ui/dashboard/articles/ru/limitations_of_the_app.md` (+44 -32) _...and 7 more files_ </details> ### 📄 Description IMPROVED: Articles improved IMPROVED: Bugfixes --- <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:41 +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#197
No description provided.