Git Product home page Git Product logo

tordroid's Introduction

Verge Tor Wallet for Android

android logo

Building the app

Install Android Studio. Once it is running, import tordroid by navigating to where you cloned or downloaded it and selecting settings.gradle. When it is finished importing, click on the SDK Manager SDK Manager. You will want to install Android 13, SDK version 33 (API 33).

Make sure that you have JDK 11 installed before building. You can get it here from Oracle (login required). Once you have that installed, navigate to File > Project Structure > SDK Location and change the path of your current JDK to the path of the new JDK.

To work with on ChromeOS flex, download chromeOS here: https://dl.google.com/chromeos-flex/images/latest.bin.zip

To test, open a virtual phone in your Android Studio Device Manager or, to test on a physical device, you will need to enable developer options on your phone. To do so, go into settings, About Phone, locate your Build Number, and tap it 7 times, or until it says "You are now a Developer". Then, go back to the main Settings screen and scroll once again to the bottom. Select Developer options and enable USB Debugging.

Then plug your phone into your computer and hit the green play button at the top of Android Studio. It will load for a moment before prompting you to select which device to install it on. Select your device from the list, and hit continue.

NOTE If you are attempting to build on a Lollipop emulator, please ensure that you are using Android 5..* armeabi-v7*. It will not build on an x86/x86_64 emulator.

tordroid's People

Contributors

justinvforvendetta avatar maddeezy avatar swat69 avatar xvgpedro avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tordroid's Issues

TODO LIST GOES HERE:

  1. butterknife updated to 8.8.1, but newest is 10.2.2
  2. swap swipeprogressbar with something better/smoother
  3. elimate ticker api attempts (or create onion based api for xvg price)

crash: Invalid Layer Save Flag

Device: LG G7, Android 10

2020-09-06 22:45:20.972 13872-13872/com.vergepay.wallet D/AndroidRuntime: Shutting down VM
2020-09-06 22:45:20.976 13872-13872/com.vergepay.wallet E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.vergepay.wallet, PID: 13872
java.lang.IllegalArgumentException: Invalid Layer Save Flag - only ALL_SAVE_FLAGS is allowed
at android.graphics.Canvas.checkValidSaveFlags(Canvas.java:453)
at android.graphics.Canvas.saveLayerAlpha(Canvas.java:640)
at com.vergepay.wallet.ui.widget.SwipeProgressBar.draw(SwipeProgressBar.java:171)
at com.vergepay.wallet.ui.widget.SwipeRefreshLayout.draw(SwipeRefreshLayout.java:328)
at android.view.View.updateDisplayListIfDirty(View.java:20395)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.draw(View.java:21521)
at android.support.v4.view.ViewPager.draw(ViewPager.java:2426)
at android.view.View.updateDisplayListIfDirty(View.java:20395)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.support.v4.widget.DrawerLayout.drawChild(DrawerLayout.java:1426)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.updateDisplayListIfDirty(View.java:20386)
at android.view.View.draw(View.java:21250)
at android.view.ViewGroup.drawChild(ViewGroup.java:4467)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4228)
at android.view.View.draw(View.java:21521)
at com.android.internal.policy.DecorView.draw(DecorView.java:863)
at android.view.View.updateDisplayListIfDirty(View.java:20395)
at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:576)
at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:582)
at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:655)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:3744)
at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:3551)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2867)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1775)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7918)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1042)
at android.view.Choreographer.doCallbacks(Choreographer.java:865)
at android.view.Choreographer.doFrame(Choreographer.java:800)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1027)
at android.os.Handler.handleCallback(Handler.java:883)
2020-09-06 22:45:20.976 13872-13872/com.vergepay.wallet E/AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7615)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
2020-09-06 22:45:21.015 13872-13872/com.vergepay.wallet I/Process: Sending signal. PID: 13872 SIG: 9

can't see receive/balance/send

Hi,
i'm using version android 13 and a samsung s21.
i don't have any connection issue, but as shown below on the app i can't see the options "receive/balance/send"
thanks in advance for your feedback
image
my phone :
image

orbot not automatically opening

orbot should open automatically on startup if the user already has it installed.

need something like:

Intent intent = getPackageManager().getLaunchIntentForPackage("com.torproject.android");
if (intent != null) { // We found orbot now start it up
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
} else {
intent = new Intent(Intent.ACTION_VIEW); // take user to the market for orbot install
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setData(Uri.parse("market://details?id=" + "com.torproject.android"));
startActivity(intent);
}

Verge Tordroid V2.3 shows 'No connection'

I am using a REDMI Android phone and I have installed the latest Orbot Version, my Verge Tordroid V2.3 is checked as a Tor-Enabled App and my Orbot App is connected to the Tor Network.

I am not able to connect my verge wallet and it shows a balance of 0.
I reinstalled the apps, unabled and enabled the App in Orbot but nothing helped me so far.

Asking for help to solve this issue. Thank you!

Screenshot_2024-02-13-16-32-02-998_com vergepay wallet

PLEASE HELP-I LOST PAYMENT PASSWORD! AJUDEM! PERDI A SENHA DE PAGAMENTOS!

TEXT IN PORTUGUESE AND ENGLISH (SORT AFTER)
TEXTO EM PORTUGUÊS AND ENGLISH (LOGO APÓS)

AJUDEM POR FAVOR

Bom dia. Estou sem conseguir enviar minhas Verges para outra carteira. Já coloquei o endereço da carteira para a qual pretendo enviar, mas ele pede uma senha e eu coloquei o PIN de 4 números que escolhi para a carteira Verge Oficial (Android) e a carteira não aceita, diz que está errado. 👉 Mas diz que eu posso restaurar a carteira mas que eu perderia as moedas se não tivesse feito back UP da Frase de Recuperação (Semente). Só que eu não sei o que ele quer dizer com back UP: Quer dizer fazer aquele procedimento criptografado de cópia de arquivos ou quer dizer simplesmente por back UP da Frase de Recuperação: o ato de copiar com caneta e papel essa frase ? Essa falta de clareza me faz hesitar em mandar restaurar a carteira, pois se back UP a que se refere significa copiar algum arquivo específico e não a simples frase de recuperação (usando papel e caneta), poderei perder todas as moedas. Sejam claros por favor! Além do mais, gostaria de saber se ao restaurar a carteira usando a frase de recuperação, poderei escolher uma nova senha, ou continuará bloqueado exigindo a senha antiga que não sei qual é....

PLEASE HELP, good morning. I am unable to send my Verges to another wallet. I have already entered the address of the wallet I intend to send it to, but it asks for a password and I entered the 4-number PIN that I chose for the Official Verge wallet (Android) and the wallet does not accept it, it says it is wrong. 👉 But it says that I can restore the wallet but that I would lose the coins if I hadn't backed up the Recovery Phrase (Seed). But I don't know what he means by back UP: Does he mean doing that encrypted file copying procedure or does he simply mean back UP of the Recovery Phrase: the act of copying that phrase with pen and paper? This lack of clarity makes me hesitate to have the wallet restored, because if the back UP you are referring to means copying a specific file and not the simple recovery phrase (using paper and pen), I could lose all the coins. Please be clear! Furthermore, I would like to know if when restoring the wallet using the recovery phrase, I will be able to choose a new password, or will it continue to be blocked requiring the old password which I don't know what it is....
Screenshot_20240226_063747
Screenshot_20240226_063545

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.