Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Releases: corona-warn-app/cwa-app-android

v1.13.0-RC1

10 Feb 16:29
1069453

Choose a tag to compare

v1.13.0-RC1 Pre-release
Pre-release

RC 1

Bug Fixes

  • Fix scrolling issue in InformationFragment (EXPOSUREAPP-4939) #2267
  • Scrolling issues with back navigation from Statistics Info screen to Homescreen (EXPOSUREAPP-4771) #2264
  • Fix SafetyNet nonce comparison (DEV) #2308
  • Show normal behavior box when tracing disabled (EXPOSUREAPP-4768) #2306
  • Fix exposure logging progress circle inconsistencies. (EXPOSUREAPP-1835) #2297
  • Adjust device time test setting (DEV) #2316

Features

  • FAQ link with advice how to behave when getting tested (EXPOSUREAPP-4640) #2250
  • Update new release info (EXPOSUREAPP-4731) #2233
  • Adjust high risk card (EXPOSUREAPP-4835) #2236
  • Adjust low risk card (EXPOSUREAPP-4836) #2238
  • Add Tab bar (EXPOSUREAPP-4639) #2235
  • Endpoint URL for data donation (DEV) #2287
  • Event based link to RKI survey (EXPOSUREAPP-4637)
    • Survey Event UI Base (EXPOSUREAPP-4807, EXPOSUREAPP-4808 ) #2271
    • Repository for One Time Passwords(EXPOSUREAPP-4857) #2232
    • Appconfig survey handling (EXPOSUREAPP-4847) #2296
    • Survey Consent Details Screen (EXPOSUREAPP-5055) #2312
  • Privacy-preserving Access Control (PPAC) (EXPOSUREAPP-4754)
    • Event survey skeletons (EXPOSUREAPP-4754) #2224
    • SafetyNet Implementation (EXPOSUREAPP-4754) #2242

Enhancements

  • New release info screen navigation change (DEV) #2228
  • End-of-Life behaviour (EXPOSUREAPP-4641) #2253

Accessibility

  • Image not announces in Submission Consent Screen (EXPOSUREAPP-4098) #2289
  • Text in Symptoms not in explore by touch sequence (EXPOSUREAPP-4102) #2294
  • Contact Journal Edit Screens not announced (EXPOSUREAPP-4456) #2281

Text Changes

  • Fix confusing pop-up during onboarding (EXPOSUREAPP-4452) #2229
  • Fix contact journal text (EXPOSUREAPP-4982) #2285
  • Update FAQ Link - exclude dot (EXPOSUREAPP-4900) #2293
  • PPA User Input Strings Only (EXPOSUREAPP-4752) #2269
  • Missing sentence in description of contact journal (EXPOSUREAPP-4941) #2309
  • Change statistics overview header to 'bundesweite' Statistiken (EXPOSUREAPP-4975) #2305
  • Privacy-Preserving Data Donation (PPA): Strings (EXPOSUREAPP-4752) #2319
  • Change Risiko-Ermittlung to -Überprüfung in dialog (DEV) #2318

