Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-20fixing expired certificateDan Siegel
2017-05-20remove Directory.Build.propsDan Siegel
2017-05-20updating UWP dependenciesDan Siegel
2017-05-20SDK workaround PR 908Dan Siegel
2017-05-20updating HelloWorld to 2.3.5 pre3Dan Siegel
2017-02-26pre2 releaseBrian Lagunas
2017-02-07fixed sandbox compile issueBrian Lagunas
2016-11-23added application lifecycle eventsBrian Lagunas
2016-11-23playing around with lifecycle eventsBrian Lagunas
2016-11-23added NavigationMode to NavigationParametersBrian Lagunas
2016-11-01renamed IDestroy to IDestructibleBrian Lagunas
2016-11-01updated sampleBrian Lagunas
2016-10-27Merge remote-tracking branch 'refs/remotes/origin/master' into ↵Brian Lagunas
INavigationAware-improvements # Conflicts: # Source/Xamarin/Prism.Forms/Navigation/PageNavigationService.cs
2016-10-26updating the ProcessNavigationForNavigationPage logicBrian Lagunas
also upgraded xamarin
2016-10-24added OnNavigatingTo to INavigationAwareBrian Lagunas
2016-10-18OnNavigatedTo for device GoBackBrian Lagunas
2016-10-18implemented INavAware on system back navBrian Lagunas
Did some refactoring, started using a new IDestroy interface instead of IDisposable, and added support for calling INavigationAware when the hardware/software buttons are pressed.
2016-10-18implemented disposeBrian Lagunas
When popping pages off the NavigationStack of a NavigationPage or off the Modal stack will result in IDisposable being called on the Page being popped/removed, and all of it's children if applicable.
2016-10-08Updating sln, Windows 10 assemblies are no longer signed.bartlannoeye
2016-10-08Adding protocol activation to trigger on prism://bartlannoeye
2016-10-08Upped UWP SDK in HelloWorldbartlannoeye
2016-10-04added IActiveAware supportBrian Lagunas
created a behavior that keeps track of the active selected tab in the TabbedPage and CarouselPage
2016-10-04added tabbedPage scenarioBrian Lagunas
added a tabbedpage which contains two tabs and toolbar items. This demonstartes using Composite Commands.
2016-08-11updated visual studio template packBrian Lagunas
2016-08-05updated to XF 2.3.1Brian Lagunas
2016-07-14added INavigationPageOptions for #675Brian Lagunas
2016-06-29upgraded to latest XF previewBrian Lagunas
This is the preview I've been waiting for. All blocking bugs have been fixed in this XF release. Now we just have to wait until it is released as stable.
2016-06-22added UWP projectBrian Lagunas
removed WindowsPhone project
2016-06-21upgraded to latest XF versionBrian Lagunas
2016-06-09simplified IPlatformInitializerBrian Lagunas
2016-06-09refactored PrismApplicationBaseBrian Lagunas
Made PrismApplicationBase to be generic to simplify the derived container projects as well as the new IPlatformInitializer
2016-06-09added platform initializerBrian Lagunas
Added the ability for the platform projects to register custom types during the PrismApplication initialization process.
2016-06-01upgraed XF nugets to 2.3.0.46-pre3Brian Lagunas
2016-06-01changed sandbox app navigation at startupBrian Lagunas
2016-06-01fixed async/await behaviorBrian Lagunas
2016-05-19Updated IPageDialogService async methods to match Async naming convention of ↵Dan Siegel
the recently updated INavigationService. Updated Documentation to reflect changes.
2016-05-17Extended VML to switch VMsBrian Lagunas
The ViewModelLocationProvider has a new Register method which allows a developer to decide which ViewModel to use based on a VM type. This means that the conventions can be bypassed, and the dev can supply which ViewModel to use instead.
2016-05-16Added IMasterDetailPageOptionsBrian Lagunas
Added a new interface called IMasterDetailPageOptions that allows the INavigationService to control the MasterDetailPage.IsPresented state after a navigation operation
2016-05-03upgraded sandbox to latest XF previewBrian Lagunas
2016-05-02Updated Sample Xamarin App to use renamed INavigationService.NavigateAsync & ↵Dan Siegel
INavigationService.GoBackAsync.
2016-04-26Fixed GoBack for main pageBrian Lagunas
Xamarin changed the way the navigation stack works. They no longer include the MainPage in the nav stack, so I had to manually handle the case of going back to the MainPage
2016-04-05updated to latest XF previewBrian Lagunas
2016-02-16upgraded to latest pre-release of XFBrian Lagunas
2016-02-15Merge remote-tracking branch 'refs/remotes/origin/master' into 6.2-PreviewBrian Lagunas
2016-01-27upgraded XFBrian Lagunas
upgraded to latest version of xamarin.forms
2016-01-26merged masterBrian Lagunas
2016-01-20removed deep link animation logicBrian Lagunas
removed the logic in the PageNavigationService that tried to automatically detect if a deep link was being used and turned animation off. This causes unexpected behavior in some scenario and also disables the ability to control the animation with the animated parameter which is not a good API design.
2016-01-15fixed exception handling in ModuleManagerBrian Lagunas
2016-01-13added support for manually loading modulesBrian Lagunas
2016-01-13added modularity to XFBrian Lagunas
initial attempt at adding modularity to xamarin.forms