Releases: vergecurrency/tordroid
Verge Tor Wallet for Android v2.7
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:
(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)
Verge Tor Wallet for Android v2.6
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.
Verge Tor Wallet for Android v2.58
Google play demanded target SDK 33
wallet-release-min24.apk is a special APK with a minimum target of API 24, that can not be found in Google Play due to their new policy about minimum API levels for developers being API 33 or higher.
I will continue to make this available for the next several releases. I'm not a fan of forced obsolescence.
Verge Tor Wallet for Android v2.53
make more compat with devices
works on ChromeOS now
Verge Tor Wallet for Android v2.41
updated grade and zxing
Verge Tor Wallet for Android v2.5
updated google protobuf lib
Verge Tor Wallet for Android v2.4 (API 30)
Compiled with API 30 (Google Play demands 31 now)
Red indicator when disconnected
Dependencies updated
Portuguese language support added
new onion address
Verge Tor Wallet for Android 2.0
Red indicator when disconnected
Dependencies updated
Portuguese language support added
Verge Tor Wallet for Android 2.0
updated most dependencies
updated logos
fixed swipe occasional crash bug
removed unused code
fix applock settings crash