Commit Graph

8630 Commits (9ef51374bb62c3ca60299232c9ad2833262cdad5)
 

Author SHA1 Message Date
Alexandru2909 f2a0ca62b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24452 - Remove Event.wrapper for SyncAuth metrics 2 years ago
Alexandru2909 3f083beeb4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Move bookmark removal events to BookmarkController 3 years ago
Alexandru2909 6ae9599a2f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24214 - Remove Event.wrapper for BookmarksManagement metrics 3 years ago
Alexandru2909 1c34e0d4ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/24099 - Remove Event.wrapper for Collections telemetry 3 years ago
Pedro Coelho cd8979e995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22308 - Changed constraint of tab tray overflow 3 years ago
sarah541 5602bfb92a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23971 - Migrate CollectionHeaderViewHolder to Compose
fix ktlint
3 years ago
Roger Yang 31d5ef750b [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24502: Sanitize external intents 3 years ago
MickeyMoz 112acb561f [fenix] Update Android Components version to 100.0.20220331143042. 3 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.
3 years ago
Alexandru2909 e64ab5f219 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24209 - Remove Event.wrapper for CustomizeHome telemetry 3 years ago
Alexandru2909 f57be9751a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24147 - Remove Event.wrapper for Search widget telemetry 3 years ago
AndiAJ 4738ae1245 [fenix] Disable failing deleteCollectionTest UI test 3 years ago
Gabriel Luong 08931906b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24519 - Add Private theme to FirefoxTheme 3 years ago
Gabriel Luong 14462b4717 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24518 - Enable Contile feature flag 3 years ago
MickeyMoz 55aa23e6a5 [fenix] Update Android Components version to 100.0.20220330211059. 3 years ago
Grigory Kruglov 865dbed96a [fenix] Do not report caught exceptions to Sentry on release channel 3 years ago
Alexandru2909 f205037644 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24450 - Remove Event.wrapper for ErrorPage metrics 3 years ago
Alexandru2909 b5a1813316 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24208 - Remove Event.wrapper for LoginDialogFacts telemetry 3 years ago
Alexandru2909 a54ac3be84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24207 - Remove Event.wrapper for ToolbarSettings telemetry 3 years ago
MickeyMoz 1ac3ba5224 [fenix] Update Android Components version to 100.0.20220329220502. 3 years ago
Arturo Mejia 36eeae0c0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24222: Persist user interactions with nimbus messages 3 years ago
Gabriel Luong 7f73bfcd90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 3 years ago
Eitan Isaacson 7320080c11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24490 - Remove index selectors in UI tests. 3 years ago
Mugurell ab376797d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23337 - Customize the https-only mode error page 3 years ago
Roger Yang ef34055f55 [fenix] No issue: Renew/remove metrics set to expire in v101 3 years ago
MickeyMoz 018085a510 [fenix] Update Android Components version to 100.0.20220329143338. 3 years ago
Noah Bond 9ee3dc8264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 3 years ago
Alexandru2909 0ff07369de [fenix] For https://github.com/mozilla-mobile/fenix/issues/24204 - Remove Event.wrapper for Search_shortcuts telemetry 3 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
3 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.
3 years ago
AndiAJ fbcf2e6ee9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24381 disable failing firstRunScreenTest UI test 3 years ago
Alexandru2909 6ebb87fc4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24212 - Remove Event.wrapper for Preferences metrics 3 years ago
mike a a2dbecb63f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: add documentation to classes marked as UndocumentedPublicClass by lint 3 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
3 years ago
mike a a08b86eeee [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276:
– remove unused import
– remove HistoryViewModel
3 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
3 years ago
mike a 7ab9c0bd64 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed unused Log import 3 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 3 years ago
mike a 7c3131c3d0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fix history list displaying empty state until refresh 3 years ago
mike a e076435191 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: moved getHistory() to suspend 3 years ago
mike a 637bd89f84 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: fixed history tests 3 years ago
mike a b9eef2be49 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updated tests 3 years ago
mike a 4b38d79472 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: removed deprecated paging from SitePermissionsExceptionsFragment 3 years ago
mike a 3bbd8d2571 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/24276: updating pagination library, changing history related classes 3 years ago
Alexandru2909 8106fb3d15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24203 - Remove Event.wrapper for Onboarding telemetry 3 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
3 years ago
sarah541 2cfa2e92cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23969 - Migrate homescreen recent bookmarks to compose 3 years ago
sarah541 2040233814 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23970 - Migrate homescreen recent visits header to compose 3 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>
3 years ago
Noah Bond 13684c2f29 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24467 - Enable Contile setting telemetry 3 years ago