use QueryACNVersion api to populate and display tor version on tor screen #164

Merged
sarah merged 1 commits from torVer into trunk 2021-06-17 21:22:52 +00:00
Owner
No description provided.
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/474
sarah reviewed 2021-06-08 05:13:25 +00:00
@ -55,0 +54,4 @@
),
ListTile(
//leading: TorIcon(),
title: Text("Tor Version"),
Owner

Needs to be translated.

Needs to be translated.
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/486
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/487
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/488
Owner

This needs a kotlin counterpart to ffi.

This needs a kotlin counterpart to ffi.
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/502
sarah reviewed 2021-06-15 23:44:31 +00:00
lib/main.dart Outdated
@ -71,6 +71,7 @@ class FlwtchState extends State<Flwtch> {
}
cwtch.Start();
cwtch.QueryACNVersion();
Owner

Given the pending changes to startCwtch, it seems like this call can't stay here, and probably needs to be moved into cwtch notifier in the next PR?

Given the pending changes to startCwtch, it seems like this call can't stay here, and probably needs to be moved into cwtch notifier in the next PR?
Author
Owner

this poor should be simple doomed PR

this poor should be simple doomed PR
Owner
Drone Build Status: failure https://build.openprivacy.ca/flutter/flutter_app/513
Owner
Drone Build Status: failure https://build.openprivacy.ca/flutter/flutter_app/514
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/521
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/522
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/523
sarah merged commit 219cd3889a into trunk 2021-06-17 21:22:51 +00:00
Sign in to join this conversation.
No description provided.