chiark / gitweb /
Merge branch 'support-media-files' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Nov 2016 21:11:05 +0000 (21:11 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Nov 2016 21:11:05 +0000 (21:11 +0000)
commit7dde16dd11171e8dd73af5d53a090238f4056426
treeb6a720795846b9709375e9cf11ac1a720d60e2c6
parent7d0bd345d17c6eb04a0f8348b4c8dee85985b29b
parent8e45d300208d4eadd104c2791bc93f7d4505d71c
Merge branch 'support-media-files' into 'master'

Support media files

This is the first step in supporting adding artibitrary files to fdroid repos, targeted add supporting media files and flashable _update.zip_ files like used to install the Privileged Extension.  This reuses the existing metadata fields to keep compatibilty with older versions, but that means that lots of names are confusingly named since they refer to aspects of an APK rather than a generic file.  We can address that later when we refactor the whole index metadata.

See merge request !177