Commit Graph

8443 Commits (94bb2257a782a92e8ca715a6183dac5b57555111)
 

Author SHA1 Message Date
MatthewTighe 94bb2257a7 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24194: switch to IO dispatcher when cleaning wallpapers 3 years ago
Gabriel Luong a846940d94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename contrastText attribute to textOnColorPrimary 3 years ago
Gabriel Luong ceb447fa33 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename unused snackbar attribute 3 years ago
Gabriel Luong 130fd3ec5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename destructive attribute to textWarning 3 years ago
Gabriel Luong bd6c1cadda [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename disabled attribute to textDisabled 3 years ago
Gabriel Luong 0d21bd04e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename above attribute to layer2 3 years ago
Gabriel Luong 8359053505 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename foundation attribute to layer1 3 years ago
Gabriel Luong 2a0b826945 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename secondaryText attribute to textSecondary 3 years ago
Gabriel Luong 53dc0a74c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename primaryText attribute to textPrimary 3 years ago
Gabriel Luong 634288c608 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24264 - Enable Contile feature for Nightly 3 years ago
Noah Bond d71feec97e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24219 - Refactor Favicon to fix previews 3 years ago
Gabriel Luong 63d7796407 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24246 - Refactor Tab from HomeFragmentStore 3 years ago
MatthewTighe 5609576572 [fenix] no issue: update layer3 dark pallete color to match token 3 years ago
Gabriel Luong 5a6afc5372 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24242 - Update EditText background tint to use Border Primary 3 years ago
MickeyMoz 8b5287bcf5 [fenix] Update Android Components version to 100.0.20220314143141. 3 years ago
Gabriel Luong 7a6f2cf74d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24249 - Use Border Primary for Dividers 3 years ago
Alexandru2909 f384b6b94f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24188 - Use app_name for InactiveTabAutoClose message 3 years ago
Alexandru2909 48a83be7cf [fenix] For https://github.com/mozilla-mobile/fenix/issues/23719 - Replace preference framework strings with string resources 3 years ago
Mozilla L10n Automation Bot f1f75f18d2 [fenix] Import l10n. 3 years ago
MickeyMoz 3fe5a9e45c [fenix] Update Android Components version to 100.0.20220313190313. 3 years ago
Gabriel Luong 3595d935c0 [fenix] No issue - Add license to ic_share_clipboard.xml 3 years ago
MickeyMoz 5a215cd3a8 [fenix] Update Android Components version to 100.0.20220311190301. 3 years ago
Roger Yang 094630c613 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/14313: Always add copy to clipboard action in share actions 3 years ago
Mozilla L10n Automation Bot 060c49c45e [fenix] Import l10n. 3 years ago
Grigory Kruglov f31000f48d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23697: Avoid NPEs while pasting URLs from the clipboard
It's possible for clipboard contents to have changed in the time between we've constructed
the onClick listeners and when they're actually invoked. Code before assumed that 'text'
will be not-null, and would crash otherwise. With this change, we're capturing contents of
the clipboard before constructing onClick handlers (while also asserting correct behaviour
of 'ClipboardHandler').

With this change, we'll log an error if we were told that clipboard contains a URL, but immediately
after that check 'text' was actually null. This would indicate one of two things:
- issues within the ClipboardHandler
- changing contents of the ClipboardHandler within a tiny time window between our check and querying
3 years ago
Gabriel Luong 86ab03ac93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24130 - Change Shortcuts setting to toggle the display of Top Sites 3 years ago
Noah Bond f5c6525c05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23219 - Add favicons to synced tabs list 3 years ago
Mugurell 19d910b0cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23415 - Add support for GeckoView Screen Orientation APIs 3 years ago
MickeyMoz 0b025396a3 [fenix] Update Android Components version to 100.0.20220311143109. 3 years ago
Oana Horvath b3d45f7e09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new wallpapers UI tests 3 years ago
Mozilla L10n Automation Bot 1240098de7 [fenix] Import l10n. 3 years ago
Ryan VanderMeulen b4b691b199 [fenix] Update minidump-stackwalk artifact name
See https://bugzilla.mozilla.org/show_bug.cgi?id=1758939, all perf jobs are broken at the moment
3 years ago
Gabriel Luong cd04c69add [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/button_text_color with @color/fx_mobile_[text|icon]_color_action_secondary 3 years ago
Gabriel Luong cd679cf342 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/grey_button_color with @color/fx_mobile_action_color_secondary 3 years ago
Gabriel Luong 8dc78d6b70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Add Icon Action Primary and Secondary design tokens 3 years ago
MickeyMoz 6ae4df001b [fenix] Update Android Components version to 100.0.20220310143121. 3 years ago
Mozilla L10n Automation Bot e3669b3b20 [fenix] Import l10n. 3 years ago
Grigory Kruglov 4bc0f1e7f9 [fenix] Remove duplicate 'start' call for the account manager
We are already starting the account manager in BackgroundServices,
so this call is a no-op (its gets dropped by the state machine).
3 years ago
Arturo Mejia a4dbfff449 [fenix] Update Android Components version to 100.0.20220309130849. 3 years ago
Arturo Mejia d2d23d32e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23489: Update SentryService reference to use legacy component. 3 years ago
Alexandru2909 f55e88ce94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189 - Replace app name with 'Firefox' for Sync strings 3 years ago
Grigory Kruglov 1adf409b19 [fenix] Bump Android-Components version to 100.0.20220309001717 3 years ago
Grigory Kruglov e136adf6c6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15882: check for account state abnormalities after account manager is ready 3 years ago
Mozilla L10n Automation Bot 4d440e1570 [fenix] Import l10n. 3 years ago
Gabriel Luong 55675df99e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24108 - Use Layer3 for swipe to delete background color 3 years ago
Gabriel Luong ba33b58e31 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24107 - Use Layer1 for tab tray list item background color 3 years ago
Gabriel Luong 7cec1b5365 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Icon Secondary for the tab tray globe thumbnail icon color 3 years ago
Gabriel Luong e56d96553d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Layer2 for the tab tray thumbnail item background color 3 years ago
Gabriel Luong aa65fc9031 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24156 - Remove all unused strings marked moz:removedIn <= 97 3 years ago
MickeyMoz d13869c9f9 [fenix] Update Android Components version to 100.0.20220308160838. 3 years ago