Commit graph

26 commits

Author SHA1 Message Date
Sebastian Kaspari
f14b267388 [components] Issue https://github.com/mozilla-mobile/android-components/issues/10335: Update dependencies to support Jetpack Compose and add first prototype components.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Upgrade to Gradle 7.
* Update Android Gradle Plugin to 7.0.0 Beta 2.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Generate BuildConfig with VERSION_CODE and VERSION_NAME fields in library modules (for Glean).
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add first component using Jetpack Compose: compose-browser-toolbar.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Introduce Jetpack Compose bindings for lib-state.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Upstream Jetpack Compose toolbar prototype from Reference Browser.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add TargetTab helper for observing specific tabs.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add compose-engine component for adding Jetpack Compose bindings to a concept-engine implementation.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add new sample app (samples-compose-browser) for prototyping browser UI using Jetpack Compose.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Update to Beta 3 of the Android Gradle plugin.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Allow usage of http when substituting maven repositories in CI.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Rename TabTarget helper to just Target.
* Issue https://github.com/mozilla-mobile/android-components/issues/10335: Make BrowserToolbar follow target tab too.
* Add awesomebar prototype using Jetpack Compose.
* Update to Gradle 7.0.2.
2021-07-20 16:22:26 +00:00
Jan-Erik Rediger
163330b349 [components] Upgrade to Glean v39.0.3
This also adjusts sync-telemetry to use the non-deprecated form of
events now.
2021-06-14 15:48:35 +00:00
Sebastian Kaspari
e02a012bcb [components] Revert "Upgrade to Glean v39.0.0"
This reverts commit 5af3322f80c7a67b5b99c4d57d739dac74cf93c9.
2021-06-08 17:54:42 +02:00
Jan-Erik Rediger
18f3609666 [components] Upgrade to Glean v39.0.0
This also adjusts sync-telemetry to use the non-deprecated form of
events now.
2021-06-08 09:31:46 +00:00
Roger Yang
6e13e9d353 [components] No issue: update metrics.md 2021-05-21 18:44:08 +00:00
Roger Yang
8b4d5a05a0 [components] No issue: update metrics.md 2021-05-03 20:05:06 +00:00
Sebastian Kaspari
8d9d23e6cc [components] Issue https://github.com/mozilla-mobile/android-components/issues/10114: (Merge day) browser-engine-gecko-nightly (89) -> browser-engine-gecko-beta (89) 2021-04-20 14:42:45 +00:00
Travis Long
d5e49d5b0a [components] [SDK-217] Allow consumer to set appName and channel for experiment filtering
Update samples-glean to pass in appName and channel, and use feature-id


Suppress lint warning


Update to A-S v74.0.1


Make `app_name` and `channel` part of a data struct


Update samples-glean


Fix test


lint
2021-03-19 19:02:56 +00:00
Michael Droettboom
f0a9e90e0d [components] Upgrade to Glean 35.0.0 2021-02-26 15:50:59 +00:00
Sebastian Kaspari
1596845e0a [components] Issue https://github.com/mozilla-mobile/android-components/issues/9746: (Merge day) browser-engine-gecko-beta (86) -> browser-engine-gecko (86) 2021-02-23 16:45:17 +00:00
Sebastian Kaspari
dca326ea45 [components] Reland "Issue https://github.com/mozilla-mobile/android-components/issues/8873: Migrate feature-tab-collections to use browser-state."
This reverts commit 31659483d081ddd98b767d438db1d834587eded2.
2020-12-16 09:30:32 +00:00
Christian Sadilek
6a5dcadba5 [components] Revert "Issue https://github.com/mozilla-mobile/android-components/issues/8873: Migrate feature-tab-collections to use browser-state."
This reverts commit 30d3ebb4130d05846a2b3e7fd488eef128be262c.
2020-12-15 17:20:12 +00:00
Sebastian Kaspari
800fb0d46f [components] Issue https://github.com/mozilla-mobile/android-components/issues/8873: Migrate feature-tab-collections to use browser-state. 2020-12-15 15:37:00 +00:00
Christian Sadilek
9707e50bbd [components] Issue https://github.com/mozilla-mobile/android-components/issues/8947: (Merge day) browser-engine-gecko-beta (83) -> browser-engine-gecko (83) 2020-11-17 10:27:27 -05:00
Roger Yang
fee5f18a8f [components] Issue https://github.com/mozilla-mobile/android-components/issues/8740: (Merge day) browser-engine-gecko-beta (82) -> browser-engine-gecko (82) 2020-10-20 15:29:29 +00:00
Grisha Kruglov
11d4f67fe1 [components] Glean doc update 2020-09-25 18:58:08 +00:00
Gabriel Luong
c69235770a [components] Commit the updated metrics.md files generated from the glean_parser 2020-07-28 12:30:20 -04:00
Sebastian Kaspari
03f742c8cd [components] Issue https://github.com/mozilla-mobile/android-components/issues/7553: (Merge day) browser-engine-gecko-beta (78) -> browser-engine-gecko (78) 2020-06-30 07:25:58 +02:00
Sebastian Kaspari
c1d6b32f04 [components] Issue https://github.com/mozilla-mobile/android-components/issues/6492: (Merge day) browser-engine-gecko-beta (75) -> browser-engine-gecko (75) 2020-04-07 19:25:40 +02:00
Sebastian
368fde8f01 [components] Closes https://github.com/mozilla-mobile/android-components/issues/6180: Update browser-engine-gecko to GeckoView 74 RC2. 2020-03-05 17:32:52 +01:00
MickeyMoz
a7d7f1578c [components] Update GeckoView (release) (20200218-140918) 2020-02-18 14:15:45 +00:00
Jonathan Almeida
5669499412 [components] Issue https://github.com/mozilla-mobile/android-components/issues/5873: (Merge day) browser-engine-gecko-beta (73) -> browser-engine-gecko (73) 2020-02-12 14:57:31 -05:00
Sebastian Kaspari
37639409e6 [components] Issue https://github.com/mozilla-mobile/android-components/issues/5502: (Merge day) browser-engine-gecko-beta (72) -> browser-engine-gecko (72). 2020-01-08 10:48:54 +01:00
Sebastian Kaspari
b359bb966f [components] Regenerate metrics.md. 2019-12-18 16:46:05 +01:00
Sebastian Kaspari
63b2e7a68f [components] Issue https://github.com/mozilla-mobile/android-components/issues/5214: (Merge day) browser-engine-gecko-beta (71) -> browser-engine-gecko (71) 2019-12-09 18:49:45 +01:00
Arturo Mejia
a1571c8c9c [components] Issue https://github.com/mozilla-mobile/android-components/issues/4781: (Merge day) browser-engine-gecko-beta (70) ->
browser-engine-gecko (70)
2019-10-24 14:51:52 -04:00