Releases: mh-/corona-warn-companion-android
2.3.5
-
Changed "CCTG Mode (root)" to "CCTG Import", user now needs to select a file.
This file can be copied e.g. by doingadb shell su -c cp /data/data/de.corona.tracing/databases/exposure.db /storage/emulated/0/Download/
.
This file can also be copied from another device, if desired.
This will also ensure that the original CCTG database is not touched and can therefore not be corrupted. -
Changed logic that shows Days Selector only once, if current setting is 10.
Full Changelog: 2.3.4...2.3.5
2.3.4
Memory optimization: Now we use Protocol Buffers in its JavaLite version.
The "about" window now shows the amount of free RAM.
Full Changelog: 2.3.3...2.3.4
2.3.3
Show "Select Number of Download Days" screen initially, if max. number was selected, this should give the user a chance to reduce the days to e.g. 3.
Reduced max. number of Download Days to 10.
Shortened text on the Download Days settings page, because on some screens it filled the whole screen.
Removed Austria, as they discontinued their app and servers; removed Cyprus, as they discontinued participation in DK federation.
Full Changelog: 2.3.2...2.3.3
2.3.2
Keep screen on during matching, to avoid interruption and re-start of a long matching process.
Full Changelog: 2.3.1...2.3.2
2.3.1
Try to solve crashes while scrolling through details.
Added calls to holder.mMapView.onDetach()
, to avoid java.lang.IllegalStateException: Too many receivers, total of 1000
at matchentries.MatchesRecyclerViewAdapter.onCreateViewHolder
Full Changelog: 2.3.0...2.3.1
2.3.0
Added option to download fewer than 14 days worth of DK packages.
Full Changelog: 2.2.0...2.3.0
2.2.0
For RaMBLE Mode: Added File Selection Dialog. This is required because of Android 11 mandatory privacy enhancements (it lets the user explicitly choose which file this app can access).
This means that in RaMBLE mode, at every start of this app, the user has to select the latest RaMBLE database export. It should be listed on the top left in the Downloads folder, and therefore easy to find.
Full Changelog: 2.1.3...2.2.0
2.1.3
NOTE: Don't use this for Android11 if you want to access RaMBLE data. Use https://github.com/mh-/corona-warn-companion-android/releases/2.1.2 instead.
Same as 2.1.2, but with targetSdkVersion 30, because Play Store requires that.
Full Changelog: 2.1.2...2.1.3
2.1.2
- Merged Pull Request #139 from Thilo-Alexander Ginkel: Enable large heap. This might solve some memory problems with large DK downloads. @ginkel: Thank you very much for the PR.
- Removed Czechia download option, because the servers that we used so far don't seem to work anymore.
What's Changed
- Enable large heap by @ginkel in https://github.com/mh-/corona-warn-companion-android/pull/139
New Contributors
- @ginkel made their first contribution in https://github.com/mh-/corona-warn-companion-android/pull/139
Full Changelog: 2.1.1...2.1.2