Commit Graph

83 Commits

Author SHA1 Message Date
174d10772d Use relative time for update_checked in detail view 2026-02-28 01:54:51 +02:00
badffe9b8d Use relative timestamps everywhere instead of raw date strings 2026-02-28 01:52:56 +02:00
5a4e11a459 Use undo toast for integration removal instead of immediate action 2026-02-28 01:51:40 +02:00
45b878545a Consolidate preferences into General and Updates pages 2026-02-28 01:50:38 +02:00
d5e8fdcaaa Show updates-available banner in Installed view 2026-02-28 01:48:50 +02:00
38bac5b8e6 Add Ctrl+1/2/3 keyboard shortcuts for view switching 2026-02-28 01:45:32 +02:00
e07a24c7c8 Default to Catalog tab when library is empty on first launch 2026-02-28 01:44:41 +02:00
ea2354fad5 Replace technical jargon with user-friendly labels in detail view 2026-02-28 01:44:09 +02:00
ba64cb53fa Consolidate detail view from 4 tabs to 2 (About + Details) 2026-02-28 01:42:35 +02:00
3622243271 Simplify app card badges, remove colored status borders 2026-02-28 01:41:28 +02:00
67e5c1ed7a Show update count badge on Updates tab in ViewSwitcherBar 2026-02-28 01:40:22 +02:00
218afbb998 Slim down hamburger menu, move Preferences to bottom section 2026-02-28 01:38:40 +02:00
d2e82caf54 Improve catalog view with relative timestamps, auto-refresh, and installed badges 2026-02-28 01:38:01 +02:00
1cde1e63d9 Add scan button, sort dropdown, and improved empty state to library view 2026-02-28 01:36:47 +02:00
cbc3463643 Replace single NavigationView with ViewSwitcher (Installed, Catalog, Updates) 2026-02-28 01:33:43 +02:00
3d349f05b6 Add dedicated Updates view with check-now and update-all 2026-02-28 01:26:10 +02:00
36ce1ed451 Add relative_time() helper for human-readable timestamps 2026-02-28 01:24:08 +02:00
a4a7464354 Fix catalog refresh: handle null fields in AppImageHub feed JSON 2026-02-28 00:46:39 +02:00
5e1c10cea3 Clean up unused catalog function and wire source info into catalog view 2026-02-28 00:25:05 +02:00
c82c9ad9e9 Add AppImageHub in-app catalog browser with search, categories, and install 2026-02-28 00:23:36 +02:00
294420ed65 Add similar app recommendations from shared categories 2026-02-28 00:17:55 +02:00
10cd5c6a1b Add portable mode with removable media detection and scanning 2026-02-28 00:16:52 +02:00
cb205fa9ee Add update-all, autostart, purge, and verify CLI commands 2026-02-28 00:13:31 +02:00
9125f7f6f3 Add system-wide installation via pkexec with polkit policy 2026-02-28 00:11:57 +02:00
4d8e882735 Add default application selector for browsers, email, and file managers 2026-02-28 00:10:39 +02:00
d60fd6bb5e Add first-run permission summary dialog before launch 2026-02-28 00:07:49 +02:00
557dc6c900 Add download verification with signature and SHA256 support 2026-02-28 00:05:43 +02:00
fe353e1c5d Extract and apply StartupWMClass for proper taskbar icons 2026-02-28 00:02:44 +02:00
a61f976546 Add file type association manager with MIME type support 2026-02-28 00:00:42 +02:00
05391ea1fe Add FUSE fix wizard with pkexec installation 2026-02-27 23:59:26 +02:00
5884453c42 Add icon preview to drag-and-drop dialog 2026-02-27 23:58:09 +02:00
d896bfb720 Add full uninstall dialog with data cleanup options 2026-02-27 23:56:56 +02:00
96832608b0 Add one-click Update All with batch progress dialog 2026-02-27 23:55:04 +02:00
ecb4057e99 Add background update checks with configurable interval 2026-02-27 23:52:28 +02:00
1490be467c Add per-app storage breakdown to detail view 2026-02-27 23:48:21 +02:00
b1fddbbcad Add system notification support for crashes and updates 2026-02-27 23:47:19 +02:00
7e7887d1f2 Add autostart manager with XDG autostart support 2026-02-27 23:45:58 +02:00
665b6fa736 Add batch selection and bulk operations to library view 2026-02-27 23:45:01 +02:00
1cf605e5db Wire auto-integrate setting to scan pipeline 2026-02-27 23:42:22 +02:00
542a854612 Add launch statistics to dashboard 2026-02-27 23:41:22 +02:00
f8e7773e4c Add source URL tracking and display for AppImages 2026-02-27 23:40:18 +02:00
832176866b Add version rollback support for AppImage updates 2026-02-27 23:38:36 +02:00
fab2dfce4a Add keep-in-place option for drag-and-drop imports 2026-02-27 23:37:03 +02:00
d3f32fc053 Auto-fix executable permissions on discovered AppImages 2026-02-27 23:36:14 +02:00
2aa141b410 Add system modification tracking for reversible installs 2026-02-27 23:35:27 +02:00
eea3d2af8a Add detailed implementation plan for 26-task feature roadmap 2026-02-27 23:30:18 +02:00
f3dafb451d Add feature roadmap design for 25 new features 2026-02-27 23:24:34 +02:00
1da69dd44e Fix second audit findings and restore crash detection dialog 2026-02-27 22:48:43 +02:00
df8606251f Fix 29 audit findings across all severity tiers 2026-02-27 22:08:53 +02:00
bfd91104f7 Remove module-wide dead_code allows, annotate individual items instead 2026-02-27 21:05:56 +02:00