What's Changed
- Temporarily remove media and storage permissions from AndroidManifest by @copybara-service[bot] in #1076
- Refactor
showBenchmarkButtonconfiguration toisBenchmarkSupportedandshowBenchmarkActionButtonby @copybara-service[bot] in #1080 - Add support for extra data files in the Android model allowlist. This change introduces the ModelDataFile data class to represent supplementary files that need to be downloaded alongside a main model. by @copybara-service[bot] in #1088
- Automatically reset chat session with previous history when resuming after interruption by @copybara-service[bot] in #1093
- Use hugging face api to fetch model size. by @copybara-service[bot] in #1090
- Updating Terms of Service statement. by @copybara-service[bot] in #1096
- Introduce LlmSessionManager to orchestrate LLM chat sessions and persistence. by @copybara-service[bot] in #1095
- Add model allowlist for 1.0.19 by @kkGOOG in #1106
- Improve gated model permission flow and license acknowledgment on Android. by @copybara-service[bot] in #1092
- Fix stale model initialization race condition when navigating to custom tasks. by @copybara-service[bot] in #1132
- Refactor Model initialization to use StateFlow by @copybara-service[bot] in #1138
- Increment AI Edge Gallery Android versionCode to 42. by @copybara-service[bot] in #1145
- Disable learn-something-new skill by default on non-Gemma4-E4B models. by @copybara-service[bot] in #1147
- Fall back to internal CoroutineScope in AICoreModelHelper when null is provided. by @copybara-service[bot] in #1149
- Only show benchmark button when model is an LLM. by @copybara-service[bot] in #1153
- Add reusable multi-step OnboardingDialog component with persistent DataStore state. by @copybara-service[bot] in #1159
- Support task-filtered extra data files. by @copybara-service[bot] in #1160
- Increment AI Edge Gallery Android versionCode to 43. by @copybara-service[bot] in #1162
-
- Replace custom getter on ChatViewModel.currentSessionId that delegated to runtimeExecutor.activeSessionId with a standard mutable property. by @copybara-service[bot] in #1164
- Update Kotlin to 2.2.21 in Gallery Android app. by @copybara-service[bot] in #1168
- Add Scrapbook custom task. by @copybara-service[bot] in #1167
Full Changelog: 1.0.18...1.0.19