-
Updated
Oct 22, 2021 - C#
Xamarin

Xamarin is a Microsoft-owned, San Francisco, California-based software company. It was founded by the creators of Mono, Mono for Android, and MonoTouch, which are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications (often called Microsoft .NET).
With a C#-shared codebase, developers can use Xamarin tools to write native Android, iOS, and Windows apps. The apps have native user interfaces and share code across multiple platforms, including Windows and macOS.
Here are 3,536 public repositories matching this topic...
-
Updated
Oct 22, 2021 - C#
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
Applying `VisibleBoundsPadding
Description of Change
Update Font Header size in iOS.
The original values are from: https://material.io/develop/android/theming/typography/
But, the Header value, 96, seem really really high especially when compared to iOS and UWP.
This PR update the value comparing values with iOS.
Issues Resolved
- fixes #11194
API Changes
None
Platforms Af
-
Updated
Oct 24, 2021 - C#
-
Updated
Oct 6, 2021 - C#
-
Updated
May 26, 2021 - C#
-
Updated
Oct 23, 2021 - C#
-
Updated
Jul 28, 2021 - C#
-
Updated
Oct 20, 2021 - C#
The FSEvent.GetUuidForDevice has a few problems:
FSEventsCopyUUIDForDevice
returns a retained object reference. This value isn't released (so it's leaked).FSEventsCopyUUIDForDevice
returns an object reference. The code treats it like a blob of memory that
-
Updated
Oct 4, 2021
-
Updated
Oct 5, 2021 - C#
-
Updated
Oct 11, 2021 - C#
-
Updated
Jun 24, 2021 - C#
-
Updated
May 4, 2021
Target Application
Designer
Problem Description
The Designer on AdaptiveCards.io should be updated based on the currently supported version from those Hosts.
-
Updated
Aug 13, 2021 - C#
-
Updated
Oct 21, 2021 - C#
Created by Miguel de Icaza, Nat Friedman
Released May 16 2011
- Organization
- xamarin
- Website
- www.xamarin.com
- Wikipedia
- Wikipedia
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like