chiark / gitweb /
metadata: also read .fdroid.txt metadata
[fdroidserver.git] / fdroidserver / metadata.py
2017-08-21 Marcus Hoffmannmetadata: also read .fdroid.txt metadata
2017-07-27 Hans-Christoph Steinermetadata: handle empty YAML files without crashing 0.8
2017-07-26 Hans-Christoph SteinerMerge branch 'metadata' into 'master'
2017-07-20 IzzyUpdating syntax check for Flattr (see #284)
2017-07-06 Hans-Christoph SteinerMerge branch 'metadata' into 'master'
2017-07-06 Hans-Christoph SteinerMerge branch 'sudo' into 'master'
2017-07-06 Hans-Christoph Steinersupport configing buildserver VM per-build with sudo=
2017-07-06 Michael PöhnMerge branch 'yaml-template' into 'master'
2017-07-06 Hans-Christoph Steinerhandle App instance with no Builds when writing YAML
2017-07-06 Hans-Christoph SteinerMerge branch 'some-data-related-fixed' into 'master'
2017-07-06 Hans-Christoph Steinersupport manually adding per-build antiFeatures in metadata
2017-07-06 Hans-Christoph SteinerMerge branch '343-ruamel-yaml-version-check' into ...
2017-07-06 Michael Pöhncheck version of ruamel.yaml and raise according error...
2017-07-05 Hans-Christoph SteinerMerge branch 'antifeature' into 'master'
2017-07-04 Izzyadded new AntiFeature: ApplicationDebuggable
2017-07-04 Hans-Christoph SteinerMerge branch 'ndk' into 'master'
2017-07-04 Hans-Christoph SteinerMerge branch '290-make-rewrite-metadata-respect-key...
2017-07-04 Michael PöhnMerge branch '290-make-rewrite-metadata-respect-key...
2017-07-04 Michael Pöhncorrect yaml-rewriting for buildozer flag
2017-07-04 Michael Pöhnimport ruamel.ymal only when re-writing yaml metadata
2017-07-04 Michael Pöhnrewritemeta yaml: fixed boolen mapping for build flags
2017-07-04 Michael Pöhnfix indentation
2017-07-04 Michael Pöhnfix building with yml metadata
2017-07-04 Michael Pöhncompleted ordered yaml field list
2017-07-04 Michael Pöhnprettify write_yaml metadata
2017-07-04 Michael Pöhnyaml rewrite version code as int
2017-07-04 Michael Pöhnrewrite metadata builds list to yaml
2017-07-04 Michael Pöhnyaml metadata rewrite: correct blank line
2017-07-04 Michael Pöhnfixed pyflakes/pep warings
2017-07-04 Michael Pöhnrewrite to yaml works for app data now (builds still...
2017-06-21 Hans-Christoph SteinerMerge branch 'buildozer-build' into 'master'
2017-06-20 lb@lb520Added a method to build python/kivy projects using...
2017-06-19 Hans-Christoph SteinerMerge branch 'vagrantfile-box' into 'master'
2017-06-17 Hans-Christoph SteinerMerge branch 'googlemaven' into 'master'
2017-06-08 Boris KrautMerge branch 'fdroiddata-localization-fixes' into ...
2017-06-07 Hans-Christoph Steinerrewritemeta: do not include empty Summary: or Description:
2017-05-22 Hans-Christoph SteinerMerge branch 'exceptions' into 'master'
2017-05-22 Torsten GroteReplace sys.exit() in non-main functions by exceptions
2017-05-22 Hans-Christoph SteinerMerge branch 'indexing-fixes' into 'master'
2017-05-18 Hans-Christoph Steinermetadata: switch from deprecated cgi.escape to html...
2017-05-05 Hans-Christoph SteinerMerge branch 'master' into 'master'
2017-05-05 Michael PöhnMerge branch 'yaml' into 'master'
2017-05-02 Hans-Christoph Steinerfix white space trimming when writing .txt format
2017-05-02 Hans-Christoph Steineruse pyyaml for rewriting .yml metadata files
2017-04-19 Daniel MartíMerge branch 'gradleplugin' into 'master'
2017-04-19 Hans-Christoph SteinerMerge branch 'full-app-store-metadata-scraping' into...
2017-04-19 Hans-Christoph Steinersupport "Author Web Site" as metadata field
2017-04-04 Torsten GroteMerge branch 'miscfixes' into 'master'
2017-04-03 Hans-Christoph Steinermetadata: don't crash if metadata includes blank Catego...
2017-03-17 Torsten GroteMerge branch 'index-v1' into 'master'
2017-03-17 Hans-Christoph Steinerensure that app.Categories is always a list of strings
2017-03-17 Hans-Christoph Steineronly set 'No description available' in the old index...
2017-02-28 Hans-Christoph SteinerMerge branch 'metadata-fixes-and-tests' into 'master'
2017-02-28 Hans-Christoph Steinermetadata: port .fdroid.yml handling to App dict subclass
2017-02-28 Hans-Christoph Steinerrename lastupdated to lastUpdated to match fdroid client
2017-02-24 Hans-Christoph Steinerrewritemeta: fix silly bug of using == for =
2017-02-24 Torsten GroteMerge branch 'make-Build-App-act-like-dicts' into ...
2017-02-24 Hans-Christoph Steinernormalize Build TYPE_STRING data based on .txt
2017-02-24 Hans-Christoph Steinernormalize Build TYPE_LIST data based on .txt
2017-02-24 Hans-Christoph Steinerrename Build fields: version -> versionName, vercode...
2017-02-24 Hans-Christoph Steinerconvert metadata.Build to a subclass of dict
2017-02-24 Hans-Christoph Steinerconvert App to subclass of dict to support parsing...
2017-02-24 Hans-Christoph Steinermake Build class act more like a dict
2017-01-12 Hans-Christoph SteinerMerge branch 'fdroid-publish-ota-zip' into 'master'
2017-01-12 Hans-Christoph SteinerMerge branch 'libtool-from-testing' into 'master'
2017-01-11 Hans-Christoph Steinerensure fdroiddata metadata file overrides .fdroid.yml...
2016-12-06 Hans-Christoph SteinerMerge branch 'collection-fixes-and-KnownVuln' into...
2016-12-05 Hans-Christoph Steinerfix `fdroid build` with non-git repos
2016-12-05 Hans-Christoph Steinerremove support for XML app metadata, its broken
2016-12-05 Hans-Christoph SteinerApp.get_last_build() method to replace duplicated code
2016-12-05 Hans-Christoph Steinerdo proper checking of versionCode value
2016-12-05 Hans-Christoph Steinercheck all APKs for old versions of OpenSSL
2016-11-24 Hans-Christoph SteinerMerge branch 'fdroid-yml-builds' into 'master'
2016-11-16 Hans-Christoph Steinerallow metadata to be embedded in source repos via ...
2016-11-16 Hans-Christoph Steinerconvert comments above functions to python docstrings
2016-11-16 Hans-Christoph Steinerproperly parse build metadata list types like gradle=
2016-11-16 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2016-11-15 Daniel Martíall: make newer pycodestyle happy
2016-09-12 Daniel MartíMerge branch 'control-errors-warnings' into 'master'
2016-09-12 Hans-Christoph Steinermake metadata exceptions optional based on CLI flag
2016-08-09 Hans-Christoph SteinerMerge branch 'java-home-lookup' into 'master'
2016-08-04 Ciaran GultnieksMerge branch 'fix-ndk' into 'master'
2016-08-02 Daniel MartíRe-add NDK r12b, now fixed.
2016-08-01 Ciaran GultnieksRevert "all: add NDK r12b and set it as default"
2016-07-18 Hans-Christoph SteinerMerge branch 'ndk-r12' into 'master'
2016-07-13 Daniel Martíall: add NDK r12b and set it as default
2016-06-21 Daniel MartíMerge branch 'some-build-fixes' into 'master'
2016-06-21 Hans-Christoph Steinercheck whether metadata file is a duplicate before parsi...
2016-06-09 Daniel MartíMerge branch 'fix-file-read-write-encoding' into 'master'
2016-06-07 Hans-Christoph Steineruse UTF8 as default instead of ASCII for .java .gradle...
2016-06-07 Hans-Christoph Steinerread/write F-Droid files always as UTF-8
2016-03-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerstandardize on .yml as the file extension for YAML
2016-03-23 Hans-Christoph Steinerrename metadata.write_metadata() to match metadata...
2016-03-23 Hans-Christoph Steinersupport .fdroid.* metadata file in source root of app...
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-11 Daniel Martímetadata: always open metadata files in UTF-8
2016-03-11 Daniel Martímetadata: slightly speed up post_metadata_parse
2016-03-11 Daniel Martímetadata: Sorting builds twice is not necessary
next