Update android nightly application-services version bump to new version 71226c87a9b30064ed358de4ebb5aeb3b6650440 from 2024-07-03 05:02:46
Categories
(Firefox for Android :: General, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: update-bot, Assigned: dmeehan)
Details
(Whiteboard: [3pl-filed][task_id: IbXAy85FRbarpt7LILCzuQ])
Attachments
(1 file)
This update covers 1 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(-)
71226c87a9b30064ed358de4ebb5aeb3b6650440 by Ben Dean-Kawamura <bdk@mozilla.com>
https://github.com/mozilla/application-services/commit/71226c87a9b30064ed358de4ebb5aeb3b6650440
Authored: 2024-07-01 16:33:14 -0400
Committed: 2024-07-02 17:35:00 +0000
Bug 1905769 - Suggest API for loading sqlite3 extensions
Added a method on SuggestStoreBuilder
to load an SQLite3 extension.
This will be needed to enable FTS5 on Desktop. It shouldn't be needed
on Android/iOS, since FTS5 is normally loaded by default.
I tested this with a simple .so file that I downloaded myself. However,
I couldn't figure out a good way to check in this code.
Files Modified:
- components/suggest/Cargo.toml
- components/suggest/src/benchmarks/ingest.rs
- components/suggest/src/db.rs
- components/suggest/src/schema.rs
- components/suggest/src/store.rs
- components/suggest/src/suggest-fakespot.udl
- components/suggest/src/suggest.udl
Reporter | ||
Comment 1•1 year ago
|
||
IbXAy85FRbarpt7LILCzuQ |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=55442e8f59f2dec29f1c43da6e4f26256bd51610
Reporter | ||
Comment 2•1 year ago
|
||
IbXAy85FRbarpt7LILCzuQ |
Updatebot encountered an error while trying to submit to phabricator.
Updatebot will be unable to do anything more for this library version.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Comment 5•1 year ago
|
||
bugherder |
Description
•