2015-07-31 |
Hans-Christoph Steiner | get MIME types without strictly requiring python-magic
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | fix installing via OSX's easy_install
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | remove non-existant files from the MANIFEST.in
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | test new common.regsub_file() method that replaces...
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | use common.regsub_file() instead of Popen(sed)
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | show commented out examples for setting sdk_path and...
|
commit | commitdiff | tree |
2015-07-31 |
Hans-Christoph Steiner | run-tests: fix copying of urzip.apk into new repo
|
commit | commitdiff | tree |
2015-07-30 |
Hans-Christoph Steiner | run-tests: run `fdroid readmeta` after each --create...
|
commit | commitdiff | tree |
2015-07-24 |
Hans-Christoph Steiner | remove dependency on wget for 'build' and 'verify'
|
commit | commitdiff | tree |
2015-07-23 |
Hans-Christoph Steiner | update: warn if APK has a date that is newer than the...
|
commit | commitdiff | tree |
2015-07-23 |
Hans-Christoph Steiner | extend text char limits to match other app stores
|
commit | commitdiff | tree |
2015-05-14 |
Hans-Christoph Steiner | support all APK signing key types: DSA, EC, RSA
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | common.write_to_config(): if key doesn't exist in config...
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | tests: no need to dump the index.xml to the build log
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | `fdroid update --create-key` to create a keystore/key
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | move keystore gen logic to common function
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | move default keystore location to `keystore.jks`, i...
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | move genkey() and genpassword() to common.py for use...
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | make `fdroid update` check that it can sign the repo...
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | jenkins-build: always use speced dir for APK source
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | server: support plain paths as a serverwebroot
|
commit | commitdiff | tree |
2015-05-08 |
Hans-Christoph Steiner | server: delay deleting on the server for as long as...
|
commit | commitdiff | tree |
2015-01-21 |
Hans-Christoph Steiner | fix update.TestCase: remove unused SilentPopen import...
|
commit | commitdiff | tree |
2015-01-21 |
Hans-Christoph Steiner | fix install test by making sure common.options is set
|
commit | commitdiff | tree |
2015-01-21 |
Hans-Christoph Steiner | fix PEP8 E124 closing bracket missing visual indentation
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | if a build did verify against Binaries:, delete the...
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | if `meld` is available, use it to show differences...
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | if `apktool` is available, use it to decompress APKs...
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | fix typo in error message
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | uncompress using `jar xf` in a folder with the same...
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | make resulting dirs of compare_apks() have clearer...
|
commit | commitdiff | tree |
2015-01-12 |
Hans-Christoph Steiner | prevent `fdroid publish` from repeatedly downloading...
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | do not set sdk_path in config.py if using system-provided...
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | run all SDK tools commands using SdkToolsPopen
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | find cmds from SDK build-tools in a more flexible way...
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | added test case for common.isApkDebuggable()
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | switched last aapt call to use central config['aapt']
|
commit | commitdiff | tree |
2014-12-14 |
Hans-Christoph Steiner | remove redundant test_sdk_exists() call, its called...
|
commit | commitdiff | tree |
2014-11-17 |
Hans-Christoph Steiner | run-tests: properly handle zero and multiple args
|
commit | commitdiff | tree |
2014-11-17 |
Hans-Christoph Steiner | run-tests: make sure not to include the bad APKs in...
|
commit | commitdiff | tree |
2014-11-11 |
Hans-Christoph Steiner | server: always use same rsync destination path to allow...
|
commit | commitdiff | tree |
2014-11-11 |
Hans-Christoph Steiner | server: upload "current version" symlinks if requested
|
commit | commitdiff | tree |
2014-11-11 |
Hans-Christoph Steiner | remove url-unsafe characters from "current version...
|
commit | commitdiff | tree |
2014-11-11 |
Hans-Christoph Steiner | when symlinking current version of app, include gpg...
|
commit | commitdiff | tree |
2014-11-11 |
Hans-Christoph Steiner | static URLs to "Current Version" of each app
|
commit | commitdiff | tree |
2014-11-07 |
Hans-Christoph Steiner | include test cases for python getsig replacement
|
commit | commitdiff | tree |
2014-11-07 |
Hans-Christoph Steiner | move apk signature verification into getsig() function
|
commit | commitdiff | tree |
2014-11-07 |
Hans-Christoph Steiner | use jarsigner to verify the APK signature is valid
|
commit | commitdiff | tree |
2014-10-23 |
Hans-Christoph Steiner | add debug message to mark when syncing to Amazon S3...
|
commit | commitdiff | tree |
2014-10-23 |
Hans-Christoph Steiner | fix rsync's chmod on local copy
|
commit | commitdiff | tree |
2014-10-23 |
Hans-Christoph Steiner | check the syntax of included shell scripts in the pre...
|
commit | commitdiff | tree |
2014-10-23 |
Hans-Christoph Steiner | do not include timestamps in .gz files of docs
|
commit | commitdiff | tree |
2014-10-23 |
Hans-Christoph Steiner | jenkins: don't scan fdroidserver/ project for APKs
|
commit | commitdiff | tree |
2014-07-17 |
Hans-Christoph Steiner | default to Pillow for Python Imaging, that's what most...
|
commit | commitdiff | tree |
2014-07-14 |
Hans-Christoph Steiner | support lists/tuples in 'serverwebroot' config item
|
commit | commitdiff | tree |
2014-07-14 |
Hans-Christoph Steiner | update local_copy_dir rsync to handle FAT and filesystems...
|
commit | commitdiff | tree |
2014-07-14 |
Hans-Christoph Steiner | auto-clean newlines and spaces in repo/archive descriptions
|
commit | commitdiff | tree |
2014-07-14 |
Hans-Christoph Steiner | server init: replace ssh subprocess with paramiko
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | only move GPG signature if APK exists
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | run pre-commit hook as part of test suite
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | replace redundant build_tools check that breaks `fdroid...
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | fix bad syncing from local copy, force trailing slash...
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | check repo icons exist now before running through all...
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | use 'python2' everywhere since fdroidserver has not...
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | tests: create_fake_android_home should create old build...
|
commit | commitdiff | tree |
2014-07-01 |
Hans-Christoph Steiner | fix PEP8 fdroidserver/common.py:65:13: E126 continuation...
|
commit | commitdiff | tree |
2014-06-28 |
Hans-Christoph Steiner | tests: create a source tarball and use that to build...
|
commit | commitdiff | tree |
2014-06-28 |
Hans-Christoph Steiner | tests: by default, run on included urzip.apk
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | set version to v0.2
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | include getsig.java and opensc-fdroid.cfg in the source...
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | server update: mkdir 'archive' if it does not exist
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | server: --sync-from-local-copy-dir for updating from...
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | switch serverwebroot rsync to --archive for guaranteed...
|
commit | commitdiff | tree |
2014-06-27 |
Hans-Christoph Steiner | server: 'local_copy_dir' config/options to automate...
|
commit | commitdiff | tree |
2014-06-16 |
Hans-Christoph Steiner | run-tests: find current version of aapt in folder rather...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | tests: turn off unneeded debug logging during APK copying
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | server: specify an identity file for SSH when rsyncing
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | update: add stricter checking when updating repo index...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | tests: fix --android-home test to actually work
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | update name/description in examples/config.py
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | some APKs do not have a name, like system APKs
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | update: improve warning about APKs set to be debuggable
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | apps with no <uses-sdk> get strange values of minSdkVersion
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | update: skip APKs that cannot be parsed instead of...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | make FDroidPopen output based on --verbose
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | update: remove overly verbose message about icon sizing...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | jenkins: run git pre-commit hook for pep8, pyflakes...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | tests: specify dir for APKs as cmd line arg, and set...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | use 'metadata' name throughout: --createmeta to --create...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | tests: try `fdroid update` after adding an APK to an...
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | test: make sure `fdroid update -c` creates a full index.xml
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | init: make prompt for SDK path exit cleanly on Ctrl-C
|
commit | commitdiff | tree |
2014-06-05 |
Hans-Christoph Steiner | add more SDK checks: build-tools/19.0.3 and presense...
|
commit | commitdiff | tree |
2014-05-29 |
Hans-Christoph Steiner | fixes #12: make `fdroid update -c` do complete update...
|
commit | commitdiff | tree |
2014-05-29 |
Hans-Christoph Steiner | Fixes #8: if unknown APKs found, prompt to use -c or...
|
commit | commitdiff | tree |
2014-05-29 |
Hans-Christoph Steiner | fix PEP8 E128 continuation line under-indented for...
|
commit | commitdiff | tree |
2014-05-06 |
Hans-Christoph Steiner | fix PEP8 "E226 missing whitespace around arithmetic...
|
commit | commitdiff | tree |
2014-05-06 |
Hans-Christoph Steiner | fix PEP8 E124/E125/126/127/128 indentation issues
|
commit | commitdiff | tree |
2014-05-06 |
Hans-Christoph Steiner | fix PEP8 "E261 at least two spaces before inline comment"
|
commit | commitdiff | tree |
2014-05-06 |
Hans-Christoph Steiner | fix PEP8 "W391 blank line at end of file"
|
commit | commitdiff | tree |
next |