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 * 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>
11 lines
460 B
XML
11 lines
460 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/obj/Debug/net8.0-android34.0/android/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |