chiark / gitweb /
fdroidserver.git
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
2015-11-07 Ciaran GultnieksFix 'set default java'
2015-11-05 Daniel MartíBump build-tools to 23.0.2
2015-11-05 Ciaran GultnieksIf we're using a jessie buildserver, we need backports...
2015-11-03 Daniel MartíInstall Java 1.8 alongside 1.7 for retrolambda
2015-11-03 Daniel MartíFix example config default
2015-11-01 Daniel Martírun-tests: Don't set -x until option parsing is done
2015-11-01 Daniel Martírun-tests: Don't show echo_header commands
2015-11-01 Daniel Martítests: allow running ./tests/run-tests
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 Reiner Herrmanndocs: reproducibly build docs by using deterministic...
2015-10-30 Reiner Herrmanndocs: clear timestamp embedded in DVI comment field
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-25 Daniel MartíFix gradle-2.8 checksum
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
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
next