Mozilla L10n Automation Bot
57a8dc1ee4
[components] Import l10n.
2020-05-05 00:05:21 +00:00
Mozilla L10n Automation Bot
aaf0da526d
[components] Import l10n.
2020-05-01 00:00:49 +00:00
Jonathan Almeida
b86fa6dfb5
[components] Close https://github.com/mozilla-mobile/android-components/issues/6601 : Update targetSdkVersion to 29
2020-04-28 03:16:54 -04:00
codrut.topliceanu
515737581b
[components] For https://github.com/mozilla-mobile/android-components/issues/6751 - Disable autocompleting URLs when entering editmode in BrowserToolbar
2020-04-23 13:39:24 +03:00
Sawyer Blatz
3c5621643d
[components] For https://github.com/mozilla-mobile/android-components/issues/6548 : Fixes forceExpand animation being canceled
2020-04-13 08:41:28 -07:00
Sawyer Blatz
d7aa10c166
[components] For https://github.com/mozilla-mobile/android-components/issues/6548 : Force expand toolbar if touch unhandled
2020-04-07 11:21:48 -07:00
MozLando
c3efd8521d
[components] Merge https://github.com/mozilla-mobile/android-components/pull/6476
...
6476: Import strings from android-l10n. r=psymoon a=mozilla-l10n-automation-bot
n/t
Co-authored-by: Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com >
2020-04-02 14:39:51 +00:00
Mozilla L10n Automation Bot
0d62c16636
[components] Import l10n.
2020-04-02 00:03:31 +00:00
Mugurell
28fa5298dd
[components] For https://github.com/mozilla-mobile/android-components/issues/3182 - Separate behaviours depending on user's MotionEvents
...
There are currently 3 Views interested in handling user's MotionEvents:
- GeckoView which renders web content
- SwipeRefreshLayout which handles pull down to refresh
- BrowserToolbar which can be dynamically hidden
Each of them have different behaviours based on different conditions so I
- removed the coupling of BrowserToolbar and Geckoview from `NestedGeckoView`.
It's `onTouchEventForResult` will now only set behaviour for GeckoView.
- created a new EngineView enum to expose the `PanZoomController` possible
result of how a specific user touch was handled to any components that have a
reference to an instance of EngineView without the need to have
`concept-engine` as a dependency.
- implemented specific behaviour in `SwipeRefreshFeature` for the pull down to
refresh functionality and in the `BrowserToolbarBottomBehavior` for the dynamic
navigation bar functionality.
Mapped PanZoomController's INPUT_RESULT to a new enum in order to not enforce
the need of including geckoview as a dependency in all components interested in
how a user's `MotionEvent` was handled and also because webview doesn't expose
such values so we needed a wrapper for it's handled or not boolean return.
2020-04-01 17:39:24 +03:00
Mozilla L10n Automation Bot
5e0b6ae930
[components] Import l10n.
2020-03-31 00:01:20 +00:00
Sawyer Blatz
08d9934e58
[components] For https://github.com/mozilla-mobile/android-components/issues/6048 : Adds forceExpand to BottomBrowserToolbarBehavior
2020-03-27 15:14:05 -07:00
Mozilla L10n Automation Bot
0eacbeb754
[components] Import l10n.
2020-03-23 00:05:11 +00:00
MozLando
512990519f
[components] Merge https://github.com/mozilla-mobile/android-components/pull/6232
...
6232: For https://github.com/mozilla-mobile/android-components/issues/6324 Allow customization of display url in toolbar r=csadilek a=kglazko
Co-authored-by: Kate Glazko <katglazko@gmail.com >
2020-03-19 22:27:05 +00:00
Kate Glazko
ff29354b85
[components] For https://github.com/mozilla-mobile/android-components/issues/6324 Allow customization of display url in toolbar
2020-03-19 15:18:40 -07:00
Mozilla L10n Automation Bot
639baa7eeb
[components] Import l10n.
2020-03-17 14:44:12 +00:00
Mozilla L10n Automation Bot
c64f76d84a
[components] Import l10n.
2020-03-06 00:25:11 +00:00
MozLando
125a051706
[components] Merge https://github.com/mozilla-mobile/android-components/pull/6056
...
6056: 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 >
2020-03-04 16:17:14 +00:00
MozLando
6478f087c3
[components] Merge https://github.com/mozilla-mobile/android-components/pull/6141
...
6141: Feature/https://github.com/mozilla-mobile/android-components/issues/6140 add toolbar menu dismiss setter r=Amejia481 a=BranescuMihai
Co-authored-by: Mihai Branescu <branescu.mihai@gmail.com >
2020-03-04 11:43:15 +00:00
Mozilla L10n Automation Bot
177b318814
[components] Import l10n.
2020-03-04 00:03:47 +00:00
Mihai Branescu
728edf019f
[components] For https://github.com/mozilla-mobile/android-components/issues/6140 - added unit tests for the dismiss action setter
2020-03-03 11:00:31 +02:00
Mihai Branescu
2c504cb4f9
[components] For https://github.com/mozilla-mobile/android-components/issues/6140 - added setter for menu dismiss action
2020-03-03 11:00:31 +02:00
Christian Sadilek
3b1c7e2d1d
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1912 : Call speculativeConnect from toolbar and awesomebar
2020-03-02 16:13:30 -05:00
ekager
572b102758
[components] For https://github.com/mozilla-mobile/android-components/issues/6102 - Use app:srcCompat instead of android:src
2020-02-27 10:44:39 -08:00
Mozilla L10n Automation Bot
64d8390123
[components] Import l10n.
2020-02-24 00:04:07 +00:00
Mozilla L10n Automation Bot
d9d2a27483
[components] Import l10n.
2020-02-21 00:04:28 +00:00
Mihai Branescu
0f8a57b1b9
[components] For https://github.com/mozilla-mobile/android-components/issues/4907 - added margin gone END constraint for the url view
...
This change takes into account all four possible scenarios:
Legend:
X button = X
ActionContainer = A
UrlView = U
1. (X GONE) (A GONE) <- 8dp -> (U)
2. (X GONE) (A) (U)
3. (X) (A) (U)
4. (X) (A GONE) (U)
So basically, this adds 8dp only when both views in it's anchoring chain
are GONE
2020-02-19 12:28:23 +02:00
Mozilla L10n Automation Bot
8d4b0c5d27
[components] Import l10n.
2020-02-07 00:05:20 +00:00
Mozilla L10n Automation Bot
365b7d2721
[components] Import l10n.
2020-02-05 00:07:45 +00:00
Jayesh Solanki
6b9824b189
[components] Issue https://github.com/mozilla-mobile/android-components/issues/5729 : Expose EditToolbar#setOnEditFocusChangeListener
2020-01-27 12:31:50 +01:00
Mozilla L10n Automation Bot
7783164587
[components] Import l10n.
2020-01-23 00:06:03 +00:00
Arturo Mejia
f035568ade
[components] Closes https://github.com/mozilla-mobile/android-components/issues/4470 Wire up UI for page action support.
2020-01-22 11:44:19 -05:00
Mozilla L10n Automation Bot
437b0e4885
[components] Import l10n.
2020-01-20 00:03:35 +00:00
Tiger Oakes
ee5372f81b
[components] For https://github.com/mozilla-mobile/fenix/issues/7506 - Expose MenuButton
2020-01-16 17:44:49 -08:00
Christian Sadilek
e5065b9271
[components] Closes https://github.com/mozilla-mobile/android-components/issues/5588 : WebExtensionToolbarFeature may display stale actions
2020-01-16 13:12:24 -05:00
Mozilla L10n Automation Bot
6ef542faa4
[components] Import l10n.
2020-01-15 00:07:29 +00:00
Mozilla L10n Automation Bot
2c4948084b
[components] Import l10n.
2020-01-06 00:03:46 +00:00
Mozilla L10n Automation Bot
fdee5b8b3e
[components] Import l10n.
2020-01-03 00:06:56 +00:00
Mozilla L10n Automation Bot
d591b6bfc8
[components] Import l10n.
2019-12-27 00:08:43 +00:00
Tiger Oakes
fe50c6d630
[components] Add BrowserMenuHighlightableSwitch
2019-12-20 19:12:01 -08:00
Mozilla L10n Automation Bot
933e9d5f97
[components] Import l10n.
2019-12-17 18:39:45 +00:00
Mozilla L10n Automation Bot
07e03b8d49
[components] Import l10n.
2019-12-06 00:01:30 +00:00
Arturo Mejia
3aae6c7760
[components] Merge branch 'master' into menu-highlight-revamp
2019-11-28 12:47:13 -04:00
Mozilla L10n Automation Bot
ff78dcd769
[components] Import l10n.
2019-11-27 00:05:34 +00:00
Tiger Oakes
0fb42f90e2
[components] Add low priority menu highlight
2019-11-26 14:49:07 -08:00
Mozilla L10n Automation Bot
78ec8361c7
[components] Import l10n.
2019-11-25 19:12:23 +00:00
Mozilla L10n Automation Bot
ed36333089
[components] Import l10n.
2019-11-19 10:37:18 +00:00
Mozilla L10n Automation Bot
c8b2137f48
[components] Import l10n.
2019-11-13 14:35:03 +00:00
Mozilla L10n Automation Bot
1a6bb99bc7
[components] Import l10n.
2019-11-07 01:56:54 +00:00
Sebastian Kaspari
abdfb416f1
[components] Closes https://github.com/mozilla-mobile/android-components/issues/4803 : TrackingProtectionIconView: Assign individual drawables instead of using state list drawable.
...
Unfortunately using the state list drawable with vectors caused issues on API 21. Only going back to
individual drawables prevented the issue. On the bright side this is only an internal change and
the public API doesn't need to change.
2019-11-06 19:52:48 +01:00
Mozilla L10n Automation Bot
e1773be2f2
[components] Import l10n.
2019-11-03 17:46:29 +00:00