aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-09-10Apply auto-formatGeckoEidechse
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-10Comment out backend-ping printGeckoEidechse
2022-09-09Use consts to define button contentGeckoEidechse
2022-09-09Update install button textGeckoEidechse
2022-09-09Move duplicate into dedicated functionGeckoEidechse
2022-09-09Re-order version number and tool descriptionGeckoEidechse
2022-09-09Use consts to define button contentGeckoEidechse
i.e. replace setting button to a string with setting it to a variable to ensure that value is consistent over multiple places.
2022-09-09Add initial Northstar install supportGeckoEidechse
still Steam version only
2022-09-09Add switch-case for performing actionGeckoEidechse
on button click based on UI state
2022-09-09Comment out testing codeGeckoEidechse
2022-09-09Use crates.io version instead of git repoGeckoEidechse
for libthermite
2022-09-07Show host OS next to FlightCore versionGeckoEidechse
2022-09-07Formatting fixesGeckoEidechse
2022-09-07Add another goal in regards to fs permissionsGeckoEidechse
2022-09-06Fix gamepath not passed correctly to backendGeckoEidechse
For some reason it wants camelCase variable name even though backend uses snake_case...
2022-09-06Update roadmapGeckoEidechse
EA App specific read-only filesystem Detecting Northstar up-to-date and updating Northstar install
2022-09-06Add todo commentGeckoEidechse
We should use a passed game_path instead of trying to redetect it
2022-09-06Implement update check for found Northstar installGeckoEidechse
Also includes initial add of libthermite as dependency
2022-09-06Update dependenciesGeckoEidechse
2022-09-01Add commentsGeckoEidechse
2022-09-01Remove elements from template applicationGeckoEidechse