Skip to content

Commit 06ee4b6

Browse files
author
rdemera
authored
Merge pull request #94 from alastria/develop
Update master
2 parents a1e517c + 1c6962b commit 06ee4b6

31 files changed

+6869
-2823
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ git clone https://github.com/alastria/alastria-wallet.git
1414
## Installation 🔧
1515

1616
### Requirements
17-
* Node.js 8+
17+
* Node.js 10+
1818
* Yarn / Npm
1919
* Ionic 5.2.1 / Angular 8.2.14
2020
* Android SDK / iOS SDK
2121
* Cordova 9.0.0+
2222
* Barcode Scanner
2323

24-
ionic cordova plugin add phonegap-plugin-barcodescanner
25-
2624
```
2725
yarn install
2826
```
@@ -31,10 +29,6 @@ or
3129
npm install
3230
```
3331

34-
**AFTER INSTALLATION: it is necessary to do this:
35-
https://github.com/auth0/node-jsonwebtoken/issues/471#issuecomment-398798497
36-
37-
3832
### Run application in browser
3933
```
4034
yarn start:browser
@@ -62,5 +56,7 @@ or
6256
npm run start:android
6357
```
6458

59+
The app supports Android version 9, later versions are not supported.
60+
6561
## Deeplinks
6662
To access the application through a deeplink you can access this link to see examples: https://codepen.io/samuelsan95/pen/poJwmrY

config.xml

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="alastria.wallet" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Alastria Wallet</name>
4-
<description>An awesome Ionic/Cordova app.</description>
5-
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
4+
<description>Alastria Wallet</description>
5+
<author email="communication@alastria.io​" href="http://alastria.io/">Alastria</author>
66
<content src="index.html" />
77
<access origin="*" />
88
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
@@ -84,24 +84,4 @@
8484
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
8585
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
8686
</platform>
87-
<allow-navigation href="http://192.168.1.31:8100" />
88-
<access origin="*" />
89-
<allow-navigation href="*" />
90-
<engine name="browser" spec="5.0.4" />
91-
<engine name="ios" spec="5.0.0" />
92-
<plugin name="cordova-plugin-splashscreen" spec="4.1.0" />
93-
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
94-
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
95-
<plugin name="ionic-plugin-keyboard" spec="2.2.1" />
96-
<plugin name="cordova-plugin-ionic-webview" spec="2.2.0" />
97-
<plugin name="phonegap-plugin-barcodescanner" spec="8.0.1">
98-
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
99-
</plugin>
100-
<plugin name="cordova-plugin-fingerprint-aio" spec="2.0.0" />
101-
<plugin name="cordova-plugin-inappbrowser" spec="^3.2.0" />
102-
<plugin name="ionic-plugin-deeplinks">
103-
<variable name="URL_SCHEME" value="walletapp" />
104-
<variable name="DEEPLINK_HOST" value="alastria.com" />
105-
<variable name="ANDROID_PATH_PREFIX" value="/" />
106-
</plugin>
10787
</widget>

0 commit comments

Comments
 (0)