mcarare
|
7562dc8765
|
Bug 1880077 - Switch to using Compose BOM instead of individual versioning
|
2024-02-22 08:51:53 +00:00 |
|
mcarare
|
06ab2382da
|
Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
|
2023-09-21 13:28:28 +00:00 |
|
Lina Butler
|
85b103afba
|
Bug 1850296 - Show Firefox Suggest suggestions in the sample browser.
This commit integrates Firefox Suggest web suggestions into
`samples-compose-browser`.
|
2023-09-01 20:29:43 +00:00 |
|
Ryan VanderMeulen
|
0e5e70291c
|
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
|
2023-03-07 00:12:18 +00:00 |
|
mcarare
|
1f589a2e0b
|
Bug 1802817 - Set namespace via DSL in gradle build files.
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
|
2023-03-02 17:13:09 +00:00 |
|
mcarare
|
922b5f6643
|
Bug 1802817 - Rename AC Dependencies to ComponentsDependencies.
This change is needed in order to avoid clashes with Dependencies class introduced
in Gradle from 7.6 version.
|
2023-03-02 17:13:09 +00:00 |
|
mcarare
|
92fe0c0234
|
[components] For https://github.com/mozilla-mobile/android-components/issues/12724: Upgrade compose to 1.2.1 version.
Split versioning of compose compiler.
Enable Xjvm-default to allow inheriting from interfaces with '@JvmDefault' members
like RememberObserver.
|
2022-09-08 08:22:09 +00:00 |
|
Sebastian Kaspari
|
90ec41fc3a
|
[components] Update Kotlin and Jetpack Compose versions.
|
2021-10-25 10:58:07 +00:00 |
|
Sebastian Kaspari
|
8efa620e9a
|
[components] Add initial version of a compose-tabstray component
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
|
2021-07-22 10:39:58 +00:00 |
|
Sebastian Kaspari
|
c985718be7
|
[components] samples-compose-browser: Use actual suggestion providers.
|
2021-07-21 15:56:41 +00:00 |
|
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 |
|