Eitan Isaacson
b8e25ff5f3
[components] Rename ToolBar entry button to Clear.
2019-03-26 19:16:24 +01:00
Axel Hecht
5c24536313
[components] Import localizations from mozilla-l10n/android-l10n
2019-03-22 16:06:44 +01:00
Sawyer Blatz
a994f48848
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2255 : Adds onCancelEditing to onEditListener in BrowserToolbar
2019-03-12 14:26:06 -07:00
Gustavo Fão Valvassori
9279f297d8
[components] fixed table on the readme
2019-02-28 15:21:45 +01:00
Emily Kager
3c65e7e9b0
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2147 - Turn cancel view into clear view
2019-02-26 18:15:54 -05:00
ekager
921198a777
[components] Update toolbar README with new browserToolbarCancelColor attribute
2019-02-25 15:08:55 +01:00
Emily Kager
113a4b6e9a
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2054 - Add EditToolbar cancel icon color attr
2019-02-25 15:08:55 +01:00
Arturo Mejia
923db73088
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2137 : Adding ids for EditToolbar urlView and cancelView
2019-02-20 15:38:26 -05:00
Sebastian Kaspari
c7ac8185a7
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2099 : ToolbarPresenter: Display empty state.
2019-02-19 14:25:28 -05:00
Sebastian Kaspari
bea01bb3cf
[components] Issue https://github.com/mozilla-mobile/android-components/issues/2109 : Change "url" property from String to CharSequence.
2019-02-19 19:40:46 +01:00
Sebastian Kaspari
36bb675f9a
[components] Closes https://github.com/mozilla-mobile/android-components/issues/814 : browser-toolbar: Make fading edge length configurable.
...
Also closes https://github.com/mozilla-mobile/android-components/issues/813 .
2019-02-19 18:08:52 +01:00
Sebastian Kaspari
67a1814a26
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2077 : Toolbar: Allow returning Boolean from "URL commit listener" to control switching to display mode.
2019-02-15 21:02:06 +01:00
Sebastian Kaspari
98e96dee08
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2023 : browser-toolbar: Allow theming of autocomplete suggestions foreground/background colors.
2019-02-15 16:25:37 +01:00
Sebastian Kaspari
96985ddc73
[components] Issue https://github.com/mozilla-mobile/android-components/issues/2054 : EditToolbar: Use CENTER scale type for cancel button in edit mode.
2019-02-15 15:37:08 +01:00
Sebastian Kaspari
34ef5e14d4
[components] Issue https://github.com/mozilla-mobile/android-components/issues/2068 : Toolbar sample app: Add configuration using private mode.
2019-02-15 08:33:12 -05:00
Sebastian Kaspari
e342239abd
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2068 : Add private mode to toolbar.
2019-02-15 08:33:12 -05:00
Arturo Mejia
8d5ac9d298
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2072 : Adding default id to toolbar urlView
2019-02-15 08:21:56 -05:00
Sebastian Kaspari
a831691024
[components] Add initial "facts" to browser-toolbar component.
2019-02-15 10:33:35 +01:00
Jonathan Almeida
d6d14f0e17
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1876 : Tint all icon resources in custom tab
2019-02-11 12:48:04 -05:00
Grisha Kruglov
8260324a9b
[components] Perform browser-toolbar autocompletion off the UI thread
...
At this point in the stack, we're not in control over what our
autocomplete providers are, what actions they'll do in order to
field our queries, etc. For example, some providers may hit the disk
and perform expensive DB queries internally. Some may even hit the
network, in theory!
In order to keep things perceptively speedy, let's run the actual work
off the main thread. This patch sets up a new pool thread to process
autocomplete requests. More than one thread is selected so that we maintain
liveliness during quick user input. Background tasks are cancelled as new
queries come in, and stale results are discarded.
2019-02-08 12:22:13 -08:00
Jonathan Almeida
e317d3d95d
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1840 : Add menu color attributes
2019-02-04 13:55:22 -05:00
Jonathan Almeida
0730f923c5
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1840 : Add toolbar security icon color attributes
2019-02-04 13:55:22 -05:00
Sebastian Kaspari
88c3b6919c
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1881 : Add additional test case for "urlBoxView" measure and layout.
2019-02-01 13:01:28 -05:00
Sebastian Kaspari
0016e2d26e
[components] Closes # https://github.com/mozilla-mobile/android-components/issues/1881 : DisplayLayout: Correctly calculate URL width.
2019-01-31 11:19:58 -05:00
Arturo Mejia
a4995857f4
[components] Closes https://github.com/mozilla-mobile/android-components/pull/448 R-B:Not allowing text behind the security icon be selectable
2019-01-28 16:33:52 +01:00
Jonathan Almeida
0e83a6cf41
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1400 : Handle back button presses
2019-01-21 10:27:38 -05:00
Jonathan Almeida
8b44f50eb0
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1400 : Add close button to custom tabs
...
Also makes the toolbar unclickable so it can't be switching into
edit mode, and removes all other actions.
Moved the custom tab back button bitmap checking to the feature from the
CustomTabConfig since we needed to know the DisplayMetrics for the
current screen to properly compare it to the max dp value.
2019-01-21 10:27:38 -05:00
Sebastian Kaspari
f9b741819b
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1744 : Support "UP" and "DOWN" orientations in browser-menu (supporting bottom toolbars).
2019-01-18 17:07:50 +01:00
Sebastian Kaspari
44296da77d
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1604 : Add BrowserToolbarBottomBehavior to be used when placing a BrowserToolbar at the bottom of a CoordinatorLayout.
2019-01-17 10:29:16 +01:00
Mitchell Hentges
8fd19cdf3a
[components] Moves description to be part of project.ext
2019-01-11 10:08:32 +01:00
Mitchell Hentges
3ee4d96a84
[components] Reads componentsVersion from .buildconfig.yml
2019-01-11 10:08:32 +01:00
Sebastian Kaspari
3c56d986ec
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1546 : Draw url box background behind site security icon.
2018-12-21 12:38:01 +01:00
Sebastian Kaspari
d254102157
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1513 : browser-toolbar: Use AppCompat widgets.
2018-11-29 15:43:59 +01:00
Grisha Kruglov
128355b979
[components] Conceptualize Toolbar Autocompletion
2018-11-26 18:51:31 +01:00
Chirag Shah
b90af420ba
[components] close https://github.com/mozilla-mobile/android-components/issues/1270 : Updated BrowserToolbar.ToggleButton and BrowserToolbar.Button
...
removed redundant setPadding and overriding methods
2018-11-23 15:07:26 -05:00
ali-abdullah
89f3263d12
[components] included buildSrc in ktlint and detekt checks
2018-11-16 12:40:04 +01:00
Jonathan Almeida
ef779e1dad
[components] Closes https://github.com/mozilla-mobile/android-components/issues/177 : Show site security icon when page security changes
2018-11-08 13:19:13 -05:00
Jonathan Almeida
61b9c2a1ef
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1127 : Expose ReloadPageButton through BrowserToolbar
...
This code already exists in our sample app, and was moved to make it
available to apps as well.
Renamed ReloadPageAction -> TwoStateButton.
Updates changelog doc with this and the parent issue.
2018-11-06 09:35:08 +01:00
Jonathan Almeida
dec05464d5
[components] Closes https://github.com/mozilla-mobile/android-components/issues/755 : Allow toolbar actions to provide drawables
2018-11-05 15:44:19 -05:00
Jonathan Almeida
14dc760216
[components] Closes https://github.com/mozilla-mobile/android-components/issues/756 : Add new BrowserToolbar APIs
2018-10-29 17:19:46 -04:00
arturomejiamarmol
6147ec21b3
[components] Closes https://github.com/mozilla-mobile/android-components/issues/772 : Allowing to pass padding to BrowserToolbar.Button,
...
Toolbar.ActionButton,Toolbar.ActionToggleButton, Toolbar.ActionSpace
and Toolbar.ActionImage
2018-10-26 19:45:29 +02:00
Sebastian Kaspari
eb06570064
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1109 : Expose methods for switching between display/edit mode via toolbar concept component.
2018-10-25 20:28:25 +02:00
Sebastian Kaspari
53b3d1a71f
[components] Update repository information in README files.
2018-10-25 15:37:46 +02:00
Arturo Mejia
f35a80367b
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1150 : No executed tests in BrowserToolbarTest
...
(Test without @Test)
2018-10-24 15:18:26 -04:00
Vadim Semenov
a33bc6dbc5
[components] Replace List with Sequence in call chains
...
It gets rid of new ArrayList allocation inside each call in call chain
2018-10-24 11:52:48 +02:00
Vadim Semenov
0af6566645
[components] Wrap if-statements in curly brackets
2018-10-24 11:52:48 +02:00
Sebastian Kaspari
63a83a475c
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1109 : browser-toolbar: Add listener for observing edit mode changes.
2018-10-24 11:41:13 +02:00
Sebastian Kaspari
9e17b84339
[components] Simplify build configuration.
2018-10-24 10:21:12 +02:00
Johan Lorenzo
0ca864a1bf
[components] Stop Bintray. Update {group,artifact}Ids. Remove massage task
2018-10-22 14:35:51 +02:00
Wajahat Karim
ed0729232c
[components] Closes https://github.com/mozilla-mobile/android-components/issues/922 : Update READMEs to point to maven.mozilla.org and use new artifact names.
2018-10-03 09:20:43 +02:00