Skip to content
Snippets Groups Projects
  1. Apr 22, 2022
  2. Mar 30, 2022
  3. Mar 29, 2022
    • Duncan McNamara's avatar
      Screenshots: ensure that image dimensions > 0 · e6cae81e
      Duncan McNamara authored
      This is to fix crashes reported on the play store on which an
      IllegalStateException is thrown when calling ImageReader.newInstance.
      Checking for positive dimensions before using it should solve the issue.
      e6cae81e
  4. Mar 22, 2022
  5. Mar 16, 2022
    • Duncan McNamara's avatar
      Settings: add dbg option to upload all screenshots · 7e48cc0b
      Duncan McNamara authored
      Add an option that is only present in debug mode, to upload all
      screenshots not just the faulty ones.
      7e48cc0b
    • Duncan McNamara's avatar
      Fix bench with media pip / background running · 40c864c4
      Duncan McNamara authored
      When starting the benchmark with a third app media running in pip, there
      will be the overlap of the pip window on the first sample played. In the
      case of VLC-Android, in pip or background, the media playing is
      restarted, and not the one wanted by the benchmark.
      This only affects the first sample played.
      After testing several fixes, this is the ugly solution that works.
      Running a dummy first sample that isn't used in the results, before
      playing all the benchmark tests normally.
      
          Fixes #63
      40c864c4
  6. Mar 15, 2022
  7. Mar 10, 2022
  8. Mar 09, 2022
  9. Mar 08, 2022
  10. Feb 23, 2022
    • Duncan McNamara's avatar
      Stepper: add loading state · 8c415495
      Duncan McNamara authored and Duncan McNamara's avatar Duncan McNamara committed
      When querrying the config file, there no state loaded. In some cases,
      there can be delays in getting the config file, hense displaying no
      state. This adds a circular loading bar, to show the user that something
      is happening, this state is only loaded at the very start of the
      activity
      8c415495
  11. Feb 22, 2022
  12. Jan 28, 2022
  13. Jan 20, 2022
  14. Nov 09, 2021
  15. Nov 08, 2021
  16. Nov 04, 2021
  17. Oct 29, 2021
Loading