Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated brand to MADE.NET UI #85

Merged
merged 1 commit into from
May 28, 2022
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
11 changes: 5 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
## Fixes #
## Resolves #
<!-- Add the issue ID after the '#' to automatically close the issue once the PR is merged -->

<!-- Please provide a description below of the changes made and how it has been tested -->

## PR checklist

- [ ] Samples have been added/updated (where applicable)
- [ ] Tests have been added/updated (where applicable) and pass
- [ ] Documentation has been added/updated for changes
- [ ] Code styling has been met on new source file changes
- [ ] Contains **NO** breaking changes
- [ ] Have samples been added or updated, run locally, and work as intended
- [ ] Have code styling rules been run on all new source file changes
- [ ] Have relevant articles in the docs been added or updated for all new source file changes
- [ ] Have major breaking changes been made and are documented

<!-- If a breaking change has been made, please provide a detailed description below of the impact and the migration path -->

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing

These guidelines are designed to help you as a contributor to bring your code and skills to the MADE Uno project to make it better.
These guidelines are designed to help you as a contributor to bring your code and skills to the MADE.NET UI project to make it better.

## What can I contribute to?

Our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.
Our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) contains a collection of features and issues waiting to be worked on! If you see any item marked with **Help Wanted**, we'd like to see you put your skills to use and contribute whatever you can to help develop the feature.

This can be in the form of contributing to the conversation around the feature or issue, providing code and submitting a pull request, adding a new feature request or bug, or even helping to update our documentation.

Expand All @@ -22,7 +22,7 @@ Don't worry! If you're unsure, just strike up a conversation in the issue you're

## Bug Hunting

We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE-Uno/issues) so we can keep an eye on them and get bugs fixed.
We're more than happy for you to contribute to our project through testing. We're all developers and we often miss things so finding bugs in the project's code is definitely approved of. Please remember to start a new issue in our [issue tracker](https://github.com/MADE-Apps/MADE.NET-UI/issues) so we can keep an eye on them and get bugs fixed.

Even better, if you know how to fix it, follow up your issue with a pull request!

Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<Authors>MADE Apps</Authors>
<Company>MADE Apps</Company>
<Copyright>Copyright (C) MADE Apps. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/MADE-Apps/MADE-Uno</PackageProjectUrl>
<PackageProjectUrl>https://github.com/MADE-Apps/MADE.NET-UI</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>ProjectIcon.jpg</PackageIcon>
<PackageReleaseNotes>https://github.com/MADE-Apps/MADE-Uno/releases</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/MADE-Apps/MADE.NET-UI/releases</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MADE Uno
# MADE.NET UI

Copyright (c) MADE Apps

Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<img src="assets/ProjectBanner.png" alt="MADE project banner" />

# MADE Uno
# MADE.NET UI

A library of Uno Platform UI components, supporting Windows, Android, iOS, and WebAssembly platforms.
A library of UI components built on the Uno Platform supporting Windows, Android, iOS, and WebAssembly platforms.

