The first commit is necessary for rmst/yoke-android's latest PR to function. It creates a JSON file every time a web server is started. This JSON file is the first thing the APK downloads, and contains paths to every file and folder in the webserver, the total size, and the last date of modification (this last one isn't implemented yet in Android's side, it's just to inform the user before downloading a new gamepad).
The other commit is just to upload the newest APK.
The first commit is necessary for
rmst/yoke-android
's latest PR to function. It creates a JSON file every time a web server is started. This JSON file is the first thing the APK downloads, and contains paths to every file and folder in the webserver, the total size, and the last date of modification (this last one isn't implemented yet in Android's side, it's just to inform the user before downloading a new gamepad).The other commit is just to upload the newest APK.