Commit Graph

130 Commits

Author SHA1 Message Date
Aaron Franke
6b5d85bede Merge branch 'main' into feature/flatpakref-support 2025-06-10 12:04:42 -07:00
freeducks-debug
901c9aca6b Add more keywords. 2025-05-08 13:41:28 +03:00
Bruno Silva
add322dfe3 Add support for .flatpakref file handling 2025-01-30 16:17:40 -03:00
heliguy
477dd9baeb Update for release 2.0.2 2025-01-06 14:48:55 -05:00
heliguy
49e9d98421 Fix missing icons and make others even more consistent 2025-01-05 21:56:44 -05:00
heliguy
3efe128881 I changed my mind, I want the release number back at 2.0.1 2024-12-18 22:45:29 -05:00
heliguy
88a8b49eee Set version number to 2.0.2 2024-12-18 22:25:26 -05:00
heliguy
0035019175 Fix errors in release description 2024-12-18 22:24:06 -05:00
heliguy
9ad9c3a278 Update metainfo 2024-12-12 19:27:29 -05:00
heliguy
cddd7dfdaf Remove unused icons 2024-12-12 19:17:04 -05:00
heliguy
510ece1db2 Add information for new release 2.0.1 2024-12-12 19:00:41 -05:00
kyrosene
2fd24f3399 Replace funnel-symbolic with funnel-outline-symbolic (#148)
* Replace funnel-symbolic with funnel-outline-symbolic

* Add funnel outline icon

---------

Co-authored-by: stardustspirit <logicalwillow@proton.me>
2024-10-29 03:10:49 -04:00
Heliguy
d846a40da0 Finalize for release 2.0.0 2024-10-28 00:32:32 -04:00
Aaron Franke
da29bafc0f Remove trailing whitespace 2024-10-27 20:29:26 -07:00
Heliguy
e416b99c21 Convert spaces to tabs for indentation 2024-10-27 23:11:35 -04:00
Aaron Franke
61e48a3bcd Optimize images with oxipng and svgcleaner 2024-10-27 19:54:33 -07:00
Heliguy
985cbe966e Fix many typos 2024-10-27 22:12:15 -04:00
heliguy4599
b1a8181d55 Update readme and metadata 2024-10-26 15:00:37 -04:00
heliguy4599
aedc9c77be Update metadata 2024-10-26 14:44:40 -04:00
heliguy4599
8232e260fb Change app page screenshots 2024-10-25 16:30:19 -04:00
heliguy4599
00a40ba758 Make the overlay status look really good (fix style.css not being recognized) 2024-10-13 19:14:41 -04:00
Heliguy
a6844ef438 Fix the <suggests> to <supports> in the metainfo, so Warehouse is shown to work on all devices 2024-09-28 23:47:44 -04:00
Heliguy
d7edab1564 Set rename button's icon to pencil 2024-09-23 13:33:13 -04:00
Heliguy
485a845b5e Sync current work 2024-08-25 23:19:46 -04:00
Heliguy
bcd560a791 Add new icons 2024-08-21 01:15:14 -04:00
Heliguy
ab6ed8bad9 Sync current work 2024-08-18 16:26:43 -04:00
heliguy
ae3cd173ed Make sorting UI better 2024-07-19 11:17:42 -04:00
heliguy
3a6ce441f8 Add user data page 2024-07-15 00:18:49 -04:00
heliguy
9e3561d454 add icons 2024-07-08 21:30:31 -04:00
heliguy
f7043a046e add icons 2024-07-07 23:20:26 -04:00
heliguy
4350c0db2e add icons 2024-07-07 21:53:46 -04:00
heliguy
a5558ec978 Sync current work 2024-07-07 15:37:32 -04:00
heliguy
3e75e05260 Add more icons 2024-07-06 01:58:36 -04:00
heliguy
5952147417 Add more icons 2024-07-05 21:57:37 -04:00
heliguy
d440d34a50 Use icon for sidebar button 2024-07-05 03:13:54 -04:00
heliguy
342c2d4194 Fresh start
Remove pretty much everything in preparation of complete overhaul for 2.X
2024-07-03 16:35:39 -04:00
heliguy
12743c92ad Release 1.6.3 Update metainfo, version, and profile 2024-07-03 14:21:12 -04:00
Heliguy
c4f75ea5a2 Release 1.6.2 Update metainfo 2024-04-16 11:46:05 -04:00
Heliguy
b9249a43f1 Release 1.6.1 Update Metainfo 2024-04-07 19:09:46 -04:00
Heliguy
74b50187b4 Fix typo in 1.6.0 bugfix notes 2024-04-07 02:18:25 -04:00
Heliguy
9b48a8140e Release 1.6.0 Fix Metainfo list formatting 2024-04-07 00:20:48 -04:00
Heliguy
2eedc8e91e Release 1.6.0 Update Metainfo 2024-04-07 00:16:26 -04:00
Heliguy
302bbd5e3f Remove app name from properties dialog title 2024-04-06 23:34:49 -04:00
heliguy
7e03412bd1 Allow description to be copied in properties dialog 2024-04-02 05:31:14 -04:00
heliguy
c180df4ca1 Use flatpak info command for the properties window 2024-04-02 05:06:20 -04:00
heliguy
b5518e5042 Do not use overlay for downgrade apply button 2024-03-31 01:37:03 -04:00
heliguy
4ca826d8b3 Add status page for list refreshing 2024-03-31 00:51:10 -04:00
Sabri Ünal
c7da42d73b appdata: translate=no properties
It appears that the appstream project no longer supports
`translatable=no` properties, and gettext extract the
`translatable=no` marked strings as translatable.

I opened an issue to inform about the situation, but `translatable=no`
properties are not accepted by developers. You can find the issue
here: `https://github.com/ximion/appstream/issues/623`

**Please test your script or string extraction process before merging this PR.**

> In MetaInfo files, each individual paragraph of a description
> (or enumerated entry) is translated individually, however,
> you can only exclude the complete block from being translated
> by adding `translate="no"` to the description element.

Source: https://freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html
2024-03-31 03:02:36 +03:00
heliguy
f1c02e0f8e Convert orphans window to adw.dialog 2024-03-28 22:47:04 -04:00
heliguy
669112c1d0 Correct multiple issues in search install being a dialog 2024-03-27 22:10:55 -04:00