chiark / gitweb /
Properly complete partially written vercodes
[fdroidserver.git] / fdroidserver /
2014-04-18 Daniel MartíCount warnings and apps in lint
2014-04-18 Daniel MartíAdd summary-related lint warnings
2014-04-17 Daniel MartíOnly do the latest five tags when using UCM:Tags on git
2014-04-17 Daniel MartíNo longer use universal_newlines
2014-04-17 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-16 Daniel MartíAlso ignore .bzr when scanning
2014-04-15 Daniel MartíAlso glob the 'rm' field
2014-04-15 Daniel MartíGlob scanignore and scandelete
2014-04-15 Daniel MartíRewrite much of the source scanner
2014-04-15 Daniel MartíFix: some apks have a zip mimetype instead of a jar one
2014-04-15 Daniel MartíFix apk path on gradle builds with many subdirs
2014-04-11 Daniel MartíSupport gradle variables without an equals sign
2014-04-11 Daniel MartíFix counting of scanner problems
2014-04-11 Ciaran GultnieksPoint wiki current/history links to gitlab
2014-04-10 Daniel MartíFix Categories: default value
2014-04-10 Ciaran GultnieksAdd buildserver details to AndroidManifest.xml
2014-04-10 Ciaran GultnieksPut commit hash of fdroidserver in use onto buildserver
2014-04-10 Ciaran GultnieksSupport different identity file structures
2014-04-10 Ciaran GultnieksFix snapshot logging error
2014-04-08 Daniel MartíSpecify that scanner warnings are not counted
2014-04-08 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-07 Hans-Christoph Steineradd note about automatically generated signing key...
2014-04-07 Hans-Christoph Steinerwarn user if smartcard keystore is set but opensc is...
2014-04-07 Hans-Christoph Steinersupport repo signing with a key on a smartcard
2014-04-07 Hans-Christoph Steinerfix bug setting repo_keyalias in init
2014-04-07 Hans-Christoph Steinerfix bug listing new key created in init
2014-04-07 Hans-Christoph Steinerif keystore is given as arg to init, create keystore...
2014-04-07 Hans-Christoph Steiner'smartcardoptions' config item for setting up HSMs...
2014-04-07 Hans-Christoph Steinermake repo_keyalias like a config option: leave it comme...
2014-04-07 Hans-Christoph Steineruse default keystore path when generating a new setup...
2014-04-07 Hans-Christoph Steinerwhen generating config.py during init, uncomment change...
2014-04-07 Hans-Christoph Steinerimproved error messages related to missing/non-function...
2014-04-04 Ciaran GultnieksValidate publish-related file existence before proceeding
2014-04-04 Ciaran GultnieksUse keystore options correctly
2014-04-03 Ciaran GultnieksSwitch back to paramiko for all modules
2014-04-03 Daniel MartíAvoid printing the dir ''
2014-04-03 Daniel MartíMake pylint happy about re-using the 'added' var
2014-04-03 Daniel Martíscan_source: print problems, only return the total...
2014-04-02 Daniel MartíAdd default repotype() to make pylint happy
2014-04-01 Daniel MartíFix output naming, remove redundant lstrip()
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/138' of gitorious...
2014-04-01 Hans-Christoph Steinerfix genkey key listing in `fdroid init`
2014-04-01 Hans-Christoph Steineroops, include common. to call write_password_file()
2014-04-01 Hans-Christoph Steinermove fdroid-icon.png to examples/
2014-04-01 Hans-Christoph Steinerimproved warning when trying to init a dir with stuff...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Daniel MartíFix bankdroid build
2014-04-01 Daniel MartíFix apk path on gradle builds where both subdir and...
2014-04-01 Daniel MartíAdd keyaliases config default
2014-04-01 Hans-Christoph Steinerset the default keystore to the same as the default...
2014-04-01 Hans-Christoph Steinerfix example files install in setup.py
2014-04-01 Hans-Christoph Steinerstop passing passphrases via args, instead use prepared...
2014-03-31 Daniel MartíFix indexing issue with recursive srclibs
2014-03-28 Daniel MartíBetter identify empty licenses
2014-03-27 Daniel MartíError if buildjni= is present but no native code was...
2014-03-27 Daniel MartíStart rewriting git@github submodues to use https
2014-03-27 Daniel MartíOnly make lists if a space follows the # or * sign
2014-03-25 Daniel MartíRevert "Wrap maintainer notes in <pre> to keep newlines...
2014-03-24 Daniel MartíWrap maintainer notes in <pre> to keep newlines and...
2014-03-24 Daniel MartíFormatting fail
2014-03-24 Daniel MartíAlways run ndk-build with -j1
2014-03-24 Daniel MartíAvoid some false positives in the punctuation check
2014-03-22 Daniel MartíIf given --verbose, don't print the whole error log...
2014-03-21 Daniel MartíAlso show error messages when coming from UCM:Tags
2014-03-21 Daniel MartíBetter gradle signing keys regexes
2014-03-21 Daniel MartíInclude possible src/AndroidManifest.xml gradle manifes...
2014-03-21 Daniel MartíProperly show checkupdates error messages
2014-03-21 Daniel MartíFix checkupdates appid managing
2014-03-21 Daniel MartíDon't use 'yes' as flavour
2014-03-19 Daniel MartíDon't crash when using gradle=yes
2014-03-18 Daniel MartíAdd "Update Check Name" for Tags/RM apps that programma...
2014-03-18 Daniel MartíSupport auto names on gradle projects
2014-03-18 Daniel MartíMake SilentPopen use FDroidPopen, switch a few from...
2014-03-18 Daniel MartíPrint version names and srclibs for reference
2014-03-18 Daniel MartíA couple more rules for lint
2014-03-18 Daniel MartíMake "reading config.py" a debug print
2014-03-18 Daniel MartíSeparate lint messages into warnings and pedantic warnings
2014-03-18 Daniel MartíProperly use logging.warn in some places
2014-03-17 Daniel MartíTry to fix <pre> issues on large lastbuilds
2014-03-17 Daniel MartíCapitalize gradle flavour commands to avoid confusion
2014-03-16 Daniel MartíProperly identify jar files
2014-03-16 Ciaran GultnieksCorrection to 6b309aff
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksDon't look for strings in unrelated projects
2014-03-16 Ciaran GultnieksExtra debug logging for autoname gathering
2014-03-16 Ciaran GultnieksSimplify/unify checkupdates file write and commit message
2014-03-15 Ciaran GultnieksFormatting
2014-03-15 Ciaran GultnieksDon't skip checkupdates commits due to no message
2014-03-13 Daniel MartíAlso strip project.properties of ant keysigning options
2014-03-11 Daniel MartíTreat None and Static UCMs equally when doing checkupdates
2014-03-11 Ciaran GultnieksClarify non-auto-update error message
2014-03-11 Ciaran GultnieksDon't do autoname when update checking is disabled
2014-03-11 Daniel MartíAlways write Auto Name changes
2014-03-09 Daniel MartíBump default build-tools version
2014-03-05 Daniel MartíDon't reset a repo if its .fdroidvcs file ends with...
2014-03-05 Daniel MartíRemove gradle wrapper binaries and scripts
2014-03-04 Ciaran GultnieksMinor typo fix
2014-03-04 Ciaran GultnieksRemove apks with no metadata (unless told to create it)
2014-03-02 Daniel MartíDon't add an extra space to git svn clone
2014-02-28 Daniel MartíFix gradle patching in a more generic way
next