mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #157] [MERGED] Fixing issues with the SendStatisticsWorker #180
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#180
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/157
Author: @Sn0wfreezeDev
Created: 11/14/2023
Status: ✅ Merged
Merged: 11/14/2023
Merged by: @Sn0wfreezeDev
Base:
main← Head:send_stats_fix📝 Commits (7)
55697aeAdding new API endpoint that deletes study data for a specific userd703944Setting request to DELETE method774c063Working on fixing SendStatisticsWorker0f58ccfChanging proguard rules6a1ab26Updating version name and code8589fd0Reducing duplicate devices uploads45cea2cF-Droid 2.1.1 Release📊 Changes
14 files changed (+102 additions, -23 deletions)
View changed files
📝
api.properties(+1 -1)📝
app/build.gradle(+2 -2)📝
app/proguard-rules.pro(+11 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/daos/DeviceDao.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/relations/DeviceBeaconNotification.kt(+2 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/database/repository/DeviceRepository.kt(+1 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/hilt/ApiModule.kt(+8 -2)📝
app/src/main/java/de/seemoo/at_tracking_detection/statistics/SendStatisticsWorker.kt(+49 -11)📝
app/src/main/java/de/seemoo/at_tracking_detection/statistics/api/Api.kt(+11 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/debug/DebugFragment.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/util/ble/BLEScanner.kt(+1 -1)📝
app/src/main/java/de/seemoo/at_tracking_detection/worker/BackgroundWorkBuilder.kt(+7 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/worker/BackgroundWorkScheduler.kt(+6 -0)📝
app/src/main/java/de/seemoo/at_tracking_detection/worker/WorkerConstants.kt(+1 -0)📄 Description
The app was no longer able to send statistics due to a Proguard rule missing for the newest Proguard version.
Further fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.