Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Jan 27, 2021
  3. Jan 12, 2021
  4. Jan 07, 2021
  5. Jan 04, 2021
  6. Dec 28, 2020
  7. Dec 23, 2020
  8. Nov 26, 2020
  9. Nov 19, 2020
  10. Nov 18, 2020
  11. Oct 23, 2020
  12. Sep 17, 2020
    • Matthias Urhahn's avatar
      Reduce boilerplate code for fragment view setup (#1161) · 0676ab79
      Matthias Urhahn authored
      
      * Reduce boilerplate code for fragment view setup.
      
      * Fix klint issue + change codestyle to match klint.
      
      * Fixed regressions in `MainFragment` in `device` buildflavor
      
      * Fix kotlin upgrade regression
      
      * Disable KotlinNothingValueException in Kotlin 1.4 until kotest/mockk can handle it.
      
      * Make "binding.lifecycleOwner = this" automatic.
      
      * Addressed PR comments.
      
      * build issue to due mixing branches
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      0676ab79
  13. Aug 26, 2020
    • Matthias Urhahn's avatar
      Storage check with optional allocation (EXPOSUREAPP-2259) (#1076) · 521e3ec7
      Matthias Urhahn authored
      
      * Disable klint debug output to make it easier to find the actual error in the log.
      
      * Setup jUnit5 & kotest.
      
      * Add base classes for testing to setup log output.
      
      * Introduce class `DeviceStorage` to check (or request on newer APIs) free space.
      
      Rel. EXPOSUREAPP-2259
      
      * Add test cases for failure modes.
      
      * Make it obvious that the check should not be executed on the ui thread.
      
      * Try fall back to legacy method if the API26+ version fails.
      If that also fails, throw the exception and let the caller handle it.
      
      * Wire up injection annotations.
      
      * Remove unused mockito testing dependency.
      
      * klint...
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      521e3ec7
  14. Jun 11, 2020
  15. Jun 09, 2020
  16. Jun 08, 2020
  17. Jun 07, 2020
  18. Jun 03, 2020
  19. Jun 02, 2020
  20. May 31, 2020
  21. May 30, 2020
Loading