Steven Knipe
ea9cb18430
[components] Add longClickListener documentation, fix style problems
...
move TwoStateButton background to match argument order
2021-08-02 12:24:51 +00:00
Steven Knipe
2339f9b1d8
[components] Add longClickListener to Toolbar's ActionButton and BrowserToolbar's Button
2021-08-02 12:24:51 +00:00
Arturo Mejia
e4d539f111
[components] Closes https://github.com/mozilla-mobile/android-components/issues/10448 show toolbar permissions indicator when permissions change from their default.
2021-07-27 17:25:23 +00:00
Sebastian Kaspari
4863bc3b15
[components] Issue https://github.com/mozilla-mobile/android-components/issues/10335 : Use Java 11.
2021-07-15 14:57:23 +00:00
mcarare
055e0f160f
[components] For https://github.com/mozilla-mobile/android-components/issues/10571 : Add optional icon tint for Toolbar Button.
2021-07-12 07:44:59 +00:00
Christian Sadilek
c9d791c53b
[components] Adjust detekt TooManyFunctions threshold
2021-03-18 15:25:40 +00:00
Mugurell
ec35e97135
[components] For https://github.com/mozilla-mobile/android-components/issues/9770 - Don't animate the dynamic toolbar while tab is loading
...
Toolbar will not be animated while the tab is loading irrespective of the
intrinsic checks made in the BrowserToolbarBehavior - whether the touch is a
vertical scroll and it was handled by GeckoView.
2021-03-01 17:00:22 +00:00
Roger Yang
dcd57ecc3c
[components] Closes https://github.com/mozilla-mobile/android-components/issues/9528 : Exposes BrowserMenu dismiss through BrowserToolbarMenu
2021-01-28 10:14:24 +00:00
Arturo Mejia
53add50756
[components] Closes https://github.com/mozilla-mobile/android-components/issues/9378 : Add dot notification to the toolbar
2021-01-18 16:19:32 +00:00
Arturo Mejia
c89fa9273f
[components] Closes https://github.com/mozilla-mobile/android-components/issues/9131 : Add site permission indicators
...
in the toolbar.
2020-12-10 10:46:28 +00:00
Emilio Cobos Álvarez
41d375b7d9
[components] ktlint: Add missing newlines.
...
Running ./gradlew ktlint locally reports a lot of stuff like:
/home/emilio/src/moz/android-components/components/support/migration/src/test/java/mozilla/components/support/migration/MigrationIntentProcessorTest.kt:1:1: File must end with a newline (\n)
This fixes it with:
for f in $(cat files | cut -d : -f 1); do echo "" >> $f; done
Making ./gradlew ktlint pass.
2020-12-03 17:24:44 +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
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
Tiger Oakes
69badea76d
[components] Update androidx.core to 1.2
2020-02-05 13:57:17 -08: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
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
Sebastian Kaspari
95febb2731
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1514 : Refactor BrowserToolbar to use ConstraintLayout for display and edit toolbars.
2019-10-22 11:47:36 -04:00
Arturo Mejia
b64e1891d0
[components] Closes https://github.com/mozilla-mobile/android-components/issues/4469 : Add API for supporting WebExtension browserActions
2019-10-11 17:01:52 +02:00
Tiger Oakes
08dc3db810
[components] Uplift Theme.resolveAttribute from Fenix
2019-09-26 07:40:39 -07:00
Denys M
b95c932f81
[components] For https://github.com/mozilla-mobile/android-components/issues/4460 . Fix detekt warning about license in project files.
2019-09-24 01:01:03 +04:00
Maurya Talisetti
b786a535cc
[components] Closes https://github.com/mozilla-mobile/android-components/issues/3033 : Close toolbar menu on app exit
...
Currently, on exiting the app, the toolbar menu (if already open), remains open after reopening the app. This fix ensures that the menu gets closed on app exit.
2019-08-20 20:28:28 +05:30
Arturo Mejia
afcd7e659e
[components] Closes https://github.com/mozilla-mobile/android-components/issues/3824 : Adding the site tracking protection icon on the toolbar.
2019-08-06 20:31:10 -04:00
Denys M
1f8fc3fa5b
[components] For https://github.com/mozilla-mobile/android-components/issues/1481 . Enable unit test binary resources globally.
...
Excluded few modules.
2019-06-13 09:29:52 +02:00
Denys M
976e2670b5
[components] For https://github.com/mozilla-mobile/android-components/issues/1481 . Use androidx runner in concept-toolbar.
2019-06-11 12:24:22 +02:00
Denys M
440c6ce145
[components] For https://github.com/mozilla-mobile/android-components/issues/2346 . Enable kotlin warningsAsErrors for concept-toolbar module.
2019-05-22 08:10:12 -04:00
Sebastian Kaspari
5c54ec453d
[components] Closes https://github.com/mozilla-mobile/android-components/issues/842 : Migrate from support libraries to AndroidX.
2019-05-02 16:08:55 +02:00
Sawyer Blatz
a42211890e
[components] Closes https://github.com/mozilla-mobile/android-components/issues/2615 : Adds titleView to DisplayToolbar
2019-04-12 11:08:55 -04:00
Sebastian Kaspari
0e8c94f95e
[components] Closes https://github.com/mozilla-mobile/android-components/issues/175 : BrowserToolbar: Add support for "edit actions".
2019-03-29 12:02:46 +01:00
Sawyer Blatz
9b7f2eda7e
[components] Fixes https://github.com/mozilla-mobile/android-components/issues/2341 : Gives onCancelEditing default implementation
2019-03-13 18:03:00 +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
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
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
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
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
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
Grisha Kruglov
128355b979
[components] Conceptualize Toolbar Autocompletion
2018-11-26 18:51:31 +01: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
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
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
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
Sebastian Kaspari
946410ca86
[components] Configure dependencies from buildSrc Kotlin code.
2018-08-21 11:16:21 -04:00
Christian Sadilek
8ca214adb8
[components] Closes https://github.com/mozilla-mobile/android-components/issues/346 : Toolbar.setOnUrlChangeListener naming unintuitive
2018-07-05 18:04:16 +02:00
Angelo Rüggeberg
4e497962b0
[components] Closes https://github.com/mozilla-mobile/android-components/issues/291 - Unified lint warnings as error and fail on error
2018-07-03 14:29:55 -04:00