Skip to content
Snippets Groups Projects
  1. Mar 31, 2021
  2. Mar 30, 2021
  3. Mar 29, 2021
  4. Mar 27, 2021
  5. Mar 26, 2021
  6. Mar 25, 2021
  7. Mar 24, 2021
  8. Mar 23, 2021
    • Lukas Lechner's avatar
      Add base64 suffix to database table field names (DEV) (#2678) · 490a9f69
      Lukas Lechner authored
      
      * Add base64 suffix to database table fields for TraceLocation
      
      * Add base64 suffix to database table fields for CheckIn
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      490a9f69
    • Lukas Lechner's avatar
      Perform backend request to sign Trace Location (EXPOSUREAPP-5721) (#2642) · 9cdbc2a5
      Lukas Lechner authored
      
      * Create button to send event to server in Test Menu
      
      * Build TraceLocation protobuf in CreateEventTestViewModel.kt
      
      * Perform backend request to create trace locations
      
      * Store TraceLocation in database after creation
      
      * Add signature check
      
      * Add TraceLocationCreatorTest.kt
      
      * Rename function in TraceLocationServer.kt
      
      * Refactor TraceLocationServer.kt
      
      * Add Tests for TraceLocationServer.kt
      
      * Adapt code to latest protobuf changes
      
      * Fix small issue in CreateEventTestViewModel.kt
      
      * Rename Test
      
      * Add SignedTraceLocation to TraceLocation Mapper and add tests
      
      * Fix EnvironmentSetupTest.kt
      
      * Extend test in EnvironmentSetupTest.kt
      
      * Move DI related logic around clients and url to environment package
      
      * Change return type to Response<SignedTraceLocation> of retrofit interface
      
      * Address PR feedback regarding string templates
      
      * Add default values to make the creation of trace locations from the TestMenu faster and easier
      
      * Show create-trace-location url in Test Menu
      
      * Fix DebugOptionsFragmentViewModelTest.kt
      
      * Map byte representation in SignedTraceLocation to TraceLocation mapper
      
      * Delete TraceLocationVerifyResult.kt
      
      * Fix SignedTraceLocationToTraceLocationMapperTest.kt
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      9cdbc2a5
    • Juraj Kusnier's avatar
      Create Event/Location Flow (EXPOSUREAPP-5720) (#2664) · 1985b036
      Juraj Kusnier authored
      
      * Create Event/Location Flow Implementation
      
      * Update Event/Location Flow Implementation
      
      * Lint format
      
      * Code format fix
      
      * Update nav_graph
      
      * Update DatePicker behaviour
      
      * Update layout
      
      * Hide keyboard when navigating back
      
      * Update strings
      
      * Small design fixes
      
      * Remove bold text
      
      * Keep form values
      
      * Add TraceLocationCreateViewModelTest unit test
      
      * Small changes
      
      * Code refactoring
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarLukas Lechner <lukas.lechner@sap.com>
      1985b036
Loading