David Britch
|
64b37cd4eb
|
Unit tests added.
|
2017-04-25 11:07:35 +01:00 |
|
David Britch
|
40dddbaa3f
|
View model unit tests added.
|
2017-04-24 17:37:53 +01:00 |
|
David Britch
|
7d3a0db546
|
Formatting changes.
|
2017-04-20 16:06:06 +01:00 |
|
David Britch
|
ba18031b82
|
Removed unused namespaces.
|
2017-04-19 17:19:14 +01:00 |
|
David Britch
|
f4bbc90298
|
Formatting changes.
|
2017-04-19 17:08:53 +01:00 |
|
David Britch
|
b7c8d0eed9
|
Removed unused method.
|
2017-04-19 17:07:45 +01:00 |
|
David Britch
|
b07bf5b96c
|
Removed unused methods from RequestProvider class.
|
2017-04-18 16:25:54 +01:00 |
|
David Britch
|
76f95c0662
|
Merge branch 'master' into xamarin
|
2017-04-13 10:44:20 +01:00 |
|
David Britch
|
b56d609251
|
Formatting change.
|
2017-04-12 16:10:27 +01:00 |
|
David Britch
|
d7fcf472fd
|
Unused namespace imports removed.
|
2017-04-12 16:09:12 +01:00 |
|
David Britch
|
bdcde46b18
|
Removed unused method from IdentityService.
|
2017-04-12 16:01:13 +01:00 |
|
David Britch
|
5507460870
|
Formatting updates to the authorization classes.
|
2017-04-12 15:49:15 +01:00 |
|
Cesar De la Torre
|
4df73b155e
|
Minor change in label
|
2017-04-08 12:06:27 -07:00 |
|
Eduard Tomas
|
51359dea94
|
Fixes after merge :)
|
2017-04-05 19:01:48 +02:00 |
|
Eduard Tomas
|
9c4f4a4e7f
|
Merge branch 'master' into dev
# Conflicts:
# src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
# src/Web/WebMVC/Startup.cs
|
2017-04-05 17:05:14 +02:00 |
|
David Britch
|
25aeb2f9ab
|
Updated sentences displayed on SettingsView.
|
2017-04-05 12:38:34 +01:00 |
|
David Britch
|
5563da46b5
|
Unused namespace removed.
|
2017-04-05 10:48:17 +01:00 |
|
David Britch
|
3defa08c74
|
Replaced Unity with Autofac.
|
2017-04-03 16:32:53 +01:00 |
|
Sergio Escalada
|
8f34999d66
|
Xamarin clients: on basket view, show a message to user for every item that has its price updated
|
2017-04-03 15:25:24 +02:00 |
|
David Britch
|
ff188c8357
|
Made the mobile app use mock services by default.
|
2017-03-30 13:50:35 +01:00 |
|
Sergio Escalada
|
9ea68ae7a2
|
Xamarin UWP client login working again (needs to add a new redirect URI for Identity Server in server side)
|
2017-03-30 12:02:01 +02:00 |
|
David Britch
|
10586b984f
|
Renamed a variable.
|
2017-03-28 13:39:48 +01:00 |
|
David Britch
|
2ecc1e643b
|
Separated out the validation behavior from the validation effect.
|
2017-03-28 12:03:31 +01:00 |
|
David Britch
|
8c04a0d249
|
Added a period to end of validation error message.
|
2017-03-28 11:32:26 +01:00 |
|
David Britch
|
703d87eaef
|
LoginView displays validation errors when using mock services.
|
2017-03-24 14:49:06 +00:00 |
|
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 |
|