- 21 Oct, 2019 14 commits
-
-
Mitchell Hentges authored
-
Sören Hentzschel authored
-
Sören Hentzschel authored
-
isabelrios authored
* Fix #6004: Add UI sync integration test for Bookmarks * fix two typos
-
Mihai Adrian authored
-
ValentinTimisica authored
I changed the Dialog from permissions exceptions and used AlertDialog instead of Context.alert extension function.
-
Mihai Branescu authored
-
Shangeeth Sivan authored
Closes #5465: Added OnCheckListener to all checkboxes ,when there are no items checked delete button will be disabled (#6098)
-
ValentinTimisica authored
-
Jeffrey Starke authored
-
Sören Hentzschel authored
-
Sören Hentzschel authored
-
MozLando authored
6059: Add verify items tests for settings menus r=kglazko a=rpappalax Also closes #6006 All UI tests are passing with the exception of 1 which was just uncovered by a new test in this PR. Issue here: https://github.com/mozilla-mobile/fenix/issues/6053 Co-authored-by:
Richard Pappalardo <rpappalax@gmail.com>
-
Richard Pappalardo authored
-
- 19 Oct, 2019 2 commits
-
-
MozLando authored
6058: Import strings from android-l10n r=ekager a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
Mozilla L10n Automation Bot authored
-
- 18 Oct, 2019 15 commits
-
-
MozLando authored
6102: For #6018 Re-add Search Shortcuts Button r=boek a=BranescuMihai 6106: For #5872 & #6075: Set TabHeader buttons to invisible instead of gone. r=boek a=mcarare At least one button has to be invisible instead of gone to keep layout height. Tabs overflow button kept gone to avoid empty space on view end in private mode. Co-authored-by:
Mihai Branescu <branescu.mihai2@gmail.com> Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
MozLando authored
6107: Fix #3122 - Hide the "Bookmark saved" Snackbar when user closes BrowserFragment r=boek a=Mugurell Previously the Snackbar was being inflated in the parent of this Fragment so surviving it being closed. Tying the Snackbar with the Fragment from which it is shown ensures it will be effectively hidden whenever the user navigates from the Fragment. Co-authored-by:
Mugurell <mugurell@users.noreply.github.com>
-
MozLando authored
5613: Fixes #5225 - Intent receiver cleanup r=rocketsroger a=NotWoods ### Pull Request checklist <!-- Before submitting the PR, please address each item --> - [x] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended) - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not - [x] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features ### After merge - [ ] **Milestone**: Make sure issues finished by this pull request are added to the [milestone](https://github.com/mozilla-mobile/fenix/milestones ) of the version currently in development. ### To download an APK when reviewing a PR: 1. click on Show All Checks, 2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark, 3. click on the "Fenix - assemble" task, then click "Run Artifacts". 4. the APK links should be on the left side of the screen, named for each CPU architecture Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
Tiger Oakes authored
-
MozLando authored
6046: Update to Mozilla Android Components 18.0.0-SNAPSHOT. r=Baron-Severin a=pocmo We haven't updated in a while and therefore some fixes didn't make it into Fenix (Nightly) yet. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
6114: Fix #6110 - Raptor fenix jobs are broken (test name not found) r=csadilek a=rwood-moz Co-authored-by:
Robert Wood <rwood@roberts-macbook-pro-1927.local>
-
Sebastian Kaspari authored
-
MozLando authored
6101: For #6100: Mirror ETP graphic in RTL r=Amejia481 a=mcarare Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
Robert Wood authored
-
mcarare authored
At least one button has to be invisible instead of gone to keep layout height. Tabs overflow button kept gone to avoid empty space on view end in private mode.
-
Mihai Branescu authored
-
mcarare authored
-
Mihai Branescu authored
Refactored logic for adding providers, since shortcut providers should be alone in the list, while all others can be as list
-
Mugurell authored
Previously the Snackbar was being inflated in the parent of this Fragment so surviving it being closed. Tying the Snackbar with the Fragment from which it is shown ensures it will be effectively hidden whenever the user navigates from the Fragment.
-
- 17 Oct, 2019 4 commits
-
-
MozLando authored
6038: ExtTest for BookmarkNode r=mcomella a=kglazko Co-authored-by:
Kate Glazko <katglazko@gmail.com>
-
Kate Glazko authored
-
MozLando authored
6021: Expose PR number to ui-test r=mitchhentges a=JohanLorenzo Co-authored-by:
Johan Lorenzo <jlorenzo@mozilla.com>
-
Johan Lorenzo authored
-
- 16 Oct, 2019 2 commits
-
-
MozLando authored
6026: For #5709: Align ETP onboarding popup implementation with original mocks r=ekager a=mcarare Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
MozLando authored
6024: For #5749 - Update string for ETP onboarding popup r=ekager a=BranescuMihai Co-authored-by:
Mihai Branescu <branescu.mihai2@gmail.com>
-
- 15 Oct, 2019 3 commits
-
-
MozLando authored
6025: For #5063: Added parameter customTabSessionId into ContextMenuFeature r=ekager a=ValentinTimisica Added parameter customTabSessionId into ContextMenuFeature in BaseBrowserFragment in order to show the context menu in a custom tab. 6032: For #5990: Revert sessionTokenScope to fix broken QR pairing flow r=ekager a=grigoryk Seems like addition of sessionTokenScope is causing issues with pairing. For now, we can revert that change until the underlying issue is fixed. For #5990. Co-authored-by:
ValentinTimisica <valentin.timisica@softvision.ro> Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
MozLando authored
5974: Ext Test For ImageButton r=mcomella a=kglazko Co-authored-by:
Kate Glazko <katglazko@gmail.com>
-
Grisha Kruglov authored
-