├── 0000-template.md ├── LICENSE ├── README.md ├── process.md └── xamarin.forms ├── README.md ├── proposals ├── 0001-application-indexing-and-deep-linking.md └── 0002-additional-event-args-on-popped-to-root.md └── schedule.md /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/README.md -------------------------------------------------------------------------------- /process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/process.md -------------------------------------------------------------------------------- /xamarin.forms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/xamarin.forms/README.md -------------------------------------------------------------------------------- /xamarin.forms/proposals/0001-application-indexing-and-deep-linking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/xamarin.forms/proposals/0001-application-indexing-and-deep-linking.md -------------------------------------------------------------------------------- /xamarin.forms/proposals/0002-additional-event-args-on-popped-to-root.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/xamarin.forms/proposals/0002-additional-event-args-on-popped-to-root.md -------------------------------------------------------------------------------- /xamarin.forms/schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xamarin/xamarin-evolution/HEAD/xamarin.forms/schedule.md --------------------------------------------------------------------------------