[tbb-commits] [Git][tpo/applications/fenix][tor-browser-86.0.0b2-10.5-1] fixup! Bug 40138: Add feedback survey card
Matthew Finkel
gitlab at torproject.org
Thu Feb 18 00:12:45 UTC 2021
Matthew Finkel pushed to branch tor-browser-86.0.0b2-10.5-1 at The Tor Project / Applications / fenix
Commits:
d39160a8 by Matthew Finkel at 2021-02-18T00:09:42+00:00
fixup! Bug 40138: Add feedback survey card
Bug 40148: Create survey banner on about:tor for Snowflake
- - - - -
3 changed files:
- app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
- app/src/main/res/drawable/tor_survey_icon_3x.png
- app/src/main/res/layout/tor_feedback_survey.xml
Changes:
=====================================
app/src/main/java/org/mozilla/fenix/settings/SupportUtils.kt
=====================================
@@ -37,7 +37,7 @@ object SupportUtils {
const val DONATE_URL = "https://donate.torproject.org/"
const val TB_MANUAL_URL = "https://tb-manual.torproject.org/mobile-tor"
const val TOR_RELEASES = "https://www.torproject.org/releases/"
- const val TOR_FEEDBACK_SURVEY_URL = "http://bogdyardcfurxcle.onion/index.php/217469"
+ const val TOR_FEEDBACK_SURVEY_URL = "http://bogdyardcfurxcle.onion/index.php/491436"
enum class SumoTopic(internal val topicStr: String) {
FENIX_MOVING("sync-delist"),
=====================================
app/src/main/res/drawable/tor_survey_icon_3x.png
=====================================
Binary files a/app/src/main/res/drawable/tor_survey_icon_3x.png and b/app/src/main/res/drawable/tor_survey_icon_3x.png differ
=====================================
app/src/main/res/layout/tor_feedback_survey.xml
=====================================
@@ -43,7 +43,7 @@
android:textAlignment="viewStart"
android:textColor="?primaryText"
android:textSize="20sp"
- android:text="We’d love your feedback" />
+ android:text="Do you use Snowflake?" />
</LinearLayout>
<TextView
@@ -61,7 +61,7 @@
android:textAlignment="viewStart"
android:textColor="?primaryText"
android:textSize="16sp"
- android:text="We put our users at the center of our development process. You can help us improve Tor Browser by completing this short survey about your experience:" />
+ android:text="Snowflake is a pluggable transport available in Tor Browser. Help us improve it by completing this short survey about your browsing experience:" />
<Button
style="@style/PositiveButton"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/d39160a8ea2c9bdb9e91a437df02e7e3ebc0935e
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/d39160a8ea2c9bdb9e91a437df02e7e3ebc0935e
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20210218/892fc884/attachment-0001.htm>
More information about the tbb-commits
mailing list