Skip to content
Snippets Groups Projects
  1. Aug 10, 2023
  2. Aug 09, 2023
  3. Jul 25, 2023
  4. Jul 15, 2023
    • Dan Ballard's avatar
      fixup! Add Security Level UI · 209cc60c
      Dan Ballard authored
      kotlin said no
    • Dan Ballard's avatar
      Add Security Level UI · 3b97ea91
      Dan Ballard authored
      Bug 40026: Implement Security Level settings
      
      Bug 40026: Integrate Security Level settings
      3b97ea91
    • ma1's avatar
      Modify add-on support · e858f30c
      ma1 authored and Dan Ballard's avatar Dan Ballard committed
      Bug 41160: One-time ultimate switch Tor Browser Android to HTTPS-Only.
      Bug 41159: Remove HTTPS-Everywhere extension from Tor Browser Android.
      
      Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android.
      
      Turn shouldUseHttpsOnly's default to true.
      
      Bug 40225: Bundled extensions don't get updated with Android Tor
                 Browser updates.
      
      Bug 40030: Install NoScript addon on startup.
      
      Also 40070: Consider storing the list of recommended addons
      
      This implements our own AddonsProvider, which loads the list of
      available addons from assets instead of fetching it from an
      endpoint.
      
      Also, we hide the uninstall button for builtin addons.
      
      Bug 40058: Hide option for disallowing addon in private mode
      e858f30c
    • Dan Ballard's avatar
      fixup! Modify UI/UX · 9f8220e5
      Dan Ballard authored
      java deprection
      9f8220e5
    • Dan Ballard's avatar
      fixup! Modify UI/UX · c00add88
      Dan Ballard authored
      comment out unused
      c00add88
    • Dan Ballard's avatar
      fixup! Modify UI/UX · 2b50630b
      Dan Ballard authored
      undelete include
      2b50630b
    • Dan Ballard's avatar
      fixup! Modify UI/UX · 5c534400
      Dan Ballard authored
      fix pref
      5c534400
    • Alex Catarineu's avatar
      Modify UI/UX · b12f999e
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40015: Modify Home menu
      
      Bug 40016: Hide unwanted Settings
      
      Bug 40016: Modify Default toolbar menu
      
      Bug 40016: Add Donate settings button
      
      Bug 40016: Move Allow Screenshots under Advanced
      
      Bug 40016: Don't install WebCompat webext
      
      Bug 40016: Don't onboard Search Suggestions
      
      Bug 40094: Do not use MasterPasswordTipProvider in HomeFragment
      
      Bug 40095: Hide "Sign in to sync" in bookmarks
      
      Bug 40031: Hide Mozilla-specific items on About page
      
      Bug 40032: Set usesCleartextTraffic as false
      
      Bug 40063: Do not sort search engines alphabetically
      
      Bug 34378: Port external helper app prompting
      
      With the corresponding android-components patch, this allows all `startActivity`
      that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
      
      Bug 34403: Disable Normal mode by default
      
      Bug 40087: Implement a switch for english locale spoofing
      
      Bug 40144: Hide Download Manager
      
      Bug 40141: Hide EME site permission
      
      Bug 40166: Hide "Normal" tab (again) and Sync tab in TabTray
      
      Bug 40167: Hide "Save to Collection" in menu
      
      Bug 40172: Find the Quit button
      
      Bug 40186: Hide Credit Cards in Settings
      
      Bug 40198: Spoof English toggle now overlaps with locale list
      b12f999e
    • Dan Ballard's avatar
      fixup! Add Tor integration and UI · 60cfb0a2
      Dan Ballard authored
      update to match new onboarding some and port to new (lack of) onboarding
      60cfb0a2
    • Dan Ballard's avatar
      fixup! Add Tor integration and UI · acf311dd
      Dan Ballard authored
      metropolis font removed by mozilla, copying styling
      acf311dd
    • Pier Angelo Vendrame's avatar
      squash! Add Tor integration and UI · cc726389
      Pier Angelo Vendrame authored and Dan Ballard's avatar Dan Ballard committed
      Bug 41394: Implement a setting to always prioritize Onion sites.
      cc726389
    • Matthew Finkel's avatar
      Add Tor integration and UI · 5f9151a4
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40001: Start Tor as part of the Fenix initialization
      
      Bug 40028: Implement Tor Service controller
      
      Bug 40028: Integrate Tor Controller into HomeFragment
      
      Bug 40028: Implement Tor connect and logger screens
      
      Bug 40028: Implement Tor Onboarding
      
      Bug 40028: Implement new home screen
      
      Bug 40028: Define bootstrapping events and Quick Start
      
      Bug 40041: Implement Tor Network Settings
      
      Bug 40041: Integrate Tor Network Settings
      
      Bug 40179: Show Snowflake bridge option on Release
      
      Bug 40176: Re-render Home fragment on resume
      5f9151a4
    • Dan Ballard's avatar
      fixup! Bug 40185: Use NimbusDisabled · 231e2716
      Dan Ballard authored
      disable more nimbus use including HomeActivity showFullscreenMessageIfNeeded
      231e2716
    • Dan Ballard's avatar
      fixup! Bug 40185: Use NimbusDisabled · b9570889
      Dan Ballard authored
      remove more nimbus related
      b9570889
    • Dan Ballard's avatar
      fixup! Bug 40185: Use NimbusDisabled · a509f0f8
      Dan Ballard authored
      add NimbusFX
      a509f0f8
    • Matthew Finkel's avatar
      Bug 40185: Use NimbusDisabled · 0d372fc5
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      0d372fc5
    • Dan Ballard's avatar
      fixup! Modify build system · 4526a232
      Dan Ballard authored
      adjust for new firefox-android dirs
      4526a232
    • Georg Koppen's avatar
      Modify build system · 28f29d6f
      Georg Koppen authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40083: Make locale ordering in BuildConfig deterministic
      
      Bug 40042: Add option do overwrite timestamp in extension version
      
      Bug 40059: Use MOZ_BUILD_DATE for versionCode
      
      At the same time we adapt MOZ_BUILD_DATE to our needs where it is
      actually used and not in tor-browser-build. This gives us more
      flexibility. See: tor-browser-build#40084.
      
      Bug 40067: Fix reproducibility issue in classes2.dex
      
      We make sure our MOZ_BUILD_DATE gets used as a source for showing date
      related information on the Fenix about page.
      
      Bug 40071: Show only supported locales
      
      Bug 40064: Use Gecko Beta for Nightly and Debug variants
      
      Bug 40123: Allow building the instrumented tests apks for variants other than debug
      
      This allows to specify the variant of the instrumented tests via
      a `testBuildType` gradle argument. It also applies a workaround for
      a R8 issue from https://issuetracker.google.com/issues/140851070.
      
      Bug 40143: Use deterministic date in Test apk
      
      The build config was using Date() when generating the Test apk's
      versionName.
      28f29d6f
    • Dan Ballard's avatar
      fixup! Rename as Tor Browser · b732357b
      Dan Ballard authored
      moz removed headerappname
      b732357b
    • Dan Ballard's avatar
      fixup! Rename as Tor Browser · 7005ee73
      Dan Ballard authored
      undelete fenix/app/src/main/res/drawable/download_dialog_download_button_background.xml
      7005ee73
    • Matthew Finkel's avatar
      Rename as Tor Browser · 6892360b
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40020: Change applicationId
      
      Bug 40020: Change app name
      
      Bug 40020: Change deeplink scheme
      
      Bug 40020: Change App icons
      
      Bug 40073: Use correct branding on About page
      
      Bug 40088: Use Tor Browser logo in migration screen
      6892360b
    • Matthew Finkel's avatar
      Disable features and functionality · 2e06dbd0
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      Bug 33594: Disable data collection by default (Glean)
      
      Bug 40019: Adjust is disabled on Release when data collection is disabled
      
      Bug 34338: Disable the crash reporter
      
      Bug 40014: Neuter Google Advertising ID
      
      Bug 40018: Disable Push service
      
      Bug 40034: Disable PWA onboading
      
      Bug 40072: Disable Tracking Protection
      
      Bug 40061: Do not show "Send to device" in sharing menu
      
      Bug 40109: Reduce requested permissions
      
      Exclude LOCATION and NETWORK_STATE
      2e06dbd0
    • Dan Ballard's avatar
      fixup! Bug 40007: Port external helper app prompting · fcf71c30
      Dan Ballard authored
      fix compile errros from api change
      fcf71c30
    • Dan Ballard's avatar
      fixup! Bug 40015: Port padlock states for .onion services · acda99cc
      Dan Ballard authored
      Bug 41827: Deploy the new onion site icon to Android too
      acda99cc
    • Matthew Finkel's avatar
      Add support for new GeckoView interfaces · 3f0ce894
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40006: Expose Security Level interface
      
      Bug 40019: Expose spoofEnglish pref
      
      Bug 34439: Isolate Icon loader on Android
      
      Bug 41394: Expose privacy.prioritizeonions.enabled to Android.
      3f0ce894
    • Matthew Finkel's avatar
      Bug 40023: Stop PrivateNotificationService · f608f0cb
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      f608f0cb
    • Matthew Finkel's avatar
      Modify Tracking Protection configuration · fa0430f2
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40020: Disable third-party cookies
      
      Bug 40024: Disable tracking protection by default
      fa0430f2
    • Alex Catarineu's avatar
      Bug 40015: Port padlock states for .onion services · afd2430e
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      afd2430e
    • Georg Koppen's avatar
      Bug 40013: Add option do overwrite timestamp in extension version · 6124fd6a
      Georg Koppen authored and Dan Ballard's avatar Dan Ballard committed
      6124fd6a
    • Alex Catarineu's avatar
      Modify Addon support · b7c6b2bd
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      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.
      b7c6b2bd
    • Alex Catarineu's avatar
      Bug 40009: Change the default search engines · fb3af515
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      This matches the search engines from desktop, that is:
      DDG as the default, then YouTube, Google, DDGOnion,
      Startpage, Twitter, Wikipedia and Yahoo.
      
      Bug 40062: Update DuckDuckGo onion search plugin
      fb3af515
    • Alex Catarineu's avatar
      Bug 40002: Ensure system download manager is not used · 8c267c1b
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      Bug 40075: Support scoped storage to enable downloads on API < 29
      
      - in android-components!7,  we blocked all usage of Scoped
        Storage in an attempt to block usage of Android's
        DownloadManager, which is known to cause proxy bypasses
      - as of Android API 29, downloads will not work without Scoped Storage,
        causing all downlaods to fail (see: fenix##40192)
      - here, we enable usage of scoped storage for API >= 29, but block
        calls to DownloadManager on API < 29
      8c267c1b
    • Alex Catarineu's avatar
      Bug 40007: Port external helper app prompting · 6e04aabc
      Alex Catarineu authored and Dan Ballard's avatar Dan Ballard committed
      Together with the corresponding fenix patch, this allows all `startActivity`
      that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
      6e04aabc
    • Matthew Finkel's avatar
      Bug 40005: Modify Default toolbar menu · 9be77a82
      Matthew Finkel authored and Dan Ballard's avatar Dan Ballard committed
      9be77a82
  5. Jul 10, 2023
Loading