Skip to content
Snippets Groups Projects
  1. May 17, 2021
  2. May 14, 2021
  3. May 11, 2021
  4. May 10, 2021
  5. May 07, 2021
  6. May 06, 2021
  7. May 05, 2021
  8. May 04, 2021
  9. May 03, 2021
  10. Apr 30, 2021
  11. Apr 29, 2021
  12. Apr 28, 2021
  13. Apr 26, 2021
  14. Apr 23, 2021
  15. Apr 22, 2021
  16. Apr 21, 2021
  17. Apr 20, 2021
  18. Apr 19, 2021
  19. Apr 15, 2021
  20. Apr 12, 2021
  21. Apr 08, 2021
  22. Apr 07, 2021
    • Mohamed's avatar
      QR Code Poster (EXPOSUREAPP-5962) (#2727) · 53cf44c2
      Mohamed authored
      * Move CreateTraceLocationApiV1.kt and TraceLocationServer.kt into new sub-package
      
      * Move CreateTraceLocation DI logic into sub-package
      
      * Create infrastructure code for new Qr-Code Poster Template Endpoint
      
      * Add new url to environment
      
      * Show new URL in the Test Menu
      
      * Implement unzipping, signature verification and parsing
      
      * Add possibility to download poster template from TestMenu
      
      * Show Android Vector Drawable in TestMenu
      
      * Create QrCodePosterTemplateApiV1Test.kt
      
      * Remove non-used ProtoConverter from retrofit
      
      * Change button position in Test Fragment
      
      * Show error if something goes wrong
      
      * Improve QrCodePosterTemplateApiV1Test.kt
      
      * Create QrCodePosterTemplateServerTest.kt
      
      * Initial setup
      
      * Connect flow to poster
      
      * Fix flow connection
      
      * Nice transition
      
      * Lint
      
      * Allow nullable extras
      
      * Adjust icon tint
      
      * rename file
      
      * Use MutableLive Data to keep the bitmap on back navigation
      
      * Fix merge issues
      
      * Change title
      
      * Display poster
      
      * lint
      
      * Adjust QR Code margin
      
      * Adjust position
      
      * Show progress
      
      * Print PDF
      
      * lint
      
      * Update QrCodePosterFragment.kt
      
      * Refactoring
      
      * Renaming
      
      * Position QR Code image
      
      * Specify size as A3
      
      * Fix merge issues
      
      * Pass location id
      
      * lint
      
      * Avoid nullable
      
      * Avoid creating blank file
      
      * Use config to position poster and QR Code
      
      * lint
      
      * Refactoring
      
      * Add info text
      
      * Scale info text
      
      * Enhancement
      
      * Defensive color parsing
      
      * typo
      
      * Delete testing screens
      
      * Revert
      
      * :soap:
      
      
      
      * Rename
      
      * Linear progress
      
      * Update QrCodePosterViewModel.kt
      
      * unify folders
      
      * Update QrCodePosterViewModel.kt
      
      * Show progress
      
      * Use server values
      
      * Generate QR Code from location url
      
      * Update TraceLocation.kt
      
      * Use location data
      
      * Remove old views and update layout preview
      
      * lint
      
      * Extend testing by adding access to qrCode
      
      * Add qrcode screen to test graph
      
      * Update fragment_test_eventregistration.xml
      
      * Rename PDF file
      
      * Polishing
      
      * Create QrCodePosterViewModelTest.kt
      
      * Update QrCodePosterViewModelTest.kt
      
      * lint
      
      * Use weak reference
      
      * Switch context
      
      * Updated strings
      
      Co-authored-by: default avatarLukas Lechner <office@lukaslechner.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarLukas Lechner <lukas.lechner@sap.com>
      Co-authored-by: default avatarI502720 <axel.herbstreith@sap.com>
      53cf44c2
  23. Apr 06, 2021
  24. Apr 01, 2021
  25. Mar 31, 2021
    • Matthias Urhahn's avatar
      Automatic checkout for check-ins (EXPOSUREAPP-5410) (#2694) · 69fc0b6d
      Matthias Urhahn authored
      * Add checkout behavior, 1st draft.
      
      * Add checkin edit navigation.
      
      * Add tests.
      
      * LINTs
      
      * Basic error handling
      
      * Fix stopship TODO
      
      * Automatic check-out notifications, first draft.
      WIP
      
      * Update notification channel title and description.
      
      * Refactor notification creation code to align private/public visibility.
      
      * AutoCheckout, 2nd draft.
      
      * Automatic AutoCheckOut refresh D:
      
      * Process overdue checkouts before risk calculation.
      
      * Process overdue checkouts before risk calculation.
      
      * Fix list refresh blinking and add automatic time refresh.
      
      * LINTs
      
      * Fix pending intent for autocheckout receiver.
      
      * Add test cases.
      
      * Refactor package names.
      
      * Remove unused strings in non-default locales to satisfy linter (instead of waiting for translations delivery).
      
      * Adjust sort order of check-ins.
      For active check-ins we want the one that expires next, first,
      For completed check-ins we want the most recent event first.
      
      * Fix typos.
      
      * Solve merge regression.
      
      * Fix merge conflict regression, missing argument.
      
      * Fix unit test.
      
      * Disabled broken lint rule
      see https://issuetracker.google.com/issues/169249668
      
      
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarKolya Opahle <k.opahle@sap.com>
      Co-authored-by: default avatarMohamed <mohamed.metwalli@sap.com>
      69fc0b6d
    • Mohamed's avatar
      Camera permission card (EXPOSUREAPP-5786) (#2713) · 932b7144
      Mohamed authored
      
      * Implement swipe to delete
      
      * Swipe to delete in CheckIns screen
      
      * Reduce parameters and consider non swiping items
      
      * lint
      
      * lint
      
      * Update docs
      
      * Add TODO
      
      * Update ic_delete.xml
      
      * Create camera card
      
      * Add card strings
      
      * use strings in layout
      
      * Rounded background
      
      * Increase icon size proportionally
      
      * Implemente Swipe contract
      
      * Handle dismiss for swipe
      
      * Animate FAB onScroll
      
      * Create flow of permission status
      
      * Avoid drawing out of screen when view is completely swiped
      
      * klint
      
      * Pass flag from fragment
      
      * Rearrange code
      
      * Rename color
      
      * Fix qr-code icon
      
      * Nav bar icon
      
      * Notify item when  dialog is canceled
      
      * Reduce lines
      
      * Small refactoring
      
      * Rely on settings
      
      * Unit tests
      
      * Fix text
      
      * lint
      
      * clean
      
      * Renaming
      
      * Smaller functions
      
      * Add test
      
      * Shrink lines
      
      * revert strings changes
      
      * Rename to CameraSettings
      
      * renaming
      
      * Handle exception
      
      * Reset flag if rationale can be shown again
      
      * create Movable interface
      
      * lint
      
      * extra line
      
      * Tests
      
      * More tests
      
      * More tests
      
      * Check camera settings onResume
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      932b7144
Loading