- 25 Aug, 2020 16 commits
-
-
Gabriel Luong authored
-
MozLando authored
8167: Update flank-arm.yml with a device swap r=rpappalax a=AaronMT For https://github.com/mozilla-mobile/android-components/issues/8150 The Pixel 2 (walleye) is a very constrained device, so the queue can build up and take a long time on Firebase. The Pixel 3 (blueline) and Pixel 4 (flame) have a lot more capacity and will likely run much faster. I'll swap this to the Pixel 3 as its using the same API as the Pixel 2. Co-authored-by:
Aaron Train <aaron.train@gmail.com>
-
MozLando authored
8184: 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>
-
MozLando authored
8221: Merge day! r=Amejia481 a=pocmo This only updates the release version. Unfortunately updating beta and nightly is blocked on #8209. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
MozLando authored
8227: Update changelog for AC release 56.0.0 r=jonalmeida a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
-
MozLando authored
8211: For #8208: Add a link to the original page in Reader Mode r=csadilek a=miDeb The url at the top of the Reader Mode is now a link to the original page. Co-authored-by:
Michael Debertol <michael.debertol@gmail.com>
-
MozLando authored
8213: Avoid double layout in WidgetSiteItemView r=pocmo a=NotWoods The parent class extends constraint layout, so the XML layout resource should use a `<merge>` tag. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
8224: For #8223: Fix compound drawable position for RTL. r=pocmo a=mcarare Co-authored-by:
mcarare <mihai.carare.dev@gmail.com>
-
mcarare authored
-
MozLando authored
8206: Upgrade Glean to v32.1.1 r=brizental a=badboy Co-authored-by:
Jan-Erik Rediger <janerik@fnordig.de>
-
Sebastian Kaspari authored
-
Jan-Erik Rediger authored
-
MozLando authored
7281: Closes #5250 - Add monochrome purpose support r=rocketsroger a=NotWoods Adds support for a new PWA feature I've been working on the spec for. PWAs can customize the icon that appears in the site controls notification. You can test this by installing https://maskable.app and seeing that the logo is displayed in the site controls notification. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
Mozilla L10n Automation Bot authored
-
- 24 Aug, 2020 18 commits
-
-
MozLando authored
8219: Re-throw same exception for Bug 1646252. r=csadilek a=agi Co-authored-by:
Agi Sferro <agi@sferro.dev>
-
Agi Sferro authored
-
MozLando authored
8137: Closes #7204: Allow to substitute GeckoView in all projects. r=csadilek a=ncalexan In particular, this allows to substitute local GeckoView versions with JVM-level API changes. Co-authored-by:
Nick Alexander <nalexander@mozilla.com>
-
MozLando authored
8205: Fix failing toolbar menu test r=Amejia481 a=NotWoods Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
8218: Dismiss previous download dialogs when navigating away r=csadilek a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
8217: Catch correct exception for Bug 1646252. r=csadilek a=agi I didn't notice we throw a different exception for this case, sorry about that. Co-authored-by:
Agi Sferro <agi@sferro.dev>
-
Arturo Mejia authored
-
Agi Sferro authored
-
MozLando authored
8203: Closes issue #8202: Increase downloadJobState.currentBytesCopied in copyInChunks. r=kglazko a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Tiger Oakes authored
-
Arturo Mejia authored
-
Michael Debertol authored
-
MozLando authored
8204: Public Suffix List update (20200824-140606) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Tiger Oakes authored
-
MozLando authored
8189: For #8188 - Expose BrowserIcons.clear() as a public API r=pocmo a=Mugurell This allows removing all saved icons data from disk and memory caches. Co-authored-by:
Mugurell <Mugurell@users.noreply.github.com>
-
Mugurell authored
This allows removing all saved icons data from disk and memory caches.
-
MickeyMoz authored
-
MozLando authored
8201: for #8200 - renamed "users" to "reviews" in add-on manager r=Mugurell a=cadeyrn string change because the old string was misleading. Co-authored-by:
Sören Hentzschel <kontakt@agenedia.com>
-
- 23 Aug, 2020 1 commit
-
-
MozLando authored
8199: Docs update (20200822-121220) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
- 22 Aug, 2020 2 commits
-
-
Sören Hentzschel authored
-
MickeyMoz authored
-
- 21 Aug, 2020 3 commits
-
-
MozLando authored
7900: For mozilla-mobile/fenix#8765: Add site item widget r=gabrielluong a=NotWoods `WidgetSiteItemView` is used to show a website inside bookmarks, history, collections, and other lists. Has the following API: - `iconView` getter to load favicons into the view - `setText(label, caption)` to set the text shown. If caption is null, the caption text view is hidden and the label is centered. - `addIconOverlay` inserts other views above the `iconView`, such as a checkmark. - `setSecondaryButton(icon, contentDescription, onClickListener)` will show an icon button with the given icon and content description. `onClickListener` is called when the button is clicked. - `removeSecondaryButton` hides the button if it was previously shown by `setSecondaryButton`. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
Tiger Oakes authored
-