├── README.md
├── settings.gradle
├── app
└── src
│ ├── main
│ ├── assets
│ │ ├── srca.cer
│ │ ├── zhy_client.bks
│ │ └── zhy_server.cer
│ ├── res
│ │ ├── raw
│ │ │ └── beep.ogg
│ │ ├── mipmap-hdpi
│ │ │ ├── icon.png
│ │ │ ├── wallet.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── wallet_gray.png
│ │ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ │ ├── icon.png
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ ├── drawable-hdpi
│ │ │ ├── head.png
│ │ │ ├── pay.png
│ │ │ ├── yuan.png
│ │ │ ├── capture.png
│ │ │ ├── contact.png
│ │ │ ├── dollor.png
│ │ │ ├── pay_en.png
│ │ │ ├── receive.png
│ │ │ ├── coin_btc.png
│ │ │ ├── coin_ubtc.png
│ │ │ ├── ic_watch.png
│ │ │ ├── scan_mask.png
│ │ │ ├── tongxunli.png
│ │ │ ├── empty_record.png
│ │ │ ├── news_empty.png
│ │ │ ├── receive_en.png
│ │ │ ├── scan_black.png
│ │ │ ├── b_loading_logo.png
│ │ │ ├── empty_contact.png
│ │ │ ├── receive_small.png
│ │ │ ├── kakalib_scan_ray.png
│ │ │ └── btn_shoufukuan_fukuan.png
│ │ ├── drawable-xhdpi
│ │ │ ├── nxt.png
│ │ │ ├── pay.png
│ │ │ ├── uro.png
│ │ │ ├── b_bg.jpg
│ │ │ ├── dollor.png
│ │ │ ├── head.png
│ │ │ ├── ixcoin.png
│ │ │ ├── pay_en.png
│ │ │ ├── splash.png
│ │ │ ├── yuan.png
│ │ │ ├── asiacoin.png
│ │ │ ├── batacoin.png
│ │ │ ├── bg_first.png
│ │ │ ├── coin_btc.png
│ │ │ ├── contact.png
│ │ │ ├── download.png
│ │ │ ├── ic_empty.png
│ │ │ ├── ic_watch.png
│ │ │ ├── qr_code.png
│ │ │ ├── receive.png
│ │ │ ├── auroracoin.png
│ │ │ ├── bg_ordinary.png
│ │ │ ├── coin_ubtc.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_no_data.png
│ │ │ ├── ic_refresh.png
│ │ │ ├── img_kb_hide.png
│ │ │ ├── news_empty.png
│ │ │ ├── plus_menu.png
│ │ │ ├── receive_en.png
│ │ │ ├── round_top.png
│ │ │ ├── scan_black.png
│ │ │ ├── shadowcash.png
│ │ │ ├── shapeshift.png
│ │ │ ├── swap_menu.png
│ │ │ ├── tongxunli.png
│ │ │ ├── empty_contact.png
│ │ │ ├── empty_record.png
│ │ │ ├── ic_net_error.png
│ │ │ ├── ic_no_network.png
│ │ │ ├── img_about_us.jpg
│ │ │ ├── img_kb_delete.png
│ │ │ ├── qr_code_menu.png
│ │ │ ├── receive_small.png
│ │ │ ├── refresh_menu.png
│ │ │ ├── toast_frame.9.png
│ │ │ ├── b_loading_logo.png
│ │ │ ├── btn_shoufukuan_fukuan.png
│ │ │ ├── ic_check_white_48dp.png
│ │ │ ├── ic_clear_white_48dp.png
│ │ │ ├── btn_defaultstate_shezhi.png
│ │ │ ├── btn_defaultstate_zixun.png
│ │ │ ├── btn_defaultstate_hangqing.png
│ │ │ ├── btn_defaultstate_lianxiren.png
│ │ │ ├── btn_defaultstate_qianbao.png
│ │ │ ├── ic_info_outline_white_48dp.png
│ │ │ └── ic_error_outline_white_48dp.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── icon.png
│ │ │ ├── wallet.png
│ │ │ ├── bg_splash.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── wallet_gray.png
│ │ │ ├── ic_launcher_round.png
│ │ │ ├── btn_defaultstate_shezhi.png
│ │ │ ├── btn_defaultstate_zixun.png
│ │ │ ├── btn_defaultstate_hangqing.png
│ │ │ ├── btn_defaultstate_qianbao.png
│ │ │ └── btn_defaultstate_lianxiren.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── icon.png
│ │ │ ├── wallet.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── wallet_gray.png
│ │ │ ├── ic_launcher_round.png
│ │ │ ├── btn_defaultstate_zixun.png
│ │ │ ├── btn_defaultstate_qianbao.png
│ │ │ ├── btn_defaultstate_shezhi.png
│ │ │ ├── btn_defaultstate_hangqing.png
│ │ │ └── btn_defaultstate_lianxiren.png
│ │ ├── drawable-xxhdpi
│ │ │ ├── b_bg.jpg
│ │ │ ├── eye.png
│ │ │ ├── head.png
│ │ │ ├── pay.png
│ │ │ ├── yuan.png
│ │ │ ├── contact.png
│ │ │ ├── dollor.png
│ │ │ ├── pay_en.png
│ │ │ ├── receive.png
│ │ │ ├── coin_btc.png
│ │ │ ├── coin_ubtc.png
│ │ │ ├── ic_watch.png
│ │ │ ├── news_empty.png
│ │ │ ├── receive_en.png
│ │ │ ├── round_top.png
│ │ │ ├── scan_black.png
│ │ │ ├── tongxunli.png
│ │ │ ├── empty_record.png
│ │ │ ├── b_loading_logo.png
│ │ │ ├── empty_contact.png
│ │ │ ├── receive_small.png
│ │ │ ├── toast_frame.9.png
│ │ │ ├── transparent_bg.png
│ │ │ ├── ic_check_white_48dp.png
│ │ │ ├── ic_clear_white_48dp.png
│ │ │ ├── btn_defaultstate_zixun.png
│ │ │ ├── btn_shoufukuan_fukuan.png
│ │ │ ├── btn_defaultstate_hangqing.png
│ │ │ ├── btn_defaultstate_qianbao.png
│ │ │ ├── btn_defaultstate_shezhi.png
│ │ │ ├── btn_defaultstate_lianxiren.png
│ │ │ ├── ic_error_outline_white_48dp.png
│ │ │ └── ic_info_outline_white_48dp.png
│ │ ├── drawable-xxxhdpi
│ │ │ ├── pay.png
│ │ │ ├── pay_en.png
│ │ │ ├── coin_btc.png
│ │ │ ├── coin_ubtc.png
│ │ │ ├── receive.png
│ │ │ ├── receive_en.png
│ │ │ ├── b_loading_logo.png
│ │ │ ├── receive_small.png
│ │ │ ├── ic_check_white_48dp.png
│ │ │ ├── ic_clear_white_48dp.png
│ │ │ ├── ic_info_outline_white_48dp.png
│ │ │ └── ic_error_outline_white_48dp.png
│ │ ├── drawable
│ │ │ ├── pic_dlzc_srk.png
│ │ │ ├── pic_dlzc_srk1.png
│ │ │ ├── bg_black.xml
│ │ │ ├── bg_gray.xml
│ │ │ ├── bg_white.xml
│ │ │ ├── switch_bg.xml
│ │ │ ├── circle.xml
│ │ │ ├── bg.xml
│ │ │ ├── bg_trade_success.xml
│ │ │ ├── bg_blue.xml
│ │ │ ├── bg_red.xml
│ │ │ ├── bg_blue_small.xml
│ │ │ ├── ic_next.xml
│ │ │ ├── bg_white_shape.xml
│ │ │ ├── thumb.xml
│ │ │ ├── bg_round_black.xml
│ │ │ ├── ic_down.xml
│ │ │ ├── ic_up.xml
│ │ │ ├── bg_round_red.xml
│ │ │ ├── bg_round_white.xml
│ │ │ ├── keyboard_background.xml
│ │ │ ├── left_black.xml
│ │ │ ├── bg_blue_side.xml
│ │ │ ├── bg_gray_side.xml
│ │ │ ├── bg_line.xml
│ │ │ ├── bg_red_side.xml
│ │ │ ├── bg_splash.xml
│ │ │ ├── ic_clear.xml
│ │ │ ├── ic_close.xml
│ │ │ ├── ic_error.xml
│ │ │ ├── input_psw.xml
│ │ │ ├── ic_up_coin.xml
│ │ │ ├── ic_down_icon.xml
│ │ │ ├── ic_right.xml
│ │ │ ├── ic_right_white.xml
│ │ │ ├── ic_search.xml
│ │ │ ├── back.xml
│ │ │ ├── ic_share.xml
│ │ │ ├── ic_add.xml
│ │ │ ├── ic_light.xml
│ │ │ ├── ic_add_user.xml
│ │ │ ├── scan.xml
│ │ │ └── scan_gray.xml
│ │ ├── mipmap-xxxhdpi
│ │ │ ├── icon.png
│ │ │ ├── wallet.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── wallet_gray.png
│ │ │ └── ic_launcher_round.png
│ │ ├── drawable-mdpi
│ │ │ ├── toast_frame.9.png
│ │ │ ├── ic_check_white_48dp.png
│ │ │ ├── ic_clear_white_48dp.png
│ │ │ ├── ic_error_outline_white_48dp.png
│ │ │ └── ic_info_outline_white_48dp.png
│ │ ├── xml
│ │ │ └── file_path.xml
│ │ ├── anim
│ │ │ ├── slide_out_right.xml
│ │ │ ├── slide_in_right.xml
│ │ │ └── slide_still.xml
│ │ ├── layout
│ │ │ ├── delegate_record.xml
│ │ │ ├── container.xml
│ │ │ ├── delegate_welcome.xml
│ │ │ ├── delegate_web.xml
│ │ │ ├── divide_layout.xml
│ │ │ ├── item_contact_title.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── view_network_state.xml
│ │ │ ├── activity_base.xml
│ │ │ ├── delegate_scan.xml
│ │ │ ├── item_word.xml
│ │ │ ├── button_create.xml
│ │ │ ├── icon_layout.xml
│ │ │ ├── delegate_update_log.xml
│ │ │ ├── view_loading.xml
│ │ │ ├── toast_layout.xml
│ │ │ ├── delegate_setting_default.xml
│ │ │ ├── item_word_select.xml
│ │ │ ├── view_empty.xml
│ │ │ ├── view_network_error.xml
│ │ │ ├── view_no_network.xml
│ │ │ ├── view_load_view.xml
│ │ │ ├── delegate_add_coin.xml
│ │ │ ├── item_setting_default.xml
│ │ │ ├── delegate_select_coins_list.xml
│ │ │ ├── include_two_steps.xml
│ │ │ └── dialog_layout.xml
│ │ └── values
│ │ │ └── ids.xml
│ └── java
│ │ ├── com
│ │ └── bitcoin
│ │ │ ├── api
│ │ │ ├── currency
│ │ │ │ ├── SigningType.java
│ │ │ │ ├── CurrencyAdmin.java
│ │ │ │ ├── EthereumTransactionConfiguration.java
│ │ │ │ ├── OfflineWallet.java
│ │ │ │ └── CurrencyConfiguration.java
│ │ │ ├── core
│ │ │ │ ├── ServerStatus.java
│ │ │ │ ├── CurrencyPackageInterface.java
│ │ │ │ ├── CosignerResponse.java
│ │ │ │ └── CurrencyParametersRecipient.java
│ │ │ └── validation
│ │ │ │ ├── Validatable.java
│ │ │ │ ├── Validator.java
│ │ │ │ └── ValidatorConfiguration.java
│ │ │ └── sign
│ │ │ ├── bitcoindrpc
│ │ │ ├── BlockChainName.java
│ │ │ ├── BitcoindRpc.java
│ │ │ ├── Bip9Softforks.java
│ │ │ ├── MultiSig.java
│ │ │ ├── NetworkBytes.java
│ │ │ └── UtilityRpc.java
│ │ │ └── common
│ │ │ └── Constant.java
│ │ ├── bitshares1_decode
│ │ ├── IValueEnum.java
│ │ ├── OperationBase.java
│ │ ├── operations
│ │ │ ├── WithdrawType.java
│ │ │ ├── PublicKeyType.java
│ │ │ ├── ImessageMemoOperation.java
│ │ │ ├── WithdrawWithSignature.java
│ │ │ ├── DefineSlateOperation.java
│ │ │ ├── TransferMemo.java
│ │ │ └── DepositOperation.java
│ │ ├── App.java
│ │ ├── CompressSignedInt.java
│ │ ├── errors
│ │ │ └── MalformedAddressException.java
│ │ ├── Chains.java
│ │ ├── interfaces
│ │ │ └── JsonSerializable.java
│ │ ├── CompressUnsignedInt.java
│ │ ├── ByteSerializable.java
│ │ ├── Optional.java
│ │ ├── VariantString.java
│ │ └── modify_introduce.java
│ │ └── kualian
│ │ └── dc
│ │ └── deal
│ │ └── application
│ │ ├── base
│ │ ├── BaseView.java
│ │ ├── BaseListView.java
│ │ ├── BaseModel.java
│ │ ├── Presenter.java
│ │ └── BasePresenter.java
│ │ ├── loader
│ │ └── LoaderStyle.java
│ │ ├── web
│ │ ├── event
│ │ │ ├── IEvent.java
│ │ │ ├── UndefineEvent.java
│ │ │ └── EventManager.java
│ │ ├── IPageLoadListener.java
│ │ ├── route
│ │ │ └── RouteKeys.java
│ │ ├── IWebViewInitializer.java
│ │ ├── chromeclient
│ │ │ └── WebChromeClientImpl.java
│ │ └── LatteWebInterface.java
│ │ ├── callback
│ │ ├── OnTabSelectListener.java
│ │ ├── OnPwListener.java
│ │ ├── OnCloseDelegateListener.java
│ │ ├── PermissionListener.java
│ │ ├── OnDefaultListener.java
│ │ ├── CustomTabEntity.java
│ │ └── OnCoinSelectListener.java
│ │ ├── widget
│ │ ├── State.java
│ │ ├── codeView
│ │ │ └── Util.java
│ │ └── ArgbEvaluat.java
│ │ ├── util
│ │ ├── LanguageConstants.java
│ │ ├── callback
│ │ │ ├── IGlobalCallback.java
│ │ │ ├── CallbackType.java
│ │ │ └── CallbackManager.java
│ │ ├── refresh
│ │ │ ├── MultipleFields.java
│ │ │ ├── DataConverter.java
│ │ │ └── MultipleEntityBuilder.java
│ │ └── WeakHandler.java
│ │ ├── ui
│ │ ├── scan
│ │ │ ├── scaner
│ │ │ │ ├── OnRxScanerListener.java
│ │ │ │ ├── DecodeThread.java
│ │ │ │ └── BitmapLuminanceSource.java
│ │ │ └── BitmapLuminanceSource.java
│ │ ├── camera
│ │ │ └── RequestCodes.java
│ │ └── account
│ │ │ ├── FindDelegate.java
│ │ │ └── MasketDelegate.java
│ │ ├── config
│ │ ├── ConfigKeys.java
│ │ ├── CoinService.java
│ │ └── Latte.java
│ │ ├── bean
│ │ ├── UpdateRequestBean.java
│ │ ├── WordBean.java
│ │ ├── WebResponse.java
│ │ ├── WebRequestBean.java
│ │ ├── ResponseData.java
│ │ ├── ResultCode.java
│ │ ├── LogBean.java
│ │ ├── ResponseCode.java
│ │ ├── TabEntity.java
│ │ ├── UpdateResponseBean.java
│ │ ├── RecordQuery.java
│ │ └── ContactQuery.java
│ │ ├── MainActivity.java
│ │ ├── presenter
│ │ ├── impl
│ │ │ └── HomePresenterImpl.java
│ │ └── home
│ │ │ └── HomeContract.java
│ │ ├── database
│ │ ├── DataBaseUtil.java
│ │ ├── AssetTable.java
│ │ ├── RecordTable.java
│ │ └── ContactTable.java
│ │ └── wallet
│ │ ├── coins
│ │ ├── TVMain.java
│ │ └── UroMain.java
│ │ └── CoinIndex.java
│ ├── test
│ └── java
│ │ └── kualian
│ │ └── dc
│ │ └── deal
│ │ └── application
│ │ └── ExampleUnitTest.java
│ └── androidTest
│ └── java
│ └── kualian
│ └── dc
│ └── deal
│ └── application
│ └── ExampleInstrumentedTest.java
├── rxhttp
├── src
│ ├── main
│ │ ├── res
│ │ │ └── values
│ │ │ │ └── strings.xml
│ │ ├── AndroidManifest.xml
│ │ └── java
│ │ │ └── com
│ │ │ └── zhouyou
│ │ │ └── http
│ │ │ ├── callback
│ │ │ ├── IType.java
│ │ │ ├── SimpleCallBack.java
│ │ │ └── DownloadProgressCallBack.java
│ │ │ ├── subsciber
│ │ │ ├── ProgressCancelListener.java
│ │ │ └── IProgressDialog.java
│ │ │ ├── body
│ │ │ └── ProgressResponseCallBack.java
│ │ │ ├── func
│ │ │ ├── CacheResultFunc.java
│ │ │ └── HttpResponseFunc.java
│ │ │ └── exception
│ │ │ └── ServerException.java
│ ├── test
│ │ └── java
│ │ │ └── com
│ │ │ └── zhouyou
│ │ │ └── http
│ │ │ └── ExampleUnitTest.java
│ └── androidTest
│ │ └── java
│ │ └── com
│ │ └── zhouyou
│ │ └── http
│ │ └── ExampleInstrumentedTest.java
└── proguard-rules.pro
├── okhttputils
├── src
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ └── java
│ │ │ └── com
│ │ │ └── zhy
│ │ │ └── http
│ │ │ └── okhttp
│ │ │ ├── cookie
│ │ │ ├── store
│ │ │ │ ├── HasCookieStore.java
│ │ │ │ └── CookieStore.java
│ │ │ └── CookieJarImpl.java
│ │ │ ├── callback
│ │ │ ├── IGenericsSerializator.java
│ │ │ ├── StringCallback.java
│ │ │ ├── BitmapCallback.java
│ │ │ └── GenericsCallback.java
│ │ │ ├── builder
│ │ │ ├── HasParamsable.java
│ │ │ ├── HeadBuilder.java
│ │ │ ├── PostStringBuilder.java
│ │ │ ├── PostFileBuilder.java
│ │ │ ├── OtherRequestBuilder.java
│ │ │ └── OkHttpRequestBuilder.java
│ │ │ ├── utils
│ │ │ ├── Exceptions.java
│ │ │ └── L.java
│ │ │ └── request
│ │ │ └── GetRequest.java
│ └── androidTest
│ │ └── java
│ │ └── com
│ │ └── zhy
│ │ └── http
│ │ └── okhttp
│ │ └── ApplicationTest.java
├── proguard-rules.pro
└── build.gradle
├── gradle
└── wrapper
│ └── gradle-wrapper.properties
├── .gitignore
├── local.properties
├── gradle.properties
└── Application.iml
/README.md:
--------------------------------------------------------------------------------
1 | # anybit-Android
2 | AnyBit轻钱包Android端代码
3 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app', ':rxhttp', ':okhttputils'
2 |
--------------------------------------------------------------------------------
/app/src/main/assets/srca.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/assets/srca.cer
--------------------------------------------------------------------------------
/app/src/main/res/raw/beep.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/raw/beep.ogg
--------------------------------------------------------------------------------
/rxhttp/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | rxeasyhttp
3 |
4 |
--------------------------------------------------------------------------------
/app/src/main/assets/zhy_client.bks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/assets/zhy_client.bks
--------------------------------------------------------------------------------
/app/src/main/assets/zhy_server.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/assets/zhy_server.cer
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-hdpi/icon.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-mdpi/icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/head.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/head.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/pay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/pay.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/yuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/yuan.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/nxt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/nxt.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/pay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/pay.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/uro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/uro.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/wallet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-hdpi/wallet.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/icon.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/icon.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/capture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/capture.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/dollor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/dollor.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/pay_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/pay_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/receive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/receive.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/b_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/b_bg.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/dollor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/dollor.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/head.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/head.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ixcoin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ixcoin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/pay_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/pay_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/splash.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/yuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/yuan.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/b_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/b_bg.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/eye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/eye.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/head.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/head.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/pay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/pay.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/yuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/yuan.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/pay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/pay.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/pic_dlzc_srk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable/pic_dlzc_srk.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/wallet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/wallet.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/wallet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/wallet.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxxhdpi/icon.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/wallet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxxhdpi/wallet.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/coin_btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/coin_btc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/coin_ubtc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/coin_ubtc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/ic_watch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/ic_watch.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/scan_mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/scan_mask.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/tongxunli.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/tongxunli.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/asiacoin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/asiacoin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/batacoin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/batacoin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/bg_first.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/bg_first.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/coin_btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/coin_btc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/download.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_watch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_watch.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/qr_code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/qr_code.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/receive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/receive.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/dollor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/dollor.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/pay_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/pay_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/receive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/receive.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/pay_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/pay_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/pic_dlzc_srk1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable/pic_dlzc_srk1.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/wallet_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-hdpi/wallet_gray.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/bg_splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/bg_splash.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/empty_record.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/empty_record.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/news_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/news_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/receive_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/receive_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/scan_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/scan_black.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/auroracoin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/auroracoin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/bg_ordinary.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/bg_ordinary.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/coin_ubtc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/coin_ubtc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_no_data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_no_data.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_refresh.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/img_kb_hide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/img_kb_hide.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/news_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/news_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/plus_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/plus_menu.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/receive_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/receive_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/round_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/round_top.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/scan_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/scan_black.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/shadowcash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/shadowcash.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/shapeshift.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/shapeshift.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/swap_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/swap_menu.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/tongxunli.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/tongxunli.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/coin_btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/coin_btc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/coin_ubtc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/coin_ubtc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_watch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/ic_watch.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/news_empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/news_empty.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/receive_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/receive_en.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/round_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/round_top.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/scan_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/scan_black.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/tongxunli.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/tongxunli.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/coin_btc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/coin_btc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/coin_ubtc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/coin_ubtc.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/receive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/receive.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/wallet_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/wallet_gray.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/wallet_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/wallet_gray.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/wallet_gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxxhdpi/wallet_gray.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/b_loading_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/b_loading_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/empty_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/empty_contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/receive_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/receive_small.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/toast_frame.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-mdpi/toast_frame.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/empty_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/empty_contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/empty_record.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/empty_record.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_net_error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_net_error.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_no_network.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_no_network.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/img_about_us.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/img_about_us.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/img_kb_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/img_kb_delete.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/qr_code_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/qr_code_menu.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/receive_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/receive_small.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/refresh_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/refresh_menu.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/toast_frame.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/toast_frame.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/empty_record.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/empty_record.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/receive_en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/receive_en.png
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/currency/SigningType.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.currency;
2 |
3 | public enum SigningType {
4 | SENDALL, SENDEACH
5 | }
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/kakalib_scan_ray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/kakalib_scan_ray.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/b_loading_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/b_loading_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/b_loading_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/b_loading_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/empty_contact.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/empty_contact.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/receive_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/receive_small.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/toast_frame.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/toast_frame.9.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/transparent_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/transparent_bg.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/b_loading_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/b_loading_logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/receive_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/receive_small.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_check_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-mdpi/ic_check_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_clear_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-mdpi/ic_clear_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/core/ServerStatus.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.core;
2 |
3 | public enum ServerStatus {
4 | UNKNOWN, CONNECTED, DISCONNECTED
5 | }
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-hdpi/btn_shoufukuan_fukuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-hdpi/btn_shoufukuan_fukuan.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_shoufukuan_fukuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_shoufukuan_fukuan.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_check_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_check_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_clear_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_clear_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_check_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/ic_check_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_clear_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/ic_clear_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/ic_check_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/ic_check_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/ic_clear_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/ic_clear_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/btn_defaultstate_shezhi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/btn_defaultstate_shezhi.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/btn_defaultstate_zixun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/btn_defaultstate_zixun.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_zixun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_zixun.png
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/sign/bitcoindrpc/BlockChainName.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.sign.bitcoindrpc;
2 |
3 | public enum BlockChainName {
4 | main, test, regtest
5 | }
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_defaultstate_shezhi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_defaultstate_shezhi.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_defaultstate_zixun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_defaultstate_zixun.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_defaultstate_zixun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_defaultstate_zixun.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_shoufukuan_fukuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_shoufukuan_fukuan.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/btn_defaultstate_hangqing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/btn_defaultstate_hangqing.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/btn_defaultstate_qianbao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/btn_defaultstate_qianbao.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_qianbao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_qianbao.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_shezhi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_shezhi.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_error_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-mdpi/ic_error_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-mdpi/ic_info_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-mdpi/ic_info_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_defaultstate_hangqing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_defaultstate_hangqing.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_defaultstate_lianxiren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_defaultstate_lianxiren.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/btn_defaultstate_qianbao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/btn_defaultstate_qianbao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_info_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_info_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_defaultstate_hangqing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_defaultstate_hangqing.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_defaultstate_qianbao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_defaultstate_qianbao.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_defaultstate_shezhi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_defaultstate_shezhi.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/btn_defaultstate_lianxiren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xhdpi/btn_defaultstate_lianxiren.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_hangqing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_hangqing.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_lianxiren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/mipmap-xxhdpi/btn_defaultstate_lianxiren.png
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/IValueEnum.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | public interface IValueEnum {
4 | byte getValue();
5 | void setValue(byte value);
6 |
7 | }
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xhdpi/ic_error_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xhdpi/ic_error_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/btn_defaultstate_lianxiren.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/btn_defaultstate_lianxiren.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_error_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/ic_error_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxhdpi/ic_info_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxhdpi/ic_info_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/ic_info_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/ic_info_outline_white_48dp.png
--------------------------------------------------------------------------------
/okhttputils/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-xxxhdpi/ic_error_outline_white_48dp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AnyBitIO/anybit-Android/HEAD/app/src/main/res/drawable-xxxhdpi/ic_error_outline_white_48dp.png
--------------------------------------------------------------------------------
/app/src/main/res/xml/file_path.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/base/BaseView.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.base;
2 |
3 |
4 | public interface BaseView
{
5 | // 提示错误消息
6 | void showErrorWithStatus(Throwable throwable);
7 |
8 | }
9 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/loader/LoaderStyle.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.loader;
2 |
3 | /**
4 | * Created by zheng on 2017/12/15.
5 | */
6 |
7 | public enum LoaderStyle {
8 | NORMAL
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/event/IEvent.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web.event;
2 |
3 | /**
4 | *
5 | */
6 |
7 | public interface IEvent {
8 |
9 | String execute(String params);
10 | }
11 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/OperationBase.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | import java.lang.reflect.Field;
4 |
5 | public abstract class OperationBase extends ByteSerializable {
6 | public Byte type;
7 |
8 |
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/operations/WithdrawType.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode.operations;
2 |
3 | import bitshares1_decode.ByteSerializable;
4 |
5 | public abstract class WithdrawType extends ByteSerializable {
6 | public byte type;
7 | }
8 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/OnTabSelectListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | public interface OnTabSelectListener {
4 | void onTabSelect(int position);
5 | void onTabReselect(int position);
6 | }
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/widget/State.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.widget;
2 |
3 | /**
4 | * Created by guanaj on 2017/6/6.
5 | */
6 |
7 | public enum State {
8 | LEFTOPEN,
9 | RIGHTOPEN,
10 | CLOSE,
11 | }
12 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_black.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_gray.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_white.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/OnPwListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | /**
4 | * Created by idmin on 2018/2/27.
5 | */
6 |
7 | public interface OnPwListener {
8 | public void getPw(String pw);
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/IPageLoadListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web;
2 |
3 | /**
4 | *
5 | */
6 |
7 | public interface IPageLoadListener {
8 |
9 | void onLoadStart();
10 |
11 | void onLoadEnd();
12 | }
13 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/cookie/store/HasCookieStore.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.cookie.store;
2 |
3 | /**
4 | * Created by zhy on 16/3/10.
5 | */
6 | public interface HasCookieStore
7 | {
8 | CookieStore getCookieStore();
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/App.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | /**
4 | * Hello world!
5 | *
6 | */
7 | public class App
8 | {
9 | public static void main( String[] args )
10 | {
11 | System.out.println( "Hello World!" );
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/OnCloseDelegateListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | /**
4 | * Created by idmin on 2018/2/24.
5 | */
6 |
7 | public interface OnCloseDelegateListener {
8 | void OnCloseDelegate();
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/PermissionListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | import java.util.List;
4 |
5 | public interface PermissionListener {
6 | void onGranted();
7 |
8 | void onDenied(List deniedPermissions);
9 | }
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/route/RouteKeys.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web.route;
2 |
3 | /**
4 | *
5 | */
6 |
7 | public enum RouteKeys {
8 | /**
9 | * web页面跳转必须传递的参数
10 | */
11 | URL,
12 | TITLE,
13 | LOAD
14 | }
15 |
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Thu Feb 08 10:25:47 CST 2018
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
7 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/callback/IGenericsSerializator.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | /**
4 | * Created by JimGong on 2016/6/23.
5 | */
6 | public interface IGenericsSerializator {
7 | T transform(String response, Class classOfT);
8 | }
9 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/sign/bitcoindrpc/BitcoindRpc.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.sign.bitcoindrpc;
2 |
3 | /**
4 | * Bitcoind RPC Interface.
5 | *
6 | * @author dquintela
7 | */
8 | public interface BitcoindRpc extends BlockChainRpc, RawTransactionRpc, UtilityRpc, WalletRpc {
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/CompressSignedInt.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | public class CompressSignedInt {
4 |
5 | public Integer value;
6 | CompressSignedInt(){
7 | value = 0;
8 | }
9 | public CompressSignedInt(Integer value){
10 | this.value = value;
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/currency/CurrencyAdmin.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.currency;
2 |
3 | /**
4 | * Interface that currency libraries should implement.
5 | * Provides common administrative information and configuration access.
6 | */
7 | public interface CurrencyAdmin {
8 |
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/base/BaseListView.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.base;
2 |
3 | /**
4 | * Created by zheng on 2017/12/25.
5 | */
6 |
7 | public interface BaseListView extends BaseView{
8 | void showLoadingView();
9 | void hideLoadingView();
10 | }
11 |
--------------------------------------------------------------------------------
/app/src/main/res/anim/slide_out_right.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/anim/slide_in_right.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/switch_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/currency/EthereumTransactionConfiguration.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.currency;
2 |
3 | public interface EthereumTransactionConfiguration {
4 | long getGasPrice();
5 |
6 | long getSimpleTxGas();
7 |
8 | long getContractGas();
9 |
10 | long getWeiMultiplier();
11 | }
12 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/util/LanguageConstants.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.util;
2 |
3 | public class LanguageConstants {
4 | // 简体中文
5 | public static final String SIMPLIFIED_CHINESE = "zh";
6 | // 英文
7 | public static final String ENGLISH = "en";
8 |
9 | }
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/circle.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/event/UndefineEvent.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web.event;
2 |
3 |
4 | /**
5 | *
6 | */
7 |
8 | public class UndefineEvent extends Event {
9 | @Override
10 | public String execute(String params) {
11 | return null;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/base/BaseModel.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.base;
2 |
3 | /**
4 | * 作者:gaoyin
5 | * 电话:18810474975
6 | * 邮箱:18810474975@163.com
7 | * 版本号:1.0
8 | * 类描述:
9 | * 备注消息:
10 | * 修改时间:2016/12/5 下午3:05
11 | **/
12 | public interface BaseModel {
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/OnDefaultListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | /**
4 | * Created by idmin on 2018/2/27.
5 | */
6 |
7 | public interface OnDefaultListener {
8 | public void getLanguage(String pw);
9 | public void getDefaultIndex(int index);
10 | }
11 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_trade_success.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/errors/MalformedAddressException.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode.errors;
2 |
3 | /**
4 | * Created by nelson on 12/1/16.
5 | */
6 | public class MalformedAddressException extends Exception {
7 | public MalformedAddressException(String message){
8 | super(message);
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_record.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/util/callback/IGlobalCallback.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.util.callback;
2 |
3 | import android.support.annotation.Nullable;
4 |
5 | /**
6 | * Created by 傅令杰
7 | */
8 |
9 | public interface IGlobalCallback {
10 |
11 | void executeCallback(@Nullable T args);
12 | }
13 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/container.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_blue_small.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_next.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/anim/slide_still.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_white_shape.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/util/refresh/MultipleFields.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.util.refresh;
2 |
3 | /**
4 | * Created by 傅令杰
5 | */
6 |
7 | public enum MultipleFields {
8 | ITEM_TYPE,
9 | TITLE,
10 | TEXT,
11 | IMAGE_URL,
12 | BANNERS,
13 | SPAN_SIZE,
14 | ID,
15 | NAME,
16 | TAG
17 | }
18 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/thumb.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_round_black.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_down.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_up.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/builder/HasParamsable.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.builder;
2 |
3 | import java.util.Map;
4 |
5 | /**
6 | * Created by zhy on 16/3/1.
7 | */
8 | public interface HasParamsable
9 | {
10 | OkHttpRequestBuilder params(Map params);
11 | OkHttpRequestBuilder addParams(String key, String val);
12 | }
13 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Compiled class file
2 | *.class
3 |
4 | # Log file
5 | *.log
6 |
7 | # BlueJ files
8 | *.ctxt
9 |
10 | # Mobile Tools for Java (J2ME)
11 | .mtj.tmp/
12 |
13 | # Package Files #
14 | *.jar
15 | *.war
16 | *.ear
17 | *.zip
18 | *.tar.gz
19 | *.rar
20 |
21 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22 | hs_err_pid*
23 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/CustomTabEntity.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | import android.support.annotation.DrawableRes;
4 |
5 | public interface CustomTabEntity {
6 | String getTabTitle();
7 |
8 | @DrawableRes
9 | int getTabSelectedIcon();
10 |
11 | @DrawableRes
12 | int getTabUnselectedIcon();
13 | }
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/util/callback/CallbackType.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.util.callback;
2 |
3 | /**
4 | * Created by 傅令杰
5 | */
6 |
7 | public enum CallbackType {
8 | ON_RESULT,
9 | ON_REFRESH,
10 | COIN_TAG,
11 | WEB_TAG,
12 | TAG_STOP_PUSH,
13 | ON_SCAN,
14 | ON_CONTACT,
15 | ON_NAME_CHANGE
16 | }
17 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_round_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_round_white.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/keyboard_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -
4 |
5 |
6 | -
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_welcome.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/utils/Exceptions.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.utils;
2 |
3 | /**
4 | * Created by zhy on 15/12/14.
5 | */
6 | public class Exceptions
7 | {
8 | public static void illegalArgument(String msg, Object... params)
9 | {
10 | throw new IllegalArgumentException(String.format(msg, params));
11 | }
12 |
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/callback/OnCoinSelectListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.callback;
2 |
3 | import java.util.List;
4 |
5 | import kualian.dc.deal.application.wallet.CoinType;
6 |
7 | /**
8 | * Created by idmin on 2018/2/26.
9 | */
10 |
11 | public interface OnCoinSelectListener {
12 | void onCoinSelect(List list);
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/currency/OfflineWallet.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.currency;
2 |
3 | public interface OfflineWallet {
4 | /**
5 | * Generate a private key compatible with the wallet.
6 | */
7 | String generatePrivateKey();
8 |
9 | /**
10 | * Generate public key from a private one.
11 | */
12 | String generatePublicKey(String privateKey);
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/ui/scan/scaner/OnRxScanerListener.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.ui.scan.scaner;
2 |
3 | import com.google.zxing.Result;
4 |
5 | /**
6 | * Created by Vondear on 2017/9/22.
7 | */
8 |
9 | public interface OnRxScanerListener {
10 | void onSuccess(String type, Result result);
11 |
12 | void onFail(String type, String message);
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/left_black.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/sign/common/Constant.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.sign.common;
2 |
3 | /**
4 | * Created by mayakui on 2018/2/11 0011.
5 | */
6 | public class Constant {
7 |
8 | //ubtc地址版本
9 | public static final byte ADDRESS_VERSION = 0;
10 |
11 | public static final byte TEST_ADDRESS_VERSION = 111;
12 | // btc正式地址版本
13 | // public static final byte ADDRESS_VERSION = 0;
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/base/Presenter.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.base;
2 |
3 | /**
4 | *
5 | **/
6 | public interface Presenter {
7 | // 绑定View控件
8 | void attachView(View view);
9 | // 绑定Model
10 | void attachModel(Model model);
11 | // 注销View控件
12 | void detachView();
13 | // 注销Model对象
14 | void detachModel();
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_blue_side.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_gray_side.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_line.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
13 |
14 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_red_side.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
9 |
10 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/utils/L.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.utils;
2 |
3 | import android.util.Log;
4 |
5 | /**
6 | * Created by zhy on 15/11/6.
7 | */
8 | public class L
9 | {
10 | private static boolean debug = false;
11 |
12 | public static void e(String msg)
13 | {
14 | if (debug)
15 | {
16 | Log.e("OkHttp", msg);
17 | }
18 | }
19 |
20 | }
21 |
22 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/bg_splash.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_web.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_clear.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_close.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/config/ConfigKeys.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.config;
2 |
3 | /**
4 | * Created by idmin on 2018/2/10.
5 | */
6 |
7 | public enum ConfigKeys {
8 | API_HOST,
9 | APPLICATION_CONTEXT,
10 | CONFIG_READY,
11 | ICON,
12 | LOADER_DELAYED,
13 | INTERCEPTOR,
14 | WE_CHAT_APP_ID,
15 | WE_CHAT_APP_SECRET,
16 | ACTIVITY,
17 | HANDLER,
18 | JAVASCRIPT_INTERFACE
19 | }
20 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/validation/Validatable.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.validation;
2 |
3 |
4 | import com.bitcoin.api.currency.Wallet.TransactionDetails;
5 |
6 | /**
7 | * Indicates whether a currency's wallet makes sense to be validated.
8 | */
9 | public interface Validatable {
10 | /**
11 | * Decode a transaction returned by the prepare and/or sign step.
12 | */
13 | TransactionDetails decodeRawTransaction(String transaction);
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_error.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/input_psw.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/IWebViewInitializer.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web;
2 |
3 | import android.webkit.WebChromeClient;
4 | import android.webkit.WebView;
5 | import android.webkit.WebViewClient;
6 |
7 | /**
8 | *
9 | */
10 |
11 | public interface IWebViewInitializer {
12 |
13 | WebView initWebView(WebView webView);
14 |
15 | WebViewClient initWebViewClient();
16 |
17 | WebChromeClient initWebChromeClient();
18 | }
19 |
--------------------------------------------------------------------------------
/okhttputils/src/androidTest/java/com/zhy/http/okhttp/ApplicationTest.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp;
2 |
3 | import android.app.Application;
4 | import android.test.ApplicationTestCase;
5 |
6 | /**
7 | * Testing Fundamentals
8 | */
9 | public class ApplicationTest extends ApplicationTestCase
10 | {
11 | public ApplicationTest()
12 | {
13 | super(Application.class);
14 | }
15 | }
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/Chains.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | /**
4 | * Created by nelson on 11/8/16.
5 | */
6 | public class Chains {
7 | public static class CTC {
8 | public static final String CHAIN_ID = "48ae3780c092fcc76f70df1cea2cb5f95bdbbc8d514e5fcd672b359475191f37";
9 | }
10 | public static class TEST {
11 | public static final String CHAIN_ID = "48ae3780c092fcc76f70df1cea2cb5f95bdbbc8d514e5fcd672b359475191f37";
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_up_coin.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/interfaces/JsonSerializable.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode.interfaces;
2 |
3 | import com.google.gson.JsonElement;
4 |
5 | import java.io.Serializable;
6 |
7 | /**
8 | * Interface to be implemented by any entity for which makes sense to
9 | * have a JSON-formatted string and object representation.
10 | */
11 | public interface JsonSerializable extends Serializable {
12 |
13 | String toJsonString();
14 |
15 | JsonElement toJsonObject();
16 | }
17 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/callback/StringCallback.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | import java.io.IOException;
4 |
5 | import okhttp3.Response;
6 |
7 | /**
8 | * Created by zhy on 15/12/14.
9 | */
10 | public abstract class StringCallback extends Callback
11 | {
12 | @Override
13 | public String parseNetworkResponse(Response response, int id) throws IOException
14 | {
15 | return response.body().string();
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/cookie/store/CookieStore.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.cookie.store;
2 |
3 | import java.util.List;
4 |
5 | import okhttp3.Cookie;
6 | import okhttp3.HttpUrl;
7 |
8 | public interface CookieStore
9 | {
10 |
11 | void add(HttpUrl uri, List cookie);
12 |
13 | List get(HttpUrl uri);
14 |
15 | List getCookies();
16 |
17 | boolean remove(HttpUrl uri, Cookie cookie);
18 |
19 | boolean removeAll();
20 |
21 | }
22 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/UpdateRequestBean.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/15.
5 | */
6 |
7 | public class UpdateRequestBean extends RequestBean {
8 | private BodyBean body;
9 |
10 | public BodyBean getBody() {
11 | return body;
12 | }
13 |
14 | public void setBody(BodyBean body) {
15 | this.body = body;
16 | }
17 |
18 | public static class BodyBean {
19 |
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_down_icon.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/divide_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
12 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/validation/Validator.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.validation;
2 |
3 |
4 | import com.bitcoin.api.core.CurrencyPackageInterface;
5 |
6 | public interface Validator {
7 | /**
8 | * Validates a transaction.
9 | *
10 | * Returns true if the transaction appears to be OK. False if cosigner should stop the
11 | * signing/sending process.
12 | */
13 | boolean validateTransaction(CurrencyPackageInterface currency, String transaction)
14 | throws Exception;
15 | }
16 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_right.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_right_white.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/local.properties:
--------------------------------------------------------------------------------
1 | ## This file is automatically generated by Android Studio.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must *NOT* be checked into Version Control Systems,
5 | # as it contains information specific to your local configuration.
6 | #
7 | # Location of the SDK. This is only used by Gradle.
8 | # For customization when using a Version Control System, please read the
9 | # header note.
10 | #Thu Feb 08 10:25:47 CST 2018
11 | ndk.dir=D\:\\Sdk\\ndk-bundle
12 | sdk.dir=D\:\\Sdk
13 |
--------------------------------------------------------------------------------
/app/src/test/java/kualian/dc/deal/application/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.*;
6 |
7 | /**
8 | * Example local unit test, which will execute on the development machine (host).
9 | *
10 | * @see Testing documentation
11 | */
12 | public class ExampleUnitTest {
13 | @Test
14 | public void addition_isCorrect() throws Exception {
15 | assertEquals(4, 2 + 2);
16 | }
17 | }
--------------------------------------------------------------------------------
/rxhttp/src/test/java/com/zhouyou/http/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package com.zhouyou.http;
2 |
3 |
4 | import org.junit.Test;
5 |
6 | import static org.junit.Assert.assertEquals;
7 |
8 | /**
9 | * Example local unit test, which will execute on the development machine (host).
10 | *
11 | * @see Testing documentation
12 | */
13 | public class ExampleUnitTest {
14 | @Test
15 | public void addition_isCorrect() throws Exception {
16 | assertEquals(4, 2 + 2);
17 | }
18 | }
--------------------------------------------------------------------------------
/app/src/main/res/layout/item_contact_title.xml:
--------------------------------------------------------------------------------
1 |
2 |
11 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/web/chromeclient/WebChromeClientImpl.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.web.chromeclient;
2 |
3 | import android.webkit.JsResult;
4 | import android.webkit.WebChromeClient;
5 | import android.webkit.WebView;
6 |
7 |
8 |
9 | public class WebChromeClientImpl extends WebChromeClient {
10 |
11 | @Override
12 | public boolean onJsAlert(WebView view, String url, String message, JsResult result) {
13 | return super.onJsAlert(view, url, message, result);
14 | }
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/MainActivity.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application;
2 |
3 | import android.support.v7.app.AppCompatActivity;
4 | import android.os.Bundle;
5 |
6 | import com.zhouyou.http.RxHttp;
7 |
8 | import java.security.SecureRandom;
9 |
10 | public class MainActivity extends AppCompatActivity {
11 |
12 | @Override
13 | protected void onCreate(Bundle savedInstanceState) {
14 | super.onCreate(savedInstanceState);
15 | setContentView(R.layout.activity_main);
16 |
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/presenter/impl/HomePresenterImpl.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.presenter.impl;
2 |
3 | import kualian.dc.deal.application.presenter.home.HomeContract;
4 |
5 | /**
6 | * Created by idmin on 2018/3/5.
7 | */
8 |
9 | public class HomePresenterImpl extends HomeContract.Presenter {
10 |
11 | @Override
12 | public void queryServiceData(String json,String tag) {
13 | mView.getServiceData(mModel.parseData(json),tag);
14 | //mView.getServiceData(mModel.parseData());
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/ui/camera/RequestCodes.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.ui.camera;
2 |
3 |
4 | /**
5 | * Created by 傅令杰
6 | * 请求码存储
7 | */
8 |
9 | public class RequestCodes {
10 | public static final int TAKE_PHOTO = 4;
11 | public static final int PICK_PHOTO = 5;
12 | public static final int CROP_PHOTO = 10;
13 | public static final int CROP_ERROR = -1;
14 | public static final int SCAN = 7;
15 | public static final int WX_CROP = 100;
16 | public static final int QQ_CROP = 200;
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/builder/HeadBuilder.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.builder;
2 |
3 | import com.zhy.http.okhttp.OkHttpUtils;
4 | import com.zhy.http.okhttp.request.OtherRequest;
5 | import com.zhy.http.okhttp.request.RequestCall;
6 |
7 | /**
8 | * Created by zhy on 16/3/2.
9 | */
10 | public class HeadBuilder extends GetBuilder
11 | {
12 | @Override
13 | public RequestCall build()
14 | {
15 | return new OtherRequest(null, null, OkHttpUtils.METHOD.HEAD, url, tag, params, headers,id).build();
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/view_network_state.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/callback/BitmapCallback.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | import android.graphics.Bitmap;
4 | import android.graphics.BitmapFactory;
5 |
6 | import okhttp3.Response;
7 |
8 | /**
9 | * Created by zhy on 15/12/14.
10 | */
11 | public abstract class BitmapCallback extends Callback
12 | {
13 | @Override
14 | public Bitmap parseNetworkResponse(Response response , int id) throws Exception
15 | {
16 | return BitmapFactory.decodeStream(response.body().byteStream());
17 | }
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/core/CurrencyPackageInterface.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.core;
2 |
3 |
4 | import com.bitcoin.api.currency.CurrencyConfiguration;
5 | import com.bitcoin.api.currency.Monitor;
6 | import com.bitcoin.api.currency.Wallet;
7 |
8 | public interface CurrencyPackageInterface {
9 | CurrencyConfiguration getConfiguration();
10 |
11 | void setConfiguration(CurrencyConfiguration configuration);
12 |
13 | Wallet getWallet();
14 |
15 | void setWallet(Wallet wallet);
16 |
17 | Monitor getMonitor();
18 |
19 | void setMonitor(Monitor monitor);
20 | }
21 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/validation/ValidatorConfiguration.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.validation;
2 |
3 | import java.math.BigDecimal;
4 |
5 | /**
6 | * Configuration for rate limiting of transactions.
7 | */
8 | public interface ValidatorConfiguration {
9 | /**
10 | * Return 0 if not applicable.
11 | */
12 | BigDecimal getMaxAmountPerHour();
13 |
14 | /**
15 | * Return 0 if not applicable.
16 | */
17 | BigDecimal getMaxAmountPerDay();
18 |
19 | /**
20 | * Return 0 if not applicable.
21 | */
22 | BigDecimal getMaxAmountPerTransaction();
23 | }
24 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_search.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/core/CosignerResponse.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.core;
2 |
3 | import com.fasterxml.jackson.annotation.JsonProperty;
4 |
5 | public class CosignerResponse {
6 | @JsonProperty
7 | private String result;
8 | @JsonProperty
9 | private String error;
10 |
11 | public String getResult() {
12 | return result;
13 | }
14 |
15 | public void setResult(String result) {
16 | this.result = result;
17 | }
18 |
19 | public String getError() {
20 | return error;
21 | }
22 |
23 | public void setError(String error) {
24 | this.error = error;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/CompressUnsignedInt.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | import com.google.common.primitives.UnsignedInteger;
4 |
5 | public class CompressUnsignedInt {
6 | public UnsignedInteger value;
7 | public CompressUnsignedInt(){
8 | value = UnsignedInteger.fromIntBits(0);
9 | }
10 | public CompressUnsignedInt(UnsignedInteger value){
11 | this.value = value;
12 | }
13 | public CompressUnsignedInt(int value){
14 | this.value= UnsignedInteger.fromIntBits(value) ;
15 | }
16 | public CompressUnsignedInt(Integer value){
17 | this.value = UnsignedInteger.fromIntBits(value);
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/sign/bitcoindrpc/Bip9Softforks.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.sign.bitcoindrpc;
2 |
3 | import com.fasterxml.jackson.annotation.JsonProperty;
4 |
5 | public class Bip9Softforks {
6 | @JsonProperty("id")
7 | private String id;
8 |
9 | public String getStatus() {
10 | return status;
11 | }
12 |
13 | public void setStatus(String status) {
14 | this.status = status;
15 | }
16 |
17 | public String getId() {
18 | return id;
19 | }
20 |
21 | public void setId(String id) {
22 | this.id = id;
23 | }
24 |
25 | @JsonProperty("status")
26 | private String status;
27 | }
28 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/WordBean.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/21.
5 | */
6 |
7 | public class WordBean {
8 | private String content;
9 | private boolean isSelected;
10 |
11 | public String getContent() {
12 | return content;
13 | }
14 |
15 | public void setContent(String content) {
16 | this.content = content;
17 | }
18 |
19 | public boolean isSelected() {
20 | return isSelected;
21 | }
22 |
23 | public void setSelected(boolean selected) {
24 | isSelected = selected;
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/database/DataBaseUtil.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.database;
2 |
3 | /**
4 | * Created by idmin on 2018/3/26.
5 | */
6 |
7 | public class DataBaseUtil {
8 | public static void deleteDataWithId(String walletID){
9 | ContactDao contactDao =new ContactDao();
10 | contactDao.deleteWithId(walletID);
11 | WalletDao walletDao=new WalletDao();
12 | walletDao.deleteWithId(walletID);
13 | CoinDao coinDao=new CoinDao();
14 | coinDao.deleteWithId(walletID);
15 | AssetDao assetDao=new AssetDao();
16 | assetDao.deleteWithId(walletID);
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_scan.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
11 |
12 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/item_word.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/WebResponse.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/23.
5 | */
6 |
7 | public class WebResponse {
8 | public DataBean getData() {
9 | return data;
10 | }
11 |
12 | public void setData(DataBean data) {
13 | this.data = data;
14 | }
15 |
16 | private DataBean data;
17 | public static class DataBean{
18 | private String pageUrl;
19 |
20 | public String getPageUrl() {
21 | return pageUrl;
22 | }
23 |
24 | public void setPageUrl(String pageUrl) {
25 | this.pageUrl = pageUrl;
26 | }
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/rxhttp/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/back.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/button_create.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
16 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/icon_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
16 |
17 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/WebRequestBean.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/22.
5 | */
6 |
7 | public class WebRequestBean extends RequestBean {
8 | private BodyBean body;
9 |
10 | public BodyBean getBody() {
11 | return body;
12 | }
13 |
14 | public void setBody(BodyBean body) {
15 | this.body = body;
16 | }
17 |
18 | public static class BodyBean {
19 | private String pageType;
20 |
21 | public String getPageType() {
22 | return pageType;
23 | }
24 |
25 | public void setPageType(String pageType) {
26 | this.pageType = pageType;
27 | }
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/app/src/main/java/bitshares1_decode/ByteSerializable.java:
--------------------------------------------------------------------------------
1 | package bitshares1_decode;
2 |
3 | import java.io.FileInputStream;
4 | import java.io.FileOutputStream;
5 | import java.io.IOException;
6 | import java.io.InputStream;
7 | import java.io.ObjectInputStream;
8 | import java.io.ObjectOutputStream;
9 | import java.io.OutputStream;
10 | import java.io.Serializable;
11 | import java.lang.reflect.Field;
12 | /**
13 | * Interface implemented by all entities for which makes sense to have a
14 | * byte-array representation.
15 | */
16 | public abstract class ByteSerializable {
17 |
18 | //public abstract byte[] toBytes();
19 | //public abstract void readBytes(InputStream input);
20 |
21 | public abstract Field[] getOrderedFieldName();
22 | }
23 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/ResponseData.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | import com.zhouyou.http.exception.ApiException;
4 |
5 | /**
6 | * Created by idmin on 2018/3/5.
7 | */
8 |
9 | public class ResponseData {
10 |
11 | private String response;
12 | private Exception apiException;
13 |
14 | public String getResponse() {
15 | return response;
16 | }
17 |
18 | public void setResponse(String response) {
19 | this.response = response;
20 | }
21 |
22 | public Exception getApiException() {
23 | return apiException;
24 | }
25 |
26 | public void setApiException(Exception apiException) {
27 | this.apiException = apiException;
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/okhttputils/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in /Users/zhy/android/sdk/android-sdk-macosx/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_share.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_add.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/ic_light.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_update_log.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/okhttputils/src/main/java/com/zhy/http/okhttp/request/GetRequest.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.request;
2 |
3 | import java.util.Map;
4 |
5 | import okhttp3.Request;
6 | import okhttp3.RequestBody;
7 |
8 | /**
9 | * Created by zhy on 15/12/14.
10 | */
11 | public class GetRequest extends OkHttpRequest
12 | {
13 | public GetRequest(String url, Object tag, Map params, Map headers,int id)
14 | {
15 | super(url, tag, params, headers,id);
16 | }
17 |
18 | @Override
19 | protected RequestBody buildRequestBody()
20 | {
21 | return null;
22 | }
23 |
24 | @Override
25 | protected Request buildRequest(RequestBody requestBody)
26 | {
27 | return builder.get().build();
28 | }
29 |
30 |
31 | }
32 |
--------------------------------------------------------------------------------
/app/src/main/java/com/bitcoin/api/core/CurrencyParametersRecipient.java:
--------------------------------------------------------------------------------
1 | package com.bitcoin.api.core;
2 |
3 | public class CurrencyParametersRecipient {
4 | private String recipientAddress;
5 | private String amount;
6 |
7 | public String getRecipientAddress() {
8 | return recipientAddress;
9 | }
10 |
11 | public void setRecipientAddress(String recipientAddress) {
12 | this.recipientAddress = recipientAddress;
13 | }
14 |
15 | public String getAmount() {
16 | return amount;
17 | }
18 |
19 | public void setAmount(String amount) {
20 | this.amount = amount;
21 | }
22 |
23 | @Override
24 | public String toString() {
25 | return "CurrencyParametersRecipient [recipientAddress=" + recipientAddress + ", amount="
26 | + amount + "]";
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 |
3 | # IDE (e.g. Android Studio) users:
4 | # Gradle settings configured through the IDE *will override*
5 | # any settings specified in this file.
6 |
7 | # For more details on how to configure your build environment visit
8 | # http://www.gradle.org/docs/current/userguide/build_environment.html
9 |
10 | # Specifies the JVM arguments used for the daemon process.
11 | # The setting is particularly useful for tweaking memory settings.
12 | org.gradle.jvmargs=-Xmx1536m
13 |
14 | # When configured, Gradle will run in incubating parallel mode.
15 | # This option should only be used with decoupled projects. More details, visit
16 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 | # org.gradle.parallel=true
18 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/view_loading.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
14 |
18 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/toast_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
15 |
16 |
20 |
21 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/delegate_setting_default.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
10 |
11 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/ResultCode.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/5.
5 | */
6 |
7 | public class ResultCode {
8 | private String errorCode;
9 | private String rtnCode;
10 | private String errMsg;
11 |
12 | public String getErrMsg() {
13 | return errMsg;
14 | }
15 |
16 | public void setErrMsg(String errMsg) {
17 | this.errMsg = errMsg;
18 | }
19 |
20 | public String getErrorCode() {
21 | return errorCode;
22 | }
23 |
24 | public void setErrorCode(String errorCode) {
25 | this.errorCode = errorCode;
26 | }
27 |
28 | public String getRtnCode() {
29 | return rtnCode;
30 | }
31 |
32 | public void setRtnCode(String rtnCode) {
33 | this.rtnCode = rtnCode;
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/item_word_select.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/bean/LogBean.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.bean;
2 |
3 | /**
4 | * Created by idmin on 2018/3/24.
5 | */
6 |
7 | public class LogBean {
8 | private String logVersion;
9 | private String logContent;
10 | private boolean isOpen;
11 |
12 | public String getLogVersion() {
13 | return logVersion;
14 | }
15 |
16 | public void setLogVersion(String logVersion) {
17 | this.logVersion = logVersion;
18 | }
19 |
20 | public String getLogContent() {
21 | return logContent;
22 | }
23 |
24 | public void setLogContent(String logContent) {
25 | this.logContent = logContent;
26 | }
27 |
28 | public boolean isOpen() {
29 | return isOpen;
30 | }
31 |
32 | public void setOpen(boolean open) {
33 | isOpen = open;
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/presenter/home/HomeContract.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.presenter.home;
2 |
3 | import java.util.WeakHashMap;
4 |
5 | import kualian.dc.deal.application.base.BaseModel;
6 | import kualian.dc.deal.application.base.BasePresenter;
7 | import kualian.dc.deal.application.base.BaseView;
8 | import kualian.dc.deal.application.bean.ResponseData;
9 |
10 | /**
11 | * Created by idmin on 2018/3/5.
12 | */
13 |
14 | public interface HomeContract {
15 | interface View extends BaseView{
16 | void getServiceData(ResponseData response,String tag);
17 | }
18 | interface Model extends BaseModel {
19 | ResponseData parseData(String json);
20 | }
21 | abstract class Presenter extends BasePresenter {
22 | public abstract void queryServiceData(String json,String tag);
23 |
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/app/src/main/java/kualian/dc/deal/application/util/callback/CallbackManager.java:
--------------------------------------------------------------------------------
1 | package kualian.dc.deal.application.util.callback;
2 |
3 | import java.util.WeakHashMap;
4 |
5 | /**
6 | * Created by 傅令杰
7 | */
8 |
9 | public class CallbackManager {
10 |
11 | private static final WeakHashMap