168 Commits

Author SHA1 Message Date
Ramón Tomás
ea851bb8ce Merge from Dev 2017-05-18 15:39:31 +02:00
Ramón Tomás
bc1c3761c2 Change Xamarin app to call basket for order checkout 2017-05-16 15:32:44 +02:00
David Britch
c551d1fcf9 Added SkipValidatePackageReferences entry to the PropertyGroup 2017-05-15 13:22:18 +01:00
David Britch
82d32657e0 Modification to stop the UWP project producing a build error due to the lack of Microsoft.Bcl.Build. 2017-05-11 17:11:52 +01:00
David Britch
34d5d689cd Fixed app crash when switching from mock to real services.
When the previous page is the MainView, switching from mock to real
services will force re-authentication by navigating to the LoginView.
2017-05-08 13:20:06 +01:00
David Britch
90482cc32a Fixed Windows unit test runner project. 2017-05-05 15:18:26 +01:00
David Britch
feddb62b02 NuGet package consolidation. 2017-05-04 17:02:21 +01:00
David Britch
7edf73c357 Updated FFImageLoading to latest stable NuGet. 2017-05-04 15:53:58 +01:00
David Britch
bbfe8380ec Fixed iOS unit test runner project. 2017-05-04 15:19:58 +01:00
David Britch
c51ed5dfa3 Fixed Droid unit test runner project. 2017-05-04 15:04:37 +01:00
David Britch
44d0ffe951 Fixed iOS unit test runner project. 2017-05-04 14:43:02 +01:00
David Britch
07ff213078 Update iOS unit test runner to use stable xUnit packages, and fixed the project. 2017-05-04 14:40:16 +01:00
David Britch
621db1d97b Moved to stable xUnit package for UnitTests project. 2017-05-04 14:27:37 +01:00
David Britch
a5fe9ca085 iOS app now targets iOS 10.2. 2017-05-04 10:50:56 +01:00
David Britch
6524250f9d Replaced Forms 2.3.3 Device API usage with Forms 2.3.4 Device API usage (aside from XAML). 2017-05-04 10:42:11 +01:00
David Britch
d6a32f568e Fixed crash when attempting to filter on only one item. 2017-05-04 10:36:05 +01:00
David Britch
366d968048 Fixed bug that disabled filtering when no products found. 2017-05-04 10:34:08 +01:00
David Britch
79c46984bb Replaced custom BindablePicker with the updated Xamarin.Forms Picker control. 2017-05-04 10:30:56 +01:00
David Britch
efb858f24e Bumped Forms version from 2.3.3 to 2.3.4.
Consolidated Json.NET to 9.0.1.
Updated Microsoft.NetCore.UniversalWindowsPlatform to 5.3.3.
Added Autofac to iOS and Droid app projects.
2017-05-03 17:42:37 +01:00
David Britch
a2e6c9ddc1 Removed CommonServiceLocator package from app. 2017-05-03 13:45:27 +01:00
David Britch
6a01f72060 Removed CommonServiceLocator package from TestRunner projects. 2017-05-03 13:38:55 +01:00
David Britch
c0800ede1e Refactored unit tests. 2017-04-25 15:31:02 +01:00
David Britch
641bf1a1ac Validation unit tests updated. 2017-04-25 11:52:46 +01:00
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