chiark / gitweb /
Open metadata files in only one place
[fdroidserver.git] / fdroidserver / metadata.py
2015-12-07 Daniel MartíOpen metadata files in only one place
2015-12-07 Daniel Martícheckupdates: fix --auto build copy
2015-12-03 Daniel MartíSet all list defaults to an actual list
2015-12-03 Daniel MartíFix tests by not checking private attributes
2015-12-03 Daniel MartíAlso skip unmodified fields in the regex checks
2015-12-03 Daniel MartíKeep track of what attrs were modified in apps/builds
2015-12-03 Daniel MartíActually check that bools are valid
2015-12-03 Daniel MartíRemove need for rstrip() of txt description
2015-12-03 Daniel Martímetadata: write strings directly to txt file
2015-12-03 Daniel MartíRename metafieldtype to fieldtype
2015-12-03 Daniel MartíUse dicts for field/flag types
2015-12-03 Daniel MartíSome more readability/performance tweaks
2015-12-03 Daniel MartíUse constants for field/flag types
2015-12-03 Daniel MartíAvoid conflicting func/var names
2015-12-03 Daniel MartíMake text formatting faster via StringIO
2015-12-03 Daniel MartíRepresent multiline fields as str, not list
2015-12-03 Daniel MartíFix tests
2015-12-03 Daniel MartíSome more txt parsing tweaks after profiling
2015-12-03 Daniel MartíRemove duplicate build_flags check
2015-12-03 Daniel MartíRemove gradle=main
2015-12-03 Daniel MartíProperly close all metadata files once read
2015-12-02 Daniel MartíNever use exit/log in metadata
2015-12-02 Daniel MartíSpeed up metadata reading
2015-12-02 Daniel MartíSimplify post_metadata_parse usage
2015-12-02 Daniel Martímetadata: properly store nums as strs and bools as...
2015-12-02 Daniel MartíPre-compile more regexes
2015-12-02 Daniel MartíFix default update= on ant builds
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíAdd documentation to new App class
2015-11-28 Daniel MartíRework app into a class
2015-11-28 Daniel MartíHandle duplicate apps in a much cleaner way
2015-10-04 Daniel Martíextension simplifications
2015-10-04 Daniel MartíFinal touches to yaml writing
2015-10-04 Daniel MartíMore improvements to yaml writing
2015-10-04 Daniel MartíDon't leave an empty line at the end
2015-10-04 Daniel MartíAdd basic yaml metadata writing
2015-10-04 Daniel MartíRename write_metadata to specify txt
2015-10-04 Daniel MartíSimplify format parsing logic
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-21 Daniel MartíMerge branch 'master' into 'master'
2015-09-19 Daniel MartíRemove Dogecoin donation support
2015-09-17 Daniel Martímetadata: fix html paragraph tag regression
2015-09-12 Daniel Martímetadata: don't break words nor on hyphens
2015-09-12 Daniel Martímetadata: allow links spanning multiple lines
2015-09-12 Daniel MartíWrap descriptions to 80 chars
2015-09-12 Daniel Martímetadata: rewrite multiline field writing
2015-09-12 Daniel MartíEnsure that builds are always sorted when writing
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-10 Hans-Christoph Steinerimport: split out URL handling into its own function
2015-09-05 Daniel MartíFix regression introduced in 2831b3e93
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinerset "accepted formats" for metadata in config.py
2015-09-01 Hans-Christoph Steinerexit with error if duplicate metadata file is found
2015-09-01 Hans-Christoph Steinermetadata: rename metafile to metadatapath when it is...
2015-09-01 Hans-Christoph Steinermetadata: use unified method for getting default app...
2015-09-01 Hans-Christoph Steinersupport app metadata in YAML format
2015-09-01 Hans-Christoph Steinerset appid in get_default_app_info_list()
2015-09-01 Hans-Christoph Steinerconsolidate all post-parse metadata checks
2015-09-01 Hans-Christoph Steinereliminate Boolean metadata type, only 'bool' is needed
2015-09-01 Hans-Christoph Steinersupport app metadata in XML format
2015-09-01 Hans-Christoph Steinerconvert internal representation of AntiFeatures to...
2015-09-01 Hans-Christoph Steinermetadata: store comments in lists since lists are used...
2015-09-01 Hans-Christoph Steinerin JSON metadata, convert unicode to str to match the...
2015-09-01 Hans-Christoph Steinermove metadata post-parse processing to reusable function
2015-09-01 Hans-Christoph Steinersupport app metadata in JSON format
2015-09-01 Hans-Christoph Steineruse common method to set up defaults in metadata dict
2015-09-01 Hans-Christoph Steinermetadata: rename parse_metadata() to parse_txt_metadata()
2015-08-28 Daniel Martímetadata: error on url titles that aren't
2015-08-28 Daniel MartíRevert "metadata: complain if link url isn't a url"
2015-08-28 Daniel Martímetadata: complain if link url isn't a url
2015-08-28 Daniel Martímetadata: fix harmless typo
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel MartíAdd support for gradle properties via gradleprops
2015-08-05 Daniel MartíProperly default to NDK r10e 0.4.0
2015-07-27 Daniel MartíMerge branch 'some-compatibility-fixes' of https:/...
2015-07-25 Daniel MartíMerge branch 'no-refresh' of https://gitlab.com/aelmahm...
2015-07-25 Daniel MartíBe more specific about empty build flags
2015-06-03 Daniel Martí"Changelog:" will be empty often, so only put it if...
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíRemove "Srclibs:" from srclib metadata files
2015-06-02 Ciaran GultnieksAllow gpg home directory to be overridden
2015-05-15 Daniel MartíMake comma-separated list parsing code common
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-13 Daniel MartíDetect most bad URLs
2015-01-11 Boris KrautAdd "Changelog:" metadata field.
2015-01-02 Daniel MartíPlaintext descriptions are no longer needed
2015-01-02 Daniel MartíAdd NDK r10d, this time alongside r9b
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-27 Ciaran GultnieksSet correct defaults for Binaries metadata field
2014-10-24 Ciaran GultnieksSupport for publishing signed binaries from elsewhere
2014-09-15 Daniel MartíFix issue where gradle=yes would be removed by rewritemeta
2014-09-13 Daniel MartíMore list comprehension fixes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-30 Daniel MartíSort builds by vercode when reading them
2014-08-28 Daniel MartíFix typo in app link hrefs
2014-08-26 Daniel Martímetadata: Simplify the writing of optional fields
next