- 23 Jul, 2020 1 commit
-
-
Mozilla L10n Automation Bot authored
-
- 22 Jul, 2020 9 commits
-
-
MozLando authored
7791: For #7790: Increase touch target for checkbox. r=jonalmeida a=mcarare This preserves appearance, by decreasing margins with padding increase. No tests needed, as no behavior changed. No change log entry required for this change. Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
MozLando authored
7815: Issue #7784: Correct changelog entry in release r=pocmo a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7818: Docs update (20200722-121554) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
7817: Update the Glean SDK to v31.5.0 r=Dexterp37 a=Dexterp37 Co-authored-by:
Alessio Placitelli <alessio.placitelli@gmail.com>
-
Alessio Placitelli authored
-
MozLando authored
7794: Public Suffix List update (20200721-140512) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Jonathan Almeida authored
-
MozLando authored
7787: Close #7784: Add context to SyncedTabsFeature r=grigoryk a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
- 21 Jul, 2020 25 commits
-
-
MozLando authored
7809: Remove ImageLoader.loadIntoView extension function r=jonalmeida a=gabrielluong Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7805: mozilla-mobile/fenix#10261: PWA install fact r=NotWoods a=eliserichards Add additional PWA Fact for https://github.com/mozilla-mobile/fenix/issues/10261 * An event ping when installing a PWA shortcut. * `ProgressiveWebAppFacts.Items.INSTALL_SHORTCUT` Co-authored-by:
Elise Richards <erichards@mozilla.com>
-
Elise Richards authored
Add facts to pwa docs remove homescreen tap in favor of install
-
MozLando authored
7801: Closes #7782: Fix crashes in addon installation dialog r=Amejia481 a=csadilek This fixes the following problems with `AddonInstallationDialogFragment`: - It didn't have a default constructor. So any attempt by Android to restore it caused a crash e.g. when rotating the device. - Since we're displaying the fragment as a result of an async operation it can happen that the "parent" fragment is still attached, our check of `runIfFragmentAttached` succeeds, but the activity is in the process of being destroyed. Then we run into the crash described in #7782. I've added the workaround here (seems pretty common based on my research) with a description of why it seems safe to me, but thoughts more than welcome. :) - The icon fetch job was returned but never cancelled. It's also not need to fetch the icon again when rotating. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
7609: Allow local publication workflows of app-services to work on Windows. r=grigoryk a=mhammond The end result is that Android Studio and native Windows can be used to build the android-components and its consumers using a local application-services directory. The equivalent for Fenix landed in https://github.com/mozilla-mobile/fenix/pull/11508 cc @grigoryk Co-authored-by:
Mark Hammond <mhammond@skippinet.com.au>
-
Christian Sadilek authored
-
MozLando authored
7738: For mozilla-mobile/fenix#12632: Align search suggestion and search text r=NotWoods a=hakkikaancaliskan This is just a small pr for aligning search text and suggestion text, also aligns icons.  <!-- Text above this line will be added to the commit once "bors" merges this PR --> ### 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) - [x] **Tests**: This PR includes thorough tests or an explanation of why it does not - [x] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/android-components/blob/master/docs/changelog.md) or does not need one - [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 closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones) of the version currently in development. - **Breaking Changes**: If this is a breaking change, please push a draft PR on [Reference Browser](https://github.com/mozilla-mobile/reference-browser ) to address the breaking issues. 7798: Add tests for Trimming whitespace from email & call context share r=sblatz a=Amejia481 @sblatz as I missed the tests on my initial review, I'm adding them as part of this pr, sorry about that. Co-authored-by:
Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com> Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
7745: For mozilla-mobile/fenix#12622: Visually indicate different types of suggestions in the search screen r=pocmo a=hakkikaancaliskan Fenix PR: https://github.com/mozilla-mobile/fenix/pull/12780 We don't have synced tabs suggestions in awesomebar. So there isn't here either. mozilla-mobile/fenix#11258 Looks like opens tab suggestions not shown in private mode? Also looks like there is a problem. If we wrote fast, this indicator icons shown on unrelated suggestions. Idk why. Needs further investigation. <!-- Text above this line will be added to the commit once "bors" merges this PR --> ### Pull Request checklist <!-- Before submitting the PR, please address each item --> - [ ] **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 - [ ] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/android-components/blob/master/docs/changelog.md) or does not need one - [ ] **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 closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones) of the version currently in development. - **Breaking Changes**: If this is a breaking change, please push a draft PR on [Reference Browser](https://github.com/mozilla-mobile/reference-browser ) to address the breaking issues. Co-authored-by:
Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
-
Hakkı Kaan Çalışkan authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
MozLando authored
7799: Closes #7777: Expose l10n strings by default r=Pike a=Amejia481 Bringing this change back as it was backed-out in https://github.com/mozilla-mobile/android-components/pull/7785/ Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
Use a wild card pattern to find localizable strings. If you're having WIP strings, put them into another file that's not name `strings.xml`.
-
MozLando authored
7789: Docs update (20200721-121005) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Arturo Mejia authored
-
MozLando authored
7796: GeckoView update (nightly) (20200721-140513) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
mcarare authored
-
MickeyMoz authored
-
Jonathan Almeida authored
-
MozLando authored
7785: Import strings from android-l10n. r=jonalmeida a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
Mark Hammond authored
The end result is that Android Studio and native Windows can be used to build the android-components and its consumers using a local application-services directory. The equivalent for Fenix landed in https://github.com/mozilla-mobile/fenix/pull/11508
-
Mozilla L10n Automation Bot authored
-
- 20 Jul, 2020 5 commits
-
-
MozLando authored
7716: No issue: add Activity.reportFullyDrawnSafe. r=NotWoods a=mcomella The production method is imported from Fenix: https://github.com/mozilla-mobile/fenix/blob/69020a1f269c57e86fb4eb1dfd25d3ea168b5a29/app/src/main/java/org/mozilla/fenix/ext/Activity.kt#L28 And was verified to address the issue it was added for. Co-authored-by:
Michael Comella <michael.l.comella@gmail.com>
-
Michael Comella authored
-
Michael Comella authored
-
Michael Comella authored
The production method is imported from Fenix: https://github.com/mozilla-mobile/fenix/blob/69020a1f269c57e86fb4eb1dfd25d3ea168b5a29/app/src/main/java/org/mozilla/fenix/ext/Activity.kt#L28 And was verified to address the issue it was added for.
-
MozLando authored
7273: For #4637 - Query manifests with share targets r=grigoryk a=NotWoods My intent is to expose this function so that we can use it with the Fenix custom share sheet. We want to support sharing from websites to PWAs. PWAs can define a "share target" which will receive sharing data. We can expose PWAs in the custom share sheet so that other websites can send data to them. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-