-
Notifications
You must be signed in to change notification settings - Fork 20
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 #288 from cryptape/release_0.7.1
rc/v0.7.1
- Loading branch information
Showing
422 changed files
with
10,390 additions
and
7,606 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
27 changes: 27 additions & 0 deletions
27
app/src/main/java/com/cryptape/cita_wallet/CytonApplication.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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package com.cryptape.cita_wallet; | ||
|
||
import android.app.Application; | ||
|
||
import com.uuzuche.lib_zxing.activity.ZXingLibrary; | ||
|
||
import com.cryptape.cita_wallet.service.http.EthRpcService; | ||
import com.cryptape.cita_wallet.util.crypto.AESCrypt; | ||
import com.cryptape.cita_wallet.util.crypto.WalletEntity; | ||
import com.cryptape.cita_wallet.util.db.SharePrefUtil; | ||
|
||
/** | ||
* Created by duanyytop on 2018/4/17 | ||
*/ | ||
public class CytonApplication extends Application { | ||
|
||
@Override | ||
public void onCreate() { | ||
super.onCreate(); | ||
|
||
ZXingLibrary.initDisplayOpinion(this); | ||
WalletEntity.initWalletMnemonic(this); | ||
SharePrefUtil.init(this); | ||
EthRpcService.init(this); | ||
AESCrypt.init(this); | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
...rvos/neuron/activity/AboutUsActivity.java → ...cita_wallet/activity/AboutUsActivity.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
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.