Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Oct 06, 2020
  3. Oct 05, 2020
  4. Oct 02, 2020
    • AlexanderAlferov's avatar
      Version bump (#1297) · fcc8ceb2
      AlexanderAlferov authored
      
      1.5.0 version code and name bump
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
    • Ralf Gehrer's avatar
      Translation delivery and default strings (DEV) (#1298) · b0b24ae1
      Ralf Gehrer authored
      
      * [INTERNAL] Translation delivery: commit by LX Lab (#1296)
      
      Change-Id: Ic1777f41c4667ffe4057f87dfb2d1415036688ba
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      
      * Update default strings
      
      * Update Link language tag
      
      * Fix missing IDs
      
      * re-add placeholder
      
      * re-add placeholder
      
      Co-authored-by: default avatarSAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      b0b24ae1
    • Matthias Urhahn's avatar
      Reduce code duplication (EXPOSUREAPP-2844) (#1286) · d64a5825
      Matthias Urhahn authored
      * Remove code duplication between different flavors.
      Remove extra MainFragment and NavGraph.
      Introduce TestMenu indirection
      Add logic for splitting test code up into extra fragments.
      
      * Style list items a bit :)
      
      * fix lints
      
      * Detekt *hug*
      
      * We can only show the menu entry if we are actually on the right flavor,
      otherwise, in deviceDebug, we would not have access to the right resources.
      
      * Address PR comments
      
      * Fix wrong XML namespace.
      d64a5825
    • Matthias Urhahn's avatar
      Federation/EUR key-package file support (EXPOSUREAPP-3025) (#1295) · 6e9363ad
      Matthias Urhahn authored
      
      * Support for EUR key packages depending on the enabled environment.
      
      * Refactor names and fix tests.
      
      * Refactoring names and added missing enum key test.
      
      * Additional refactoring.
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      6e9363ad
    • chris-cwa's avatar
      Legal Texts (EXPOSUREAPP-2954 , EXPOSUREAPP-2951, EXPOSUREAPP-2942,... · eb382edf
      chris-cwa authored
      Legal Texts (EXPOSUREAPP-2954 , EXPOSUREAPP-2951, EXPOSUREAPP-2942, EXPOSUREAPP-2938, EXPOSUREAPP-2931, EXPOSUREAPP-2925, EXPOSUREAPP-2924, EXPOSUREAPP-2923, EXPOSUREAPP-2922, EXPOSUREAPP-2920, EXPOSUREAPP-2919, EXPOSUREAPP-2918, EXPOSUREAPP-2917) (#1270)
      
      * text body from EXPOSURE_APP 2740
      
      * line breaks
      
      * - duplicate values
      
      * Interoperability: Make Changes to User Consent Text (Initial Onboarding) (EXPOSUREAPP-2938) (#1276)
      
      * 2938 updated legal strings in defaults, de & tr
      
      * added translatable false
      
      * updated german strings (#1278)
      
      * nex text for EXPOSUREAPP-2942
      
      * Legal Textchange: Exposure Logging Screen (EXPOSUREAPP-2923) (#1280)
      
      * Legal Textchange: Home Screen - FAQ Section (EXPOSUREAPP-2922) (#1281)
      
      * Legal Textchange: Initial Onboarding (EXPOSUREAPP-2920) (#1282)
      
      * Legal Textchange: Test Result Screen (EXPOSUREAPP-2918) (#1283)
      
      * Legal Textchange: Info Screen (EXPOSUREAPP-2917) (#1284)
      
      * update string (#1288)
      
      * kEA-2942
      
      * Legal Textchange: New Eula (Nutzungsbedingungen) (EXPOSUREAPP-2951) (#1285)
      
      * updated eula
      
      * updated tr & en eula with german
      
      * Interoperability: Changes to Data Privacy (EXPOSUREAPP-2954) (#1287)
      
      * Interoperability: Make Changes to User Consent Text (Key Upload) (EXPOSUREAPP-2942) (#1275)
      
      * 2942 - strings updated and added to new legal string file
      
      * removed tr strings, to fix circle ci error.
      
      * added translatable false
      
      * Follow up: Initital onboarding 3rd & 6th paragraph (EXPOSUREAPP-2920) (#1289)
      
      * updated & added strings
      
      * updated 6th paragraph
      
      * Legal Textchange: Cross Country Exposure Logging Screen (EXPOSUREAPP-2924) (#1279)
      
      * updated & added strings
      
      * text under countries added
      
      Co-authored-by: default avatarRituraj Sambherao <git.rituraj.sambherao@gmail.com>
      
      * Interoperability: Delta Onboarding (EXPOSUREAPP-2931, EXPOSUREAPP-2919) (#1277)
      
      * 2931 text update
      
      * move to legal text & update 2919
      
      * delta onboarding text changes for initial text
      
      Co-authored-by: default avatarOliver Zimmerman <oezimmerman@gmail.com>
      
      * Legal Textchange: Delta Interop Screen (EXPOSUREAPP-2919)  (#1294)
      
      * 2931 text update
      
      * delta onboarding text changes for initial text
      
      * Added new legal texts and navigation to terms.
      
      - adjused xml layout
      - added required strings
      - created navigation to legal terms in both nav graphs
      - created navigation in fragment
      
      * Update OnboardingDeltaInteroperabilityFragment.kt
      
      * Update OnboardingDeltaInteroperabilityFragment.kt
      
      Co-authored-by: default avatarLuka Harambasic <luka.harambasic@sap.com>
      
      * fixed wrong implementation regrading user consent in warn others
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarRituraj Sambherao <git.rituraj.sambherao@gmail.com>
      Co-authored-by: default avatarOliver Zimmerman <oezimmerman@gmail.com>
      Co-authored-by: default avatarLuka Harambasic <luka.harambasic@sap.com>
      eb382edf
    • Matthias Urhahn's avatar
      Improve API test fragment and environment switching (DEV) (#1269) · a9ae4ad8
      Matthias Urhahn authored
      
      * Define environment for each flavor and build type.
      
      * Add smart LiveData class that does async initialization (not on the main thread).
      
      * View extensions setGone/setInvisible
      
      * Refactor test for api fragment.
      
      * Replace ALT environment with a list to select from.
      
      * klint
      
      * Fix tests
      
      * Fix tests
      
      * Further flaky test fixes.
      
      * Move the debug check for isLast3HourModeEnabled to the settings.
      The KeyFileDownloader.kt shouldn't be aware of that detail.
      The settings are what is affected by the build flavors/modes.
      
      * Code cleanup and UI improvement of fragment_test_for_a_p_i.xml
      
      * Code that retries flaky tests until we found a better solution.
      Not great, Not terrible...
      
      Co-authored-by: default avatarMert Safter <mert.safter@sap.com>
      a9ae4ad8
    • chris-cwa's avatar
      Interoperability: Submit days since onset of symptoms, Add 15th key to... · f0529ca4
      chris-cwa authored
      Interoperability: Submit days since onset of symptoms, Add 15th key to transmission risk vector (EXPOSUREAPP-2748, EXPOSUREAPP-2686) (#1223)
      
      * Update proto file to generate TemporaryExposureKey and fix visibility
      
      * Introduce placeholder and model for days since onset of symptoms
      
      * EXPOSURE_APP_2686 (wip)
      
      * fixed annotation
      
      * fixed compile error
      
      * Implement determinator for days since onset of symptoms in accordance with the risk vector determinator
      
      * extracted index calc
      
      * add 15th key
      
      * get index
      
      * Reverse order of days since onset of symptoms vector to align index with risk vector
      
      * updated behaviour
      
      * fixed today
      
      * - false thinking
      
      * implemented days ago
      
      * detekt + ktlint
      
      * not needed
      
      * fixed index into vectors
      
      * https://github.com/corona-warn-app/cwa-app-android/pull/1223#discussion_r494957683
      
      
      
      * tests
      
      * Move vector length to determinator and fix test
      
      * Fix test and ktlint
      
      * improvements suggested in PR
      
      * use UTC, improved tests
      
      * tests with gap and several keys in one day
      
      * more unit tests + fixed a bug in age of days
      
      * test transmission risk vector
      
      * Improve test readabilty and switch to Junit5
      
      * inject it
      
      * End of class please.
      
      * fixed tests
      
      * remove magic number
      
      * fixed tests
      
      * fixed test
      
      * fixed test
      
      * Fix lint issues
      
      * Add java doc with link to the documentation.
      
      * Fix tests
      
      * fixed test
      
      * ktlint
      
      Co-authored-by: default avatarralfgehrer <mail@ralfgehrer.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      f0529ca4
Loading