chiark / gitweb /
support app metadata in YAML format
[fdroidserver.git] / fdroidserver /
2015-09-01 Hans-Christoph Steinersupport app metadata in YAML format
2015-09-01 Hans-Christoph Steinerset appid in get_default_app_info_list()
2015-09-01 Hans-Christoph Steinerconsolidate all post-parse metadata checks
2015-09-01 Hans-Christoph Steinereliminate Boolean metadata type, only 'bool' is needed
2015-09-01 Hans-Christoph Steinersupport app metadata in XML format
2015-09-01 Hans-Christoph Steinerconvert internal representation of AntiFeatures to...
2015-09-01 Hans-Christoph Steinermetadata: store comments in lists since lists are used...
2015-09-01 Hans-Christoph Steinerin JSON metadata, convert unicode to str to match the...
2015-09-01 Hans-Christoph Steinermove metadata post-parse processing to reusable function
2015-09-01 Hans-Christoph Steinersupport app metadata in JSON format
2015-09-01 Hans-Christoph Steineruse common method to set up defaults in metadata dict
2015-09-01 Hans-Christoph Steinermetadata: rename parse_metadata() to parse_txt_metadata()
2015-09-01 Daniel MartíMove requests code out of common.py, closes #114
2015-08-31 Daniel Martílint: fixed list false positives, no need for utf
2015-08-31 Daniel Martílint: warn about duplicate lines
2015-08-31 Daniel Martílint: catch more incorrect lists
2015-08-30 Daniel Martílint: stop accepting Office as valid category
2015-08-30 Daniel Martílint: accept new category Sports & Health
2015-08-30 Daniel Martílint: accept all new categories
2015-08-30 Daniel Martílint: new category
2015-08-30 Daniel Martílint: Wallpaper is now called Theming
2015-08-30 Daniel Martílint: remove Children as valid category
2015-08-29 Daniel MartíMove scan_source into scanner.py
2015-08-29 Daniel Martílint: complain about unwrapped descriptions
2015-08-29 Daniel MartíSimplify some file logic with "with"
2015-08-29 Daniel Martístats: better exit message
2015-08-29 Daniel Martístats: write known apks in natural order
2015-08-29 Daniel MartíSimlify known_apks writing
2015-08-28 Daniel MartíAdd missing -v and -q to readmeta
2015-08-28 Daniel Martílint: better footer output logic
2015-08-28 Daniel Martílint: warn about unlinkified links
2015-08-28 Daniel Martímetadata: error on url titles that aren't
2015-08-28 Daniel Martílint: complain if link url isn't a url
2015-08-28 Daniel MartíRevert "metadata: complain if link url isn't a url"
2015-08-28 Daniel Martílint: format descriptions too
2015-08-28 Daniel Martímetadata: complain if link url isn't a url
2015-08-28 Daniel Martímetadata: fix harmless typo
2015-08-27 Ciaran GultnieksMerge branch 'per-app-repos' into 'master'
2015-08-27 Daniel MartíAlso force https on bitbucket
2015-08-27 Daniel MartíDon't use lint to warn about google code
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-25 Hans-Christoph Steinerserver: switch Amazon AWS S3 upload to streaming mode
2015-08-25 Hans-Christoph Steinernew config option: per-app repos to support nightly...
2015-08-25 Hans-Christoph Steinerscan_apks() sets cachechanged, so no tricks needed
2015-08-24 Daniel Martílint: warn about /master/ usage
2015-08-24 Daniel Martícheckupdates: be more verbose with tags
2015-08-24 Daniel MartíAdd support for gradle properties via gradleprops
2015-08-20 Daniel Martíconfig: bump default build_tools after update in BS
2015-08-20 Daniel MartíMerge branch 'two-fixes' into 'master'
2015-08-19 Hans-Christoph Steinerbuild: improve regsub pattern for setting buildToolsVersion
2015-08-19 Daniel MartíOnly do the magic import/except dance once
2015-08-19 Daniel Martílint: also do http warnings on descriptions
2015-08-19 Daniel Martílint: better type safety
2015-08-19 Daniel MartíWarn about url shorteners being used
2015-08-19 Daniel MartíWarn about misplaced flattr donation links
2015-08-18 Daniel Martíimport: remove support for gitorious
2015-08-18 Daniel Martíimport: remove google code support
2015-08-18 Daniel Martílint: Update Check Name with unchanged app id
2015-08-18 Daniel MartíFix type issue
2015-08-14 Daniel MartíAlso enforce https on urls without path
2015-08-14 Daniel Martílint: warn about CVCs that don't make sense
2015-08-14 Daniel MartíLine numbers start at 1, not 0
2015-08-14 Daniel MartíAdd "Update Check Name:Ignore"
2015-08-14 Daniel Martílint: Fix unicode issues in list warnings
2015-08-14 Daniel Martílint: don't warn multiple times about lists
2015-08-14 Daniel Martílint: warn about incorrect lists
2015-08-13 Ciaran GultnieksFix multiple errors in get_mime_type
2015-08-09 Daniel MartíMerge branch 'fix-custom-buildToolsVersion' into 'master'
2015-08-08 Lode Hostefix gradle adaptation for custom buildToolsVersion...
2015-08-05 Daniel Martílint: complain about UCMs that haven't been used
2015-08-05 Daniel MartíProperly default to NDK r10e 0.4.0
2015-08-03 Ciaran GultnieksMerge branch 'update-install' into 'master'
2015-08-03 Ciaran GultnieksMerge branch 'bsd-osx-porting-and-tests' into 'master'
2015-07-31 Hans-Christoph Steinersupport egg-link format when installed from git repo
2015-07-31 Hans-Christoph Steinerchmod keystore after checking whether it was created
2015-07-31 Hans-Christoph Steinersupport installing as a Python .egg
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-30 Daniel Martílint: exit with an error code if any errors are found
2015-07-30 Daniel MartíAlso use OptionParser in readmeta to add -h/--help
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-25 Daniel MartíBe more specific about empty build flags
2015-07-24 Hans-Christoph Steinerremove dependency on wget for 'build' and 'verify'
2015-07-23 Hans-Christoph Steinerupdate: warn if APK has a date that is newer than the...
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 Ciaran GultnieksFix update fail when icons are missing
2015-06-29 Daniel MartíAlways clean and reset all submodules
2015-06-28 Daniel MartíHotfix: Client 0.92 breaks if web/source/tracker are...
2015-06-26 Daniel MartíStable clients understand UpstreamNonFree now
2015-06-26 Daniel MartíHotfix for 7b68b90569 - don't cal .split() on None
2015-06-26 Daniel Martíupdate: never include empty elements in the index
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-17 Daniel Martílint: start warning about invalid categories
2015-06-09 Daniel MartíBump index version to 13: <changelog> added
2015-06-09 Daniel Martíupdate: don't always place the changelog element
next