120 Commits

Author SHA1 Message Date
David Britch
433de15fdc Unused x:Name references removed. 2017-03-20 17:16:42 +00:00
David Britch
531e90e5a3 Removed unused services from view models. 2017-03-20 17:05:35 +00:00
David Britch
4a073b96d8 Removed unused code from NavigationService. 2017-03-20 16:58:37 +00:00
David Britch
33009ceb33 Renamed MessengerKeys class to MessageKeys. 2017-03-20 16:36:38 +00:00
David Britch
efa81cf842 ViewModelLocator is now responsible for connecting view models to views.
Uses an auto-wiring convention-based approach.
2017-03-20 16:31:35 +00:00
David Britch
721e35f724 Merge branch 'master' into xamarin 2017-03-20 16:02:48 +00:00
David Britch
00311b45d4 Replaced async void methods with async Task. 2017-03-20 15:51:05 +00:00
David Britch
561208ca81 AnimationExtension isn't used. 2017-03-20 15:42:24 +00:00
etomas
c3444287ec Fixes order checkout (#53) 2017-03-13 12:43:56 +01:00
Javier Suárez Ruiz
f185824d70 Revert "ViewModelLocator now connects view models to views, rather than NavigationService." 2017-03-12 12:10:50 +01:00
Javier Suárez Ruiz
bf1ae4a814 Merge pull request #85 from dotnet/xamarin
ViewModelLocator now connects view models to views, rather than NavigationService.
2017-03-10 08:37:06 +01:00
Javier Suárez Ruiz
06d57fcbe5 Changed project error message language
Updated README
2017-03-09 09:36:54 +01:00
David Britch
77b64d5370 Replaced async void methods with async Task methods, where appropriate.
Also removed AnimationExtensions as it’s not used.
2017-03-08 10:28:52 +00:00
David Britch
14efed11a8 ViewModelLocator is now responsible for connecting view models to views.
Uses an auto-wiring convention-based approach.
2017-03-07 16:47:11 +00:00
David Britch
8b3bd3b7e2 Ensured that calls to NavigationService.NavigateAsync are awaited. 2017-03-07 11:56:18 +00:00
David Britch
3486e6be71 Removed behaviors that aren't required and replaced with EventToCommandBehavior. 2017-03-07 10:15:44 +00:00
Javier Suárez Ruiz
9f1d4130db Fixed Android Test project wrong version 2017-03-07 08:20:43 +01:00
Javier Suárez Ruiz
acb45a3561 Merge branch 'master' of https://github.com/dotnet/eShopOnContainers 2017-03-07 08:15:58 +01:00
Javier Suárez Ruiz
c446af002e Protect from null the Checkout proccess 2017-03-07 08:15:47 +01:00
etomas
485e8faf03 Removing pokemon catches. #75 2017-03-06 18:41:27 +01:00
Javier Suárez Ruiz
e53ac10382 Added x-requestid parameter to Order API 2017-03-06 16:27:31 +01:00
PLAINCONCEPTS\ccanizares
e89adb5b30 SPA: Change banner and logo 2017-01-12 16:18:43 +01:00
Javier Suárez Ruiz
7df567088f Changed Logout redirect Url 2017-01-11 17:29:27 +01:00
Javier Suárez Ruiz
9525024649 Changed Logout callback URL 2017-01-11 15:48:16 +01:00
Javier Suárez Ruiz
2ba5d8a297 Changes in test projects 2017-01-11 13:41:36 +01:00
Javier Suárez Ruiz
b618125a46 Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git 2017-01-11 13:31:33 +01:00
Javier Suárez Ruiz
d8a075f760 Changed Xamarin Basket scroll 2017-01-11 13:31:07 +01:00
CESARDELATORRE
ed4fefd953 Updated README.MD and SPA & MVC app images 2017-01-10 12:46:23 -08:00
Javier Suárez Ruiz
5f32ca1947 Changes un Basket logic to adapt to websites logic 2017-01-10 18:18:41 +01:00
Javier Suárez Ruiz
4d58ee27a9 Fixed local Docker images in Xamarin client 2017-01-10 15:58:21 +01:00
Javier Suárez Ruiz
e89221214a Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git 2017-01-10 15:42:51 +01:00
Javier Suárez Ruiz
3340595b4f Changed Basket API integration 2017-01-10 15:42:46 +01:00
PLAINCONCEPTS\ccanizares
d8a3b69e50 Merge branch 'master' of https://github.com/dotnet/eShopOnContainers 2017-01-10 15:14:11 +01:00
PLAINCONCEPTS\ccanizares
637d709e36 Identity: Issuer fix for Xamarin against docker scenario 2017-01-10 15:14:05 +01:00
Javier Suárez Ruiz
67bfe7ddf9 Changes in Xamarin Client to fox image erro with local Docker 2017-01-10 15:11:47 +01:00
Javier Suárez Ruiz
484a7d0d14 Changes in CatalogService 2017-01-10 13:18:29 +01:00
Javier Suárez Ruiz
5a81d4295c Added local IPService to Xamarin Apps 2017-01-10 13:00:17 +01:00
Javier Suárez Ruiz
f2bd7e4cb6 Recover Settings access inside Xamarin App 2017-01-10 12:28:14 +01:00
Javier Suárez Ruiz
f696ea6f5a Updated Settings 2017-01-10 12:01:59 +01:00
Javier Suárez Ruiz
e13f93aef6 Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git 2017-01-10 11:54:30 +01:00
Javier Suárez Ruiz
e4589b5be2 Changed Register port into Xamarin App 2017-01-10 11:54:25 +01:00
CESARDELATORRE
f8d02c0450 Changed the Xamarin app description of not using Mock services but real microservices 2017-01-09 16:38:59 -08:00
Javier Suárez Ruiz
7b7c68d85c Added Setting access from Login View (Xamarin) 2017-01-09 13:31:56 +01:00
CESARDELATORRE
7df53caa42 Global README updated. 2017-01-05 11:56:06 -08:00
Javier Suárez Ruiz
967a007680 Updated general Documentation to include Xamrin deploy with local services 2017-01-05 18:53:19 +01:00
Javier Suárez Ruiz
aad71f41ff Updated Mock services and fixed mock startup error.
Added Android emulator troubleshooting Documentation
2017-01-05 17:15:38 +01:00
CESARDELATORRE
c23bb390d6 Minor changes in README.md and Xamarin startup config 2017-01-04 17:12:03 -08:00
CESARDELATORRE
90ad91705a Updates in documentation in regards memory settings for Docker and other minor changes 2017-01-03 16:44:08 -08:00
CESARDELATORRE
1b839234ef Minor changes in proj 2017-01-03 14:15:08 -08:00
Carlos Cañizares Estévez
2231aabf72 SPA: Identity component, Order component 2016-12-28 09:07:12 +01:00