chiark / gitweb /
get MIME types without strictly requiring python-magic
[fdroidserver.git] / fdroidserver / common.py
2015-07-31 Hans-Christoph Steinerget MIME types without strictly requiring python-magic
2015-07-31 Hans-Christoph Steineruse common.regsub_file() instead of Popen(sed)
2015-07-27 Daniel MartíMerge branch 'some-compatibility-fixes' of https:/...
2015-07-25 Daniel MartíMerge branch 'no-refresh' of https://gitlab.com/aelmahm...
2015-07-24 Hans-Christoph Steinerremove dependency on wget for 'build' and 'verify'
2015-07-23 Hans-Christoph Steinerextend text char limits to match other app stores
2015-07-14 أحمد المحمودي (Ahm... Add an option to disable repository refresh
2015-07-05 Daniel MartíAlso find usual suspects in gradle files
2015-06-29 Daniel MartíAlways clean and reset all submodules
2015-06-18 Daniel MartíImprove xml string extracting support
2015-06-18 Daniel MartíReplace NDK r10d with r10e
2015-06-18 Daniel MartíBump build-tools to 22.0.1
2015-06-07 Daniel MartíAlways make sure that we don't encode None
2015-06-04 Daniel MartíProperly support escaped strings
2015-06-03 Daniel MartíDon't accept non-integer vercodes
2015-06-03 Daniel MartíWork around encoding issues when using xml files
2015-06-03 Daniel MartíDon't crash if an <application> has no android:label
2015-06-03 Daniel MartíFix PEP8 E225
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíNo need to walk the entire src/main subtree in gradle...
2015-06-03 Daniel MartíAlso use proper xml parsing when retrieving string...
2015-06-03 Daniel MartíAlso use xml parsing to obtain version from AM.xml...
2015-06-03 Daniel MartíUse proper AndroidManifest.xml parsing for labels ...
2015-06-03 Daniel MartíRemove "Srclibs:" from srclib metadata files
2015-05-15 Daniel MartíMake comma-separated list parsing code common
2015-05-14 Ciaran GultnieksMerge branch 'support-all-signing-key-types' into ...
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-10 Daniel MartíAdd COMMIT, VERSION and VERCODE recipe vars. Fixes #69
2015-05-08 Hans-Christoph Steinercommon.write_to_config(): if key doesn't exist in confi...
2015-05-08 Hans-Christoph Steinermove keystore gen logic to common function
2015-05-08 Hans-Christoph Steinermove default keystore location to `keystore.jks`, i...
2015-05-08 Hans-Christoph Steinermove genkey() and genpassword() to common.py for use...
2015-05-07 Daniel MartíDon't match gradle plugin import lines which are commented
2015-04-17 Daniel MartíMerge branch 'projectproperties' into 'master'
2015-04-17 Daniel MartíDon't try reading lines from directories
2015-04-16 micuFix project.properties dependency issue
2015-04-06 Daniel MartíWhen patching or checking plugin versions, use *.gradle
2015-04-02 Daniel MartíOther minor file reading fixes
2015-04-02 Daniel MartíAlways check that files actually are files before reading
2015-03-24 Daniel MartíForgot to bump build_tools in the configs
2015-01-31 Ciaran GultnieksSignature file names are not fixed
2015-01-31 Ciaran GultnieksNeed the information about what's different from verify...
2015-01-31 Parménides GVAdd function to verify apks via jarsigner
2015-01-31 Ciaran GultnieksHandle not-found package name gracefully
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksEnsure package names are valid
2015-01-26 Ciaran GultnieksRemove shell option from FDroidPopen
2015-01-21 Ciaran GultnieksMerge branch 'master' into 'master'
2015-01-21 Hans-Christoph Steinerfix PEP8 E124 closing bracket missing visual indentation
2015-01-13 Daniel MartíFix adding paths to the PATH env variable
2015-01-13 Daniel MartíFix issue introduced in 49549f4cad2097 (fixes #62)
2015-01-13 Ciaran GultnieksFix PEP8 issues from latest pull request
2015-01-12 Daniel MartíDon't limit gradle's forceversion to string literals
2015-01-12 Ciaran GultnieksMerge branch 'master' into 'master'
2015-01-12 Hans-Christoph Steinerif a build did verify against Binaries:, delete the...
2015-01-12 Hans-Christoph Steinerif `meld` is available, use it to show differences...
2015-01-12 Hans-Christoph Steinerif `apktool` is available, use it to decompress APKs...
2015-01-12 Hans-Christoph Steineruncompress using `jar xf` in a folder with the same...
2015-01-12 Hans-Christoph Steinermake resulting dirs of compare_apks() have clearer...
2015-01-11 Ciaran GultnieksRemove support for git-svn with authentication
2015-01-11 Ciaran GultnieksExtra debug logging when parsing manifests
2015-01-11 Ciaran GultnieksSanitise tags at point of reading
2015-01-06 Daniel MartíSet up the ndk in $PATH before each build
2015-01-06 Daniel MartíError if any scanignore/delete paths are useless
2015-01-05 Daniel MartíGradle cleaner: support multilines with backslashes
2015-01-04 Daniel MartíFix build passing madness (closes #55)
2015-01-04 Daniel MartíMerge branch 'fix_permission' of https://gitlab.com...
2015-01-04 Daniel MartíNever let build['ndk_path'] be None
2015-01-02 Daniel MartíAdd NDK r10d, this time alongside r9b
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-12-31 Daniel MartíMake dump xmltree and dump badging silent again
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-23 Daniel MartíFix FDroidPopen refactor typo
2014-12-23 Daniel MartíCatch new version of outputFile
2014-12-14 Daniel MartíRemove SilentPopen for consistency with SdkToolsPopen
2014-12-14 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-12-14 Hans-Christoph Steinerdo not set sdk_path in config.py if using system-provid...
2014-12-14 Hans-Christoph Steinerrun all SDK tools commands using SdkToolsPopen
2014-12-14 Hans-Christoph Steinerfind cmds from SDK build-tools in a more flexible way...
2014-12-14 Hans-Christoph Steinerswitched last aapt call to use central config['aapt']
2014-12-14 Hans-Christoph Steinerremove redundant test_sdk_exists() call, its called...
2014-12-12 Daniel MartíBump build-tools again to 21.1.2
2014-12-12 Daniel MartíUpdate build-tools to 21.1.1
2014-11-17 Ciaran GultnieksMerge branch 'current-version-links' into 'master'
2014-11-11 Hans-Christoph Steinerstatic URLs to "Current Version" of each app
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-24 Daniel MartíFix all pep8 warnings
2014-10-24 Ciaran GultnieksSupport for publishing signed binaries from elsewhere
2014-10-22 Daniel MartíBump build-tools to 21.0.2
2014-09-25 Daniel Martí'ndk_path' will always be in the config
2014-09-25 Daniel MartíCreate local.properties if it doesn't exist
2014-09-16 Daniel MartíName config args thisconfig to avoid confusion with...
2014-09-15 Daniel MartíFix issue where gradle=yes would be removed by rewritemeta
2014-09-15 Daniel Martíconfig['sdk_path'] will never be None, behave properly...
2014-09-15 Daniel MartíOnly expand paths on config items that can actually...
2014-09-15 Daniel MartíKeep consistency in config defaults and writes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
next