- 21 Oct, 2019 1 commit
-
-
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 7 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
-
mcarare authored
-
ValentinTimisica authored
Added parameter customTabSessionId into ContextMenuFeature in BaseBrowserFragment in order to show the context menu in a custom tab.
-
Mihai Branescu authored
-
MozLando authored
5949: Import strings from android-l10n r=liuche a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
- 14 Oct, 2019 9 commits
-
-
MozLando authored
5775: Closes #5233, don't display private-browsing-shortcut creation items if shortcut already exists r=NotWoods a=bswe Closes issue #5233: Added doesPrivateBrowsingPinnedShortcutExist() method to the PrivateShortcutCreateManager class to check for the existence of the shortcut. Code only works on devices with API 25 or higher, so a check for that condition was also included in the new method. Calls to the new method were added to the SettingsFragment and HomeFragment classes to determine whether the settings menu item and the recommendation dialog should be displayed. **Quality**: The pre-push test failed to start on my windows 10 OS, but this code has been thoroughly tested manually on simulators and physical devices. **Tests**: This code only effects UI appearance so not sure how to test for that and no tests were written. **Screenshots**: This code does not add anything new to the UI, it only controls whether to display existing items. Co-authored-by:
bswe <bbollenbacher@mindspring.com>
-
Kate Glazko authored
-
MozLando authored
6015: For #5991 - Downgrade RecyclerView version to fix a11y crash r=sblatz a=ekager Co-authored-by:
ekager <emilykager@gmail.com>
-
ekager authored
-
MozLando authored
5976: No issue: Update androidx fragment Oct 11 r=boek a=ekager 5999: For #5709: Align ETP Settings Screen implementation with original mocks r=NotWoods a=mcarare Co-authored-by:
ekager <emilykager@gmail.com> Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
MozLando authored
6007: No issue: Remove black flash workaround r=boek a=ekager For #5984 Co-authored-by:
ekager <emilykager@gmail.com>
-
ekager authored
-
bswe authored
-
bswe authored
-