MusicAsLanguage / mobileapp

Mobile app code for the project.
MIT License
1 stars 1 forks source link

Add ability to pull to reload the media contents #125

Closed linsungc closed 2 years ago

linsungc commented 2 years ago

This is part of fixes/mitigations to address #110. Refer to the issue itself for detail.

Specifically this change contains:

  1. Add "pull to refresh" function to Home, Lesson, and Activity Screen;
  2. Turn off Auto Play when video loads;
  3. Additional logging;
  4. As part of updating Activity Screen, adjust video control to fit in the scroll viewer so it won't overlap with Back button.