Commit a4dbf17
authored
Release 2.6.0 (#208)
* create empty UI and navigation for tracker export
* initial implementation of the PDF creation
* create necessary views for new pdf creation, hide old approach
* basic pdf creation
* implement working map and pagination
* add warning for 15 minute algorithm matching in pdf export
* add preview before creating pdf document
* add error message, when no internet connection during pdf creation is available
* fix build error
* add Debug Mode toggle for disabling ble error messages
* update gradle and some dependencies
* safer thread handling of PermanentBluetoothScanner
* add Website to InformationFragment
* add Website to InformationFragment
* show AirGuard Version Number on pdf report
* handle tracker ignored as additional state for pdf export, fix colors in night mode
* update kotlin version to 2.1.21 and update dependencies
* fix onboarding loop bug
* adjust Android 15 System Bar Configuration
* update gradle
* update dependencies
* fix: pdf export shows that the tracker is following even if the notification has been longer than a month ago
* pdf export: optimize loading times by creating map of locations instead of using the find on the database
* optimize loading in pdf export by adding new indices to beacon
* fix intent handling for notifications on newer android versions
* update dependencies, kotlin version to 2.2.0 and gradle
* change last name of maintainer
* update dependencies
* fix crash in some navigation cases in TrackingFragment
* update dependencies
* update grade and some dependencies
* update some dependencies
* fix some issues with the PermanentBluetoothScanner
* fix issues in BluetoothLeService
* fix issues with gatt disconnect in Utility
* increment version number to 2.5.1
* show error message on home screen if samsung android 15 ble bug occurs
* update gradle and dependencies
* improve Bluetooth Error Detection
* add ScanOrchestrator to avoid accessing Bluetooth Resources on too many Threads at once
* add Listeners to check if bluetooth or location is enabled in the system
* replace specific bluetooth error message on main page with generic one
* bypass High Priority Scan in ScanOrchestrator immediately to ensure correct front end services
* upgrade gradle, dependencies and kotlin version and target Android 16
* add dependency for Android 16 predictive back compatibility
* make PermanentBluetoothScheduler a toggle in the expert settings
* increase version number to 2.6.0
* update dependencies
* add comment function for each individual tracker
* show comment function only if database device exists
* add japanese and german translations
* reduce throttle window in ScanOrchestrator to ensure bluetooth scan access for high priority scans in edge cases
* upgrade gradle and some dependencies
* update proguard rules for ScanOrchestrator
* fix default value for permanent bluetooth scanner
* set permanentscanner default to disabled
* F-Droid Release 2.6.01 parent aa205cc commit a4dbf17
File tree
65 files changed
+4111
-398
lines changed- app
- schemas/de.seemoo.at_tracking_detection.database.AppDatabase
- src/main
- java/de/seemoo/at_tracking_detection
- database
- daos
- models
- device
- repository
- detection
- notifications
- ui
- dashboard
- scan
- settings
- tracking
- util
- ble
- worker
- res
- drawable
- layout
- values-de
- values-ja
- values-night
- values
- xml
- fastlane/metadata/android
- de-DE/changelogs
- en-US/changelogs
- gradle/wrapper
- privacy-policy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+4111
-398
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | | - | |
112 | | - | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | | - | |
141 | | - | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | | - | |
| 165 | + | |
164 | 166 | | |
165 | | - | |
| 167 | + | |
166 | 168 | | |
167 | | - | |
| 169 | + | |
168 | 170 | | |
169 | | - | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
0 commit comments