chiark / gitweb /
Merge branch 'patch-1' into 'master'
[fdroidserver.git] / fdroidserver /
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
2015-11-10 Daniel Martíscanner: Ignore certain binary executable files
2015-11-10 Daniel Martíscanner: ignore .DS_Store files
2015-11-05 Daniel MartíBump build-tools to 23.0.2
2015-11-03 Daniel MartíInstall Java 1.8 alongside 1.7 for retrolambda
2015-11-01 Daniel Martícheckupdates: check packages in AM.xml files too
2015-10-31 Daniel Martíscanner: allow apache.org maven repo
2015-10-30 Daniel Martícheckupdates: work around multiple package ids
2015-10-27 Daniel Martícheckupdates: better "no tags" messages
2015-10-27 Daniel Martícheckupdates: no need to sort tags if len()<=5
2015-10-26 Daniel MartíAlso fix local.prop files before subdir
2015-10-26 Daniel Martícheckupdates: don't blindly accept subdir
2015-10-26 Daniel Martícheckupdates: compare CVs as ints, not strs
2015-10-25 Daniel MartíAdd an extra strip() to work around tostring issue
2015-10-25 Daniel Martícheckupdates: never auto-update to older versions
2015-10-25 Daniel Martícommon: Compile more regexes only once
2015-10-25 Daniel MartíDon't double check package name
2015-10-25 Daniel Martícheckupdates: don't ignore root directory
2015-10-25 Daniel Martícheckupdates: Make RepoManifest change subdir too
2015-10-25 Daniel Martícheckupdates: let Tags detect subdir changes
2015-10-25 Daniel MartíBe consistent about root_dir/build_dir naming
2015-10-25 Daniel MartíFix a small indentation issue
2015-10-24 Daniel Martílint: fix unlinkified links regex
2015-10-24 Daniel Martíupdate: fix for 0fa6aac2881
2015-10-24 Daniel MartíAlso replace git@gitlab.com submodule urls
next