Skip to content

Commit 15b161d

Browse files
author
Jean-Baptiste Dominguez
authored
Merge pull request #269 from Bitcoin-com/wallet/dev
Wallet/dev
2 parents e127b81 + 9c999d0 commit 15b161d

File tree

112 files changed

+5647
-1672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5647
-1672
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
163163
},
164164
bitanalytics: {
165165
src: [
166-
'bitanalytics/bitanalytics-0.1.0.js'
166+
'bitanalytics/bitanalytics.js'
167167
],
168168
dest: 'www/lib/bitanalytics.js'
169169
},

app-template/bitcoincom/appConfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2525
"pushSenderId": "1036948132229",
2626
"description": "A Secure Bitcoin Wallet",
27-
"version": "4.13.2",
28-
"fullVersion": "4.13-rc3",
29-
"androidVersion": "413200",
27+
"version": "5.0.0",
28+
"fullVersion": "5.0-rc1",
29+
"androidVersion": "500000",
3030
"_extraCSS": "",
3131
"_enabledExtensions": {
3232
"coinbase": false,

app-template/bitcoincom/css/bitcoin.com.css

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,33 @@ div.onboarding-topic {
268268
display: block;
269269
float: left;
270270
max-height: 100%;
271-
max-width: 100%;
271+
max-width: 100%;
272+
}
273+
274+
.bitpay-banner {
275+
background: #1A3A8B;
276+
padding: 10px;
277+
box-shadow: 0px 5px 10px 0px #cccccc;
278+
height: 5em;
279+
}
280+
281+
.bitpay-logo {
282+
display: block;
283+
max-height: 100%;
284+
width: 100%;
285+
height: 4em;
286+
}
287+
288+
.egifter-banner {
289+
background: #1A3A8B;
290+
padding: 10px;
291+
box-shadow: 0px 5px 10px 0px #cccccc;
292+
height: 5em;
293+
text-align: center;
294+
}
295+
296+
.egifter-logo {
297+
max-height: 100%;
298+
max-width: 100%;
299+
height: 4em;
272300
}

app-template/config-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin name="cordova-plugin-queries-schemes" spec="~0.1.5" />
7373
<plugin name="cordova-plugin-firebase" spec="https://github.com/arnesson/cordova-plugin-firebase.git" />
7474
<plugin name="cordova-plugin-wkwebview-inputfocusfix" spec="https://github.com/onderceylan/cordova-plugin-wkwebview-inputfocusfix.git" />
75-
<plugin name="cordova-plugin-media" spec="~5.0.2">
75+
<plugin name="cordova-plugin-media-fork" spec="~5.0.3">
7676
<variable name="KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE" value="NO" />
7777
</plugin>
7878
<!-- Supported Platforms -->

0 commit comments

Comments
 (0)