gnome-software:wip/cdavis/browsing-view

Last commit made on 2022-10-12
Get this branch:
git clone -b wip/cdavis/browsing-view https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
wip/cdavis/browsing-view
Repository:
lp:gnome-software

Recent commits

8d5fa98... by Christopher Davis <email address hidden>

shell: Use AdwBrowsingView instead of AdwLeaflet

AdwBrowsingView is a new widget made to help developers
implement the browsing pattern (see https://developer.gnome.org/hig/patterns/nav/browsing.html).
AdwBrowsingView doesn't have the same limitations as AdwLeaflet,
and handles a few things automatically, such as showing the back button.

2679126... by Philip Withnall

Merge branch '1930-app-page-broken-ratings-card-empty-state' into 'main'

Resolve "App page: Broken ratings card empty state"

Closes #1930

See merge request GNOME/gnome-software!1507

ce68f18... by Philip Withnall

Merge branch '1927-web-apps-can-t-be-opened-via-show-details-in-the-app-grid' into 'main'

Resolve "Web apps can't be opened via "Show Details" in the app grid"

Closes #1927

See merge request GNOME/gnome-software!1503

15a81ae... by Milan Crha <email address hidden>

gs-details-page: Hide review histogram part when it's empty

When the review histogram part is empty, which can happen when no ratings
are downloaded and there's no review button to be shown, the corresponding
listbox was empty, causing and odd view on the reviews part.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1930

9b2af88... by Milan Crha <email address hidden>

webapps: Search for apps by app id

The `keywords` list is used to search for an (installed) app, to show
its details, like from the Activities and the app context menu in the Shell.
No other plugin knows about installed web apps, thus search for them by
the app id.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1927

5e7630b... by Milan Crha <email address hidden>

webapps: Compute metainfo app ID in a dedicated function

It will be used on two places, the second added in the following commit.

f491c9c... by Philip Withnall

Merge branch '1937-crash-when-showing-offline-update-errors' into 'main'

Resolve "Crash when showing offline update errors"

Closes #1937

See merge request GNOME/gnome-software!1513

4ee4302... by =?utf-8?q?J=C3=BCrgen_Benvenuti?= <email address hidden>

Update German translation

db0b7d1... by Milan Crha <email address hidden>

gs-application: Make most of the GAction-s activatable only after GsShell is setup

Most of the app actions expect the GsShell to be fully setup, which means also
the respective window pages are setup. Calling the app actions before the initialization
of the respective parts leads to crashes.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1937

088163c... by Milan Crha <email address hidden>

Merge branch 'gbsneto/filter-blocklisted-apps' into 'main'

gs-plugin-job-list-apps: Filter out invalid apps

Closes #1932

See merge request GNOME/gnome-software!1508