Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-running-an-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body:
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [logcat](https://github.com/xamarin/xamarin-android/wiki/Getting-Log--from-logcat) log.
description: Please copy and paste any (short!) relevant log output. Longer logs can be attached as .txt files. This is likely a [logcat](https://github.com/dotnet/android/wiki/Getting-Log--from-logcat) log.
render: shell
- type: markdown
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
----

Pull Request
[title](https://github.com/xamarin/xamarin-android/blob/main/Documentation/workflow/commit-messages.md#commit-summary) and
[description](https://github.com/xamarin/xamarin-android/blob/main/Documentation/workflow/commit-messages.md#commit-body)
[title](https://github.com/dotnet/android/blob/main/Documentation/workflow/commit-messages.md#commit-summary) and
[description](https://github.com/dotnet/android/blob/main/Documentation/workflow/commit-messages.md#commit-body)
should follow the
[`commit-messages.md` workflow documentation](https://github.com/xamarin/xamarin-android/blob/main/Documentation/workflow/commit-messages.md), and in particular should include:
[`commit-messages.md` workflow documentation](https://github.com/dotnet/android/blob/main/Documentation/workflow/commit-messages.md), and in particular should include:

- [ ] Useful description of *why the change is necessary*.
- [ ] Links to issues fixed
Expand Down
8 changes: 4 additions & 4 deletions Documentation/docs-mobile/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@
- name: .NET 8 Release Notes
items:
- name: .NET 8 34.0.95
href: https://github.com/xamarin/xamarin-android/releases/tag/34.0.95
href: https://github.com/dotnet/android/releases/tag/34.0.95
- name: .NET 8 34.0.85
href: https://github.com/xamarin/xamarin-android/releases/tag/34.0.85
href: https://github.com/dotnet/android/releases/tag/34.0.85
- name: .NET 8 34.0.79
href: https://github.com/xamarin/xamarin-android/releases/tag/34.0.85
href: https://github.com/dotnet/android/releases/tag/34.0.79
- name: .NET 8 34.0.52
href: https://github.com/xamarin/xamarin-android/releases/tag/34.0.52
href: https://github.com/dotnet/android/releases/tag/34.0.52
6 changes: 3 additions & 3 deletions Documentation/docs-mobile/building-apps/build-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and `as`, the native assembler. These tools are included in the

The default value is `$(MonoAndroidBinDirectory)\binutils\bin\`.

[binutils]: https://github.com/xamarin/xamarin-android-binutils/
[binutils]: https://github.com/dotnet/android-native-tools/

## AndroidBoundExceptionType

Expand Down Expand Up @@ -378,7 +378,7 @@ The default value is `d8`. See our
documentation on [D8 and R8][d8-r8].

[dex]: https://source.android.com/devices/tech/dalvik/dalvik-bytecode
[d8-r8]: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/D8andR8.md
[d8-r8]: https://github.com/dotnet/android/blob/main/Documentation/guides/D8andR8.md

## AndroidEnableDesugar

Expand Down Expand Up @@ -849,7 +849,7 @@ used for Java code. The default value is an empty string, or
`proguard` if `$(AndroidEnableProguard)` is `True`. See our documentation on
[D8 and R8][d8-r8].

[d8-r8]: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/D8andR8.md
[d8-r8]: https://github.com/dotnet/android/blob/main/Documentation/guides/D8andR8.md

## AndroidLintEnabled

Expand Down
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ errors reporting the exact message coming from `adb`.

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0000, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ errors related to APK installation. An error message of the form

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0010, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0020.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ that includes all ABIs:

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0020, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0030.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Manually uninstall your APK from the attached device or emulator.

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0030, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0040.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Your attached device must at least be able to support `minSdkVersion`.

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0040, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
4 changes: 2 additions & 2 deletions Documentation/docs-mobile/messages/adb0050.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Consider submitting a [bug][bug] if you are getting this warning under
normal circumstances.

[adb]: https://developer.android.com/studio/command-line/adb
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0050, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/adb0060.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ storage.

## Implementation notes

Note that nothing in the open source <https://github.com/xamarin/xamarin-android>
Note that nothing in the open source <https://github.com/dotnet/android>
repository emits ADB0060, as features such as debugging and "fast deployment"
are implemented in the proprietary .NET for Android additions.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/java0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ some clues into why the error occured.
Consider submitting a [bug][bug] if you are getting this error under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/javac0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Consider submitting a [bug][bug] if you are getting this error under
normal circumstances.

[javac]: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javac.html
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0000.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An unhandled exception (or error case) was encountered in one of
Consider submitting a [bug][bug] if you are getting this warning under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests

## Specific scenario 1

Expand Down
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0107.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ MSBuild tasks:
Consider submitting a [bug][bug] if you are getting this warning under normal
circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0108.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ As a result, none of the normally disabled checks which produce false positives
Consider submitting a [bug][bug] if you are getting this warning under normal
circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0116.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ of these required files is missing.
Consider submitting a [bug][bug] if you are getting this error under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0118.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ normal use.
Consider submitting a [bug][bug] if you are getting one of these warnings under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0119.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Remove the following from `Release` configurations:
Consider submitting a [bug][bug] if you are getting one of these
warnings under normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0127.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ To work around the issue disable Fast Deployment by setting `EmbedAssembliesInt
in your .csproj. Or turn off `Fast Deployment` in the IDE. You will still be able to debug
on the device, all the required files will be packaged inside the .apk.

In addition raise an issue at [https://github.com/xamarin/xamarin-android/issues/new/choose](https://github.com/xamarin/xamarin-android/issues/new/choose). Please provide the deployment log and as much detail as possible.
In addition raise an issue at [https://github.com/dotnet/android/issues/new/choose](https://github.com/dotnet/android/issues/new/choose). Please provide the deployment log and as much detail as possible.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa0134.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ the .NET for Android build system for Debug builds.
Please check that you do not have the 'android:debuggable' attribute set on the 'application' element in your 'AndroidManifest.xml'.
If you have a class that derives from 'Android.App.Application' and are using the '[Application]' make sure the
'Debuggable' property is not set at all as it will override the value for debug builds.
If neither of these solutions work please raise an issue at [https://github.com/xamarin/xamarin-android/issues/new/choose](https://github.com/xamarin/xamarin-android/issues/new/choose).
If neither of these solutions work please raise an issue at [https://github.com/dotnet/android/issues/new/choose](https://github.com/dotnet/android/issues/new/choose).
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa1003.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ error earlier in the build process.
Please **Clean** and **Build** your application again to correct
this issue.

If the problem persists, raise an [issue](https://github.com/xamarin/xamarin-android/issues/new).
If the problem persists, raise an [issue](https://github.com/dotnet/android/issues/new).
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa1004.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ This usually happens if the download of the *.zip* or *.aar* file was incomplete

The best thing to do is to try to delete the file and do a clean build.

If the problem persists, raise an [issue](https://github.com/xamarin/xamarin-android/issues/new).
If the problem persists, raise an [issue](https://github.com/dotnet/android/issues/new).
4 changes: 2 additions & 2 deletions Documentation/docs-mobile/messages/xa1005.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ To resolve this warning, change each element to use its unqualified C# class
name or add a [`xamarin:managedType`][code-behind-attributes] attribute to each
element to specify the fully qualified C# name.

[code-behind]: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/LayoutCodeBehind.md
[code-behind-attributes]: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/LayoutCodeBehind.md#layout-xml-attributes
[code-behind]: https://github.com/dotnet/android/blob/main/Documentation/guides/LayoutCodeBehind.md
[code-behind-attributes]: https://github.com/dotnet/android/blob/main/Documentation/guides/LayoutCodeBehind.md#layout-xml-attributes
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa1038.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Edit your csproj directly and remove the referenced MSBuild property.

Test your project to ensure the new behavior is functionally equivalent.

If not, file an [issue](https://github.com/xamarin/xamarin-android/issues) so a
If not, file an [issue](https://github.com/dotnet/android/issues) so a
solution can be found before the deprecated flag is removed.
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4302.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ malformed XML in your application project or a referenced assembly.
Consider submitting a [bug][bug] if you are getting this warning under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4303.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Consider submitting a [bug][bug] if you are getting this warning under
normal circumstances.

[max_path]: /windows/desktop/FileIO/naming-a-file#maximum-path-length-limitation
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4304.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ normal circumstances.

[android]: https://developer.android.com/studio/build/shrink-code
[proguard]: https://www.guardsquare.com/en/products/proguard/manual
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4305.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ The build process should automatically configure and populate the file for the
`$(_AndroidMainDexListFile)` property, so please consider submitting a
[bug][bug] if you are getting this warning under normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4306.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after removing any `MultiDexMainDexList` items.

[r8_source]: https://r8.googlesource.com/
[r8_commit]: https://r8.googlesource.com/r8/+/0e5c4339df0207a0e38f11438db84b29f328f777%5E%21/
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4307.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ normal circumstances.

[android]: https://developer.android.com/studio/build/shrink-code
[proguard]: https://www.guardsquare.com/en/products/proguard/manual
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa4308.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ error in the build log.
Consider submitting a [bug][bug] if you are getting this warning under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa5300.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Consider submitting a [bug][bug] if you are getting this failure under
normal circumstances.

[vs-sdk]: /xamarin/android/troubleshooting/questions/android-sdk-location
[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa5301.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ C:\Code\MyReallyLongSolutionName
Alternatively in recent versions of Windows 10, you can opt into long
paths via a [Local Group Policy][long_path] system-wide.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[MAX_PATH]: /windows/win32/fileio/naming-a-file#maximum-path-length-limitation
[long_path]: https://blogs.msdn.microsoft.com/jeremykuhne/2016/07/30/net-4-6-2-and-long-paths-on-windows-10/
2 changes: 1 addition & 1 deletion Documentation/docs-mobile/messages/xa5302.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ message as a last resort.
Consider submitting a [bug][bug] if you are getting this failure under
normal circumstances.

[bug]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
[bug]: https://github.com/dotnet/android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests
Loading
Loading