Skip to content

Commit

Permalink
Merge pull request #496 from Bit-Nation/release/1.2.0
Browse files Browse the repository at this point in the history
Release/1.2.0
  • Loading branch information
seland authored Sep 3, 2018
2 parents 3c76bb3 + c724d18 commit f2762a0
Show file tree
Hide file tree
Showing 27 changed files with 1,482 additions and 1,559 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ android {
applicationId 'co.bitnation'
minSdkVersion 16
targetSdkVersion 22
versionCode 14
versionName "1.1.1"
versionCode 15
versionName "1.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
1,735 changes: 889 additions & 846 deletions android/app/src/main/assets/index.android.bundle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/app/src/main/assets/index.android.bundle.meta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<θ��~Qd�$☧�!��'
�A�m���y�֣蒟p�
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ios/Pangea/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
1,292 changes: 586 additions & 706 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pangea",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Passcode/EnterPasscodeContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class EnterPasscodeContainer extends NavigatorComponent<Props & Actions & Settin
const {
navigator, passcodeType, title, onCancel, isLoggedIn,
} = this.props;
const shouldShowForget = !(isLoggedIn === false) && this.props.accountId != null;
const shouldShowForget = isLoggedIn === false;
if (passcodeType.type === 'pinCode') {
return (<PinCodeScreen
navigator={navigator}
Expand Down

0 comments on commit f2762a0

Please sign in to comment.