Steven Kirk
fb0da85ad3
Merge core libraries. ( #5831 )
* Merge core libraries.
Everything below `Avalonia.Controls` into `Avalonia.Base`.
* Move new files to correct place.
* Removed unused dirs/projects,
* Removed outdated references from theme assemblies.
* Merge unit tests to match new assembly layout.
* Fixup test namespaces.
* Make directory match namespace.
* Move files to match namespace.
* Move files to match namespace.
* Fix up incorrect namespace.
`Avalonia.Visuals.Media.Imaging` -> `Avalonia.Media.Imaging`.
* Fix resource URL.
* Removed outdated dependencies.
* Added missing project reference.
* Update test namespaces.
* Fix merge error.
* Fix merge errors.
* Fix bad merge in WindowsInteropTest.csproj.
* Fix up merge errors in csprojs.
* Remove merged tests from nuke.
* Fix up namespace.
* Fix compile error.
* Fix failing tests.
Now that more unit tests are present in Avalonia.Base.UnitTests, general `AvaloniaObject` properties are getting registered. Ignore those.
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
4 years ago
Max Katz
e91b3318e3
Enable AOT on android projects (release configuration only)
4 years ago
Max Katz
8c8fb23c40
Make android test application buildable
4 years ago
Emmanuel Hansen
76cd4386f1
use pdb files for debug on android projects. do not use full screen keyboard when landscape
4 years ago
Max Katz
dcc7d02e18
Move MSBuildEnableWorkloadResolver to directory build props
4 years ago
Max Katz
a568c175f3
Solve workload installation
4 years ago
Max Katz
79f521d941
Use .net6-android sdk
4 years ago
José Pedro
d5690cc834
Upgraded target Android SDK to 11.0 (API level 30).
5 years ago
José Pedro
a401a2073e
Fixed Android backend.
5 years ago
Giuseppe Lippolis
cbbfc63a2b
Revert "Fixes nuget downgrade warning iOS"
5 years ago
Giuseppe Lippolis
9f583b939a
Fixes nuget downgrade warning
5 years ago
Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
6 years ago
Steven Kirk
55868ce690
Remove serilog.
6 years ago
Dan Walmsley
8d585947a3
update android test project
7 years ago
Nikita Tsukanov
9118872498
Android -> 8.0
7 years ago
Nikita Tsukanov
ac1a8d9c4e
Android?
7 years ago
Steven Kirk
1693fd8d8d
Remove unsupported armeabi.
7 years ago
Jeremy Koritzinsky
acb3d46ca0
Enable generating NuGet packages via the MSBuild Pack target.
8 years ago
Jeremy Koritzinsky
065d6d01d8
Switch Cake to use a dirs.proj traversal project to simplify the solution.
8 years ago
Jeremy Koritzinsky
399c58b141
Add direct System.Memory reference to AndroidTestApplication.
8 years ago
Jeremy Koritzinsky
69055c627c
Remove some remaining references to Sprache.
8 years ago
Jeremy Koritzinsky
b89ab8f5f1
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
8 years ago
Nikita Tsukanov
bff0403423
Removed splat
9 years ago
Nikita Tsukanov
e610d5858f
Merge skia projects into one
9 years ago
Wiesław Šoltés
2afd6cb224
Remove NuGet workaround
9 years ago
Wiesław Šoltés
d0fbbc9182
Removed nuget libraries for Android and iOS targets
They are part of Xamarin bcl.
9 years ago
Wiesław Šoltés
f8097cc27d
Added msbuild props for package references
9 years ago
Wiesław Šoltés
38bc75b5ab
Updated NuGet packages to fix package downgrades
9 years ago
Nikita Tsukanov
25c7be5b7a
Removed packages.config from csproj.files
9 years ago
Nikita Tsukanov
485fe1364e
Everything is buildable via MSBuild
9 years ago
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
9 years ago
Nikita Tsukanov
b0a063838f
Migrated to PackageReference
9 years ago
Nikita Tsukanov
185a42ea09
Fixed references for Avalonia.AndroidTestApplication
9 years ago
Nikita Tsukanov
830a4963fe
Added netcoreapp1.0 build for Avalonia.Skia.Desktop, updated splat
9 years ago
Nikita Tsukanov
c446aaf5a6
Removed IWindowImpl which was a lie, removed initialization hack, fixed rendering
9 years ago
Steven Kirk
59c49d259d
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
10 years ago
Wiesław Šoltés
a508b594e8
Removed unused references
10 years ago
Wiesław Šoltés
edc0a86178
Use latest app builder
10 years ago
Nikita Tsukanov
4a25b33cea
Sync package versions
10 years ago
Wiesław Šoltés
9cdcf6cb02
Revert "Updated projects and packages"
This reverts commit 7cca79b435 .
10 years ago
Wiesław Šoltés
7cca79b435
Updated projects and packages
10 years ago
Wiesław Šoltés
9be6a6ea59
Simplify test app
10 years ago
Wiesław Šoltés
a5837a9683
Fixed AssemblyName
10 years ago
Wiesław Šoltés
aad802a156
Update Android projects
10 years ago
Jeremy Koritzinsky
3c5848bc2c
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Jeremy Koritzinsky
44b1b4d9cd
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
10 years ago
Nikita Tsukanov
cf65cc5ef7
Massive android-backend code cleanup and fixes for threading and rendering
11 years ago
andrey
3de3dd4244
initial support for skia in android
11 years ago
andrey
8e68bd532f
Android functionality with default Canvas Implementation
11 years ago