This is a collection of companion libraries to the [MADE.NET](https://github.com/MADE-Apps/MADE.NET) libraries.

## Support MADE Uno
## Support MADE.NET UI

As many developers know, projects like MADE Uno are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.
As many developers know, projects like MADE.NET UI are built and maintained in spare time. If you find this project useful, please **Star** the repo and if possible, sponsor the project development on GitHub.

## Build Status

| Build | Status | View |
| ------ | ------ | ------ |
| Packages | [![CI](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/ci.yml/badge.svg)](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/ci.yml) | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages?q=Tags%3A%22MADE%22+UI) |
| Docs | [![Docs](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/docs.yml/badge.svg)](https://github.com/MADE-Apps/MADE-Uno/actions/workflows/docs.yml) | [![Docs](https://img.shields.io/badge/Docs-GitHub%20Pages-blue?logo=readthedocs)](https://made-apps.github.io/MADE-Uno/) |
| Packages | [![CI](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/ci.yml/badge.svg)](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/ci.yml) | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages?q=Tags%3A%22MADE%22+UI) |
| Docs | [![Docs](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/docs.yml/badge.svg)](https://github.com/MADE-Apps/MADE.NET-UI/actions/workflows/docs.yml) | [![Docs](https://img.shields.io/badge/Docs-GitHub%20Pages-blue?logo=readthedocs)](https://made-apps.github.io/MADE.NET-UI/) |

## Installation 💾

[MADE Uno](https://www.nuget.org/profiles/made-apps) components are publicly available via NuGet. Each available package is detailed below.
[MADE.NET UI](https://www.nuget.org/profiles/made-apps) components are publicly available via NuGet. Each available package is detailed below.

| Package | Current | Preview | Downloads |
| ------ | ------ | ------ | ------ |
Expand All @@ -29,6 +29,7 @@ As many developers know, projects like MADE Uno are built and maintained in spar
| UI.Controls.DropDownList | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.DropDownList.svg)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList) |
| UI.Controls.FilePicker | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.FilePicker.svg)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker) |
| UI.Controls.Validator | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.Validator.svg)](https://www.nuget.org/packages/MADE.UI.Controls.Validator) |
| UI.Data.Converters | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Data.Converters)](https://www.nuget.org/packages/MADE.UI.Data.Converters/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Data.Converters)](https://www.nuget.org/packages/MADE.UI.Data.Converters/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Data.Converters.svg)](https://www.nuget.org/packages/MADE.UI.Data.Converters) |
| UI.Styling | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Styling.svg)](https://www.nuget.org/packages/MADE.UI.Styling) |
| UI.ViewManagement | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.ViewManagement.svg)](https://www.nuget.org/packages/MADE.UI.ViewManagement) |
| UI.Views.Dialogs | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Views.Dialogs.svg)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs) |
Expand All @@ -37,11 +38,11 @@ As many developers know, projects like MADE Uno are built and maintained in spar

## Contributing 🚀

Looking to help build MADE Uno? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!
Looking to help build MADE.NET UI? Take a look through our [contribution guidelines](CONTRIBUTING.md). We actively encourage you to jump in and help with any issues!

## Building MADE Uno 🛠
## Building MADE.NET UI 🛠

MADE Uno is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).
MADE.NET UI is built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras).

Each library is configured to take advantage of the Uno Platform libraries to provide cross-platform components.

Expand All @@ -54,4 +55,4 @@ You can build the solution using Visual Studio with the following workloads inst

## License

MADE Uno is made available under the terms and conditions of the [MIT license](LICENSE).
MADE.NET UI is made available under the terms and conditions of the [MIT license](LICENSE).
Binary file modified assets/ProjectBanner.afdesign
Binary file not shown.
Binary file modified assets/ProjectBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MADE Uno Documentation
# MADE.NET UI Documentation

This folder contains source code for the generation of MADE Uno's documentation.
This folder contains source code for the generation of MADE.NET UI's documentation.

## Contributing to the docs

Expand Down
4 changes: 2 additions & 2 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ title: Explore the APIs

# Explore the APIs

Here you'll find all of the generated code documentation for the MADE Uno projects, similar to what you might find on Microsoft Docs!
Here you'll find all of the generated code documentation for the MADE.NET UI projects, similar to what you might find on Microsoft Docs!

This documentation is designed to show you how each component of MADE Uno is constructed and provide a reference for you when building your projects.
This documentation is designed to show you how each component of MADE.NET UI is constructed and provide a reference for you when building your projects.
2 changes: 1 addition & 1 deletion docs/articles/features/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Using the UI package

The UI package is a base package for building out UI components for native applications for Windows, Android, iOS, macOS, Linux, and the web.

Its main purpose is to be used by the additional MADE Uno UI packages. However, it can be used to build your own custom UI elements for your own applications.
Its main purpose is to be used by the additional MADE.NET UI UI packages. However, it can be used to build your own custom UI elements for your own applications.

## Building custom controls for Windows or Uno Platform applications

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Getting Started

# Getting Started

