mirror of
https://github.com/GalaxyViewer/GalaxyViewer.git
synced 2026-08-14 00:57:53 +00:00
* ✨ Add Last LoginLocation dropdown to LoginView * Create FUNDING.yml Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> * 💄 Font family is now fixed, for now Atkinson Hyperlegible default * ✨ Font can now bhe changed via preferences * 🚧 Some Login functionality is added, now viewer name and version number are from props * 🚧 Added error display for logins * 📦️ Upgrade Avalonia, LibreMetaverse, and assorted packages * ✨ Add beginning of Login system * 📦️ Update AbaloniaBrowser, merge in from dev * 📝 Add CHANGELOG.md * 💄 Updated UI in various views, added new Logo * Update FUNDING.yml Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> * Update FUNDING.yml Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> * 📦️ Updates packages in solution * 📦️ Add Litedb * 🚧 Cleans up some code * 🚧 Formatting * ✨ We now use normal routing and LiteDb for storing preferences and such, fixes crash * ✨ 📦 🐛 We now use normal routing and LiteDb for storing preferences and such, fixes crash, Updates to AvaloniaUI 11.2.0 * 🚧 Progress towards grid selection feature, database improvements * 🐛 Fixes issues with updating packages in Android project * 📝 🐛 Updates ReadMe, updates to prevent issues with Android building * 🚧 Progress towards working Android and Desktop builds, various Android tweaks, additions to ReadMe * 🚧 Progress towards working Android and Desktop builds, various Android tweaks, additions to ReadMe * ♻️ Some cleanup * 🚧 Ursa components should work now * Updates ReadMe.md (#20) (#22) Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> * 🚧 Cleanup, progress towards better Android support * 🚧 Fixes navigation for Android, code style change * 🚧 To finish later * 🚧 Login flow improvements * 🚧 Login to an actual location successful * 🚧 Progress towards working LoggedIn view, dev view changes * 🚧 Initial menus per platform * 🚧 Trying to use session store within db for data * 🚧 Session data is gathered correctly and not a ton of times * 🚧 Data now saves to the session db table successfully * 📦️ Upgrades packages, adds Live Reload for Avalonia * Revert "🚧 Data now saves to the session db table successfully" This reverts commitd301718366. * Revert "🚧 Session data is gathered correctly and not a ton of times" This reverts commit933d574b* ✨ Data now is stored and recived in real time throughout the application * ✨ 📦 MFA Code entry works, package updates, .NET version major update --------- Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>
47 lines
2.7 KiB
Plaintext
47 lines
2.7 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.3.32811.315
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaxyViewer", "GalaxyViewer\GalaxyViewer.csproj", "{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaxyViewer.Desktop", "GalaxyViewer.Desktop\GalaxyViewer.Desktop.csproj", "{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}"
|
|
EndProject
|
|
# Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaxyViewer.Browser", "GalaxyViewer.Browser\GalaxyViewer.Browser.csproj", "{1C1A049E-235C-4CD0-B6FA-D53AC418F4DA}"
|
|
# EndProject
|
|
# Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaxyViewer.iOS", "GalaxyViewer.iOS\GalaxyViewer.iOS.csproj", "{EBD9022F-BC83-4846-9A11-6F7F3772DC64}"
|
|
# EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaxyViewer.Android", "GalaxyViewer.Android\GalaxyViewer.Android.csproj", "{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Directory.Build.props = Directory.Build.props
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{7AD1DAC8-7FBE-49D5-8614-7321233DB82E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {83CB65B8-011F-4ED7-BCD3-A6CFA935EF7E}
|
|
EndGlobalSection
|
|
EndGlobal
|