tordroid

Verge Tor Wallet for Android, as found on Google Play

MIT License

Stars
4

Bot releases are visible (Hide)

tordroid - Verge Tor Wallet for Android v2.7 Latest Release

Published by justinvforvendetta 3 months ago

Fixes a bug where the app crashes at launch
RECEIVER EXPORTED must be used when the app communicates with another app, in this case, Tordroid uses Orbot, so we

changes made to WalletActivity.java:


registerReceiver(orbotStatusReceiver, intentFilter);_  to:
import android.content.Context;
registerReceiver(orbotStatusReceiver, intentFilter, Context.RECEIVER_EXPORTED);

Google Play Downloads: 10K+
Downloads outside of Google Play:

can read more about it here:

https://stackoverflow.com/questions/78295557/android-api-34-security-exception-one-of-receiver-exported-or-receiver-not-exp

(wallet-release-min24.apk is API 24, for users who need to manual download because Google Play no longer supports them, it only support 34 or higher now)

tordroid - Verge Tor Wallet for Android v2.6

Published by justinvforvendetta 3 months ago

Google play demanded target SDK 33, and I've updated dependencies.

Updated several dependencies:

gradle 8.0 to 8.5
protobuf 3.24.3 to 3.25.3
slf4j 2.0.9 to 2.013
json 10/13/2023 to 03/03/2024
mockito 1.9.5 to 1.10.19
zxing 3.5.2 to 3.5.3

Below is an android app bundle (.app) and an Android Package Kit (.apk), You may install either of them.

tordroid - Verge Tor Wallet for Android v2.58

Published by justinvforvendetta about 1 year ago

Google play demanded target SDK 33

(that's it in this one)

tordroid - Verge Tor Wallet for Android v2.53

Published by justinvforvendetta about 1 year ago

make more compat with devices
works on ChromeOS now

tordroid - Verge Tor Wallet for Android v2.5

Published by justinvforvendetta about 1 year ago

updated google protobuf lib

tordroid - Verge Tor Wallet for Android v2.41

Published by justinvforvendetta about 1 year ago

updated grade and zxing

tordroid - Verge Tor Wallet for Android v2.4

Published by justinvforvendetta about 1 year ago

Red indicator when disconnected
Dependencies updated
Portuguese language support added
new onion address

tordroid - Verge Tor Wallet for Android 2.0

Published by justinvforvendetta over 1 year ago

Red indicator when disconnected
Dependencies updated
Portuguese language support added

tordroid - Verge Tor Wallet for Android 2.0

Published by justinvforvendetta about 4 years ago

updated most dependencies
updated logos
fixed swipe occasional crash bug
removed unused code
fix applock settings crash

Related Projects