Search In Apps Android SDK Release Notes
Stay organized with collections
Save and categorize content based on your preferences.
0.4.2 - March 6, 2025
- Fix a bug that devices running Android 24- crash because the class "java.util.Optional" can't be found.
- Support setting text context when getting search content UI view.
- Deprecate getting search repeat UI view.
0.4.1 - November 21, 2024
- Fixed the issue that the gRPC ManagedChannel was not correctly shut down.
0.4.0 - October 31, 2024
- Support search repeat UI view.
- Support multiple client ids.
- Support component click action notification.
0.3.1 - July 22, 2024
0.3.0 - June 24, 2024
- Support getting location-based search suggestions.
- Support rendering icons on the search suggestions chips.
- Downgrade the min SDK version from 23 to 21.
- Fix a bug that the search suggestion chips' horizontal padding under right to left direction is not identical to the one under left to right direction.
- Fix a bug that after enabling Proguard/R8 to shrink the app code, the SDK reports "NoSuchMethodException" error when talking to the backend.
0.2.0 - February 13, 2024
- Support getting search suggestions UI view.
- Support getting trending searches UI view.
- Deprecate getting search suggestions data.
- Deprecate getting trending searches data.
- Deprecate showing a search results page by passing a search suggestion or trending data.
0.1.0 - October 3, 2023
- Initial public release.
- Support getting search suggestions from text.
- Support getting trending searches.
- Support showing a search results page from a search suggestion or trending
search term.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["The latest release (0.4.1) focuses on fixing a gRPC ManagedChannel shutdown issue, ensuring more stable communication."],["Version 0.4.0 introduced features for improved search interactions, including UI repeat view, multiple client ID support, and click action notifications."],["Earlier updates, like 0.3.0 and 0.2.0, focused on refining search suggestions and trending searches, with UI enhancements and bug fixes."],["The initial release (0.1.0) provided core functionalities like fetching search suggestions, trending searches, and displaying search results."],["The library has undergone continuous improvements, including expanding search capabilities, enhancing UI elements, and addressing platform compatibility."]]],["The updates include fixing a gRPC ManagedChannel shutdown issue, supporting search repeat UI view, multiple client IDs, and component click action notifications. The ability to accept API keys with Android application restrictions was added. Location-based search suggestions and icon rendering on suggestion chips were implemented. The minimum SDK version was downgraded, and bugs related to padding and code shrinking were fixed. Search suggestions and trending UI views were supported while their data fetching was deprecated. The initial release focused on retrieving search suggestions, trending searches, and displaying search results.\n"]]