chiark / gitweb /
fdroidserver.git
2015-10-24 Daniel MartíAdd gradle 2.8
2015-10-24 Daniel MartíBump sdk to 24.4.1
2015-10-24 Daniel Martítests: we now replace "buildToolsVersion var" too
2015-10-24 Daniel MartíTypo fix for 91daacb8896e796
2015-10-24 Daniel Martícommon: don't crash if an sdk binary is not found
2015-10-24 Daniel MartíRemove densities getter
2015-10-22 Daniel Martíscanner: allow sonatype groups/public repo
2015-10-22 Daniel Martíscanner: escape urls
2015-10-14 Daniel MartíFix build-tools patching when it uses variables
2015-10-08 Daniel Martítests: Comment values are lists, not strings
2015-10-08 Ciaran GultnieksFix shasum for gradle 2.7 (see a229afe1)
2015-10-08 Daniel Martítests: adapt to new comments dict
2015-10-08 Daniel Martítests: close files
2015-10-08 Daniel Martíscanner: ignore gradle comment lines
2015-10-08 Daniel MartíRemove unwanted files in a more consistent way
2015-10-07 Daniel Martíscanner: error on unknown maven repos
2015-10-06 Ciaran GultnieksFix moving of gpg sigs between repo and archive
2015-10-05 Daniel Martíbuildserver: Add gradle 2.7
2015-10-05 Daniel MartíAlways use the same logging format
2015-10-04 Daniel Martíextension simplifications
2015-10-04 Daniel Martíwrite_metadata fixes
2015-10-04 Daniel MartíFinal touches to yaml writing
2015-10-04 Daniel Martíbash-completion: add appid support for all formats
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-10-04 Daniel Martíscanner: don't error on partially used globs
2015-10-03 Daniel MartíRework path glob expansion
2015-10-03 Daniel Martíimport: fix issue tracker links
2015-10-01 Daniel MartíDon't use exists() on symlinks
2015-10-01 Daniel MartíSmarter archive policy apk moving
2015-09-30 Daniel Martícheckupdates: Ignore xml tags in string content
2015-09-30 Daniel MartíFetch string contents in a safer way
2015-09-30 Daniel MartíFix for bb2cbd527b
2015-09-29 Daniel MartíIncrease wiki error detail length limit
2015-09-29 Boris Krautdocs: Add information on binary verification
2015-09-26 Daniel Martífdroid: don't treat MetaDataException as unknown
2015-09-25 Daniel Martírewritemeta: add -l option to list files
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-25 Daniel MartíReplace MD5withRSA with SHA1withRSA. Fixes #26.
2015-09-24 Ciaran GultnieksPush a more complete/standard fdroidserver layout to...
2015-09-24 Daniel Martícheckupdates: ignore gradle comments
2015-09-23 Daniel Martíbuild: make sure .gradle/ is removed at clean
2015-09-23 Daniel MartíUpdate build status badge to new CI url
2015-09-22 Daniel Martíscanner: skip symlinks to avoid issues
2015-09-22 Daniel Martíscanner: don't crash on unused gradle files
2015-09-22 Daniel Martígradle: don't strip out comments
2015-09-21 Daniel MartíMerge branch 'asynchronous_reader' into 'master'
2015-09-21 Daniel MartíMerge branch 'docs' into 'master'
2015-09-21 Boris Krautdocs: Add list of trusted maven repos
2015-09-21 Daniel MartíMerge branch 'master' into 'master'
2015-09-20 NeroBurnerAdd asynchronous filereader, fix python3 lockups
2015-09-19 Jan KühleAdded support for gradle flavor specific dependencies...
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
next