Cuterdio icon indicating copy to clipboard operation
Cuterdio copied to clipboard

Internet Radio cute, simple, beautyful

Results 75 Cuterdio issues
Sort by recently updated
recently updated
newest added

- https://github.com/youtube/api-samples/blob/07263305b59a7c3275bc7e925f9ce6cabf774022/dotnet/Search.cs - https://developers.google.com/youtube/v3/code_samples/dotnet?hl=de

feature

When no Cover is set: https://www.thewissen.io/playing-with-animation-in-xamarin-forms/

enhancement

Spotify redirects to app.adjust.com. This is blocked by Pi-Hole for example. I try to find a workaround. Perhaps with URI-Scheme: ``` UIApplication.shared.openURL("spotify:album:35qOyU64MANksnQMALP0yQ") UIApplication.shared.openURL("spotify:track:4rt5uQRufFaIFLCnJgE8Cc") ```

enhancement
need-information

```csharp foreach (var item in UIApplication.SharedApplication.ConnectedScenes) { var windowScene = item as UIWindowScene; if (windowScene != null) { windowScene.SizeRestrictions.MinimumSize = new CGSize(100, 100); } } ```

💻 macOS

```csharp foreach (var item in UIApplication.SharedApplication.ConnectedScenes) { var windowScene = item as UIWindowScene; if (windowScene != null) { windowScene.Window.Location; // todo } } ```

💻 macOS

need-information
💻 macOS

![image](https://user-images.githubusercontent.com/2002916/83037515-2bb53800-a03c-11ea-8b9d-bdc6d70cc343.png) ![image](https://user-images.githubusercontent.com/2002916/83037915-a3836280-a03c-11ea-8ecc-0e699bb37a93.png) ![image](https://user-images.githubusercontent.com/2002916/83038865-bf3b3880-a03d-11ea-926b-1015ed33c111.png)

enhancement
💻 macOS

![image](https://user-images.githubusercontent.com/2002916/90560975-43fea400-e1a0-11ea-9299-c99170392618.png) ![image](https://user-images.githubusercontent.com/2002916/90561058-67295380-e1a0-11ea-8508-2ce17e92463a.png) ![image](https://user-images.githubusercontent.com/2002916/90561108-7c05e700-e1a0-11ea-898a-1cb64d932c06.png)