Skip to content

Releases: vergecurrency/tordroid

Verge Tor Wallet for Android v2.7

27 Jul 00:30
Compare
Choose a tag to compare

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:GitHub all releases

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)

Verge Tor Wallet for Android v2.6

25 Jul 20:20
Compare
Choose a tag to compare

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

17 Oct 00:29
Compare
Choose a tag to compare

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

27 Jul 16:14
Compare
Choose a tag to compare

make more compat with devices
works on ChromeOS now

Verge Tor Wallet for Android v2.41

23 Jul 17:08
Compare
Choose a tag to compare

updated grade and zxing

Verge Tor Wallet for Android v2.5

23 Jul 21:54
Compare
Choose a tag to compare

updated google protobuf lib

Verge Tor Wallet for Android v2.4 (API 30)

21 Jul 21:35
Compare
Choose a tag to compare

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

04 Jul 17:17
26cc801
Compare
Choose a tag to compare

Red indicator when disconnected
Dependencies updated
Portuguese language support added

Verge Tor Wallet for Android 2.0

15 Aug 01:58
Compare
Choose a tag to compare

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