Commit Graph

8576 Commits (cd8979e995ffaaccc59b2555ebdaa7ea34f64ca2)
 

Author SHA1 Message Date
Pedro Coelho cd8979e995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22308 - Changed constraint of tab tray overflow 2 years ago
sarah541 5602bfb92a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23971 - Migrate CollectionHeaderViewHolder to Compose
fix ktlint
2 years ago
Roger Yang 31d5ef750b [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24502: Sanitize external intents 2 years ago
MickeyMoz 112acb561f [fenix] Update Android Components version to 100.0.20220331143042. 2 years ago
Mugurell e35120f075 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24331 - Support for opening new tabs when requested by service workers
Use the new `ServiceWorkerSupport` AC components for this.
Had to be installed in `FenixApplication` since there is a circular dependency
between the initialization of the required engine the `tabsUseCases` arguments.
2 years ago
Alexandru2909 e64ab5f219 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24209 - Remove Event.wrapper for CustomizeHome telemetry 2 years ago
Alexandru2909 f57be9751a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24147 - Remove Event.wrapper for Search widget telemetry 2 years ago
AndiAJ 4738ae1245 [fenix] Disable failing deleteCollectionTest UI test 2 years ago
Gabriel Luong 08931906b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24519 - Add Private theme to FirefoxTheme 2 years ago
Gabriel Luong 14462b4717 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24518 - Enable Contile feature flag 2 years ago
MickeyMoz 55aa23e6a5 [fenix] Update Android Components version to 100.0.20220330211059. 2 years ago
Grigory Kruglov 865dbed96a [fenix] Do not report caught exceptions to Sentry on release channel 2 years ago
Alexandru2909 f205037644 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24450 - Remove Event.wrapper for ErrorPage metrics 2 years ago
Alexandru2909 b5a1813316 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove Event.wrapper for LoginDialogFacts telemetry 2 years ago
Alexandru2909 a54ac3be84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24207 - Remove Event.wrapper for ToolbarSettings telemetry 2 years ago
MickeyMoz 1ac3ba5224 [fenix] Update Android Components version to 100.0.20220329220502. 2 years ago
Arturo Mejia 36eeae0c0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24222: Persist user interactions with nimbus messages 2 years ago
Gabriel Luong 7f73bfcd90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 2 years ago
Eitan Isaacson 7320080c11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24490 - Remove index selectors in UI tests. 2 years ago
Mugurell ab376797d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23337 - Customize the https-only mode error page 2 years ago
Roger Yang ef34055f55 [fenix] No issue: Renew/remove metrics set to expire in v101 2 years ago
MickeyMoz 018085a510 [fenix] Update Android Components version to 100.0.20220329143338. 2 years ago
Noah Bond 9ee3dc8264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 2 years ago
Alexandru2909 0ff07369de [fenix] For https://github.com/mozilla-mobile/fenix/issues/24204 - Remove Event.wrapper for Search_shortcuts telemetry 2 years ago
Mugurell 1896402324 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16952 - Temporarily disable settingsPrivacyItemsTest ui test
Pending refactoring following the addition of a new setting, work to be done in
https://github.com/mozilla-mobile/fenix/issues/24495
2 years ago
Mugurell 2b2cfabcb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16952 - Https-only mode support.
Default will be disabled with users having the possibility to enable this from
a new setting in the `Privacy and security` section.
If enabled then by default this force https for all tabs with the option for
users to switch to forcing https only on private tabs.
2 years ago
AndiAJ fbcf2e6ee9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24381 disable failing firstRunScreenTest UI test 2 years ago
Alexandru2909 6ebb87fc4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24212 - Remove Event.wrapper for Preferences metrics 2 years ago
mike a a2dbecb63f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: add documentation to classes marked as UndocumentedPublicClass by lint 2 years ago
mike a d7eed1046e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276
– capitalize and stylize comments
– fix history items duplication
– fix refresh glitching after removing multiple history items
2 years ago
mike a a08b86eeee [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276:
– remove unused import
– remove HistoryViewModel
2 years ago
mike a 2150bebf5a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276:
– make comments inside HistoryDataSource capitalized and informative
– remove scroll to first item in swipe-to-refresh
– change adapter initialization
– fixed SitePermissionsExceptionsFragment flickering empty state
2 years ago
mike a 7ab9c0bd64 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed unused Log import 2 years ago
mike a 10adc8999a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: update paging library to the latest, 3.1.1, version 2 years ago
mike a 7c3131c3d0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fix history list displaying empty state until refresh 2 years ago
mike a e076435191 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: moved getHistory() to suspend 2 years ago
mike a 637bd89f84 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fixed history tests 2 years ago
mike a b9eef2be49 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updated tests 2 years ago
mike a 4b38d79472 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed deprecated paging from SitePermissionsExceptionsFragment 2 years ago
mike a 3bbd8d2571 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updating pagination library, changing history related classes 2 years ago
Alexandru2909 8106fb3d15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24203 - Remove Event.wrapper for Onboarding telemetry 2 years ago
sarah541 55baf8333b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23968 - Migrate homescreen recent tabs to compose
For https://github.com/mozilla-mobile/fenix/issues/23968 - Migrate homescreen recent tabs to compose
2 years ago
sarah541 2cfa2e92cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23969 - Migrate homescreen recent bookmarks to compose 2 years ago
sarah541 2040233814 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23970 - Migrate homescreen recent visits header to compose 2 years ago
Brais Gabín 602887e5b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23046 - Align detekt config between Fenix and Android Components
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2 years ago
Noah Bond 13684c2f29 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 2 years ago
Michael Comella 5ed85e61e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24486: change perf telemetry expiration email. 2 years ago
MatthewTighe c77cf53ae5 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24442: refactor recent tabs to use common composables 2 years ago
MickeyMoz ad7e540613 [fenix] Update Android Components version to 100.0.20220328143428. 2 years ago
Arturo Mejia 09d6b80724 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24224: Send telemetry events related to the messaging framework 2 years ago