- 24 Nov, 2020 2 commits
-
-
Adrien Plazas authored
hack: Only allow a single component See merge request !14
-
Adrien Plazas authored
assets: Use higher resolution icons for Animatch and SuperTuxKart See merge request !13
-
- 19 Nov, 2020 1 commit
-
-
Guido Gunther authored
-
- 12 Nov, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
-
- 06 Nov, 2020 2 commits
-
-
Adrien Plazas authored
data: List compatible form-factors See merge request !12
-
Adrien Plazas authored
This will allow the app to be available in Phosh and PureOS Store.
-
- 03 Nov, 2020 2 commits
-
-
Adrien Plazas authored
data: Make the featured apps relevant to the Librem 5 See merge request Librem5/pureos-store!11
-
Adrien Plazas authored
-
- 30 Oct, 2020 9 commits
-
-
Adrien Plazas authored
Add provides/conflicts: See merge request Librem5/pureos-store!10
-
Guido Gunther authored
We basically want to replace gnome-software atm so we have Conflicts: but also want Provides: so an update works without removing meta packages.
-
Guido Gunther authored
debian: Conflicts with gnome-software et al. See merge request Librem5/pureos-store!7
-
Adrien Plazas authored
-
Adrien Plazas authored
Add ci pipeline See merge request Librem5/pureos-store!9
-
Adrien Plazas authored
Fix some missing rebrandings See merge request Librem5/pureos-store!8
-
Guido Gunther authored
It's 2020 and having CI test the build and having debs for download is so much nicer for validating MRs.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
- 27 Oct, 2020 2 commits
-
-
Adrien Plazas authored
appdata: Don't assume app IDs don't finish by .desktop See merge request Librem5/pureos-store!6
-
Adrien Plazas authored
This better handles the format of the sm.puri.sphosh force-adaptive setting.
-
- 26 Oct, 2020 4 commits
-
-
Adrien Plazas authored
gschema: Drop the compatible-applications setting See merge request Librem5/pureos-store!5
-
Adrien Plazas authored
appstream: Ensure the forced device compatibility setting exist See merge request Librem5/pureos-store!4
-
Adrien Plazas authored
It was accidentally left in a previous commit and is unused.
-
Adrien Plazas authored
Don't use the device compatibility settings if it doesn't exist, as it is possible because it is provided by another application and that would lead to a crash.
-
- 23 Oct, 2020 2 commits
-
-
Adrien Plazas authored
appstream: Force device compatibility via a Phosh setting See merge request Librem5/pureos-store!3
-
Adrien Plazas authored
This checks application IDs listed in the `sm.puri.phosh force-adaptive` setting to force adding the device compatibility kudo to the listed applications.
-
- 20 Oct, 2020 5 commits
-
-
Adrien Plazas authored
Various compatible app filtering Closes #1 See merge request Librem5/pureos-store!2
-
Adrien Plazas authored
This will avoids some apps to be incorrectly flagged as compatible with the device until the chassis information is being retrieved.
-
Adrien Plazas authored
This is necessary to filter apps based on the device compatibility kudo. Fixes Librem5/pureos-store#1
-
Adrien Plazas authored
This is necessary to filter apps based on the device compatibility kudo. Fixes Librem5/pureos-store#1
-
Adrien Plazas authored
It was accidentally left when reworking code.
-
- 19 Oct, 2020 8 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
Hide apps non-compatible with the device See merge request !1
-
Adrien Plazas authored
This avoids presenting non-compatible applications to the users on the category pages.
-
Adrien Plazas authored
This avoids presenting non-compatible applications to the users on the overview.
-
Adrien Plazas authored
It was left broken by a previous commit.
-
Adrien Plazas authored
This lets the users know if an app is compatible with their device.
-
Adrien Plazas authored
This kudo will be given if: - the chassis is 'handset' and the app declares the mobile form factor; - the chassis is 'desktop' or 'laptop' and the app declares the workstation form factor or none; - the chassis is anything else. The compatible form factors will be checked via the following AppStream metainfo nodes: <?xml version="1.0" encoding="UTF-8"?> <component type="desktop"> … <custom> <value key="Purism::form_factor">workstation</value> <value key="Purism::form_factor">mobile</value> </custom> … </component>
-
- 14 Oct, 2020 1 commit
-
-
Adrien Plazas authored
This will allow apps to device compatibility info.
-
- 05 Oct, 2020 1 commit
-
-
Adrien Plazas authored
-