Commit Graph

3290 Commits (1a8b4ce6dd191df19700db116c794b8a302a1a17)
 

Author SHA1 Message Date
Harshal Lele 2f1f077ead [fenix] fix https://github.com/mozilla-mobile/fenix/issues/8135 - remove getColorFromAttr 5 years ago
Sawyer Blatz 1b81b51626 [fenix] For https://github.com/mozilla-mobile/fenix/issues/167: Adds browser -> home animation 5 years ago
Severin Rudie 76aa418d08 [fenix] For 8017: add strings for advanced video autoplay
See https://github.com/mozilla-mobile/fenix/issues/8503#issuecomment-592658604
5 years ago
ekager 5f0f94803d [fenix] No issue: Remove one instance of android:drawableTint 5 years ago
Emily Kager 75bdff2878 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/7603 - Temporarily do not show biometric prompt for OnePlus devices"
This reverts commit bd5dfdafcd6f18ae88e09e1aeea9ab276e1c906a.
5 years ago
Michael Comella d8a97e9d5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8797: Do not allow nested scrolling on top sites. 5 years ago
mcarare ffcb4840c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8766: Update UI Tests 5 years ago
mcarare c7c6fd516a [fenix] For https://github.com/mozilla-mobile/fenix/issues/8766: Show collections only when tabs are open or collection exists 5 years ago
mcarare 39bd2f88c0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8898 Show round progress bar only on end side
This will auto-mirror on RTL so it will also show at progressbar end
5 years ago
Aaron Train 1e65e6a5d1 [fenix] Re-enable ETP UI tests and update local asset (https://github.com/mozilla-mobile/fenix/pull/8733) 5 years ago
Mihai Adrian cfeace6e14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8873 - Update snackbar padding for adding top sites 5 years ago
Arturo Mejia c4ae21c54d [fenix] Show a notification when add-on update requires new permissions 5 years ago
Sawyer Blatz 74a8a9e29d [fenix] For https://github.com/mozilla-mobile/fenix/issues/167: Improves home to browser animation 5 years ago
Chris 0f35ca6081 [fenix] markdown formatting fixes 5 years ago
Chenxia Liu 8a9e9886d7 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/106 - Move Adjust documentation from wiki to docs/ 5 years ago
Michael Comella 3dc6e1d215 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7781: instrument visual completeness for top sites.
Eyeballing my output in *Debug builds on my P2, this adds approximately 115ms
or slightly less from first frame drawn to visually complete time.
5 years ago
Michael Comella 928c8aadf6 [fenix] No issue: make Performance methods private that can be. 5 years ago
ekager 1cbd9f9d7c [fenix] No issue: Fix LeakCanary detected memory leaks
Co-authored-by: Emily Kager <emilykager@gmail.com>
Co-authored-by: Pierre-Yves Ricau <py@squareup.com>
5 years ago
ekager 0746789e78 [fenix] No issue: Update androidx testing 5 years ago
Sebastian Kaspari 3f31aee2e9 [fenix] FennecWebAppIntentProcessor: Handle manifest file not existing. 5 years ago
Sebastian Kaspari fdc85bf82e [fenix] IntentReceiverActivity: Simplify intent handling.
This patch removes the need to process() and then match() on every intent processor.
A successful process() means that we already matched. Doing this in two steps caused
issues when the process() failed but later the simple check in match() returned true.

After this patch lands I intent to remove the match() API from the IntentProcessor
interface in AC:
https://github.com/mozilla-mobile/android-components/issues/6097
5 years ago
Michael Droettboom b30f9b1970 [fenix] 1592947: Use the Glean Gradle plugin 5 years ago
mcarare 391198abd7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8773: Set proper anchor and padding for Snackbars on browser screen 5 years ago
mcarare be25403dbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update unit test to include parameter openSearchScreen 5 years ago
mcarare 036e74f0f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Add button to no tab content pane 5 years ago
David Walsh 7e4c381982 [fenix] Make 'Redirect to Sync' home menu item go directly to the 'Reconnect to Sync' / error screen 5 years ago
David Walsh 6d97114ad9 [fenix] Match account problem styling between HomeMenu and BrowserMenu 5 years ago
Sebastian Kaspari 55ef89d83c [fenix] FenixSearchEngineProvider: Use dummy location service in debug builds.
Workaround for issue described in:
https://github.com/mozilla-mobile/android-components/issues/5989

For debug builds it is unnecessary to use the actual location provider since those builds
do not have an API key configured. With that patch we replace the location provider with
a dummy implementation in debug builds.
5 years ago
Arturo Mejia 7fa17f6fbe [fenix] Make sure all installed extensions are registered for updates 5 years ago
Mark Hammond adde8beb17 [fenix] Allow builds with a local android-components to work on Windows 5 years ago
Will Hawkins 866d008e67 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8034: Create a post-visual completeness executor
Create an object that will execute its enqued tasks
when Fenix is visually complete.
5 years ago
Richard Pappalardo 1a431a0f6d [fenix] Disable Nightly startup test (https://github.com/mozilla-mobile/fenix/pull/8783) 5 years ago
Simon Chae c32f24f0b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8116: Attach add-on snackbar to activity rootView 5 years ago
isabelrios 1e0c955c40 [fenix] Update UI Sync integration tests and fix TPS preference. (https://github.com/mozilla-mobile/fenix/pull/8489) 5 years ago
Aaron Train ae899b338f [fenix] No issue: Disable UI test verifyContextCopyLink for intermittent failure (https://github.com/mozilla-mobile/fenix/pull/8833) 5 years ago
David Walsh 1462e34c3f [fenix] For https://github.com/mozilla-mobile/fenix/issues/7504 - Update sync error display in menus (https://github.com/mozilla-mobile/fenix/pull/8639) 5 years ago
ekager b2448a111f [fenix] Remove unused color selector resource 5 years ago
ekager b24a4cbcb4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8641 - Update addon text selector to use attr colors 5 years ago
Aaron Train c2ad5b0c39 [fenix] No issue: Disable UI test createBookmarkFolderTest for intermittent failure (https://github.com/mozilla-mobile/fenix/pull/8828) 5 years ago
Simon Chae 8c858e49b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8824: Reset isInstallationInProgress in correct lifecycle (https://github.com/mozilla-mobile/fenix/pull/8825) 5 years ago
Arturo Mejia ba018c4489 [fenix] No issue: Submit exceptions while updating add-ons to the crashReporter 5 years ago
Arturo Mejia 2660aee561 [fenix] No issue: Update to AC 35.0.0-SNAPSHOT 5 years ago
Simon Chae 821063dde4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8699: Add view.settings to setAllInteractiveViewsClickable (https://github.com/mozilla-mobile/fenix/pull/8820) 5 years ago
Johan Lorenzo 2633799d79 [fenix] Bug 1614287 - part 3: Let fennec-beta upload APKs on Google Play's alpha track 5 years ago
Mozilla L10n Automation Bot 56dd7e6029 [fenix] Import l10n. 5 years ago
Mozilla L10n Automation Bot 0707c8d75f [fenix] Import l10n. 5 years ago
David Walsh d96f62d8d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8792 - Fix display of tabs icon in browser 5 years ago
ekager 6aeff54650 [fenix] No issue: Add UI test wait for Toolbar edit url view 5 years ago
Mihai Adrian 623ca58b5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/8540: Fix ETP options not being correctly applied (https://github.com/mozilla-mobile/fenix/pull/8688) 5 years ago
David Walsh d51848bcaa [fenix] For https://github.com/mozilla-mobile/fenix/issues/8505 - Update tab icon 5 years ago