Commit Graph

117 Commits

Author SHA1 Message Date
Gabriel Luong
ad8f04aea6 Bug 1845134 - Part 3: Rename mozac_ic_append_up_24 tp mozac_ic_append_up_left_24 r=android-reviewers,007
Refactors mozac_ic_append_up_24 tp mozac_ic_append_up_left_24 and updates the source from acorn-icons

Differential Revision: https://phabricator.services.mozilla.com/D206453
2024-04-04 04:57:25 +00:00
mcarare
7562dc8765 Bug 1880077 - Switch to using Compose BOM instead of individual versioning 2024-02-22 08:51:53 +00:00
github-actions
c11d231a4c Import translations from android-l10n 2024-01-18 20:02:46 -05:00
t-p-white
01f1578630 Bug 1874861 - Removed redundant LongParameterList suppression's 2024-01-18 18:37:49 +00:00
github-actions
579c5c9774 Import translations from android-l10n 2023-12-09 00:35:44 +00:00
github-actions
f8593e994f Import translations from android-l10n 2023-11-11 00:30:35 +00:00
Lina Butler
2baad7c50e Bug 1859408 - Instrument the awesomebar to report visible suggestions.
This commit adds an `onVisibilityStateUpdated` callback to the
`AwesomeBar` composable. The new callback is invoked with the current
`AwesomeBar.VisibilityState` whenever the list of visible suggestions
changes.
2023-10-17 17:08:29 +00:00
mike a
dd3cf83610 Bug 1852328 – removed suggestion map upcasting from Awesomebar 2023-09-11 14:41:43 +00:00
mcarare
063c553913 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
mcarare
235c47209f Bug 1849833 - Replace deprecated kotlinOptions method. 2023-09-11 06:36:20 +00:00
mcarare
5a7b24763d Bug 1849833 - Replace qualified name with import. 2023-09-11 06:36:20 +00:00
iorgamgabriel
47af2f06e2 Bug 1844960 - Bookmark suggestions should appear unconcerned with the search suggestions setting. 2023-09-08 07:57:42 +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
c21d65d68c Bug 1840210 - Rename mozac_ic_edit_suggestion to mozac_ic_append_up_24 2023-07-10 22:15:49 +00:00
github-actions
671c33c1b3 Import translations from android-l10n 2023-07-04 00:29:41 +00:00
github-actions
59cf7ecc2e Import translations from android-l10n 2023-05-05 00:32:51 +00:00
rahulsainani
42a1bace75 Bug 1827631 - Use debugImplementation for compose tooling 2023-04-20 07:11:42 +00:00
github-actions
8b45c49747 Import translations from android-l10n 2023-03-09 20:35:59 -05:00
github-actions
f5ca4d2c8c Import translations from android-l10n 2023-03-09 00:54:00 +00:00
github-actions
e33d341c5a Import translations from android-l10n 2023-03-07 01:06:53 +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
github-actions
e3e6788043 Import translations from android-l10n 2023-02-13 07:57:07 -05:00
Mozilla L10n Automation Bot
44067eb38a Import l10n. 2023-01-22 22:27:02 +00:00
Mozilla L10n Automation Bot
130360184d Import l10n. 2022-12-27 01:01:49 +00:00
Mozilla L10n Automation Bot
f1082aeac8 Import l10n. 2022-12-24 00:48:23 +00:00
sarah541
179a7ca332 Bug 1800700 - Add default search suggest header 2022-12-15 20:36:00 +00:00
mcarare
56c23eb87b Bug 1803649 - Suppress "UnrememberedMutableState" lint.
When changing providers list (showing search engine shortcuts is an example)
the suggestion would not change if the state is not recalculated depending on the new groups.
2022-12-06 18:14:03 +00:00
Jonathan Almeida
539f927c7d Revert "Remember the suggestion value."
This reverts commit db495020835e4981e9a79df9b798a79ede546d1e.
2022-12-01 17:33:27 +00:00
mcarare
4128ca5909 Remember the suggestion value.
This avoid recreating the object during recomposition.
2022-11-30 19:08:31 +00:00
Christian Sadilek
4091b14a33 Fix android lint in composite builds 2022-11-21 13:40:53 -05:00
sarah541
b9b3a1e2d2 Bug 1800700 - Add default search suggest header 2022-11-20 17:02:04 +00:00
Alexander Gramiak
bcc43f0530 Bug 1799230 - Use Non-Transitive R Classes
According to Android documentation: "This leads to faster builds and
the corresponding benefits of compilation avoidance."
2022-11-17 18:23:01 +00:00
mcarare
4ad330adbc [components] For https://github.com/mozilla-mobile/android-components/issues/12489: Upgrade kotlin, coroutines, compose compiler to latest versions.
Upgrade kotlin to 1.7.20, coroutines to 1.6.4 and compose compiler to 1.3.2.
Replace deprecated Xopt-in with op-in.
Replace deprecated Xjvm-default=enable with Xjvm-default=all.
Remove useIR property that is now default true.
2022-10-18 08:20:59 +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
Mozilla L10n Automation Bot
291f58aa12 [components] Import l10n. 2022-08-29 00:25:29 +00:00
Mozilla L10n Automation Bot
8b96068192 [components] Import l10n. 2022-08-04 00:21:34 +00:00
Roger Yang
047aac87df [components] No issue: Ensure suggestion icons are cropped correctly 2022-08-03 14:44:27 +00:00
sarah541
559449a178 [components] Correct Padding for Suggestion Group header 2022-07-21 20:01:36 +00:00
sarah541
a5a44f37c4 [components] Display firefox suggest header in the correct order 2022-07-21 19:46:46 +00:00
sarah541
8e18849711 [components] Fix suggestions flickering caused by https://github.com/mozilla-mobile/android-components/pull/12444 2022-07-18 17:18:28 +00:00
sarah541
805e57c7c0 [components] For https://github.com/mozilla-mobile/android-components/issues/12443 - Add firefox suggest header for lib suggestions 2022-07-14 21:16:10 +00:00
Mugurell
bf8ab1bdb5 [components] For https://github.com/mozilla-mobile/android-components/issues/12469 - Cancel previous queries before new suggestions requests 2022-07-11 16:52:40 +00:00
Mozilla L10n Automation Bot
df86e312d0 [components] Import l10n. 2022-05-24 00:25:19 +00:00
Mozilla L10n Automation Bot
d3cdeb6e35 [components] Import l10n. 2022-05-16 00:22:16 +00:00
Mozilla L10n Automation Bot
a04407ea38 [components] Import l10n. 2022-05-06 00:18:19 +00:00
mcarare
2275e49731 [components] For https://github.com/mozilla-mobile/android-components/issues/9684: Run tests on sdk 30. 2022-04-28 08:33:29 +00:00