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/7af933fc9acbe…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/7af933fc9acbe…
You're receiving this email because of your account on gitlab.torproject.org.
Matthew Finkel pushed to branch android-components-72.0.15-10.5-1 at The Tor Project / Applications / android-components
Commits:
86b5f0bf by Matthew Finkel at 2021-02-19T01:46:00+00:00
Bug 40005: Modify Default toolbar menu
- - - - -
4ee9118d by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40007: Port external helper app prompting
Together with the corresponding fenix patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
- - - - -
f54caac5 by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40002: Ensure system download manager is not used
- - - - -
278f2942 by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40009: Change the default search engines
This matches the search engines from desktop, that is:
DDG as the default, then YouTube, Google, DDGOnion,
Startpage, Twitter, Wikipedia and Yahoo.
- - - - -
dff1cb78 by Alex Catarineu at 2021-02-19T01:46:00+00:00
Modify Addon support
Bug 40011: Hide option for disallowing addons in private mode
Bug 40016: Allow inheriting from AddonCollectionProvider
This will allow implementing our own AddonsProvider in fenix.
- - - - -
615c5a5c by Georg Koppen at 2021-02-19T01:46:00+00:00
Bug 40013: Add option do overwrite timestamp in extension version
- - - - -
b9a2ca99 by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40015: Port padlock states for .onion services
- - - - -
14b2c0bb by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40021: Force telemetry=false in Fennec settings migration
- - - - -
7a92bead by Alex Catarineu at 2021-02-19T01:46:00+00:00
Bug 40022: Migrate Tor security level from Fennec
- - - - -
10fbc935 by Matthew Finkel at 2021-02-19T01:46:00+00:00
Modify Tracking Protection configuration
Bug 40020: Disable third-party cookies
Bug 40024: Disable tracking protection by default
- - - - -
cb580e86 by Matthew Finkel at 2021-02-19T01:46:00+00:00
Bug 40023: Stop PrivateNotificationService
- - - - -
8295a10e by Matthew Finkel at 2021-02-19T01:46:13+00:00
Add support for new GeckoView interfaces
Bug 40006: Expose Security Level interface
Bug 40019: Expose spoofEnglish pref
Bug 34439: Isolate Icon loader on Android
- - - - -
30 changed files:
- build.gradle
- components/browser/engine-gecko-beta/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
- components/browser/engine-gecko-beta/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
- components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/fetch/GeckoViewFetchClient.kt
- components/browser/icons/src/main/java/mozilla/components/browser/icons/loader/HttpIconLoader.kt
- components/browser/menu/src/main/java/mozilla/components/browser/menu/WebExtensionBrowserMenuBuilder.kt
- components/browser/search/src/main/assets/search/list.json
- + components/browser/search/src/main/assets/searchplugins/ddg-onion.xml
- components/browser/search/src/main/assets/searchplugins/ddg.xml
- + components/browser/search/src/main/assets/searchplugins/startpage.xml
- + components/browser/search/src/main/assets/searchplugins/yahoo.xml
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/DisplayToolbar.kt
- components/browser/toolbar/src/main/java/mozilla/components/browser/toolbar/display/SiteSecurityIconView.kt
- components/browser/toolbar/src/main/res/drawable/mozac_ic_site_security.xml
- components/browser/toolbar/src/main/res/values/attrs_browser_toolbar.xml
- components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
- components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt
- components/concept/fetch/src/main/java/mozilla/components/concept/fetch/Request.kt
- components/concept/toolbar/src/main/java/mozilla/components/concept/toolbar/Toolbar.kt
- components/feature/addons/src/main/java/mozilla/components/feature/addons/amo/AddonCollectionProvider.kt
- components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
- components/feature/app-links/build.gradle
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksFeature.kt
- components/feature/app-links/src/main/java/mozilla/components/feature/app/links/AppLinksUseCases.kt
- components/feature/contextmenu/src/main/java/mozilla/components/feature/contextmenu/ContextMenuCandidate.kt
- components/feature/downloads/build.gradle
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/AbstractFetchDownloadService.kt
- components/feature/downloads/src/main/java/mozilla/components/feature/downloads/DownloadsFeature.kt
- components/feature/privatemode/src/main/java/mozilla/components/feature/privatemode/notification/PrivateNotificationFeature.kt
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare…
You're receiving this email because of your account on gitlab.torproject.org.