Giter Site home page Giter Site logo

vdroid's Introduction

Verge iOS Wallet

VERGE Android Wallet

This Android wallet provides an easy and secure wallet on your Android device. With Tor integrated you can be sure your http communication is private. Sending and receiving XVG in a secure and easy to use wallet will actually change the way you use Verge Currency. ๐Ÿ’ช

DEVELOPMENT IS ONGOING - EVEN IF YOU CAN GENERATE AN ADDRESS YOU SHOULDN'T DEPOSIT ANYTHING IN THERE.

Features:

  • Sending and receiving XVG
  • Store addresses in an address book
  • Tor integrated
  • Price statistics in different fiat currencies
  • Share your receive card
  • Private keys are yours
  • Possibility to choose your own wallet service

Local Development

If you want to help us out on the development use this guide:

  1. Fork the project, and clone it to your local machine.

  2. Fire up Android Studio and you're done.

Note : If you change indentation to spaces, and then you submit a PR, you're a bad person.

Built With

  • Credits list coming in a second time

Community

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

vdroid's People

Contributors

billerl avatar coalacorey avatar justinvforvendetta avatar marpme avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vdroid's Issues

Create currencies view

  • Create listview with custom arrayadapter + onclicklistener

  • On Click, change default currency and close the activity

  • Style the activity correctly

  • Show the already default currency

Unify Pin views

Pin Views don't match when it comes to padlock size, making digits look different between a view or another.

Also the awesome message might be cut on lower resolution devices.

New logo/icon proposal

Good day sir. I am a graphic designer and i am interested in designing a logo for your good project. I will be doing it as a gift for free. I just need your permission first before I begin my design. Hoping for your positive feedback. Thanks

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.slf4j:slf4j-android to v1.7.36
  • Update dependency org.slf4j:slf4j-api to v1.7.36
  • Update dependency androidx.appcompat:appcompat to v1.5.1
  • Update dependency androidx.biometric:biometric to v1.1.0
  • Update dependency androidx.media:media to v1.6.0
  • Update dependency androidx.recyclerview:recyclerview to v1.2.1
  • Update dependency com.github.PhilJay:MPAndroidChart to v2.2.4
  • Update dependency com.google.code.gson:gson to v2.9.1
  • Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.10
  • Update room_version to v2.4.3 (androidx.room:room-testing, androidx.room:room-compiler, androidx.room:room-runtime)
  • Update actions/checkout action to v3
  • Update actions/setup-java action to v3
  • Update dependency com.android.tools.build:gradle to v7
  • Update dependency gradle to v7
  • Update dependency io.realm:realm-gradle-plugin to v10
  • Update dependency org.slf4j:slf4j-api to v2
  • Update dependency org.testng:testng to v7
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

circleci
.circleci/config.yml
github-actions
.github/workflows/android.yml
  • actions/checkout v1
  • actions/setup-java v1
gradle
gradle.properties
settings.gradle
build.gradle
  • com.android.tools.build:gradle 4.0.1
  • org.jetbrains.kotlin:kotlin-gradle-plugin 1.3.72
  • io.realm:realm-gradle-plugin 5.9.1
app/build.gradle
  • com.google.android.material:material 1.1.0
  • androidx.appcompat:appcompat 1.2.0
  • androidx.legacy:legacy-support-v4 1.0.0
  • androidx.recyclerview:recyclerview 1.1.0
  • androidx.media:media 1.2.1
  • androidx.lifecycle:lifecycle-extensions 2.2.0
  • androidx.constraintlayout:constraintlayout 1.1.3
  • androidx.biometric:biometric 1.0.1
  • com.google.android.gms:play-services-vision 20.1.0
  • com.github.kenglxn.QRGen:android 2.5.0
  • org.osmdroid:osmdroid-android 6.1.6
  • com.github.PhilJay:MPAndroidChart v3.1.0
  • com.github.Omega-R:OmegaCenterIconButton 0.0.5
  • com.github.davidmigloz:number-keyboard 3.0.0
  • cz.msebera.android:httpclient 4.5.8
  • com.github.Samourai-Wallet:Tor-Onion-Proxy-Library 0.0.7
  • com.github.EdwardQuixote:Support_AppLocker 2.0.3
  • com.github.2lazy2debug:bitcoin-kit-android 0.5.1
  • com.github.2lazy2debug:hd-wallet-kit-android 1.1.1
  • org.bouncycastle:bcpkix-jdk15on 1.65
  • androidx.security:security-crypto 1.1.0-alpha01
  • com.google.code.gson:gson 2.8.6
  • com.eclipsesource.j2v8:j2v8 6.2.0
  • io.reactivex.rxjava3:rxjava 3.0.4
  • testfairy:testfairy-android-sdk 1.9.16
  • androidx.room:room-runtime 2.2.6
  • androidx.room:room-compiler 2.2.6
  • org.slf4j:slf4j-api 1.7.30
  • org.slf4j:slf4j-android 1.7.30
  • org.junit.jupiter:junit-jupiter-api 5.6.2
  • org.junit.jupiter:junit-jupiter-engine 5.6.2
  • org.testng:testng 6.9.6
  • androidx.test:runner 1.2.0
  • androidx.test.espresso:espresso-core 3.2.0
  • androidx.room:room-testing 2.2.6
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 6.5.1

  • Check this box to trigger a request for Renovate to run again on this repository

Implement biometrics

First thing, "Use fingerprint" should be replaced by "Use biometrics" since face unlock is a thing in Android too.
And second, they should be implemented to replace pin.

Paper Key QR Code

Paper Key only shows up in words. Would be nice to have the QR code version working

Review the color schemes

Theres a couple of things that could clearly be done better.
Some examples :

  • Primary color is too saturated.
    image

  • Divider in lists should be whiter
    image

Redesign Tor integration

That tor class looks really bad. Just saying.

Completely reformat it
Implement network interface to easily switch from Tor to Clearnet
Upgrade tor version

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.