xamarin-android/tests/Mono.Android-Tests
Marek Habersack 8ef7a6e3f9
Bump NDK to r26 (#8213)
Changes: https://github.com/android/ndk/wiki/Changelog-r26#announcements

NDK r26 has the following changes which are interesting to us:

  * libc++ has been updated. The NDK's libc++ now comes directly from
    our LLVM toolchain, so every future LLVM update is also a libc++
    update.
  * Updated LLVM to clang-r487747c, based on LLVM 17 development

The `libc++` update brings internal implementation changes, and as a
result we no longer need to partially instantiate a couple of classes
previously underlying the `vector<T>` and `basic_string<T>`
implementations.
2023-09-21 17:25:53 -04:00
..
Android.App [build-tools] Bump Test emulator to use API-31 (#5257) 2022-02-25 12:54:12 -05:00
Android.Content [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Android.Content.Res [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Android.Graphics [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Android.OS [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Android.Runtime [Mono.Android] .NET 6+ & GetHttpMessageHandler & null, oh my! (#7214) 2022-09-01 15:28:58 -04:00
Android.Widget [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Assets [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Java.Interop [monodroid] Attach current thread to MonoVM when registering a type (#7560) 2022-11-30 12:41:54 -05:00
Java.Interop-Tests [Mono.Android] Use C#9 Function Pointer backend for JNI (#8234) 2023-08-02 17:37:32 -04:00
Java.Lang [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
LinkedAssets [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Localization [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Mono.Android-Test.Library [build] Use variables for `net6.0` where possible (#6947) 2022-04-21 11:32:29 -04:00
Mono.Data.Sqlite Use Environment.SpecialFolder.UserProfile, not SpecialFolder.Personal (#7481) 2022-10-24 16:17:59 -05:00
Properties Bump to Android NDK r24 (#6469) 2022-03-28 12:25:02 -04:00
Resources [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Runtime-AppBundle [Xamarin.Android.Build.Tasks] Use binutils for Aot and LLVM (#6901) 2022-09-08 14:58:40 -05:00
Runtime-Microsoft.Android.Sdk [Xamarin.Android.Build.Tasks] feature switch defaults for fast startup (#8347) 2023-09-21 11:09:44 -04:00
Runtime-MultiDex [Xamarin.Android.Build.Tasks] _Microsoft.Android.Resource.Designer (#6427) 2023-01-05 11:05:18 -05:00
System [Mono.Android] Marshal .NET stack trace to Throwable.getStackTrace() (#8185) 2023-08-22 21:12:24 -04:00
System.Drawing [Mono.Android-Tests] Update ignored .NET 6 tests (#5802) 2021-04-01 09:49:21 -04:00
System.IO [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
System.IO.Compression [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
System.Linq [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
System.Net [tests] Use msftconnecttest.com in QuoteInvalidQuoteUrlsShouldWork (#7919) 2023-03-31 16:12:44 -04:00
System.Runtime.InteropServices [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
System.Text [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
System.Text.Json [Xamarin.Android.Build.Tasks] fix System.Text.Json with default trimmer settings (#8266) 2023-08-14 14:05:19 -05:00
System.Threading [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Xamarin.Android.Net [tests] Fix recently added AndroidMessageHandler test (#7859) 2023-03-06 15:23:37 -05:00
Xamarin.Android.RuntimeTests Enable marshal methods support by default (#7351) 2022-10-10 17:04:47 -04:00
jni Bump NDK to r26 (#8213) 2023-09-21 17:25:53 -04:00
.gitignore [One .NET] Add Microsoft.Android-Tests unit tests (#5250) 2020-11-16 15:36:33 -05:00
AppResources.Designer.cs [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
AppResources.it-IT.Designer.cs [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
AppResources.it-IT.resx [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
AppResources.resx [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Directory.Build.targets Bump to xamarin/java.interop/main@77800dda (#7824) 2023-02-28 08:32:10 -05:00
Mono.Android-Test.Shared.projitems [Xamarin.Android.Build.Tasks] fix System.Text.Json with default trimmer settings (#8266) 2023-08-14 14:05:19 -05:00
Mono.Android-Test.Shared.shproj [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00
Mono.Android-Tests.csproj [Xamarin.Android.Build.Tasks] Use binutils for Aot and LLVM (#6901) 2022-09-08 14:58:40 -05:00
proguard.cfg [tests] Move Mono.Android-Tests to top tests dir (#5281) 2020-11-11 12:03:44 -05:00