mcarare
|
7562dc8765
|
Bug 1880077 - Switch to using Compose BOM instead of individual versioning
|
2024-02-22 08:51:53 +00:00 |
|
mcarare
|
60d3978145
|
Bug 1821005 - Restore reverted Gradle 8 upgrade due to startup crashes"
This reverts commit 592e88b3547d2e96ae04d8b5bd69cbab2ac3e97e.
|
2023-12-05 03:44:20 +00:00 |
|
Ryan VanderMeulen
|
c65ab071b9
|
Bug 1821005 - Revert Gradle 8 upgrade due to startup crashes
Revert "Bug 1863744 - Update Gradle to version 8.4"
This reverts commit 829795632954148709fbe945c78d55cc62053ac8.
Revert "Bug 1821005 - Apply additional keep rules for missing classes detected while running R8."
This reverts commit 8f3f246cc5ff571323f56d46963d8d176bec91e3.
Revert "Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test."
This reverts commit 6962bf0b5df57781045f68417f76527bcdf521ab.
Revert "Bug 1821005 - Include sourcesJar as an input of publishing."
This reverts commit 41b2a48da577787c3189eec8c8af71c35cfecbfb.
Revert "Bug 1821005 - Set compileOptions for android subprojects."
This reverts commit fb21df9d0a9cd585e216733dc1bf929636df20f1.
Revert "Bug 1821005 - Replace deprecated project.buildDir"
This reverts commit 6f880de46ec73f7e5240a0279108bbb6aeb0f63b.
Revert "Bug 1821005 - Exclude generated metrics docs from detekt."
This reverts commit f17d2430bf1daabeed2724312354018050f3f52a.
Revert "Bug 1821005 - Exclude build in extensions versioning from detekt."
This reverts commit 34144c5ad1d62e2d85492f8d32341bbcd032690b.
Revert "Bug 1821005 - Add uses-feature tag for camera permission."
This reverts commit 13c80944bd1756cdcaa98eef783b6a23ad12cabd.
Revert "Bug 1821005 - Set nonTransitiveRClass and nonFinalResIds build flags to false."
This reverts commit 219fbc19c54134ad264edc79642fa1799c6f54d6.
Revert "Bug 1821005 - Apply plugin: 'kotlin-android' for UI modules."
This reverts commit ddbd5e18eb9d2b33b4de4a6df48d97ec4ab42963.
Revert "Bug 1821005 - Enable generation of the BuildConfig class"
This reverts commit 65c2b8c63790fbd2352f3f94b99c80d81d18dae1.
Revert "Bug 1821005 - Add namespace to samples-glean-library module"
This reverts commit 0239233efb1cc4e896e4aa0337e3da911eeb2f1c.
Revert "Bug 1821005 - Replace deprecated toLowerCase with lowercase."
This reverts commit 69f2c66aad3aa638a1bab31b2a1e6c597d1f3992.
Revert "Bug 1821005 - Replace deprecated 'toInt' method with 'code' property."
This reverts commit 7adb38a6fbe20de3fdb6723a10e574d183e7fcff.
Revert "Bug 1821005 - Replace deprecated execResult."
This reverts commit bfd02dd16d7e5c9dbcf34858fbbe4176d698f8cd.
Revert "Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute."
This reverts commit a05bc9618457ab2d71a5d3d88d8d3b0318497a54.
Revert "Bug 1821005 - Upgrade AGP to 8.0.2"
This reverts commit fc0fadd63553e2144ce074454d502ecf307eb988.
Revert "Bug 1821005 - Upgrade kotlin-dsl to 4.1.0."
This reverts commit 14e8903e922fa22e28450520be3b6152be6a3a8f.
Revert "Bug 1821005 - Upgrade Gradle to 8.3 version."
This reverts commit f14f447a4d43588d24e4ca3efde0668ddcf7cf08.
|
2023-11-08 13:35:38 -05:00 |
|
mcarare
|
0d8b201396
|
Bug 1821005 - Add uses-feature tag for camera permission.
Having the camera permission automatically adds a camera hardware requirement. This removes that requirement for devices to have a camera.
|
2023-11-08 09:10:09 +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 |
|
Geoff Brown
|
4b36c91e06
|
Bug 1825116 - Add license notice where missing (https://github.com/mozilla-mobile/firefox-android/pull/1637)
* Bug 1825116 - Add license notice where missing
* Bug 1825116 - Revert changes to strings.xml
* Bug 1825116 - Restore ic_cc*.xml
|
2023-04-19 21:08:15 +00:00 |
|
mcarare
|
8ad917783c
|
Bug 1796348 - Add manifest notification permission for modules that use notifications.
|
2023-03-30 15:04:03 -04: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 |
|
Gabriel Luong
|
d9d783b698
|
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12939: Address all ktlint issues
|
2022-10-17 17:07:40 -04: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 |
|
mcarare
|
80f0876bec
|
[components] For https://github.com/mozilla-mobile/android-components/issues/12381: Handle allowBackup, fullBackupContent deprecation.
|
2022-08-31 09:47:47 +00:00 |
|
Sebastian Kaspari
|
90ec41fc3a
|
[components] Update Kotlin and Jetpack Compose versions.
|
2021-10-25 10:58:07 +00:00 |
|
Sebastian Kaspari
|
449d621a63
|
[components] Closes https://github.com/mozilla-mobile/android-components/issues/11071: SearchUseCases: Delegate URL loads to SessionUseCases
This allows us to use the optimizations in SessionUseCases for searches too.
|
2021-10-08 09:07:20 +00:00 |
|
Sebastian Kaspari
|
38955d4fa8
|
[components] compose-browser: Hide keyboard when user scrolls awesomebar.
|
2021-09-22 07:47:19 +00:00 |
|
Sebastian Kaspari
|
5fe8518267
|
[components] AwesomeBar(): Add option to autocomplete from suggestions that support it.
|
2021-08-05 11:47:24 +00:00 |
|
Sebastian Kaspari
|
8eac344532
|
[components] Add simple TabCounterButton to compose-tabstray.
|
2021-07-28 13:15:08 +00:00 |
|
Sebastian Kaspari
|
ce323400dd
|
[components] Run ktlintFormat to fix new ktlint errors.
|
2021-07-28 12:03:23 +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
|
01f9035cbf
|
[components] BrowserScreenState: Add kdoc.
|
2021-07-21 16:07:18 +00:00 |
|
Sebastian Kaspari
|
c985718be7
|
[components] samples-compose-browser: Use actual suggestion providers.
|
2021-07-21 15:56:41 +00:00 |
|
Sebastian Kaspari
|
3c70bc4b05
|
[components] compose-browser-toolbar: Add initial theming.
|
2021-07-21 15:46:17 +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 |
|