Skip to content

Commit

Permalink
Merge pull request #578 from aeternity/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
mradkov authored Nov 9, 2020
2 parents 9d084f9 + ff63864 commit 226ceb6
Show file tree
Hide file tree
Showing 91 changed files with 3,702 additions and 3,375 deletions.
8 changes: 6 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-no-unknown": null,
"no-descending-specificity": null
"at-rule-no-unknown": null,
"no-descending-specificity": null,
"selector-pseudo-element-no-unknown": [
true,
{ "ignorePseudoElements": ["v-deep"] }
]
}
}
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.superhero.cordova" version="0.3.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Superhero</name>
<description>Superhero wallet</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Expand Down Expand Up @@ -38,6 +38,7 @@
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
</platform>
<platform name="ios">
<preference name="UseSwiftLanguageVersion" value="4.2" />
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="AllowBackForwardNavigationGestures" value="true" />
Expand Down
3,694 changes: 1,521 additions & 2,173 deletions package-lock.json

Large diffs are not rendered by default.

39 changes: 18 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superhero-wallet",
"version": "0.3.3",
"version": "0.4.0",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
Expand Down Expand Up @@ -32,15 +32,12 @@
"@aeternity/aepp-sdk": "^7.7.0",
"@aeternity/bip39": "^0.1.0",
"@aeternity/hd-wallet": "^0.2.0",
"@dicebear/avatars": "^4.2.5",
"@dicebear/avatars-avataaars-sprites": "^4.2.5",
"@stamp/it": "^1.1.0",
"@vue/cli-plugin-e2e-cypress": "^3.12.1",
"@vue/cli-service": "^3.12.0",
"@zxing/library": "^0.17.1",
"aepp-raendom": "github:aeternity/aepp-raendom#feature/layout-superhero",
"aeternity-tokens": "^1.0.2",
"axios": "^0.19.0",
"bignumber.js": "^8.1.1",
"bluebird": "^3.7.1",
"cordova-android": "^8.1.0",
Expand All @@ -52,27 +49,29 @@
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-wkwebview-engine": "github:mwchambers/cordova-plugin-wkwebview-engine#da67d6bb6ce8597c38fc69e66b84566e34efea8d",
"detect-browser": "^4.8.0",
"jdenticon": "^2.2.0",
"lodash-es": "^4.17.15",
"qrcode.vue": "^1.6.3",
"request": "^2.88.2",
"rxjs": "^6.6.3",
"rxjs-etc": "^10.4.0",
"tweetnacl": "^1.0.3",
"uuid": "^3.3.3",
"validator": "^13.1.1",
"vue": "^2.6.10",
"validator": "^13.1.17",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.21.0",
"vue-router": "^3.4.3",
"vue-i18n": "^8.22.1",
"vue-router": "^3.4.7",
"vue-rx": "^6.2.0",
"vue-tour": "^1.5.0",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0",
"webextension-polyfill": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@cypress/webpack-preprocessor": "^4.1.5",
"archiver": "^3.1.1",
"babel-eslint": "^10.1.0",
Expand All @@ -94,29 +93,27 @@
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-vue-i18n": "^0.3.0",
"file-loader": "^1.1.11",
"generate-json-webpack-plugin": "^0.3.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"mocha": "^6.2.3",
"node-sass": "^4.14.1",
"precise-commits": "^1.0.2",
"prettier": "^1.18.2",
"sass-loader": "^7.3.1",
"serve": "^11.3.2",
"start-server-and-test": "^1.11.3",
"stylelint": "^13.6.1",
"start-server-and-test": "^1.11.5",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"vue-loader": "^15.9.3",
"vue-svg-loader": "^0.15.0",
"vue-template-compiler": "^2.6.10",
"vue-template-compiler": "^2.6.12",
"web-ext-types": "^2.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-chrome-extension-reloader": "^0.8.3",
"webpack-cli": "^3.3.12"
},
Expand Down
4 changes: 3 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { isEmpty } from 'lodash-es';
import { switchNode } from './lib/background-utils';
import './lib/initPolyfills';
import initDeeplinkHandler from './lib/deeplink-handler';
import { switchNode } from './lib/background-utils';
import popupConnections from './lib/popup-connection';
import RedirectChainNames from './lib/redirect-chain-names';
import rpcWallet from './lib/rpcWallet';
Expand All @@ -19,6 +20,7 @@ const inBackground = window.location.href.includes('_generated_background_page.h
if (process.env.IS_EXTENSION && require.main.i === module.id && inBackground) {
Logger.init({ background: true });
RedirectChainNames.init();
initDeeplinkHandler();

const postPhishingData = async data => {
const tabs = await browser.tabs.query({ active: true, currentWindow: true });
Expand Down
1 change: 1 addition & 0 deletions src/common/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ $gray-1: #babac0;
$gray-2: #727278;
$black-1: #21222c;
$white-1: #fff;
$border-track-color: #515259;
$font-size: 16px;
31 changes: 0 additions & 31 deletions src/icons/app-store.svg

This file was deleted.

52 changes: 0 additions & 52 deletions src/icons/google-play.svg

This file was deleted.

Loading

2 comments on commit 226ceb6

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.