Skip to content

v1.1.0

Compare
Choose a tag to compare
@lmj0011 lmj0011 released this 27 Apr 05:01
· 62 commits to master since this release
  • upgraded to Room version 2.2.5

  • added feature to export/import app data (db dump)
    -- should be used in a situation where an app reinstall is necessary as in the case with the recent Google Maps SDK crash (see: https://issuetracker.google.com/issues/154855417).

  • CurrentStatusForegroundService now extends LifecycleService
    -- this fixed a bug where the gatecodes notification would come back even after "destroying" app

  • stop recyclerview from updating if user has scrolled away from the top
    -- this improves experience scrolling list when "order by nearby" is enabled

  • removed redundant "always order by nearest" option from Settings