chiark / gitweb /
fdroidserver.git
2016-01-26 Hans-Christoph... makebuildserver: set debian mirror in config file only
2016-01-26 Hans-Christoph... makebuildserver: use jessie32.box from cache, if present
2016-01-24 Daniel Martíscanner: Allow clojars.org maven repository
2016-01-22 Hans-Christoph... Merge branch 'master' into 'master'
2016-01-21 Daniel MartíMerge branch 'makebuildserver-for-debian-jenkins' into...
2016-01-21 Hans-Christoph... makebuildserver: delete cached files with zero size
2016-01-21 Hans-Christoph... makebuildserver: cache defaults to ~/.cache/fdroidserver
2016-01-21 Hans-Christoph... makebuildserver: set defaults in script so it can run...
2016-01-21 Hans-Christoph... makebuildserver: set default Debian mirror to http...
2016-01-21 Hans-Christoph... name makebuildserver config the same as the script
2016-01-21 Hans-Christoph... run-tests: verbose output for `fdroid update` to aid...
2016-01-14 Daniel MartíApparently Python cannot handle Unicode
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-09 Daniel Martífdroid: python2 doesn't like print()
2016-01-05 Daniel MartíAdd Gradle 2.10 to the BS
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íREADME: Note that Python 2.7.7+ is supported
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íSmall gradle wrapper fix
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-10 Daniel MartíMerge branch 'summarylength' into 'master'
2015-12-10 Boris Krautdocs: Adjust summary length
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-12-02 Daniel Martígradle script: properly iterate over known versions
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-21 Daniel MartíFix ndk always being reinstalled
2015-11-20 Daniel MartíAdd gradle 2.9 to the BS
2015-11-20 Daniel MartíInstall build-tools from the cache too
2015-11-20 Daniel MartíDownload platforms via makebuildserver
2015-11-20 Daniel MartíAdd qt5 to the buildserver
2015-11-20 Daniel Martífdroidbuild-general: split packages in lines
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-12 Daniel MartíBump to 0.5.0 0.5.0
2015-11-11 Daniel Martíinstall: filter out log messages better
2015-11-10 Daniel Martíscanner: Ignore certain binary executable files
2015-11-10 Daniel Martíscanner: ignore .DS_Store files
2015-11-07 Daniel MartíFix buildserver debian stable java paths
2015-11-07 Ciaran GultnieksRoot required to set default java
next