mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-19 05:10:05 -04:00
support "What's New" and "Video" fields from index-v1
fdroidserver currently only supports a single WhatsNew field that comes from the CurrentVersionCode of the app. Google Play and fastlane supply support a WhatsNew field per-release, but we don't use that data anywhere, and implementing that in the data structures would add a lot of complexity since Apk would then need to have its own "localized" section like App does. The "Video" field is just a URL pointing to a video. closes #910
This commit is contained in:
@@ -251,6 +251,7 @@ public class IndexV1UpdaterTest extends FDroidProviderTest {
|
||||
"upstreamVersionCode",
|
||||
"upstreamVersionName",
|
||||
"video",
|
||||
"whatsNew",
|
||||
"wearScreenshots",
|
||||
"webSite",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user