1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 12:17:45 +00:00
Commit graph

29 commits

Author SHA1 Message Date
86d4fedb95 Don't try to download an invalid lodestone avatar 2024-05-26 08:34:24 -04:00
346f4eae9e Add action to quickly open the user folder in account settings 2024-04-19 20:50:14 -04:00
8d4ee7b19d Implement manual password store for Steam Deck Game Mode 2023-12-20 21:57:51 -05:00
167a94a2fe Async WritePassword hates me 2023-12-20 21:52:43 -05:00
d9a578d857 Log warnings when keychain fails 2023-12-20 21:23:38 -05:00
13a5fda828 Enable typing in the password first, then remembering the password later 2023-12-20 19:47:57 -05:00
52ac3d0593 Fix unnamespaced qDebug 2023-12-17 13:28:57 -05:00
6e33379f4f Misc code cleanup, remove duplicate code, improve if checks 2023-12-17 12:01:28 -05:00
9156dd9c45 Include mocs, which reduces mocs_compilation 2023-12-17 11:12:13 -05:00
c8258421d5 Change Account::m_url to QString and rename to m_avatarUrl 2023-12-17 11:05:57 -05:00
a319839611 Fix ECM minimum version, update libphysis and fix compilation 2023-12-17 10:09:01 -05:00
f0d1e1bcbe Move LauncherCore::mgr to private, add accessor function instead 2023-10-11 13:34:43 -04:00
61fff13502 Move launcher settings to its own class, simplify LauncherCore 2023-10-11 13:25:24 -04:00
e2ad7e71d5 Add update config step to work around some launch issues
This will update the config file on boot to prevent stalls due to the
opening cutscene movie, and also update the screenshot dir.
2023-10-11 13:03:23 -04:00
f6c418d7d6 Ensure Flatpak credentials don't collide with non-Flatpak ones
This should never happen because everything is stored via the UUID, but
just in case.
2023-10-08 18:20:13 -04:00
c05311fccc Add better logging
Astra's own logs are now stored in a rotating log, the default message
format is improved. The client and DXVK now dump their logs in the same
place instead of in the game directory.
2023-10-08 18:02:02 -04:00
1157f7b1ab Add option to configure xiv api server url 2023-10-08 13:22:34 -04:00
ed2ea9da33 Improve Account::getKeychainValue, make async 2023-10-06 18:08:21 -04:00
b5dde48cf1 Fix libcotp build 2023-09-23 13:16:28 -04:00
7db9cdeb42 Add back ability to set OTP secret through account settings 2023-09-20 15:33:33 -04:00
9d92716282 Use qt6keychain header 2023-09-18 18:03:19 -04:00
83bed335db Use string literals in Account class 2023-09-16 21:22:20 -04:00
67f61a2bd8 Enable insecure fallback for passwords on the Steam Deck 2023-08-18 22:42:24 -04:00
7211de2970 Add support for switching between languages in the Global client
This includes Japanese, English, German and French - instead of being stuck to English only. I don't have access to a
Chinese or Korean client, so these options are not available.
2023-08-18 22:36:33 -04:00
8dd26f74a5 Improve the config/data directory, introduce more separation
The data directory has been rearranged, and all the Dalamud data is
stored separately, so it's no longer clogging up everything. Dalamud
logs (and our own logs, when that's implemented) now exist in
XDG_STATE_HOME, instead of the data directory.

The game directory now exists under the data directory, instead of
~/.wine. The user path is set before launching the game, and it now
 exists under the data directory too. These are also prefixed to the
user and profile UUID that it belongs to.

The "keep patches" option is now implemented (which is off by default)
and it lives in the temporary directory now.
2023-08-18 14:52:06 -04:00
8b1a24f825 Ensure compliance with the REUSE specification 2023-08-05 22:14:05 -04:00
bcf846d387 Cache lodestone avatars so we stop hammering xivapi 2023-08-04 17:35:30 -04:00
1261abe88c Fix ownership of objects 2023-07-30 10:11:14 -04:00
16420b7421 Complete rewrite to Kirigami
Giant commit overhauling the interface to use KDE's Kirigami framework,
which is based on Qt Quick. The logic is all but rewritten, allowing
accounts to be separate from profiles.
2023-07-30 08:49:34 -04:00