mcarare
|
7e47586e45
|
Bug 1859017 - Handle nullability changes.
|
2023-10-16 13:39:23 +00:00 |
|
mcarare
|
fbfcc83411
|
Bug 1859017 - Replace setDispatcher method with var assignment.
setDispatcher method no longer exists.
|
2023-10-16 13:39:23 +00:00 |
|
mcarare
|
063c553913
|
Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
|
2023-09-11 06:36:20 +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
|
cd1b348c9b
|
Bug 1802817 - Rename DSL object from lintOptions to lint.
DSL object for configuring lint options lintOptions is deprecated.
|
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 |
|
Christian Sadilek
|
4091b14a33
|
Fix android lint in composite builds
|
2022-11-21 13:40:53 -05: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 |
|
Christian Sadilek
|
7f7ba9ad41
|
[components] Update LeakCanary to 2.4 and add to Sample Browser
|
2020-07-13 14:11:20 -04:00 |
|
Tiger Oakes
|
e019ab8400
|
[components] Add arch common dependency to fix build issues
|
2020-06-11 11:11:25 -07:00 |
|
Tiger Oakes
|
d67f03f784
|
[components] Remove LiveData.awaitValue
|
2020-06-11 11:11:21 -07:00 |
|
Tiger Oakes
|
c6c313f409
|
[components] Update lifecycle version
|
2020-05-20 13:46:06 -07:00 |
|
Roger Yang
|
1e2ddbff67
|
[components] For https://github.com/mozilla-mobile/android-components/issues/3893 - Moving WebserverRule to support-test
|
2019-08-08 12:53:53 -04:00 |
|
Sebastian Kaspari
|
dcce14fa4e
|
[components] Issue https://github.com/mozilla-mobile/android-components/issues/3888: Add LeakDetectionRule for detecting memory leaks while running instrumented tests.
|
2019-07-26 10:46:52 +02: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 |
|
Michael Comella
|
14ab089d4e
|
[components] Closes https://github.com/mozilla-mobile/android-components/issues/1640: Add ViewInteraction ext fun with boolean args.
This is largerly from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/ext/ViewInteraction.kt
|
2019-03-22 13:41:14 +01:00 |
|
Michael Comella
|
f640a45c15
|
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1640: Add ViewMatchers with boolean arguments.
This is largerly imported from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/Matchers.kt
|
2019-03-22 13:41:14 +01:00 |
|
Michael Comella
|
aad3d7c186
|
[components] Issue https://github.com/mozilla-mobile/android-components/issues/1640: Add maybeInvertMatcher to :support-android-test.
The Espresso dependency is used to get access to hamcrest. Espresso will
also be used in later commits.
This is imported from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/Matchers.kt
|
2019-03-22 13:41:14 +01:00 |
|
Sebastian Kaspari
|
9865565a7d
|
[components] Add support-android-test component for test helpers to be used in instrumented (on device) tests.
|
2019-03-04 17:20:47 -05:00 |
|