Matthew Finkel pushed to branch tor-browser-86.1.0-10.5-1 at The Tor Project / Applications / fenix
Commits: 7af933fc by Matthew Finkel at 2021-02-19T04:28:36+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/7af933fc9acbee...
tbb-commits@lists.torproject.org