Update android nightly application-services version bump to new version cd42116f499d604c75f6daf074db513603793ffe from 2024-03-21 17:41:03
Categories
(Firefox for Android :: General, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: update-bot, Assigned: gbrown)
Details
(Whiteboard: [3pl-filed][task_id: dDtL64ooRQq34_1v3yCMfQ])
Attachments
(1 file)
This update covers 4 commits. Here are the overall diff statistics, and then the commit information.
mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt | 2 +-
mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
cd42116f499d604c75f6daf074db513603793ffe by Ryan VanderMeulen
https://github.com/mozilla/application-services/commit/cd42116f499d604c75f6daf074db513603793ffe
Authored: 2024-03-20 23:05:16 -0400
Committed: 2024-03-21 17:41:03 +0000
Update Kotlin to version 1.9.23
Files Modified:
- gradle/libs.versions.toml
e300532e817213e0fa0e9b87c2497503fb6d25a9 by Ben Dean-Kawamura
https://github.com/mozilla/application-services/commit/e300532e817213e0fa0e9b87c2497503fb6d25a9
Authored: 2024-03-20 15:05:50 -0400
Committed: 2024-03-20 20:29:34 +0000
Implement Eq, Ord, and Hash on GetItemOptions
A side issue here is that there are inherint methods with the same
method names as these traits. This is normally not a big deal because
inherent methods have a higher precedence than trait methods. However,
the methods also take &mut self
and which has a lower precedent than
&self
and this rule as a higher precedence (meta-precedence?) than the
other rule.
I prefixed the inherint method names with filter_
and everything seems
to work okay.
Files Modified:
- components/remote_settings/src/client.rs
- components/suggest/src/store.rs
5f00479234fd832771b8bc65d3e0452f1186a5df by Ben Dean-Kawamura
https://github.com/mozilla/application-services/commit/5f00479234fd832771b8bc65d3e0452f1186a5df
Authored: 2024-02-27 16:43:48 -0500
Committed: 2024-03-20 15:02:42 +0000
Bug 1876208 - API for dismissing suggestions
Dismissed suggestion Url hashes are stored in the database and the
suggestions are not returned again in subsequent queries.
This currently works with most providers, but not Yelp or Weather.
Files Modified:
- components/suggest/src/db.rs
- components/suggest/src/lib.rs
- components/suggest/src/schema.rs
- components/suggest/src/store.rs
- components/suggest/src/suggest.udl
- components/suggest/src/suggestion.rs
48798d244a4e25a0e63b15003eee25018ec5a209 by Ryan VanderMeulen
https://github.com/mozilla/application-services/commit/48798d244a4e25a0e63b15003eee25018ec5a209
Authored: 2024-03-18 09:56:28 -0400
Committed: 2024-03-18 14:11:40 +0000
Start release v126.0
Files Modified:
- CHANGELOG.md
- version.txt
Reporter | ||
Comment 1•1 year ago
|
||
dDtL64ooRQq34_1v3yCMfQ |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=1caf5d3618afe14006f77b382e9f62f77920592c
Reporter | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Reporter | ||
Comment 4•1 year ago
|
||
JYHxNh96QqityZGob6kdEA |
All the jobs in the try run succeeded. Like literally all of them, there weren't
even any intermittents. That is pretty surprising to me, so maybe you should double
check to make sure I didn't misinterpret things and that the correct tests ran...
Anyway, I've done all I can, so I'm passing to you to review and land the patch.
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Reporter | ||
Comment 5•1 year ago
|
||
JYHxNh96QqityZGob6kdEA |
This bug is being closed because a newer revision of the library is available.
This bug will be marked as a duplicate of it (because although this bug is older, it is superseded by the newer one).
Comment 6•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Description
•