Commit graph

102 commits

Author SHA1 Message Date
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
github-actions
f0927d0ce7 Import translations from android-l10n 2023-09-02 00:29:00 +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
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
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
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
Mozilla L10n Automation Bot
a8fdec01fe [components] Import l10n. 2021-06-14 00:15:29 +00:00
Mozilla L10n Automation Bot
e50f0e5f9f [components] Import l10n. 2021-06-13 00:19:56 +00:00
Mozilla L10n Automation Bot
c17cb9921d [components] Import l10n. 2021-05-15 00:22:17 +00:00
Mozilla L10n Automation Bot
cc491ecdc9 [components] Import l10n. 2021-05-12 00:20:05 +00:00
Mozilla L10n Automation Bot
374642dc42 [components] Import l10n. 2021-04-18 00:21:12 +00:00
Mozilla L10n Automation Bot
cd1ff86a9f [components] Import l10n. 2021-04-12 00:20:39 +00:00
Mozilla L10n Automation Bot
8fc62d6ac9 [components] Import l10n. 2021-04-11 00:20:31 +00:00
Mozilla L10n Automation Bot
a999cf4597 [components] Import l10n. 2021-03-30 00:21:24 +00:00
Mozilla L10n Automation Bot
fbe06980e1 [components] Import l10n. 2021-03-14 00:22:50 +00:00
Mozilla L10n Automation Bot
98e4f66268 [components] Import l10n. 2021-03-01 00:16:06 +00:00