chiark / gitweb /
setup.py: fix missing comma in classifiers
[fdroidserver.git] / fdroidserver /
2016-02-17 Ciaran GultnieksChange can't update category name - closes #80
2016-02-17 Daniel MartíMerge branch 'debian-import-freeze' into 'master'
2016-02-17 Hans-Christoph Steinermake "Current Version Code" default to most recent APK
2016-02-17 Hans-Christoph Steineradded 'mirrors' option to config for giving official...
2016-02-15 Hans-Christoph SteinerMerge branch 'full-bsd-osx-port' into 'master'
2016-02-15 Hans-Christoph SteinerPEP8 fix E225 missing whitespace around operator
2016-02-15 Hans-Christoph Steinerinit: check if examples/ exists in layout before using...
2016-02-15 Daniel MartíForgot to remove the output= debug prints
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-02-12 Daniel MartíMerge branch 'master' into 'master'
2016-02-12 Hans-Christoph Steinerfix PEP9 E713 test for membership should be 'not in'
2016-02-12 Hans-Christoph Steinerbuild: check that metadata is present before creating...
2016-02-12 Hans-Christoph Steinercommon: do not crash if the java_paths are not what...
2016-02-11 Daniel Martícommon: add regexp for arch oracle paths
2016-02-11 Daniel Martícommon: fix JDK detection on latest arch
2016-02-11 Hans-Christoph SteinerMerge branch 'auto-detect-java-homes' into 'master'
2016-02-11 Hans-Christoph Steineruse jarsigner and keytool from same JDK as is being...
2016-02-11 Hans-Christoph Steinerautomatically detect various installed JDKs and set...
2016-02-11 Daniel MartíMerge branch 'jmastr/use_tag_if_version_name_is_unknown...
2016-02-11 Julian Strobluse tag if version name is unknown
2016-01-31 Daniel Martílint: also check for trailing spaces in names
2016-01-31 Daniel MartíMerge branch 'authorregex' into 'master'
2016-01-31 Boris Krautlint: check whitespaces in "Author Name"
2016-01-31 Daniel MartíMerge branch 'licenses' into 'master'
2016-01-31 Daniel MartíMerge branch 'patch-1' into 'master'
2016-01-27 Marvin WSupport 'gpgkey' option as announced in sample config.
2016-01-26 Ciaran GultnieksTidy up/fix some vagrant issues
2016-01-26 Ciaran GultnieksHandle with invalid manifests better
2016-01-24 Daniel Martíscanner: Allow clojars.org maven repository
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-11 Daniel Martístats: use a stable sort that doesn't randomize
2016-01-11 Daniel Martíbuild: don't add extra clean tasks
2016-01-10 Daniel Martímetadata: fix text wrapping on unicode characters
2016-01-04 Daniel Martímetadata: Always use regex to verify values
2016-01-04 Daniel MartíRemove redundant AntiFeatures bool check
2016-01-04 Daniel MartíMerge branch 'master' into 'master'
2016-01-03 Dominik GeorgeAdd Author Name and Author Email fields. (Closes: #90)
2015-12-31 Daniel Martílint: warn about spaces in summaries too
2015-12-31 Daniel Martígradle: stop trying to patch outputFile
2015-12-29 NeroBurnerhandle Queue
2015-12-29 NeroBurnerOctal numbers 0600 to 0o600
2015-12-29 NeroBurnerexcept named exception handling
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-29 Daniel MartíAdd NonFreeAssets anti-feature
2015-12-24 Daniel Martígradle: Completely get rid of gradlepluginver
2015-12-24 Daniel Martígradle: Never add lintOptions workaround
2015-12-16 Daniel MartíFix issues spotted by older pyflakes
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel MartíOpen metadata files in only one place
2015-12-07 Daniel Martílint: optionally check format
2015-12-07 Daniel Martílint: fix issue found by older version of pyflakes
2015-12-07 Daniel Martícheckupdates: fix --auto build copy
2015-12-07 Daniel Martístats: fix a few dict accesses left over
2015-12-05 Daniel Martíimport: fix get_default_app_info usage
2015-12-04 Daniel Martíscanner: remove jni check
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ílint: warn about target= in gradle builds
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-11-28 Daniel Martílint: more versatile /HEAD warning
2015-11-28 Daniel Martílint: catch links at the beginning too
2015-11-28 Daniel Martílint: also catch gitlab master links
2015-11-26 Daniel Martíupdate: remove icons when removing disabled builds
2015-11-26 Daniel Martíupdate: move apk icons to and from archive too
2015-11-26 Daniel Martíupdate: lower apps without apks logs to debug
2015-11-21 Daniel MartíDon't use paramiko with DEBUG
2015-11-18 Daniel Martíimport: don't crash due to missing id
2015-11-16 Daniel MartíDon't crash if AM.xml has no application element
2015-11-14 Daniel MartíDon't crash if no auto name is found
2015-11-14 Daniel Martíbuild: don't treat FDroidExceptions as unknown
2015-11-14 Daniel Martícommon: error if any glob paths are unused
2015-11-14 Daniel Martícheckupdates: find new subdirs for autonames too
2015-11-12 Daniel Martíscanner: don't warn about ignored files
2015-11-11 Daniel Martíinstall: filter out log messages better
next