From: Hans-Christoph Steiner Date: Wed, 17 Aug 2016 09:18:31 +0000 (+0000) Subject: Merge branch 'push-install' into 'master' X-Git-Tag: 0.7.0~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=62c59c8534474908e56fe495536054819186379f;hp=85632ba00efd92c3524394dbebff673335b94de5;p=fdroidserver.git Merge branch 'push-install' into 'master' set up install/delete lists for "push" commands from server It is now possible for the server operator to specify lists of apps that must be installed or deleted on the client (aka "push installs). If the user has opted in, or the device is already setup to respond to these requests, then fdroidclient will automatically install/delete the packageNames listed. This is protected by the same signing key as the app index metadata. It generates single XML elements with the data set in the attributes. This keeps the XML compact and easily extensible, e.g. for adding versionCode, signingKey, etc as attributes: ```xml ``` See merge request !156 ---