Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement authored and Clement committed Jul 22, 2016
1 parent f4b51f6 commit b6e3ace
Show file tree
Hide file tree
Showing 40 changed files with 13 additions and 81 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.d7816846.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row-fluid"> <div ng-view=""></div> </div> </div> <div ng-show="isStarting" class="loading text-center vertical-center"> <p>Loading.</p> <p>Please wait.</p> </div> <div class="footer"> </div> <div ng-show="isLoading" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">Loading...</div> </div> <script src="scripts/vendor.5c22674a.js"></script> <script src="scripts/scripts.89433366.js"></script> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.d7816846.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-show="isStarting" class="loading text-center vertical-center"> <p>Loading.</p> <p>Please wait.</p> </div> <div class="footer"> </div> <div ng-show="isLoading" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">Loading...</div> </div> <script src="scripts/vendor.5c22674a.js"></script> <script src="scripts/scripts.f29f8607.js"></script> </body> </html>

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 1 addition & 10 deletions MPayXDKExample/Droid/MPayXDKExample.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,10 @@
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff2" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\images\poweredByMOLPay.png" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\scripts\scripts.89433366.js" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\scripts\scripts.f29f8607.js" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\scripts\vendor.5c22674a.js" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\styles\main.d7816846.css" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\styles\vendor.34eb91d2.css" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\alertmodal.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\banklistmodal.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\cardlistmodal.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\channelmodal.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\countrylistmodal.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\finalizingpayment.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\main.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\paymentinfo.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\views\receipt.html" />
<AndroidAsset Include="Assets\molpay-mobile-xdk-www\index.html" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down
Loading

0 comments on commit b6e3ace

Please sign in to comment.