258 Commits

Author SHA1 Message Date
David Britch
2e463f4b25 Fixed SplashScreen implementation on Android. Fixes #355
The MainTheme set the splash screen image as the window background.
I’ve removed this and ensured that the SplashActivity is the launch
activity.

Also did some code tidy up on the Campaign page classes.
2017-09-29 17:25:49 +01:00
David Britch
0348d882f3 Fixed relationship between XAML and their code-behind files in the PCL. Fixes #354 2017-09-29 16:14:18 +01:00
David Britch
745cb39d76 UWP campaign icon. Fixes #353 2017-09-29 12:50:33 +01:00
David Britch
86af9ec922 New campaign icons for iOS + Android #353 2017-09-29 12:35:15 +01:00
Eduard Tomàs
180efc45df Merge pull request #347 from jzeferino/feature/readme_fix
Fixed header typo.
2017-09-28 16:27:16 +02:00
jzeferino
aca7779fd9 Fixed header typo. 2017-09-25 21:59:59 +01:00
Javier Suárez Ruiz
0c274d46be Fixed bindings errors
Fixed Checkout process
Changed some UWP icons
2017-09-25 08:17:20 +02:00
David Britch
39b3a0ec3b Windows test runner uses same target version as Windows app. 2017-09-22 12:35:10 +01:00
David Britch
68fc5d158e Removed async warning. 2017-09-21 17:40:51 +01:00
David Britch
c92b54d29c Changed minimum deployment target to iOS 9.
This ensures the launch storyboard doesn’t generate an error, and is
line with Xamarin policy for samples.
2017-09-21 17:32:24 +01:00
Javier Suárez Ruiz
20b14edea6 Created new PCL projects to fix compilation in Visual Studio for macOS 2017-09-21 16:20:26 +02:00
Javier Suárez Ruiz
c22a443cfd Changes in csprojs 2017-09-20 16:44:30 +02:00
Javier Suárez Ruiz
cc3b010fcb Reverted net standard libraries to pcl 2017-09-20 16:42:35 +02:00
jacano
41d9afb84d Core, Android and iOS project updated to netstandard 2.0 2017-09-04 12:45:01 +02:00
jacano
208047c6ca test runners updated 2017-09-04 12:45:01 +02:00
jacano
d3aa16f27d UITest to package reference 2017-09-04 12:45:01 +02:00
jacano
f01431407a UWP in netstandard 2 2017-09-04 12:45:00 +02:00
jacano
c722d4907b project.json removed from core 2017-09-04 12:45:00 +02:00
David Britch
de8c9035bd Removed Xamarin.Forms.Theme from UWP project #231 2017-08-14 09:07:44 +01:00
David Britch
f4cb659324 Removed TapGestureRecognizer from mock Register button.
The Register button attempts to display the IdentityServer registration
page, which isn’t required when using mock services.
2017-08-10 15:41:50 +01:00
David Britch
19663f7ba3 Removed Xamarin.Forms.Themes and Xamarin.Forms.DataPages NuGet packages in order to help speed up the app startup time #231 2017-08-10 15:38:04 +01:00
David Britch
15e95aa21e Refactored methods that create code challenge. Fixes #214 2017-08-09 15:33:49 +01:00
David Britch
666a9c8735 Implemented PKCE in the authentication flow in the Xamarin client. Fixes #214 2017-08-08 15:44:54 +01:00
David Britch
b239e81063 Moved converters used by single pages from App class to the pages concerned. Part of #231 2017-08-08 08:32:03 +01:00
Christian Arenas
a5104d3444 Rename Campaings title and cleanup 2017-07-31 15:09:28 +02:00
David Britch
eec4c899a3 Fixed iOS project so that it builds. Also fixed iOS test runner project. 2017-07-20 16:27:25 +01:00
Ramón Tomás
292f93ab24 Added geolocator plugin to TestRunner.Droid proj 2017-07-19 13:49:27 +02:00
Eduard Tomas
7b4d995448 Invalid reference 2017-07-18 19:09:24 +02:00
Christian Arenas
a757a42217 Add new ApiUrlBase to BasketService in Xamarin App 2017-07-12 12:30:38 +02:00
Christian Arenas
010f805a90 fix xamarin location values when saving the settings with double type 2017-07-12 11:34:07 +02:00
Christian Arenas
3f560757a4 cleanup 2017-07-05 13:38:34 +02:00
Christian Arenas
34e2e19269 Add DetailsUri property to CampaignItem and Add VIEW SITE button in campaign details when the DetailsUri exists 2017-07-05 13:38:19 +02:00
Christian Arenas
ae8d38bdf6 Add StringNullOrEmptyBoolConverter to check when string value is null or empty 2017-07-05 13:37:18 +02:00
Christian Arenas
66ee0039e5 Add StringNullOrEmptyBoolConverter to check when string value is null or empty 2017-07-05 13:37:06 +02:00
Eduard Tomas
10d03a68e3 Merge remote-tracking branch 'eShopOnAzure/dev' into dev
# Conflicts:
#	docker-compose.override.yml
#	src/Services/Catalog/Catalog.API/CatalogSettings.cs
#	src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs
#	src/Services/Catalog/Catalog.API/Controllers/PicController.cs
#	src/Services/Catalog/Catalog.API/Infrastructure/CatalogContextSeed.cs
#	src/Services/Catalog/Catalog.API/settings.json
#	src/Services/Ordering/Ordering.API/Startup.cs
2017-06-28 12:40:21 +02:00
Christian Arenas
83e425da2b Add Cancel button in order detail view when the status is submitted and add requestId guid to create a new order 2017-06-26 18:32:25 +02:00
Christian Arenas
b28c650e06 Remove userId setting from xamarin app and remove userId parameter from GetCampaignsByUserId in Campaign API 2017-06-26 18:29:51 +02:00
Ramón Tomás
a3e63c11aa Merge from eShopOnContainers Dev 2017-06-26 13:51:49 +02:00
Christian Arenas
4f198f179e Add a shipped order mock 2017-06-23 13:01:57 +02:00
Christian Arenas
4f54dae03d Rename OrderState property to OrderStatus and add new status items 2017-06-23 12:57:25 +02:00
Christian Arenas
290057789b Add styling 2017-06-22 19:05:34 +02:00
Christian Arenas
55c2c666c0 clean up and style improving 2017-06-22 15:10:59 +02:00
Christian Arenas
56ec1d9ed9 clean up and style improving 2017-06-22 15:10:47 +02:00
Christian Arenas
f34a4fee2a Add text message when gps system is enabled and change the name GpsUsage to AllowGpsLocation 2017-06-21 19:39:49 +02:00
Christian Arenas
5f4d42520d Add GeolocatorPlugin-1.0.3 to IOS and Windows project 2017-06-21 19:26:06 +02:00
Christian Arenas
5d124369a1 Add Location permissions in ios 2017-06-21 17:30:37 +02:00
Christian Arenas
6a02eb31c9 Add gps usage options 2017-06-21 17:30:19 +02:00
Christian Arenas
d75f48035f Clean up and add location permissions in windows phone project 2017-06-21 11:04:42 +02:00
Christian Arenas
1d3cad9e67 Get gps location from core project. 2017-06-20 18:47:23 +02:00
Christian Arenas
33acdcf9dc Clean up 2017-06-20 10:59:01 +02:00