aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
as well as Northstar existence and up-to-date check
2022-09-01Add dir picker if Titanfall2 is not installedGeckoEidechse
Allows user to select install location if the Titanfall2 install path was not found under the assumption that Titanfall2 was installed but couldn't be found by FlightCore
2022-09-01Add structure to implement Nortshtar update checkGeckoEidechse
Actual logic is not implemented yet
2022-08-30Pass install type together with locationGeckoEidechse
Install type basically defines how Titanfall2 was installed. Whether it was installed via Steam, Origin, etc.
2022-08-30Do not add additional scripts to releaseGeckoEidechse
2022-08-30Drop deb packageGeckoEidechse
It's the only one not supported by auto-update Might reconsider once adding Flatpak support
2022-08-30Add subtext under titleGeckoEidechse
2022-08-30Add CSS for locked functionalityGeckoEidechse
2022-08-30Move functions to separate source fileGeckoEidechse
2022-08-30Show Northstar version number in play buttonGeckoEidechse
2022-08-29Update goals on roadmapGeckoEidechse
2022-08-29Check installed Northstar versionGeckoEidechse
2022-08-29Add completed goalsGeckoEidechse
2022-08-29Add missing crateGeckoEidechse
2022-08-29Use wrapper function to get Titanfall2 install locationGeckoEidechse
Tauri doesn't allow passing `Result<>` types from backend to frontend. The wrapper returns a string based on the `Result<>` content
2022-08-29Add profile support to goalsGeckoEidechse
2022-08-29Add variable to track global stateGeckoEidechse
2022-08-29Style buttonGeckoEidechse
2022-08-29Re-order layoutGeckoEidechse
2022-08-29Add omni-buttonGeckoEidechse
Changes behaviour and content based on application state, e.g. if game install location was found or Northstar was detect as installed.
2022-08-29Get game install location on application loadGeckoEidechse
2022-08-29Load version number on application startGeckoEidechse
2022-08-28Add another goalGeckoEidechse
2022-08-28Add titleGeckoEidechse
2022-08-28Add more goals to roadmapGeckoEidechse
2022-08-28Fix indentationGeckoEidechse
2022-08-28vscode build task to `npm run tauri dev`GeckoEidechse
2022-08-27Show version number in UIGeckoEidechse
2022-08-27Do not print Steam library information in consoleGeckoEidechse
2022-08-27Publish release file as releasev0.0.5GeckoEidechse
2022-08-27Add note about Tauri window behaviourGeckoEidechse
controlled by config file
2022-08-27Add titleGeckoEidechse
2022-08-27Move old README content to bottom of pageGeckoEidechse
2022-08-27Add RoadmapGeckoEidechse
2022-08-27Remove development window modificationsGeckoEidechse
2022-08-27Find Titanfall2 steam install locationGeckoEidechse
and propagate it to front-end
2022-08-27Add Sentry crash report loggingGeckoEidechse
2022-08-26Upload all file in directory on releasev0.0.2GeckoEidechse
2022-08-26Add release CIv0.0.1GeckoEidechse
2022-08-26Fix broken CI fileGeckoEidechse
2022-08-26Fix broken CI fileGeckoEidechse
2022-08-26Re-enable updaterGeckoEidechse