aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
AgeCommit message (Expand)Author
2023-05-10refactor: Move code from `lib.rs` into `main.rs` (#330)GeckoEidechse
2023-05-10refactor: Move `get_enabled_mods` to different source file (#311)GeckoEidechse
2023-05-10fix: Handle no internet on serverbrowser fetch (#322)GeckoEidechse
2023-05-10feat: Add button to install older Northstar version in DevView (#325)GeckoEidechse
2023-05-10refactor: Import constants from crate root insteadGeckoEidechse
2023-05-10fix: Remove unused importGeckoEidechse
2023-05-10refactor: Move `check_mod_version_number`GeckoEidechse
2023-05-10refactor: Import constants from crate rootGeckoEidechse
2023-05-09Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)"GeckoEidechse
2023-05-09refactor: Move `check_is_valid_game_path` to `main.rs` (#335)GeckoEidechse
2023-05-09refactor: Move `launch_northstar` to own module (#338)GeckoEidechse
2023-05-09refactor: Use fully qualified path syntax for using functions in `invoke_hand...GeckoEidechse
2023-05-09refactor: Move `convert_release_candidate_number` to `main.rs` (#334)GeckoEidechse
2023-05-09refactor: Move `get_enabled_mods` to `main.rs` (#333)GeckoEidechse
2023-05-09feat: Add category in changelog for i18n (#324)GeckoEidechse
2023-05-08refactor: Only pass commit sha for installing launcher CI build (#313)GeckoEidechse
2023-05-08feat: Generate Northstar release notes (#277)GeckoEidechse
2023-05-08refactor: Put doc comment before macro (#312)GeckoEidechse
2023-05-07refactor: Prepare code for installing older Northstar versions (#305)GeckoEidechse
2023-05-07fix: Fix typoGeckoEidechse
2023-05-06fix: Fix typoGeckoEidechse
2023-05-06refactor: Always remove zip files (#304)cat_or_not
2023-05-01feat: Show error message if WebView2 not installed (#285)GeckoEidechse
2023-04-30fix: Fetch multiple pages from GitHub PR API (#298)GeckoEidechse
2023-04-30refactor: Use error in `ParsedThunderstoreModString::FromStr` instead of pani...cat_or_not
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-16fix: Fix incorrect is_empty check (#270)GeckoEidechse
2023-04-10feat: Show download progress for installing Northstar (#200)GeckoEidechse
2023-04-10fix: Remove unnecessary `as_ref` call (#261)GeckoEidechse
2023-04-07fix: Change enum value casing (#255)GeckoEidechse
2023-04-06feat: Add ability to launch via Steam to DevView (#178)Jan
2023-04-02fix: Another set of various clippy fixes (#246)GeckoEidechse
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27fix: Replace `<=0` with `.is_empty()` (#244)GeckoEidechse
2023-03-27feat: Generate FlightCore release notes (#188)GeckoEidechse
2023-03-27fix: Address regression around persistent store (#227)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-26fix: Adjust code for single iteration loop (#232)GeckoEidechse
2023-03-26fix: Remove unnecessary borrows (#231)GeckoEidechse
2023-03-25fix: Update comment regarding Origin install (#237)GeckoEidechse
2023-03-22fix: Address clippy warnings regarding format!() (#229)GeckoEidechse
2023-03-22fix: Remove unnecessary `.to_string()` (#230)GeckoEidechse
2023-03-22feat: Refresh statistics (#228)Rémy Raes
2023-03-22fix: Address clippy errors in glibc parsing code (#226)GeckoEidechse
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-20fix: Add error handling if default EA App path (#211)GeckoEidechse
2023-03-19refactor: Fix PR downloads permission issue (#217)GeckoEidechse
2023-03-13feat: Add some breadcrumbs printing install path (#206)GeckoEidechse