Skip to content
Snippets Groups Projects
  1. Sep 18, 2020
  2. Sep 17, 2020
    • Matthias Urhahn's avatar
      1.3.1 into 1.4.0 (#1177) · c6014d23
      Matthias Urhahn authored
      
      * New Scan Confirmation Texts Change (EXPOSUREAPP-2427) (#1097)
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      
      * New Strings for Risikobegegnung mit niedrigem Risiko (EXPOSUREAPP-2462) (#1106)
      
      * + new strings
      
      * let the app not crash on other languages than DE
      
      * values for lint and tests
      
      * made bad test a comment
      
      * removed unnecessary strings
      
      * more string fixes
      
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      Co-authored-by: default avatarLuka Harambasic <luka.harambasic@sap.com>
      
      * Remove Cache Clearing to reduce CDN load on failing devices (EXPOSUREAPP-2405) (#1108)
      
      * Remove Cache Clearing to reduce CDN load on failing devices. This ideally needs to be accompanied by a way to clear the cache manually and a way to identify more root causes of Transaction Failures.
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Remove Files that failed for Key Retrieval
      
      Only Remove Files from Cache that failed to download, instead of every file. This is accompanied ideally by no rollback in the Key Retrieval. We only delete the cache ref, the file will not be deleted as it is considered not present
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Introduce dedicated QuotaCalculator for Unit Testing
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Refactor QuotaCalculator for LocalData Property Access and Write Tests
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Use Instant on the Device Read since this is not timezone specific
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Add specific state for the quota calculation and dedicated rollback
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * PR Comments
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Feature: Update low risk string (EXPOSUREAPP-1971) (#1125)
      
      * Improve Explanation for "Risikobegegnung mit niedrigem Risiko" (EXPOSUREAPP-1971) (#1112)
      
      * Adapt QuotaCalculatorTest to old JUnit4 API
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * [INTERNAL] Translation delivery: commit by LX Lab (#1132)
      
      Change-Id: Ib76a9ea2b03163a05dd8b6acf2179262f9bcf5bf
      
      * Removed ar & ru and updated defaults (#1133)
      
      * Throw Exception in case we have a failed entry to ensure Abortion of the Transaction (EXPOSUREAPP-2405) (#1134)
      
      * Throw Exception in case we have a failed entry to ensure Abortion of the Transaction.
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * Adjust test to not expect call to clear cache files
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      * version bump to 1.3.1
      
      * Reverted replaced wording (EXPOSUREAPP-2638) (#1153)
      
      * Fix: No exposure with low risk so far
      
      * Fixed klint issues (#1144)
      
      * restored reverted replaced wording for lint
      
      * https://github.com/corona-warn-app/cwa-app-android/pull/1153#discussion_r487801724
      
      
      
      * fixed term
      
      * Align TestFragment Crash behavior with background transaction crash behavior.
      
      * Add logging mechanism to debug hotfix issue.
      
      * Lint Resolvement, Nav Graph Issue clean, Enable Log for deviceForTesters, Correct Quota Tests due to now lacking exception
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      
      Co-authored-by: default avatarPhilipp Woessner <64482866+pwoessner@users.noreply.github.com>
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      Co-authored-by: default avatarRituraj Sambherao <54317407+ritsam@users.noreply.github.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarchris-cwa <69595386+chris-cwa@users.noreply.github.com>
      Co-authored-by: default avatarLuka Harambasic <luka.harambasic@sap.com>
      Co-authored-by: default avatarSAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      c6014d23
    • Oliver Zimmerman's avatar
      Provide onset of symptoms before upload (EXPOSUREAPP-1605) (#1170) · 8c7e0501
      Oliver Zimmerman authored
      
      * initial commit of new fragment for symptom screen
      
      * Added relevant strings for symptom screen. Started editing xml of initial symptom screen
      
      * Addded 3 selection options within symptom screen
      
      * button id name change to something more relevant
      
      * ID changes to be something more relevant to symptom scenerio.
      
      * Implemented symptom initial screen logic. Temporary nav for testing.
      
      * CircleCI formatting
      
      * Adapted interoperability test provided by apopov
      
      * Added accessibilty announcement on resume, fixed navigation for main page
      
      * circleCI indentation fix
      
      * removed ar & ru and updated default strings
      
      * Adaption to ViewModel logic. Not yet complete
      
      Adaption to ViewModel logic, attempting to align with implementation done with some interoporibility tasks: reusable layout files, etc.
      
      * More ViewModel transformation additions
      
      * revert nav from test. Circle CI formatting changes
      
      * Update SubmissionSymptomIntroductionFragment.kt
      
      * Removed old fragment based test
      
      * Will implement navigation during marry session.
      
      * Update SubmissionViewModel.kt
      
      * Calendar button selection screen + required strings
      
      * Custom calendar view
      
      * Accessibility improved
      
      * introduced data types for symptoms
      
      * represent date by long in millis
      
      * new TransmissionRiskVector
      
      * Constants and formatting
      
      * Naming changes requested
      
      * Better event naming
      
      * Update fragment_submission_symptom_intro.xml
      
      * Finishing calendar implementation - still need to implement calendar widget
      
      Surrounding calendar submission UI - minus calednar widget
      Necessary strings
      
      * Merged introduction and calendar screen.
      
      Created calendar fragment screen,
      Finished calendar XML view
      Added required entries for choices in SubmissionViewModel
      Adjusted Formatters for button selection.
      Changed nav graph.
      
      * + todo
      
      * CircleCI code style changes
      
      * EXPERT STUFF
      
      * Latest push for marry session
      
      * replaced transaction risk vector
      
      * update textcolor on symptom indication change
      
      * update buttons by code
      
      * code formatting
      
      * Added logic for Negative and No Information buttons and adjusted xml view to be more aligned with design
      
      Added logic for Negative and No Information buttons and adjusted xml view to be more aligned with design
      
      * disable next button when state is null.
      
      * + readability
      
      * Calendar screen logic adapted for button selection
      
      * extracted domain logic from prototype and from transaction
      
      * - not used events
      
      * joint improvements
      
      * removed unused events
      
      * Calendar unsetSelection added
      
      * detekt rules changed and formatting
      
      * - calendar view refactor: CalendarCalculator singleton introduced for batter testing capacity
      - unit tests added
      
      * detekt issues
      
      * Colors and styles cleared
      
      * fixed strings
      
      * maintained unit tests
      
      * adopted changes from main nav graph to device for testers nav graph
      
      * reverted comment
      
      * made start of symptoms nullable
      
      * tests
      
      * Adjusted navigation, fixed dark theme
      
      * Update Project.xml
      
      * use of postValue() in SubmissionViewModel.kt
      
      * Added direction in tester nav graph
      
      * improvements required by review
      
      * moving companion
      
      * moving companion
      
      * moving companion
      
      * fixed issues from partner review
      
      * fixed issues from partner review
      
      * fixed issues from partner review
      
      * fixed issues from partner review
      
      * fixed issues from partner review
      
      * using utc
      
      * edge case tests
      
      * made inner class
      
      * Refactored Symptoms Class Name (+data class)
      
      * Change SubmissionViewModel scope to ensure that the same viewmodel is used to store submission data.
      
      * extracted null check + log
      
      Co-authored-by: default avatarLuka Harambasic <luka.harambasic@sap.com>
      Co-authored-by: default avatarchris-cwa <chris.cwa.sap@gmail.com>
      Co-authored-by: default avatarAlexander Alferov <a.alferov@sap.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarMatthias Urhahn <darken@darken.eu>
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      8c7e0501
    • harambasicluka's avatar
      Align dataprivacy text with button and fixed wrong wording (EXPOSUREAPP-2567) (#1175) · d80b0b3e
      harambasicluka authored
      * update button in privacy string and update button string
      
      * changed data privacy string
      d80b0b3e
  3. Sep 16, 2020
  4. Sep 15, 2020
  5. Sep 14, 2020
  6. Sep 11, 2020
  7. Sep 10, 2020
  8. Sep 09, 2020
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. Sep 04, 2020
  12. Sep 02, 2020
Loading