Community

  • Fix autoLink being too aggressive on some devices (closes #2275) (EXPOSUREAPP-4992) #2286
  • Fix: First and last item of statistic cards was not reachable on some devices (EXPOSUREAPP-4945) (closes #2259) #2260

Others/Chore

  • Adjust Screenshots tests to reflect latest UI changes(EXPOSUREAPP-4878) #2247
  • Nicer error messages if a value is missing in an *_environments.json (DEV) #2283
  • Clean up environment types (DEV) #2298
  • Adjust automated screenshots - add low risk card without encounters (EXPOSUREAPP-4837) #2290

v1.12.0

10 Feb 09:44
15fd235

Choose a tag to compare

Bug Fixes

  • Contact diary date formatting (DEV) #2109
  • Error message after positive test result (EXPOSUREAPP-4515) #2161
  • Wrong Item is used for Active Tracing Duration on High Risk Details (EXPOSUREAPP-4694) #2168
  • UI Changes for Exposure Windows - Text issues (EXPOSUREAPP-4037) #2171
  • Country prefix +49 for hotline is misleading (EXPOSUREAPP-4677) #2176
  • Notification to open app from time to time comes back every few minutes (EXPOSUREAPP-4623) #2128
  • Small LocalData cleanup (DEV, EXPOSUREAPP-2126) #2183
  • Low Risk without Exposures contains FAQ Link (EXPOSUREAPP-4599) #2187
  • Error 2001 - App does not work anymore (EXPOSUREAPP-2009) #2197
  • Buttons on Symptom-Screens scroll with the screen (EXPOSUREAPP-4595) #2178
  • Test result no notification intended fix (EXPOSUREAPP-4625) #2204
  • Inconsistent ( X icon ) navigation behaviour (EXPOSUREAPP-4256) #2202
  • Exposure logging switch not working when screen reader is active (EXPOSUREAPP-2758) #2211
  • Wrong navigation in "Symptom-Erfassung" (EXPOSUREAPP-4703) #2210
  • Risk tracing stopped correct info (EXPOSUREAPP-4414) #2231
  • Delta-Onboarding interoperability info not shown (EXPOSUREAPP-4910) #2257
  • Fix class cast exception on pending tests (EXPOSUREAPP-4909) #2249

Features

  • Layout for Risk History (EXPOSUREAPP-4577) #2103
  • New release info screen - UI (EXPOSUREAP-4591) #2144
  • Contact Journal Risk Extension - Risk details contact overview logic & peristance (EXPOSUREAPP-4577) #2142
  • New release info screen logic (EXPOSUREAPP-4591) #2180

Accessibility

  • Contact Journal Location/Person not announced (EXPOSUREAPP-4459) #2129
  • Optimize Accessibility for Retrieve Test Result Screen (EXPOSUREAPP-4460) #2184
  • Statistics Blocks Enhancements (EXPOSUREAPP-4845) #2256

Text Changes

  • Update strings.xml (EXPOSUREAPP-4578) #2076
  • New release info screen strings (EXPOSUREAPP-4591) #2106
  • Privacy update for exposure history (EXPOSUREAPP-4590) #2148
  • Updated imprint (EXPOSUREAPP-4669) #2162
  • UA enhancements (EXPOSUREAPP-4578) #2172
  • Info screen of the contact journal adapted with the additional texts (EXPOSUREAPP-4582) #2155
  • Improved popup text for state "non internet" (EXPOSUREAPP-4569) #2177
  • Updated release info strings #2205
  • Fix text issues (DEV) #2217
  • Translation Delivery and default strings (DEV) #2240
  • Fix statistics FAQ link (EXPOSUREAPP-4900) #2245
  • Contact export says "14 days" instead of "15 days" (EXPOSUREAPP-4911) #2246
  • Change escaping of percentage sign (DEV) #2251, #2263
  • Translation Delivery (DEV) #2276
  • Update default strings (DEV) #2277

Community

  • Fixing typos in test names (COMMUNITY) #2157
  • Fix calendar calculation tests for non-English locales (COMMUNITY/DEV) #2139

Others / Chore

  • Fix ui tests (Dev) #2170
  • Improve CircleCI instrumentation test performance (DEV) #2174
  • Evergreen instrumentation tests (Dev) #2186
  • Dagger2 Assisted Inject (Dev) #2181
  • Refactor DispatcherProvider to improve testing coroutine timing (DEV) #2190
  • Diary screenshots with Risk Warning (EXPOSUREAPP-4585) #2199
  • Additional statistics testcase (DEV) #2203
  • Clean UI tests (DEV) #2207
  • Update worker dependecies to last (EXPSOUREAPP-4765) #2209
  • Run instrumentation tests on Firebase Test Lab (Dev) #2215
  • Update automatic screenshot behaviour for statistics (EXPOSUREAPP-4622) #2206
  • Adds unit test for result worker (EXPOSUREAPP-4663) #2213
  • Fix incorrect instrumentation test results being pulled (DEV) #2222
  • Update gradle plugin (Dev) #2221
  • Bump to final versions (Dev) #2226
  • Pull firebase results anyways (Dev) #2262

v1.12.0-RC4

03 Feb 13:00
f6df5f2

Choose a tag to compare

v1.12.0-RC4 Pre-release
Pre-release

RC 4

Bug Fixes

  • Risk tracing stopped correct info (EXPOSUREAPP-4414) #2231
  • Delta-Onboarding interoperability info not shown (EXPOSUREAPP-4910) #2257
  • Fix class cast exception on pending tests (EXPOSUREAPP-4909) #2249

Accessibility

  • Statistics Blocks Enhancements (EXPOSUREAPP-4845) #2256

Text Changes

  • Fix statistics FAQ link (EXPOSUREAPP-4900) #2245
  • Contact export says "14 days" instead of "15 days" (EXPOSUREAPP-4911) #2246
  • Change escaping of percentage sign (DEV) #2251, #2263
  • Translation Delivery (DEV) #2276
  • Update default strings (DEV) #2277

Others/Chore

  • Pull firebase results anyways (Dev) #2262

v1.12.0-RC3

29 Jan 16:03
329e636

Choose a tag to compare

v1.12.0-RC3 Pre-release
Pre-release

RC 3

Text Changes

  • Translation Delivery and default strings (DEV) #2240

Others/Chore

  • Adds unit test for result worker (EXPOSUREAPP-4663) #2213
  • Fix incorrect instrumentation test results being pulled (DEV) #2222
  • Update gradle plugin (Dev) #2221
  • Bump to final versions (Dev) #2226

v1.11.0

28 Jan 17:21
176205b

Choose a tag to compare

Bug Fixes

  • Wrong picture on "Ihr Testergebnis liegt vor" in Dark Mode (EXPOSUREAPP-4272) #1890
  • Wrong button text color in symptom flow (EXPOSUREAPP-4207) #1911
  • Small ui fixes- margins, selectable item background, list updates(DEV) #1970
  • Rely on native observe from LiveData instead of observe2 (DEV) #1984
  • Prevent IllegalStateException when orphaned Fragments try to popBackStack() (EXPOSUREAPP-4430) #1987
  • Adapt contact diary tab color(EXPOSURERAPP-4403) #1990
  • Improve padding and margins on risk cards (DEV) #1991
  • Contact Journal Polishing (EXPOSUREAPP-4466) #1983
  • Improve risklevel result data access performance (DEV) #1953
  • Fix toolbar back arrow navigation for onboarding "warn-others" screen (EXPOSUREAPP-3304) #1993
  • Remove unexpected new line feed in onboarding text (EXPOSUREAPP-3423) #1995
  • Fix various night-mode related issues in the tracing details screen (DEV) #1998
  • Fix wrong icon in settings when bluetooth is disabled (EXPOSUREAPP-3563) #1996
  • Fix deadman notification text not being expandable and clean up code (EXPOSUREAPP-4251) #1999
  • Refactoring & state-aware illustrations for Settings>BackgroundPriority (EXPOSUREAPP-3632) #1997
  • Handle unexpected security exception when determining network capabilities (DEV) #1986
  • Better handling of issues caused by time traveling (RiskResults) (DEV) #2019
  • Better handling of issues caused by time traveling (DownloadTask) (DEV) #2018
  • Fix crash when displaying test result (DEV) #2039
  • No illustration description for image on Background Priority settings screen (EXPOSUREAPP-4097) #2031
  • Use close button on warn others screen (EXPOSUREAPP-4257) #2040
  • Fix missing timestamp on TracingFailed card (DEV) #2048
  • Transnational country list names not changing when language is changed (EXPOSUREAPP-4416) #2053
  • Fix Pending result when positive test result has been registered (EXPOSUREAPP-4309) #2044
  • Contact Journal - cleanUp and code smells (EXPOSUREAPP-4503) #2051
  • Adjust ripple area on dispatcher screen (EXPOSUREAPP-4518) #2058
  • Fixed card elevation (EXPOSUREAPP-4519) #2075
  • Contact Journal clickable cards (EXPOSUREAPP-4474) #2078
  • Contact Journal - Fast double click leads to double entry in contact journal (EXPOSUREAPP-4561) #2068
  • Fix missing submission consent when using TANs (EXPOSUREAPP-4588) #2095
  • Show pending card when offline/ request fails (EXPOSUREAPP-4507) #2074
  • Fix foreground state emissions (DEV) #2112
  • Samsung S6: freshly installed app does not open (EXPOSUREAPP-4647) #2125
  • Abort test result available notification scheduling when viewed (EXPOSUREAPP-4516) #2105
  • Fix invisible tracing settings screen if the last calculation failed (EXPOSUREAPP-4717) #2185
  • 7 day incidence decimal place issue (EXPOSUREAPP-4750) #2212
  • 7 day r value decimal place issue (EXPOSUREAPP-4751) #2216

Features

  • Add statistics regarding pandemic (EXPOSUREAPP-3674) #2166

Accessibility

  • Manual tan submission talkback error (EXPOSUREAPP-4099) #2004
  • Announce Overview and Onboarding screens - accessibility (EXPOSUREAPP-4454, EXPOSUREAPP-4455) #2007
  • Announce type for location and person - accessibility (EXPOSUREAPP-4459, EXPOSUREAPP-4458, EXPOSUREAPP-4456) #1994
  • Contact Journal Day date is not announced (EXPOSUREAPP-4457) #2006
  • Contact Journal Location/Person not announced (EXPOSUREAPP-4459) #2147
  • Contact Journal Day date is not announced (EXPOSUREAPP-4457) #2146
  • Contact Journal Edit Screen Title not accounced (EXPOSUREAPP-4456) #2152
  • Prioritized Background Title not announced (EXPOSUREAPP-4097) #2158

Enhancements

  • Check device time (EXPOSUREAPP-2998) #1985
  • Background/Async TEK submission (EXPOSUREAPP-3620) #2008
  • Add debug log feature for non-tester builds (EXPOSUREAPP-4451) #2029
  • CleanUp - Remove static app context access (EXPOSUREAPP-4506) #2059
  • Additional debug log censoring (EXPOSUREAPP-4451) #2060

Text Changes

  • Fix typo - UA review (EXPOSUREAPP-4499) #2032
  • Minor DE text changes (DEV) #2073
  • Add missing word (DEV) #2083
  • Update privacy_de.html (EXPOSUREAPP-3141) #2082
  • Update terms_de.html (EXPOSUREAPP-3146) #2084
  • Translation Delivery (DEV) #2088
  • Update default translations (DEV) #2090
  • Translation Delivery (DEV) #2188
  • Update default strings (DEV) #2191, #2201
  • Translation Delivery (DEV) #2200
  • Translation Delivery and default strings (DEV) #2219

Community

  • Polish information fragments (DEV/Community) #1882
  • Fix sorting of persons and places to be case insensitive for names (EXPOSUREAPP-4488)(closes #2012) #2017
  • Reset the initial registration date on test removal correctly (EXPOSUREAPP-4484) (closes #2005) #2024
  • Localize dates in contact diary (EXPOSUREAPP-4485) (closes #2009) #2021
  • Fix typo in settings background state function #2033
  • Removed Kotlin Android Extensions plugin (EXPOSUREAPP-4495)(closes #2022) #2023
  • Use ContextCompat when accessing color resources (EXPOSUREAPP-4419) (#1924) #2026
  • Small build.gradle adjustment (EXPOSUREAPP-4517) #2041
  • Fix typo in german and english strings for finland country name (EXPOSUREAPP-4565) (closes #2069) #2072
  • Update table with links to other repositories #2097
  • Capitalise security error messages (EXPOSUREAPP-4655) (closes #2120)
  • Remove recommendation to create labels in new issues (COMMUNITY) #2122

Others

  • Update gradle wrapper (EXPOSUREAPP-4028) #1992
  • Downgrade R8 to fix regression (DEV) #2003
  • Re-add gradle docs (DEV) #2020
  • Add fastlane Gemfile (DEV) #2028
  • Create Instrumentation tests & screenshots for the Onboarding flow (EXPOSUREAPP-4478) #2015
  • Adjust LongMethod LINT check (DEV) #2047
  • Change R8 version to fix pipeline issues (DEV) #2056
  • Adjust debuglog sensitive data warning (DEV) #2045
  • Remove @dimen/match_constraint as it is replaced by tooling (DEV) #2055
  • Log uncaught exceptions (DEV) #2054
  • Remove legacy FileLogger in favor of new DebugLogger (DEV) #2050
  • Fix some Kotlin warnings(DEV) #2064
  • Bump versions - Android API 30 (EXPOSUREAPP-4562) #2063
  • API downgrade to 29 (DEV) #2087
  • Bump Version and fix Timber aar dependency (DEV) #2089
  • Switching from CLA to DCO and Migrating to the Reuse Tool (EXPOSUREAPP-3046) #2077
  • Contact Journal screenshots(EXPOSUREAPP-4559) #2098
  • Create automated app screenshots - Risk calculation screen (EXPOSUREAPP-2996) #2052
  • Set up and configure fastlane to take screenshots - Home Screen (EXPOSUREAPP-2950) #2042
  • CircleCI config overhaul, instrumentation tests & screenshot automation (EXPOSUREAPP-4480,DEV) #2160
  • Adjust circleCI config to run screenshots on release candidates (DEV) #2193

v1.12.0-RC2

27 Jan 16:32
081c464

Choose a tag to compare

v1.12.0-RC2 Pre-release
Pre-release

RC 1

Bug Fixes

  • Contact diary date formatting (DEV) #2109
  • Error message after positive test result (EXPOSUREAPP-4515) #2161
  • Wrong Item is used for Active Tracing Duration on High Risk Details (EXPOSUREAPP-4694) #2168
  • UI Changes for Exposure Windows - Text issues (EXPOSUREAPP-4037) #2171
  • Country prefix +49 for hotline is misleading (EXPOSUREAPP-4677) #2176
  • Notification to open app from time to time comes back every few minutes (EXPOSUREAPP-4623) #2128
  • Small LocalData cleanup (DEV, EXPOSUREAPP-2126) #2183
  • Low Risk without Exposures contains FAQ Link (EXPOSUREAPP-4599) #2187
  • Error 2001 - App does not work anymore (EXPOSUREAPP-2009) #2197
  • Buttons on Symptom-Screens scroll with the screen (EXPOSUREAPP-4595) #2178
  • Test result no notification intended fix (EXPOSUREAPP-4625) #2204
  • Inconsistent ( X icon ) navigation behaviour (EXPOSUREAPP-4256) #2202
  • Exposure logging switch not working when screen reader is active (EXPOSUREAPP-2758) #2211
  • Wrong navigation in "Symptom-Erfassung" (EXPOSUREAPP-4703) #2210

Features

  • Layout for Risk History (EXPOSUREAPP-4577) #2103
  • New release info screen - UI (EXPOSUREAP-4591) #2144
  • Contact Journal Risk Extension - Risk details contact overview logic & peristance (EXPOSUREAPP-4577) #2142
  • New release info screen logic (EXPOSUREAPP-4591) #2180

Accessibility

  • Contact Journal Location/Person not announced (EXPOSUREAPP-4459) #2129
  • Optimize Accessibility for Retrieve Test Result Screen (EXPOSUREAPP-4460) #2184

Text Changes

  • Update strings.xml (EXPOSUREAPP-4578) #2076
  • New release info screen strings (EXPOSUREAPP-4591) #2106
  • Privacy update for exposure history (EXPOSUREAPP-4590) #2148
  • Updated imprint (EXPOSUREAPP-4669) #2162
  • UA enhancements (EXPOSUREAPP-4578) #2172
  • Info screen of the contact journal adapted with the additional texts (EXPOSUREAPP-4582) #2155
  • Improved popup text for state "non internet" (EXPOSUREAPP-4569) #2177
  • Updated release info strings #2205
  • Fix text issues (DEV) #2217

Community

  • Fixing typos in test names (COMMUNITY) #2157
  • Fix calendar calculation tests for non-English locales (COMMUNITY/DEV) #2139

Others / Chore

  • Fix ui tests (Dev) #2170
  • Improve CircleCI instrumentation test performance (DEV) #2174
  • Evergreen instrumentation tests (Dev) #2186
  • Dagger2 Assisted Inject (Dev) #2181
  • Refactor DispatcherProvider to improve testing coroutine timing (DEV) #2190
  • Diary screenshots with Risk Warning (EXPOSUREAPP-4585) #2199
  • Additional statistics testcase (DEV) #2203
  • Clean UI tests (DEV) #2207
  • Update worker dependecies to last (EXPSOUREAPP-4765) #2209
  • Run instrumentation tests on Firebase Test Lab (Dev) #2215
  • Update automatic screenshot behaviour for statistics (EXPOSUREAPP-4622) #2206

v1.11.0-RC7

27 Jan 11:33
176205b

Choose a tag to compare

v1.11.0-RC7 Pre-release
Pre-release

RC 7

Bug Fixes

  • 7 day incidence decimal place issue (EXPOSUREAPP-4750) #2212
  • 7 day r value decimal place issue (EXPOSUREAPP-4751) #2216

Text Changes

  • Translation Delivery and default strings (DEV) #2219

v1.11.0-RC6

26 Jan 12:33
f82fbf7

Choose a tag to compare

v1.11.0-RC6 Pre-release
Pre-release

RC 6

Text Changes

  • Update default strings (DEV) #2191, #2201
  • Translation Delivery (DEV) #2200

Others

  • Adjust circleCI config to run screenshots on release candidates (DEV) #2193

v1.11.0-RC5

22 Jan 16:02
27030f6

Choose a tag to compare

v1.11.0-RC5 Pre-release
Pre-release

RC 5

Bug Fixes

  • Fix invisible tracing settings screen if the last calculation failed (EXPOSUREAPP-4717) #2185

Features

  • Add statistics regarding pandemic (EXPOSUREAPP-3674) #2166

Accessibility

  • Contact Journal Location/Person not announced (EXPOSUREAPP-4459) #2147
  • Contact Journal Day date is not announced (EXPOSUREAPP-4457) #2146
  • Contact Journal Edit Screen Title not accounced (EXPOSUREAPP-4456) #2152
  • Prioritized Background Title not announced (EXPOSUREAPP-4097) #2158

Text Changes

  • Translation Delivery (DEV) #2188

Others

  • CircleCI config overhaul, instrumentation tests & screenshot automation (EXPOSUREAPP-4480,DEV) #2160

v1.11.0-RC4

18 Jan 13:29
3c44efc

Choose a tag to compare

v1.11.0-RC4 Pre-release
Pre-release

RC 4

Bug Fixes

  • Show pending card when offline/ request fails (EXPOSUREAPP-4507) #2074
  • Fix foreground state emissions (DEV) #2112
  • Samsung S6: freshly installed app does not open (EXPOSUREAPP-4647) #2125
  • Abort test result available notification scheduling when viewed (EXPOSUREAPP-4516) #2105

Community

  • Capitalise security error messages (EXPOSUREAPP-4655) (closes #2120)
  • Remove recommendation to create labels in new issues (COMMUNITY) #2122

Others

  • Contact Journal screenshots(EXPOSUREAPP-4559) #2098