summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Add as_version_string() for fwupdwip/hughsie/runtime-versionRichard Hughes2018-04-193-0/+56
* Add as_store_get_app_by_launchable()Richard Hughes2018-04-182-0/+40
* Veto apps that have empty OnlyShowIn=Kalev Lember2018-04-171-1/+4
* trivial: Add the missing <requires> enum typesRichard Hughes2018-04-122-0/+18
* Add support for component agreementsRichard Hughes2018-04-1114-2/+1062
* Correctly compare version numbers like '1.2.3' and '1.2.3a'Richard Hughes2018-04-092-33/+28
* Add as_utils_unique_id_match()Richard Hughes2018-03-153-7/+78
* trivial: Fix the introspection for as_app_get_metadata()Richard Hughes2018-03-121-1/+1
* Add AS_IMAGE_LOAD_FLAG_ALWAYS_RESIZE to always resize the pixbufRichard Hughes2018-03-092-0/+13
* trivial: Fix up a build warning from a recent commitRichard Hughes2018-03-081-1/+1
* Correctly validate files using OR in the metadata_licenseRichard Hughes2018-03-081-10/+38
* Update the SPDX license list to v3.0Richard Hughes2018-03-083-116/+164
* trivial: Never add duplicated <requires> nodes for componentsRichard Hughes2018-02-233-0/+46
* Do not fail to validate if the timestamps are out of orderRichard Hughes2018-02-212-24/+2
* Never include '&' in attribute valuesRichard Hughes2018-01-302-4/+9
* Add support for release typesRichard Hughes2018-01-253-4/+115
* Fix an invalid read when using as_app_parse_data() from PythonRichard Hughes2018-01-244-22/+79
* as-app-desktop: don't deference invalid listsMarco Trevisan (TreviƱo)2018-01-231-4/+4
* Don't expect an enum when really passing a bitfieldRichard Hughes2018-01-225-77/+71
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-224-20/+20
* Fix a crash when calling as_release_add_location() directlyRichard Hughes2018-01-221-0/+1
* trivial: Add missing types from the IntrospectionRichard Hughes2018-01-221-0/+2
* trivial: Fix regression when parsing XML AppData filesRichard Hughes2017-12-191-1/+1
* Do not use an 'enable' prefix for meson argumentsRichard Hughes2017-12-181-3/+3
* Describe connection problems/HTTP errors when validating imagessuve2017-12-171-3/+11
* Add as_app_parse_data()Richard Hughes2017-12-152-37/+63
* Add as_store_get_apps_by_provide()Richard Hughes2017-12-143-0/+55
* Fix compile with GCab v1.0Richard Hughes2017-12-141-1/+1
* trivial: Check for duplicate content ratings sections with the same kindRichard Hughes2017-12-093-0/+19
* Support OARS v1.1 additionsRichard Hughes2017-12-091-1/+35
* Never change the default screenshot when processing AppDataRichard Hughes2017-12-092-0/+31
* Fix the arithmetic when fitting an image in 16:9Joaquim Rocha2017-11-101-1/+3
* Add the 'hardware' requires typeRichard Hughes2017-10-313-1/+13
* Add support for URL launchable typesRichard Hughes2017-10-232-0/+6
* trivial: Fix up the documentation for the SERVICE launchable typesRichard Hughes2017-10-231-2/+4
* Add new launchable types from the 0.11 series of the specMarius Vollmer2017-10-162-0/+10
* trivial: Use a helper macro to make the bit-shifting easier to readRichard Hughes2017-10-131-3/+5
* Add AS_VERSION_PARSE_FLAG_USE_BCD when formatting version stringsRichard Hughes2017-10-123-0/+26
* Add as_app_get_screenshot_default()Richard Hughes2017-10-093-1/+21
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-095-53/+31
* trivial: Fix a possible out-of-bounds read in as_markup_import()Richard Hughes2017-10-091-3/+4
* lib/app-validate: Fix typo in variable namePhilip Withnall2017-10-021-4/+4
* Add as_app_get_release_by_version()Richard Hughes2017-09-143-0/+30
* Do not assign "flatpak" as an app's origin when no origin was foundJoaquim Rocha2017-09-061-2/+5
* libappstream-glib/self-test: Add some additional checksPhilip Withnall2017-08-201-1/+3
* libappstream-glib: Use g_ascii_strcasecmp() instead of strcasecmp()Philip Withnall2017-08-151-1/+1
* trivial: Only run the speed tests when doing the slow self testsRichard Hughes2017-08-061-5/+7
* trivial: Fix the self tests from the last commitRichard Hughes2017-08-061-8/+4
* Do not check the suffix of <id> tagsRichard Hughes2017-08-061-41/+6
* Allow remote icon types for desktop AppData filesRichard Hughes2017-08-041-5/+8