8 Commits

Author SHA1 Message Date
vesp
fae3357fd5 Add application icons and update branding metadata, update licensing documentation 2026-01-11 01:22:34 +01:00
vesp
7e3a8c69d8 Change application ID from cz.vesp.roster to cz.bugsy.roster 2026-01-06 17:11:10 +01:00
vesp
c4795b4508 Replace magic numbers with named constants 2026-01-05 11:56:23 +01:00
vesp
b945395d55 Fix history entry deletion bug with unique IDs 2026-01-05 11:50:36 +01:00
vesp
1a95799290 Replace print statements with proper logging 2026-01-05 11:46:15 +01:00
vesp
c9e53de55d Add history deletion features - clear all in preferences and delete individual items 2025-12-24 20:21:47 +01:00
vesp
16b746adfa Use XDG/Flatpak standard directories for data storage
- Update history_manager to use GLib.get_user_config_dir()
- Update project_manager to use GLib.get_user_data_dir()
- Remove old filesystem permission from Flatpak manifest
- Fix Flatpak manifest: runtime version 49→47, correct git source URL

Data now stored in:
- Flatpak: ~/.var/app/cz.vesp.roster/{config,data}/cz.vesp.roster/
- Native: ~/.{config,local/share}/cz.vesp.roster/
2025-12-22 11:13:45 +01:00
vesp
95d5197e26 Initial commit: Roster HTTP client for GNOME
Roster is a modern HTTP client application for GNOME, similar to Postman,
built with GTK 4 and libadwaita.

Features:
- Send HTTP requests (GET, POST, PUT, DELETE)
- Configure custom headers with add/remove functionality
- Request body editor for POST/PUT/DELETE requests
- View response headers and bodies in separate tabs
- Track request history with JSON persistence
- Load previous requests from history with confirmation dialog
- Beautiful GNOME-native UI with libadwaita components
- HTTPie backend for reliable HTTP communication

Technical implementation:
- Python 3 with GTK 4 and libadwaita 1
- Meson build system with Flatpak support
- Custom widgets (HeaderRow, HistoryItem) with GObject signals
- Background threading for non-blocking HTTP requests
- AdwTabView for modern tabbed interface
- History persistence to ~/.config/roster/history.json
- Comprehensive error handling and user feedback
2025-12-18 11:05:33 +01:00