f733fbba65
chore: Make the rest of clippy happy
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-24 14:39:22 +10:00
0d78375f54
chore: Remove lint
...
Because not everything is actually resolved yet: will be resolved with a restructure of the library
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-24 14:37:00 +10:00
d6a9994f8b
Merge branch 'develop' into 139-add-and-resolve-clippy-lints-to-prevent-unwrap-and-expect-functions
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-24 11:33:56 +10:00
dcb7455954
chore: Clippy unwrap linting
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-24 09:58:10 +10:00
463c5e6f3b
chore: Remove unwraps from process_handlers
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-10 09:24:27 +10:00
83dc773b10
chore: Remove unwraps from auth.rs
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-09 16:13:16 +10:00
ddde547c08
chore: Remove unwraps from fetch_object and server_proto
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-09 09:58:59 +10:00
3f18d15d39
Collections & download stability, UI ( #130 )
...
* feat: different local path in dev #73
* feat: better error output for downloads
* feat: collections in library view
* feat: improve download manager reliability
* feat: new download UI, more stable downloads
* fix: clippy
* fix: only show admin link if user is admin
* feat: check for libs before building
2025-09-07 15:57:06 +10:00
be5500d29f
chore: Add CacheError and remove unwraps from fetch_object
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-05 17:57:31 +10:00
97b5cd5e78
Native model fixes ( #137 )
...
* fix: Fix native_model from requirements and add version requirements for models
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Use Drop-OSS/native_model
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Bump version to include logging
(Albeit, logging occurs before we initialise the logger, but oh well)
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Make clippy happy
Signed-off-by: quexeky <git@quexeky.dev >
---------
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-05 15:31:28 +10:00
ea6fa551a2
chore: Remove all unwraps from util.rs and add state_lock macro
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-04 18:02:36 +10:00
be4fc2d37a
fix: Add lint and remove all unwraps from lib.rs
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-04 17:29:52 +10:00
7e70a17a43
Bump version to v0.3.3
2025-08-28 18:23:12 +10:00
44a1be6991
Fix for multi-version downloads ( #125 )
...
* fix: multi version downloads
* fix: remove debug utils
* fix: clippy
2025-08-28 18:05:05 +10:00
4f5fccf0c1
Add umu-run discovery ( #122 )
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-08-28 18:05:05 +10:00
5eef2bf60f
Fix Tauri builds ( #119 )
...
* fix: attempt to use local user keychain
* chore: tmp disable non-macos builds
* fix: windows process fix patch
* fix: re-enable windows
* fix: remove sudo
* fix: tmp disable windows again
* fix: windows build again
* chore: re-disable windows
* fix: pin to macos 14
* fix: re-enable other builds
2025-08-15 23:55:34 +10:00
ec6294b8e7
Fix #117 ( #118 )
...
* fix: version data not being attached to process manager push
* fix: clippy
2025-08-15 23:02:01 +10:00
17c375bcab
UI & error fixes & QoL ( #116 )
...
* fix: use Arc<Error> instead of just ErrorKind
* fix: game status updates for UI
* fix: missing game version on push_game_update calls
* feat: wait if library load takes <300ms
* fix: clippy
2025-08-15 22:56:49 +10:00
cb55ac2bf5
Fix platform builds
2025-08-12 15:08:50 +10:00
e11db851a5
fix : #92 ( #115 )
2025-08-11 14:37:46 +10:00
16365713cf
v2 download API and fixes ( #112 )
...
* fix: potential download fixes
* fix: show installed games not on remote
* fix: more download_logic error handling
* partial: move to async
* feat: interactivity improvements
* feat: v2 download API
* fix: download seek offsets
* fix: clippy
* fix: apply clippy suggestion
* fix: performance improvements starting up download
* fix: finished bucket file
* fix: ui tweaks and fixes
* fix: revert version to 0.3.2
* fix: clippy
2025-08-09 15:50:21 +10:00
3b830e2a44
Move frontend to main folder ( #109 )
...
* feat: small refactor
* fix: appimage build script
* fix: add NO_STRIP to AppImage build
* fix: build and dev mode from refactor
* fix: submodule step 1
* fix: submodules step 2
2025-08-05 16:09:47 +10:00
75a4b73ee1
QoL Download Manager ( #108 )
...
* feat: retry specific download errors
* fix: potential fix for cmd window on Windows
* feat: add disk space check for download
* fix: update game fix formatting
* fix: clippy
2025-08-04 16:30:45 +10:00
339d707092
Fix errors with caching when cache is deleted ( #101 )
2025-08-04 15:02:32 +10:00
776dc8fe7a
Fixes reqwest client setup, #87 ( #107 )
2025-08-04 15:01:44 +10:00
dbe8c8df4d
Process manager templating & game importing ( #96 )
...
* feat: add new template options, asahi support, and refactoring
* feat: install dir scanning, validation fixes, progress fixes, download manager refactor
This kind of ballooned out of scope, but I implemented some much
needed fixes for the download manager.
First off, I cleanup the Downloadable trait, there was some
duplication of function.
Second, I refactored the "validate" into the GameDownloadAgent,
which calls a 'validate_chunk_logic' yada, same structure as
downloading.
Third, I fixed the progress and validation issues.
Fourth, I added game scanning
* feat: out of box support for Asahi Linux
* fix: clippy
* fix: don't break database
2025-08-02 20:17:27 +10:00
35f49b8811
macOS app signing ( #95 )
...
* feat: add macos signing args
* fix: update all versions to -mac specific
* fix: fetch signing identity
* feat: add signing pre-steps like the docs say
* fix: remove apple requirement from signing
* fix: add drop cert to keychain when signing
* fix: add drop.pem to add-trusted-cert
* fix: re-order and specify import operation
* fix: let's try the user store
* fix: password required to update trust
* fix: try another non-interactive fix
* fix: try sudo
* fix: revert attempt fix
* fix: add cert id debug
* fix: attempt to use id rather than name
* fix: revert code id to name
2025-08-02 15:01:53 +10:00
cc5339a389
Reqwest optionally load certificates from disk ( #94 )
...
* feat: Add get_client function
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use_remote_logic not using certificates
Signed-off-by: quexeky <git@quexeky.dev >
* fix: add log statement to certificates
* chore: add more logging
* fix: clippy
* refactor: into single fetch_certificates func
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-02 11:59:50 +10:00
6104bfda72
Bump version to v0.3.1 ( #85 )
2025-08-01 14:13:13 +10:00
be688cb18f
Version bump: v0.3.0
2025-08-01 14:09:16 +10:00
13cc69f10e
Device code authorization ( #83 )
...
* feat: device code authorization
* Fix for setup executable unable to be launched (#81 )
* Fix for redownload invalid chunks (#84 )
* feat: Redownloading invalid chunks
Signed-off-by: quexeky <git@quexeky.dev >
* fix: clippy
* fix: clippy x2
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
* chore: Run clippy fix pedantic
Signed-off-by: quexeky <git@quexeky.dev >
* feat: add better error handling
* fix: clippy
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-01 13:12:05 +10:00
574782f445
chore: Run clippy fix pedantic
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-08-01 08:42:45 +10:00
b5a8543194
Fix for redownload invalid chunks ( #84 )
...
* feat: Redownloading invalid chunks
Signed-off-by: quexeky <git@quexeky.dev >
* fix: clippy
* fix: clippy x2
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-31 18:25:38 +10:00
d0e4aea5ce
Fix for setup executable unable to be launched ( #81 )
2025-07-30 09:57:07 +10:00
739e6166c5
Cache-first object fetching ( #76 )
...
* fix: submillisecond cache hits
* fix: async object loading to hand control back to renderer
* fix: clippy
2025-07-27 12:04:50 +10:00
682c6e9c0b
Bump version to v0.3.0-rc-8 ( #74 )
2025-07-25 22:21:59 +10:00
46e1f16cdd
Process manager fixes ( #71 )
...
* fix: launching on linux
* feat: #70
* feat: add dummy store page
* feat: add store redir and refresh button to library
* feat: cache first object fetching
* feat: Remove let_chains feature and update to Rust 2024
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Check for if process was manually stopped
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use bitcode instead of serde
* chore: remove logs
* fix: clippy
* fix: clippy 2
* fix: swap to stop icon
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-25 10:44:40 +10:00
d19f9bbc31
Fix client running behind reverse proxy ( #69 )
...
* fix: reverse proxy 400 due to duplicate header
* fix: clippy
* bump version and update ci
2025-07-18 20:08:12 +10:00
2913fdf35b
Release v0.3.0-rc-6 ( #68 )
2025-07-18 17:38:36 +10:00
f9fdf151ea
Clippy CI/CD ( #67 )
...
* feat: add clippy ci
* fix: clippy errors
* fix: ci/cd
* fix: update ci packages
* fix: add gtk3 to ci deps
* fix: add webkit to ci deps
* fix: ci deps and perms
* fix: add clippy settings to lib.rs
2025-07-18 17:36:04 +10:00
495d93705e
Panic hook to generate crash dumps #65 ( #66 )
2025-07-18 16:35:02 +10:00
c477dd4872
Fix windows build by removing linux extension import ( #64 )
2025-07-14 16:43:11 +10:00
f560a62c8f
Download fixes ( #63 )
...
* refactor: Rename StoredManifest to DropData
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Downloads when resuming would truncate files which had not been finished
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Didn't import debug macro
Signed-off-by: quexeky <git@quexeky.dev >
* fix: Download chunks with wrong indexes
Migrated to using checksums as indexes instead
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume download button
Also added DBWrite and DBRead structs to make database management easier
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download resuming
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Resume button and PartiallyInstalled status
Signed-off-by: quexeky <git@quexeky.dev >
* feat: Download validation
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Ran cargo fix & cargo fmt
Signed-off-by: quexeky <git@quexeky.dev >
* fix: download validation, installs, etc
* chore: version bump
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-07-14 16:31:06 +10:00
2874b9776b
fix: Accidentally moved request when setting the header
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-06-25 09:17:06 +10:00
afcd4e916f
chore: bump version to 0.3.0-rc-4
2025-06-25 09:05:08 +10:00
885fa42ecc
fix: Move Authorization header generation to download_game_chunk()
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-06-25 06:53:42 +10:00
0ce55e12c5
fix: Re-update the user and app status when recieve_handshake is called ( #54 )
...
Also enabled assetProtocol for better caching in general
Signed-off-by: quexeky <git@quexeky.dev >
2025-06-06 12:09:44 +10:00
86bce1c68d
Release: v0.3.0-rc-3 ( #51 )
2025-06-06 09:25:44 +10:00
924e4e334c
Database not being properly serialised with rpm_serde ( #48 )
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-06-05 17:22:22 +10:00
065eb2356a
fix: database corrupted on every startup ( #40 )
2025-06-01 19:53:24 +10:00