From: Hans-Christoph Steiner Date: Tue, 9 Aug 2016 15:33:19 +0000 (+0000) Subject: Merge branch 'permission-parsing' into 'master' X-Git-Tag: 0.7.0~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=911297272c6753a002286002ef5d8fab86453f0e;p=fdroidserver.git Merge branch 'permission-parsing' into 'master' Parse maxSdkVersion and -23 permission tags Parse maxSdkVersion and uses-permission-sdk-23 tags and insert them into the index. AndroidManifest: ```xml ``` new index format: ```xml 1.0 1 maxmin.apk 526eb6d643050c3fae42fb6c001c704006046db52e98998b21f7646ecae3dae5 893fc1f22301c902d05c938b29d21648 8681 14 24 2016-08-01 READ_EXTERNAL_STORAGE,READ_CALENDAR,WRITE_EXTERNAL_STORAGE ``` old format: ```xml READ_CALENDAR,ACCESS_FINE_LOCATION,WRITE_EXTERNAL_STORAGE ``` This generates both formats for backward compatibility with old clients. Also increase version of index format. This is a proposal for the issues discussed in https://gitlab.com/fdroid/fdroidclient/issues/704 @eighthave @mvdan See merge request !150 --- 911297272c6753a002286002ef5d8fab86453f0e