mcarare
1070e28db0
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 13:00:48 +00:00
acseh
3f4b08c594
Backed out changeset 9976b7730dbd (bug 1893120) for causing lint failures CLOSED TREE
2024-05-14 12:57:36 +03:00
mcarare
4a11afeae1
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 08:02:38 +00:00
Ryan VanderMeulen
f27c406ee7
Bug 1892162 - Remove deprecated Compat API usage. r=android-reviewers,mcarare
...
The minimum API level was bumped in the Core 1.13.0 release, leading to
a number of new warnings about deprecated Java API usage which turn
fatal with warnings-as-errors enabled.
Differential Revision: https://phabricator.services.mozilla.com/D207971
2024-04-24 12:47:08 +00:00
mcarare
16fb39bd7d
Bug 1839160 - Prevent opening a menu twice.
2024-03-07 18:53:24 +00:00
github-actions
5e6cb700c4
Import translations from android-l10n
2024-01-13 00:29:26 +00:00
github-actions
a57082d524
Import translations from android-l10n
2023-09-17 01:48:25 +00:00
mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
github-actions
f0927d0ce7
Import translations from android-l10n
2023-09-02 00:29:00 +00:00
MatthewTighe
c87183c8b5
Bug 1843168 - Expose Mockito through test support component
2023-07-24 18:02:09 +00:00
github-actions
5ad818a6ce
Import translations from android-l10n
2023-07-14 01:00:05 +00:00
Gabriel Luong
664bbcf3df
Bug 1840210 - Rename mozac_ic_menu to mozac_ic_ellipsis_vertical_24
2023-07-10 22:15:49 +00:00
Geoff Brown
6561b2de2b
Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues
2023-04-12 14:04:29 +00:00
mcarare
278fa80cc2
Bug 1824717 - Remove unnecessary AndroidJUnit4 runner.
2023-04-05 12:44:13 +00:00
github-actions
13f166ef5e
Import translations from android-l10n
2023-03-23 00:37:01 +00:00
github-actions
f5ca4d2c8c
Import translations from android-l10n
2023-03-09 00:54:00 +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
mike a
aee4013aee
Bug 1816516 – improve menu positioning tests
2023-02-23 08:17:07 +00:00
mike a
25b7e7bb45
Bug 27998 – Add offset parameter to menu2
2023-02-06 21:02:31 +00:00
Mozilla L10n Automation Bot
44067eb38a
Import l10n.
2023-01-22 22:27:02 +00:00
t-p-white
48263ce275
For #25810 - Unified search 'search popup menu' should give hint to user that there are more menu items available by scrolling
2023-01-09 10:21:55 +00:00
Mozilla L10n Automation Bot
130360184d
Import l10n.
2022-12-27 01:01:49 +00:00
Mozilla L10n Automation Bot
eb88d37e79
Import l10n.
2022-12-23 17:38:00 +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
Mozilla L10n Automation Bot
1b14baec2a
[components] Import l10n.
2022-09-08 00:20:22 +00:00
Mozilla L10n Automation Bot
a5b627775a
[components] Import l10n.
2022-08-30 00:23:46 +00:00
Mozilla L10n Automation Bot
ef2b1975c5
[components] Import l10n.
2022-08-28 01:12:33 +00:00
Mozilla L10n Automation Bot
8b96068192
[components] Import l10n.
2022-08-04 00:21:34 +00:00
Roger Yang
7fb9572cc4
[components] No issue: Fix popup window test setup
2022-06-29 15:06:06 +00:00
Roger Yang
8aa270daaa
[components] Close https://github.com/mozilla-mobile/android-components/issues/12398 : Do not scroll menu to bottom with up orientation
2022-06-29 01:39:23 +00:00
Roger Yang
c1839c2f47
[components] Close https://github.com/mozilla-mobile/android-components/issues/12398 : Add support for forcing menu orientation
2022-06-28 15:55:53 +00:00
Roger Yang
60c503f3cb
[components] Close https://github.com/mozilla-mobile/android-components/issues/12234 : Show correct popup window animation when window does not fit desired orientation
2022-06-01 19:17:10 +00:00
Mugurell
d78b06b6bf
[components] For https://github.com/mozilla-mobile/android-components/pull/11175 - Migrate runBlocking and runBlockingTest to runTest in unit tests
...
Used `runTestOnMain` where `MainCoroutineRule` was used or needed to be used,
`runTest` elsewhere.
Extra effort for removing all `runBlocking` occurrences in unit tests.
`kotlinx.coroutines.test.runTest` is a test specific API that seems like a more
appropriate way for running tests in a coroutine than the general
`kotlinx.coroutines.runBlocking` api.
2022-05-10 13:45:03 +00:00
Mugurell
2963708053
[components] For https://github.com/mozilla-mobile/android-components/issues/11755 - Replace TestCoroutineDispatcher with UnconfinedTestDispatcher
...
- Refactor out all usages of TestCoroutineDispatcher and TestCoroutineScope
- Refactor MainCoroutineRule to now use UnconfinedTestDispatcher by default.
This dispatcher will eagerly enter all launch or async blocks being more suited
to our codebase.
2022-05-10 13:45:03 +00:00
Mozilla L10n Automation Bot
a04407ea38
[components] Import l10n.
2022-05-06 00:18:19 +00:00
mcarare
98761c0204
[components] For https://github.com/mozilla-mobile/android-components/issues/9684 : Run all view tests on sdk 30.
2022-04-28 08:33:29 +00:00
Roger Yang
1a1326ddbf
[components] Close https://github.com/mozilla-mobile/android-components/issues/12058 : Disable popup window input method
2022-04-26 15:53:02 +00:00
Roger Yang
21fd282f38
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12055 : Support reversed menu animation when anchor is on the left.
2022-04-25 18:42:01 +00:00
Mozilla L10n Automation Bot
61700d4de2
[components] Import l10n.
2022-02-12 00:25:46 +00:00
Mozilla L10n Automation Bot
12afbcd07d
[components] Import l10n.
2021-12-22 00:25:35 +00:00
Mozilla L10n Automation Bot
89e858047c
[components] Import l10n.
2021-09-12 00:22:14 +00:00
Mozilla L10n Automation Bot
5f47d86a46
[components] Import l10n.
2021-08-13 00:23:45 +00:00
Mozilla L10n Automation Bot
b74636142b
[components] Import l10n.
2021-08-10 00:19:37 +00:00
Sebastian Kaspari
ce323400dd
[components] Run ktlintFormat to fix new ktlint errors.
2021-07-28 12:03:23 +00:00
Michael Comella
06e80c6e10
[components] For https://github.com/mozilla-mobile/android-components/issues/10604 : remove remaining unused imports automatically.
...
This commit was automatically generated with:
```sh
./gradlew ktlint --args="-F"
```
2021-07-27 19:39:04 +00:00
Michael Comella
9f3e6f1a1b
[components] For https://github.com/mozilla-mobile/android-components/issues/10604 : reuse new TestCoroutineDispatcher in additional tests.
...
These follow a few more simple patterns I was able to find:
- the testDispatcher is not used anywhere else: remove it
- the testDispatcher is used to set a main dispatcher: this is redundant
to the test rule so remove it both the dispatcher & the main dispatcher
- the testDispatcher is actually used elsewhere: for simplicity, change
the reference to point at the MainCoroutineRule.
2021-07-27 19:39:04 +00:00
Stefan Arentz
a719bbf6ce
[components] For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master branch to main ( https://github.com/mozilla-mobile/android-components/pull/10647 )
...
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (GitHub Workflows)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (Pull Request Template)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (README)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (l10n.toml)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (GitHubPlugin.kt)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (Documentation & Comments)
* For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (TaskCluster)
2021-07-21 09:59:30 -04:00