aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-20Move dependency import to top of fileGeckoEidechse
2022-09-17Update dependenciesGeckoEidechse
In particular, update Tauri to 1.1
2022-09-16Bump version numberv0.1.2GeckoEidechse
2022-09-16Show in UI if FlightCore out-of-dateGeckoEidechse
To show user if application is outdated should self-update somehow not work.
2022-09-15Bump version numberv0.1.1GeckoEidechse
2022-09-14Support switching between main release and RCsGeckoEidechse
State is not saved between launches currently.
2022-09-14Add missing `to_lowercase()`GeckoEidechse
WIthout it, the Northstar package would never be found.
2022-09-14Use variable instead of hard-coded stringGeckoEidechse
2022-09-14Show error message in panicGeckoEidechse
2022-09-13When launching NS explicetly fail earlyGeckoEidechse
certain unsupported setup combinations
2022-09-13Auto-formatGeckoEidechse
2022-09-13Do now show version number in omni-buttonGeckoEidechse
Use separate field below to show version number
2022-09-13Show installed Northstar version in separate fieldGeckoEidechse
2022-09-11Require Origin to be running to launch Northstarv0.1.0GeckoEidechse
2022-09-11Check if Origin is runningGeckoEidechse
2022-09-10Auto-formatGeckoEidechse
2022-09-10Move launching Northstar to lib.rs source fileGeckoEidechse
2022-09-10Move get host OS function to lib.rsGeckoEidechse
2022-09-10Auto-formatGeckoEidechse
2022-09-10Update button if Northstar launchedGeckoEidechse
2022-09-10Add initial back-end code for launching NorthstarGeckoEidechse
2022-09-10Add initial front-end code for launching NorthstarGeckoEidechse
2022-09-10Move Roadmap to GitHub issuesGeckoEidechse
2022-09-10Propagate install type to UIGeckoEidechse
Install type is Steam, Origin, EAPlay
2022-09-10Fix using incorrect typingGeckoEidechse
2022-09-10Remove unnecessary typingGeckoEidechse
2022-09-10Return GameInstall object instead of tupleGeckoEidechse
The object contains the path Titanfall2 is installed in, as well as how it was installed (Steam, Origin, EA-App)
2022-09-10Stop displaying omni-button as lockedGeckoEidechse
2022-09-10Return result error type if TF|2 install not foundGeckoEidechse
2022-09-10Update libthermite versionGeckoEidechse
2022-09-10Do not show alert message on install/update finishGeckoEidechse
2022-09-10Do nothing when button clicked mid-actionGeckoEidechse
2022-09-10Add update functionalityGeckoEidechse
2022-09-10Use variable to set button stateGeckoEidechse
2022-09-10Show what feature not implemented on clickGeckoEidechse
2022-09-10Remove unused variableGeckoEidechse
2022-09-10Return error result type if NS update check failsGeckoEidechse
2022-09-10Add showing contributor list to goalsGeckoEidechse
2022-09-10Add Northstar crash detection as a goalGeckoEidechse
2022-09-10Add explanation for why making FlightCoreGeckoEidechse
2022-09-10Add localisations as goal to RoadmapGeckoEidechse
2022-09-10Mark Origin install detection as completedGeckoEidechse
2022-09-10Remove old readmeGeckoEidechse
2022-09-10Return error result type if NS install failsGeckoEidechse
2022-09-10Update application iconGeckoEidechse
Use an icon that represents the Northstar Flight Core ability instead of the default Tauri icon
2022-09-10Use locked HTML input field for showing gamepathGeckoEidechse
instead of its own custom HTML element
2022-09-10Add install location detection for OriginGeckoEidechse
2022-09-10Store format string in variable before useGeckoEidechse
2022-09-10Delete temp download folder after finished installGeckoEidechse
2022-09-10Add goal to roadmapGeckoEidechse