summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fail to validate if AppData screenshots are duplicatedRichard Hughes2017-08-033-1/+10
* build: Make gperf dependency fully requiredPhilip Withnall2017-08-031-14/+13
* meson: introspection optionalPatrick Ohly2017-07-261-16/+18
* Support CompulsoryForDesktops in YAMLIain Lane2017-07-101-0/+11
* Update the SPDX license list to 2.6Richard Hughes2017-07-051-1/+6
* Skip loading desktop data from Snap directory.Robert Ancell2017-06-281-0/+4
* Add <id> kinds for application providesRichard Hughes2017-06-272-0/+6
* Validate the <id> format according to the specRichard Hughes2017-06-272-2/+39
* trivial: Fix up several small memory leaksRichard Hughes2017-06-223-9/+11
* trivial: Ensure every app has format set before adding to storeRichard Hughes2017-06-221-0/+7
* as-app-builder: Don't cast gsize to guint32 when getting file lengthIain Lane2017-06-161-2/+2
* Do not enforce that the project_group is a valid environment_idRichard Hughes2017-06-022-5/+3
* trivial: Fix a warning message to be more clearRichard Hughes2017-06-011-1/+1
* trivial: Prevent crash when a sanity check failsRichard Hughes2017-06-011-0/+2