From 80a4edc748cb7a9515fbdf2eb2c319e7accb75ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Fri, 15 Aug 2014 14:03:33 +0200 Subject: [PATCH] Add Update Check Name to docs --- docs/fdroid.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index c08af01b..7657f7f3 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -486,6 +486,7 @@ The following sections describe the fields recognised within the file. * Update Check Mode:: * Update Check Ignore:: * Vercode Operation:: +* Update Check Name:: * Update Check Data:: * Auto Update Mode:: * Current Version:: @@ -1205,11 +1206,23 @@ upstream version. @node Update Check Ignore @section Update Check Ignore +@cindex Update Check Ignore + When checking for updates (via @code{Update Check Mode}) this can be used to specify a regex which, if matched against the version name, causes that version to be ignored. For example, 'beta' could be specified to ignore version names that include that text. +@node Update Check Name +@section Update Check Name + +@cindex Update Check Name + +When checking for updates (via @code{Update Check Mode}) this can be used to +specify the package name to search for. Useful when apps have a static package +name but change it programmatically in some app flavors, by e.g. appending +".open" or ".free" at the end of the package name. + @node Update Check Data @section Update Check Data -- 2.30.2