Emmanuel Hansen
56d94d64b9
Add IActivityApplicationLifetime for android ( #18893 )
* add lifetime with view factory on android
* rename android lifetime interface
* add warning when using ISingleViewApplicationLifetime for android, set current main activity reference on OnResume
* fix nit
9 months ago
Max Katz
3df092f714
Impl auto safe area padding ( #13047 )
* Make iOS safe area more consistent with Android
* Implement TopLevel.AutoSafeAreaPadding (enabled by default)
* Make SafeAreaDemo more representative
* Some fixes + add comments
---------
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
2 years ago
Emmanuel Hansen
d203c1b386
add safe area demo
3 years ago
Dan Walmsley
a2d008d6f2
add simple mobile sandbox apps.
4 years ago
Dan Walmsley
6c3ba87cab
Revert "sandbox demo of shutdown cancel."
This reverts commit 851baa6537 .
5 years ago
Dan Walmsley
851baa6537
sandbox demo of shutdown cancel.
5 years ago
Steven Kirk
e240b0d322
Added sandbox app.
This is a blank app for use in repros, experiments and perf testing. Please don't commit changes here.
6 years ago
Nikita Tsukanov
8f73baf507
Ported native embedding PR to master
6 years ago
Dan Walmsley
79527e6ab9
restore app.xaml.cs
6 years ago
Dan Walmsley
c375629717
restore app.xaml /cs
6 years ago
Dan Walmsley
138ea74b88
Add code to show desired syntax.
6 years ago
Dan Walmsley
761656f23c
remove unused field
6 years ago
Dan Walmsley
f6f9c575be
remove old osx app menu from control catalog.
6 years ago
Dan Walmsley
a465b3ab21
make app menu declaration sensible.
7 years ago
Dan Walmsley
d0dda3e7c6
correctly handle changes on app menu
7 years ago
Dan Walmsley
512cc41080
fix app menu test
7 years ago
Dan Walmsley
a6e5073c6b
attempt to test changes on application menu
7 years ago
Dan Walmsley
238855c5d1
allow application name to be set on osx.
7 years ago
Nikita Tsukanov
3e071fc366
Naming
7 years ago
Nikita Tsukanov
b33601ee9b
Refactored lifetime control into separate lifetime classes
7 years ago
Benedikt Schroeder
21eda0db12
Revert removal of Application.Initialize
7 years ago
Benedikt Schroeder
7e04215897
No longer set first window opened as MainWindow
7 years ago
Benedikt Schroeder
1bb3156950
Introduce StartupEventArgs and ExitEventArgs
7 years ago
Benedikt Schroeder
5557829950
Initial
7 years ago
Nikita Tsukanov
86e2a3e9b3
Pre-merge repo cleanup
8 years ago
Nikita Tsukanov
39f57c38d4
Initial commit
Interop and PlatformThreadingInterface seem to be working, initial work on IWindowImpl
8 years ago
Nikita Tsukanov
e14ac5742f
RegisterServices should be called by AppBuilder
10 years ago
Steven Kirk
d79fc6bbd8
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
10 years ago
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
10 years ago
Jason Jarvis
97388703b3
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
10 years ago
Steven Kirk
ea6b1d4cfd
Starting removing hard dependency on Serilog.
Instead log through a static Logger, and provide a Serilog consumer for
this.
10 years ago
Steven Kirk
94ea1dc6c3
Renamed .paml files to .xaml.
10 years ago
Steven Kirk
ab2d7571e1
Include default theme and base color in App.paml.
10 years ago
Steven Kirk
5773704f2d
Started updating DevTools to use XAML.
10 years ago
Steven Kirk
bbe0f5a7a7
Added control catalog.
Ported from old branch to incorporate latest master.
10 years ago