-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from rainbow-me/develop
Release v0.4.0 (1) [Master]
- Loading branch information
Showing
162 changed files
with
2,743 additions
and
2,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,6 @@ buck-out/ | |
|
||
# Bundle artifact | ||
*.jsbundle | ||
|
||
# Development Templates | ||
src/screens/ExamplePage.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">BalanceWallet Debug</string> | ||
<string name="app_name">Rainbow Debug</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/com/balancewallet/MainApplication.java → ...ain/java/com/rainbow/MainApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.balancewallet; | ||
package me.rainbow; | ||
|
||
import android.app.Application; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">BalanceWallet</string> | ||
<string name="app_name">Rainbow</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">BalanceWallet Staging</string> | ||
<string name="app_name">Rainbow Staging</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "Balance", | ||
"displayName": "Balance" | ||
"name": "Rainbow", | ||
"displayName": "Rainbow" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 0 additions & 129 deletions
129
ios/BalanceWallet.xcodeproj/xcshareddata/xcschemes/BalanceWallet-tvOS.xcscheme
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-195 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-1024.png
Binary file not shown.
Binary file removed
BIN
-2.75 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-20@2x.png
Binary file not shown.
Binary file removed
BIN
-3.82 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-20@3x.png
Binary file not shown.
Binary file removed
BIN
-3.71 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-29@2x.png
Binary file not shown.
Binary file removed
BIN
-5.4 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-29@3x.png
Binary file not shown.
Binary file removed
BIN
-4.99 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-40@2x.png
Binary file not shown.
Binary file removed
BIN
-7.64 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-40@3x.png
Binary file not shown.
Binary file removed
BIN
-7.64 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-60@2x.png
Binary file not shown.
Binary file removed
BIN
-12.8 KB
ios/BalanceWallet/Images.xcassets/AppIcon.appiconset/appicon-60@3x.png
Binary file not shown.
Binary file removed
BIN
-2.89 KB
ios/BalanceWallet/Images.xcassets/SplashIcon.imageset/balance-logo-white@1x.png
Binary file not shown.
Binary file removed
BIN
-7.68 KB
ios/BalanceWallet/Images.xcassets/SplashIcon.imageset/balance-logo-white@2x.png
Binary file not shown.
Binary file removed
BIN
-12.9 KB
ios/BalanceWallet/Images.xcassets/SplashIcon.imageset/balance-logo-white@3x.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.