chiark / gitweb /
rename server request from "delete" to "uninstall"
authorHans-Christoph Steiner <hans@eds.org>
Tue, 23 Aug 2016 18:30:27 +0000 (20:30 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 24 Aug 2016 21:05:34 +0000 (23:05 +0200)
commit6126b55136a0e6bdda8602d8b2ba8ee68c590e0e
treef220b2d440222d724c42a2be48a7dec57acc84d9
parenta6a8d345283c98112a26b9fad67efa0df947ec73
rename server request from "delete" to "uninstall"

This matches the Android API's current Intent action for this, rather than
the deprecated one:

https://gitlab.com/fdroid/fdroidclient/blob/v0.101-alpha5/app/src/main/java/org/fdroid/fdroid/installer/DefaultInstallerActivity.java#L147
https://developer.android.com/reference/android/content/Intent.html#ACTION_UNINSTALL_PACKAGE
https://developer.android.com/reference/android/content/Intent.html#ACTION_DELETE
examples/config.py
fdroidserver/update.py
tests/run-tests