Flow.Launcher/Flow.Launcher.Avalonia
Hongtao Zhang 5d80816f84 Refactor i18n to be self-initializing via DI
- Internationalization.Initialize() called in constructor when DI creates it
- Remove InitializeInternationalization() method from App.axaml.cs
- Update AvaloniaPublicAPI and LocalizeExtension to use Ioc.Default.GetService
- Reorder ConfigureDI before i18n initialization
2026-01-15 01:17:29 -08:00
..
Converters Add internationalization support for Avalonia UI 2026-01-15 01:10:53 -08:00
Helper Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
Resource Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
Themes Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
ViewModel Add internationalization support for Avalonia UI 2026-01-15 01:10:53 -08:00
Views Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
App.axaml Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
App.axaml.cs Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
app.manifest Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00
AvaloniaPublicAPI.cs Refactor i18n to be self-initializing via DI 2026-01-15 01:17:29 -08:00
Flow.Launcher.Avalonia.csproj Add DynamicData sorting, result persistence, and Windows Shell icon loading 2026-01-15 00:26:27 -08:00
MainWindow.axaml Add internationalization support for Avalonia UI 2026-01-15 01:10:53 -08:00
MainWindow.axaml.cs Add context menu support for results in Avalonia UI 2026-01-15 00:53:14 -08:00
Program.cs Add initial Avalonia UI project for migration 2026-01-14 23:01:35 -08:00