11 Commits
Author SHA1 Message Date
GalaxyLittlepaws e0200a5891 Chat Participant list populates sucessfully, Android build fixes 2025-12-13 22:22:37 -05:00
GalaxyLittlepaws 5b88fa90ac 📝 Updates ReadMe to reflect new build requirements 2025-08-09 17:35:04 -04:00
Galaxy LittlepawsandCopilot 1001a2649e Feature/welcome view (#34)
* 📦️ Upgrades packages, renames LoggedInView to WelcomeView

* 📦️ Upgrades packages, removes Shell theme

* 🐛 📦 Fixes issues with trying to Login on Android, updates packages

* 🐛 Grid Selection now works

* 🚧 Moved some things to a Session service, fixed grids not populating on clean install

* 🚧 L$ Balance is now visible

*  Adds a working address bar and teleporting, renames WelcomeView to DashboardView, fixes login location, general formatting tweaks

* 📦️ Upgrades packages

* 🌐 Localization update, tweaks for emoji, and adding RTL support

*  Working basic chat functionality

* Update GalaxyViewer/ViewModels/MainViewModel.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>

* Update GalaxyViewer/Views/LoginView.axaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>

---------

Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-23 18:15:36 -04:00
Galaxy Littlepaws 2a97adc156 Feature/login (#25)
*  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 commit d301718366.

* Revert "🚧 Session data is gathered correctly and not a ton of times"

This reverts commit 933d574b

*  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>
2025-03-10 15:46:58 -04:00
Galaxy Littlepaws 718b23c970 Update Dev (#23)
*  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

* Updates ReadMe.md (#20)

Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>

* 🚧 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

---------

Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>
2024-11-25 07:37:27 -05:00
Galaxy Littlepaws 28ff5a7dcc Update ReadMe.md
Updating build information, tweaks to disclaimer wording

Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>
2024-07-17 02:31:00 -04:00
Galaxy Littlepaws 7f8474c18e Update ReadMe.md
Fix license text
2024-07-16 04:12:12 -04:00
GalaxyLittlepaws 21df941a3c 💬 Tweak the ReadMe 2024-04-17 20:42:00 -04:00
GalaxyLittlepaws 6bd85ab461 💬 Update ReadMe 2024-04-06 03:41:44 -04:00
GalaxyLittlepaws 0b8f2f35d4 💬 Update ReadMe with viewer name 2024-04-04 22:33:44 -04:00
GalaxyLittlepaws 63969db5d7 🎉 Setup Avalonia and .NET Core, create other relevant files for project 2024-04-04 22:30:07 -04:00