MADE Uno is a collection of components designed for building applications with the Uno Platform on Windows, Android, iOS, and WebAssembly.
MADE.NET UI is a collection of components designed for building applications with the Uno Platform on Windows, Android, iOS, and WebAssembly.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"globalMetadata": {
"_appLogoPath": "images/Logo.png",
"_appFaviconPath": "images/Logo.png",
"_appTitle": "MADE Uno",
"_appTitle": "MADE.NET UI",
"_appFooter": "Copyright (c) MADE Apps",
"_enableSearch": true,
"_enableNewTab": true
Expand Down
Binary file modified docs/images/ProjectBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Make App Development Easier
</h1>

<div class="hero-subtitle">
MADE Uno is a collection of components designed for building applications with the Uno Platform on Windows, Android, iOS, and WebAssembly.
MADE.NET UI is a collection of components designed for building applications with the Uno Platform on Windows, Android, iOS, and WebAssembly.
</div>

<div class="hero-actions mb-5">
Expand Down Expand Up @@ -117,12 +117,12 @@ title: Make App Development Easier
Stats
</span>
<div class="stats-container d-flex flex-row flex-wrap">
<a class="stat" href="https://github.com/MADE-Apps/MADE-Uno/releases" target="_blank">
<a class="stat" href="https://github.com/MADE-Apps/MADE.NET-UI/releases" target="_blank">
<span>
<div class="stat-container">
<div class="stat-header">
<span>
v1.4.0
v1.5.0
</span>
</div>
<div class="stat-content">
Expand All @@ -138,7 +138,7 @@ title: Make App Development Easier
<div class="stat-container">
<div class="stat-header">
<span>
225k+
300k+
</span>
</div>
<div class="stat-content">
Expand All @@ -154,7 +154,7 @@ title: Make App Development Easier
<div class="stat-container">
<div class="stat-header">
<span>
22
27
</span>
</div>
<div class="stat-content">
Expand All @@ -176,7 +176,7 @@ title: Make App Development Easier
UI Components
</h2>
<div class="md-content">
MADE Uno provides a set of cross-platform UI components for Windows, WebAssembly, Android, iOS, macOS, and Linux.
MADE.NET UI provides a set of cross-platform UI components for Windows, WebAssembly, Android, iOS, macOS, and Linux.
</div>
</div>
<div class="col-lg-5">
Expand Down Expand Up @@ -232,7 +232,7 @@ title: Make App Development Easier
<div class="row highlight-section home-row d-flex home-row-centered-sm">
<div class="d-flex flex-column my-auto col-lg-7">
<h2 class="sm-header mb-5">
MADE Uno is simple to install and it's easy to get started.
MADE.NET UI is simple to install and it's easy to get started.
</h2>
</div>
<div class="col-lg-5">
Expand All @@ -253,17 +253,17 @@ title: Make App Development Easier
<div class="grid-item grid-border-right d-flex flex-column align-items-center text-center">
<img src="images/icons/love.png" alt="Hands holding a heart icon" />
<h2 class="sm-header">
Support MADE Uno
Support MADE.NET UI
</h2>
<div class="sm-content mb-3">
If you'd like to support MADE Uno, considering donating to the project
If you'd like to support MADE.NET UI, considering donating to the project
</div>
<span class="button sponsor-button">
<a aria-label="Support MADE Uno" target="_top" href="https://github.com/sponsors/jamesmcroft/">
<a aria-label="Support MADE.NET UI" target="_top" href="https://github.com/sponsors/jamesmcroft/">
<svg height="16" class="octicon octicon-heart text-pink me-2" viewbox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd" d="M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z"></path>
</svg>
<span>Support MADE Uno</span>
<span>Support MADE.NET UI</span>
</a>
</span>
</div>
Expand All @@ -275,14 +275,14 @@ title: Make App Development Easier
Contribute on GitHub
</h2>
<div class="sm-content mb-3">
MADE Uno is open source and you can contribute on GitHub
MADE.NET UI is open source and you can contribute on GitHub
</div>
<span class="button sponsor-button">
<a aria-label="Contribute to MADE Uno" target="_top" href="https://github.com/MADE-Apps/MADE-Uno/">
<a aria-label="Contribute to MADE.NET UI" target="_top" href="https://github.com/MADE-Apps/MADE.NET-UI/">
<svg height="16" class="octicon octicon-heart text-pink me-2" viewbox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd" d="M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z"></path>
</svg>
<span>Contribute to MADE Uno</span>
<span>Contribute to MADE.NET UI</span>
</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DisplayName="MADE Sample Gallery"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="A sample gallery application for features in the MADE Uno libraries"
Description="A sample gallery application for features in the MADE.NET UI libraries"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
Expand Down