gotsunami/businfo-android

Make new schedules updates downloadable

Opened this issue · 0 comments

matm commented

At this time, bus schedules are part of the final APK distribution, which is far from ideal since every line schedules update implies delivering a new version of the Android application.

Bus schedules updates must be decoupled from new releases of the app. One way to do that is to make the current XML patches htdb_chunk_*.xml available to download from within the Android app.

The Android application should only be updated on new features or bug fixes.