]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - data/id.waydro.waydroid.metainfo.xml
Update github issue template
[waydroid.git] / data / id.waydro.waydroid.metainfo.xml
1 <!-- Copyright 2023 Waydroid -->
2 <?xml version="1.0" encoding="UTF-8"?>
3 <component type="desktop-application">
4 <id>id.waydro.waydroid</id>
5
6 <name>Waydroid</name>
7 <summary>Run Android apps natively alongside desktop programs</summary>
8
9 <metadata_license>CC0-1.0</metadata_license>
10 <project_license>GPL-3.0-only</project_license>
11
12 <url type="homepage">https://waydro.id/</url>
13 <url type="bugtracker">https://github.com/waydroid/waydroid/issues</url>
14 <url type="faq">https://docs.waydro.id/faq</url>
15 <url type="help">https://matrix.to/#/#waydroid:mrcyjanek.net</url>
16 <url type="donation">https://opencollective.com/waydroid/donate</url>
17 <url type="translate">https://gaijinent.com/contacts</url>
18 <url type="contact">https://matrix.to/#/#waydroid:mrcyjanek.net</url>
19
20 <supports>
21 <control>pointing</control>
22 <control>keyboard</control>
23 <control>touch</control>
24 <control>tablet</control>
25 </supports>
26
27 <description>
28 <p>
29 Waydroid is a container-based approach to boot a full Android system on a regular GNU/Linux system. The Android system inside the container has direct access to needed hardware through LXC and the binder interface.
30 </p>
31 </description>
32
33 <launchable type="desktop-id">Waydroid.desktop</launchable>
34 <screenshots>
35 <screenshot type="default">
36 <image>https://waydro.id/assets/images/hero/main_landing.jpeg</image>
37 </screenshot>
38 <screenshot>
39 <image>https://waydro.id/assets/images/hero/Group%201.png</image>
40 </screenshot>
41 <screenshot>
42 <image>https://waydro.id/assets/images/hero/clean_desktop.jpeg</image>
43 </screenshot>
44 </screenshots>
45
46 <!-- Update to latest release information -->
47 <releases>
48 <release version="1.3.4" date="2022-12-14"/>
49 </releases>
50
51 <content_rating type="oars-1.1">
52 <content_attribute id="social-chat">intense</content_attribute>
53 <content_attribute id="social-info">intense</content_attribute>
54 <content_attribute id="social-audio">intense</content_attribute>
55 <content_attribute id="social-location">intense</content_attribute>
56 <content_attribute id="social-contacts">intense</content_attribute>
57 </content_rating>
58
59 </component>