chiark / gitweb /
fdroidserver.git
2015-09-20 NeroBurnerAdd asynchronous filereader, fix python3 lockups
2015-09-19 Daniel MartíRemove Dogecoin donation support
2015-09-17 Daniel Martímetadata: fix html paragraph tag regression
2015-09-17 Daniel Martíscanner: use a blacklist instead of a whitelist
2015-09-17 Daniel Martíscanner: also ignore ttf and otf files
2015-09-17 Daniel Martíscanner: improve usual suspect output
2015-09-16 Daniel MartíMerge branch 'fix_licence_setup' into 'master'
2015-09-16 NeroBurnerUpdate Licence in setup.py to AGPLv3
2015-09-15 Daniel Martíimport: fix import -u from fdroiddata
2015-09-15 Daniel MartíDeduplicate statsdir
2015-09-15 Daniel MartíReplace some hard-coded paths with os.path.join
2015-09-15 Daniel Martíimport: do set root_dir if running from a repo
2015-09-14 Daniel MartíMerge branch 'dont-use-sudo-brew' into 'master'
2015-09-14 Daniel Martíscanner: avoid checking if usual files are binary
2015-09-14 Daniel MartíRewrite scanner logic
2015-09-14 Daniel Martíscanner: support apps using srclib repo type
2015-09-13 Alex JordanDon't recommend using sudo with Homebrew
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-12 Daniel Martílint: small cleanup
2015-09-12 Daniel Martílint: catch more duplicate links
2015-09-12 Daniel Martícheckupdates: Avoid variable/string names as CV
2015-09-12 Daniel MartíAllow slashes in tags
2015-09-12 Daniel Martímetadata: don't break words nor on hyphens
2015-09-12 Daniel Martílint: add dumb support for multiline links
2015-09-12 Daniel Martílint: move regex closer to usage
2015-09-12 Daniel Martímetadata: allow links spanning multiple lines
2015-09-12 Daniel Martílint: remove now obsolete description checks
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ílint: overhaul, cleaner and saner output
2015-09-11 Daniel Martílint: move lastbuild into separate function
2015-09-11 Daniel Martílint: remove "no recommended build" check
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-11 Daniel Martílint: cleanup, remove stale sites
2015-09-10 Hans-Christoph... comment out things that are default values in examples...
2015-09-10 Hans-Christoph... add a basic test of `fdroid import`
2015-09-10 Hans-Christoph... import: append .git to gitlab URLs, git sometimes freak...
2015-09-10 Hans-Christoph... import: split out URL handling into its own function
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-09 Daniel Martírewritemeta: move debug logs to logging.debug
2015-09-09 Daniel Martícheckupdates: log vercode operation activity
2015-09-09 Daniel Martícheckupdates: don't auto update to older versions
2015-09-09 Ciaran GultnieksMake builds work after 04e6f2eb and 120be433
2015-09-08 Daniel Martímanual: Don't reuse scanignore doc in scandelete
2015-09-08 Daniel Martímanual: be explicit about what scandelete does
2015-09-08 Ciaran GultnieksMerge branch 'master' of https://gitlab.com/fdroid...
2015-09-08 Daniel Martílint: Warn about links left off from old sites
2015-09-08 Daniel Martícheckupdates improvements for gradle projects
2015-09-08 Ciaran GultnieksAdd python-yaml to buildserver
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-06 Daniel MartíBump build-tools
2015-09-05 Daniel MartíSpecify that disabled builds aren't failing builds
2015-09-05 Daniel MartíFix regression introduced in 2831b3e93
2015-09-04 Daniel MartíEnd sentence spacing madness in sample config
2015-09-04 Daniel MartíSimplify markdown code blocks
2015-09-03 Daniel Martícompletion: set up _fdroid_* funcs at load time
2015-09-02 Daniel MartíCI: set up all SDK components in PATH
2015-09-01 Daniel MartíMerge branch 'ci-split-packages' into 'master'
2015-09-01 Daniel MartíEven examples/config.py with default_config
2015-09-01 Daniel MartíCI: Split up package installing
2015-09-01 Daniel MartíMerge branch 'fix-pillow-gitlab-ci' into 'master'
2015-09-01 Hans-Christoph... install build dependencies for Pillow
2015-09-01 Daniel MartíCI: add missing python-virtualenv package
2015-09-01 Daniel MartíMerge branch 'fdroid-version' into 'master'
2015-09-01 Hans-Christoph... pep8: on *.TestCase, skip "E402 module level import...
2015-09-01 Hans-Christoph... gitlab-ci: install all android packages at once
2015-09-01 Hans-Christoph... move tests into common script for jenkins and gitlab-ci
2015-09-01 Hans-Christoph... `fdroid --version` for installed releases and running...
2015-09-01 Daniel MartíCI: Add missing yaml dependency
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Daniel MartíMerge branch 'liblzma' into 'master'
2015-09-01 Hans-Christoph... set "accepted formats" for metadata in config.py
2015-09-01 Hans-Christoph... rewritemeta only applies to the original .txt metadata...
2015-09-01 Hans-Christoph... make note of JSON, XML, and YAML in the manual
2015-09-01 Hans-Christoph... add 'gradleprops' to .pickle files for the metadata...
2015-09-01 Hans-Christoph... exit with error if duplicate metadata file is found
2015-09-01 Hans-Christoph... metadata: rename metafile to metadatapath when it is...
2015-09-01 Hans-Christoph... metadata: use unified method for getting default app...
2015-09-01 Hans-Christoph... support app metadata in YAML format
2015-09-01 Hans-Christoph... set appid in get_default_app_info_list()
2015-09-01 Hans-Christoph... consolidate all post-parse metadata checks
2015-09-01 Hans-Christoph... eliminate Boolean metadata type, only 'bool' is needed
2015-09-01 Hans-Christoph... support app metadata in XML format
2015-09-01 Hans-Christoph... convert internal representation of AntiFeatures to...
2015-09-01 Hans-Christoph... metadata: store comments in lists since lists are used...
2015-09-01 Hans-Christoph... add test case for JSON parsing, based on parsed .txt...
2015-09-01 Hans-Christoph... in JSON metadata, convert unicode to str to match the...
2015-09-01 Hans-Christoph... add test for metadata parsing based on a parse output...
2015-09-01 Hans-Christoph... move metadata post-parse processing to reusable function
2015-09-01 Hans-Christoph... add test files to pre-commit hook and fix pep8 errors
2015-09-01 Hans-Christoph... support app metadata in JSON format
2015-09-01 Hans-Christoph... use common method to set up defaults in metadata dict
2015-09-01 Hans-Christoph... metadata: rename parse_metadata() to parse_txt_metadata()
2015-09-01 Daniel MartíMove requests code out of common.py, closes #114
2015-08-31 Daniel Martílint: fixed list false positives, no need for utf
2015-08-31 Daniel Martílint: warn about duplicate lines
2015-08-31 Daniel Martílint: catch more incorrect lists
2015-08-30 Daniel Martílint: stop accepting Office as valid category
2015-08-30 Daniel Martílint: accept new category Sports & Health
next