osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
529 stars 79 forks source link

A lot of changes and additions #152

Closed kairusds closed 2 years ago

kairusds commented 2 years ago

This pull request has over 2 months worth of changes so I'm just going to list all of them:

Added

Removed

Changes

Footnotes

[^1]: The updater checks for the latest release of the repository and fetches the version code from the contents of the info.json asset file to compare it with the client's version code then searches for the .apk asset file.

info.json example:

{
  "version_code": 1434344258
}

[^2]: Thanks to this Stack Overflow answer for providing the correct values