- 24 Nov, 2020 18 commits
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This better handles the format of the sm.puri.sphosh force-adaptive setting.
-
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.
-
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.
-
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 #1
-
Adrien Plazas authored
This is necessary to filter apps based on the device compatibility kudo. Fixes #1
-
Adrien Plazas authored
It was accidentally left when reworking code.
-
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>
-
Adrien Plazas authored
This will allow apps to device compatibility info.
-
Adrien Plazas authored
-
Adrien Plazas authored
This reverts commit 8e0ddc87.
-
- 23 Sep, 2020 22 commits
-
-
Adrien Plazas authored
This avoids the dialog being too wide by default.
-
Adrien Plazas authored
Make the headerbar not show its "close" back button when the additional back button is visible.
-
Adrien Plazas authored
It's not worth showing poorly sized desktop screenshots on a phone.
-
Adrien Plazas authored
This makes it fit phones.
-
Adrien Plazas authored
This makes it work on mobile but not on desktops.
-
Adrien Plazas authored
This makes it work on mobile but not on desktops.
-
Adrien Plazas authored
This helps it work well on mobile but not on desktops.
-
Adrien Plazas authored
This makes it work better on phones but less well on desktops.
-
Adrien Plazas authored
Shuffle the layout a bit to better work on phones, but less well on desktops.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This conflicts with the one from the view switcher.
-
Adrien Plazas authored
-
Adrien Plazas authored
This makes the header work in both desktops and mobiles.
-
Adrien Plazas authored
This prevents the window from being stupidly small.
-
Adrien Plazas authored
Make it work well on desktops and phones alike.
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-