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
path: root/Source
AgeCommit message (Expand)Author
2017-05-13Changed PropertyObserver's visibility from public to internal since it does n...matheusneder@gmail.com
2017-05-13Removed unecessary steps on PropertyObserverNode.matheusneder@gmail.com
2017-05-12Updating MasterDetailPage Navigationnuits.jp
2017-05-12Merge branch 'master' into mobile-exit-on-back-fixBart Lannoeye
2017-05-10Add capability to DelegateCommand's ObservesProperty to observe properties of...Matheus Neder
2017-05-04Revert "Add ObservesProperty overload on DelegateCommand and DelegateCommand ...Matheus Neder
2017-05-04Add ObservesProperty overload on DelegateCommand and DelegateCommand Of T tha...Matheus Neder
2017-05-01Merge pull request #1022 from mfe-/masterBart Lannoeye
2017-05-01newline between method and commentMartin Fetzel
2017-04-20Merge pull request #1009 from xxMUROxx/feature/NavigationParameter-AllowBaseTypeBrian Lagunas
2017-04-15Handle share activation and init boostrapingMartin Fetzel
2017-04-14check for e.HandledIgor Sharapov
2017-04-14Remove exit() call on hardware back button tapIgor Sharapov
2017-04-10Use Uri to find local file path from ModuleInfo.Refdvorn
2017-04-03Add TestsMichael Mairegger
2017-04-03NavigationParameters does now allow to retrieve values if T is a parent of th...Michael Mairegger
2017-03-28More cleanupdvorn
2017-03-28Clean updvorn
2017-03-28Force initialization of Views before ActiveViewsdvorn
2017-03-28Test added.dvorn
2017-03-26pushed DryIoc for Forms updateBrian Lagunas
2017-03-25Ensure that we register Views with resolvable ConstructorsDan Siegel
2017-03-25Fixes DryIoc ViewModelLocator to ensure proper INavigationService is passed in.Dan Siegel
2017-03-256.3 releaseBrian Lagunas
2017-03-23pass explict nullBrian Lagunas
2017-03-23removed ambiguous methodBrian Lagunas
2017-03-22fixed new SetProperty and updated testsBrian Lagunas
2017-03-22rebased master and fixed testsBrian Lagunas
2017-03-22Merge remote-tracking branch 'refs/remotes/origin/master' into BindableBase-INPCBrian Lagunas
2017-03-22INPC method renameBrian Lagunas
2017-03-22initial commit cleanupDan Siegel
2017-03-22unity cleanupDan Siegel
2017-03-22removing tests from Debug and Release buildDan Siegel
2017-03-22prep Ninject for testingDan Siegel
2017-03-22add tests for Unity.Dan Siegel
2017-03-22update PrismApplicationBase to unify the creation of the NavigationService fo...Dan Siegel
2017-03-22Handle task to introduce an ability to test for resolving unknown interfaces ...Dan Siegel
2017-03-22wrapping tests for Obsolete Command usage in regionDan Siegel
2017-03-22remove needless regionDan Siegel
2017-03-22update tests for updated IActionSheetButton implementation with introduction ...Dan Siegel
2017-03-22Refractoring ActionSheetButton to support the use of `Action` over `ICommand`...Dan Siegel
2017-03-13registering IApplicationStore with the DI Container ApplicationsDan Siegel
2017-03-13exposes `Application.Properties` and `Application.SavePropertiesAsync()`Dan Siegel
2017-03-13Merge pull request #974 from VitalyKnyazev/masterBrian Lagunas
2017-03-13Merge pull request #979 from nuitsjp/update-to-element-for-generic-param-of-e...Brian Lagunas
2017-03-13Fixed GoBack when in NavigationPageBrian Lagunas
2017-03-12Update Element to BindableObject.nuits.jp
2017-03-12Update to Element for Generig parameter of EventToCommandBehaviornuits.jp
2017-03-12Add confirmation of command execution resultnuits.jp
2017-03-09Added TryGetValue for better compatibility with viewModelState from Prism.Win...Vitaly