joshavant
|
22ddf87d2c
|
docs: explain Android signing sync
|
2026-06-17 12:37:29 +02:00 |
|
joshavant
|
2147312aa2
|
android: add release signing sync
|
2026-06-17 12:37:29 +02:00 |
|
joshavant
|
5372c7146b
|
android: add release preflight lane
|
2026-06-17 11:05:53 +02:00 |
|
joshavant
|
529150868c
|
android: derive release notes from changelog
|
2026-06-17 11:05:53 +02:00 |
|
Colin Johnson
|
8e77d5e144
|
fix(android): wait for node capability approval before onboarding (#93792)
* fix android node approval wait state
* docs: add android approval wait proof
* fix(android): address approval state review cleanup
* docs: move PR proof images out of repo
* test: trim android node approval proof
* fix(android): wait for node approval before onboarding
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
|
2026-06-17 09:38:33 +08:00 |
|
joshavant
|
f78235d346
|
android: include changelog in metadata upload
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
d42e557a66
|
android: combine play release upload
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
2971775ead
|
android: upload changelog with play build
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
c9a854c217
|
android: fix release screenshot review blockers
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
f3ab59db58
|
android: generate release screenshots
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
91fb5d3823
|
android: add play release upload lane
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
91220cbd31
|
android: archive release artifacts from pinned version
|
2026-06-16 19:13:44 +02:00 |
|
joshavant
|
40eec48caf
|
android: add pinned release versioning
|
2026-06-16 19:13:44 +02:00 |
|
Ayaan Zaidi
|
c1219d161d
|
fix(android): preserve history context usage (#92837) (thanks @Tosko4)
|
2026-06-15 19:55:17 +05:30 |
|
Ayaan Zaidi
|
636aab6891
|
refactor(android): distill session event refresh
|
2026-06-15 19:55:17 +05:30 |
|
Tosko4
|
8f9493c213
|
fix(android): clear stale context usage snapshots
|
2026-06-15 19:55:17 +05:30 |
|
Tosko4
|
826ea2bf85
|
fix(android): show live chat context usage
|
2026-06-15 19:55:17 +05:30 |
|
dependabot[bot]
|
646bc0d274
|
build(deps): bump the android-deps group in /apps/android with 3 updates (#91365)
* build(deps): bump the android-deps group in /apps/android with 3 updates
Bumps the android-deps group in /apps/android with 3 updates: androidx.core:core-ktx, [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).
Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0
Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0)
Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0)
Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.21 to 2.4.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.21...v2.4.0)
---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlin.plugin.compose
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlin.plugin.serialization
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlin.plugin.serialization
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(android): support compile SDK 37
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
|
2026-06-08 15:34:28 -07:00 |
|
Ayaan Zaidi
|
6d7eb9bb84
|
fix(android): use connected device foreground service
|
2026-06-08 19:53:25 +05:30 |
|
Dave Lutz
|
7d357a75fd
|
fix(android): avoid data sync fgs for node service
|
2026-06-08 19:53:25 +05:30 |
|
joshavant
|
5c5391836b
|
fix(android): remove inert appearance palette preview
|
2026-06-07 17:43:21 -05:00 |
|
Voscko
|
3c73ff7689
|
feat(android): add theme mode selection (#90752)
* feat(android): add theme mode selection
* refine Android theme mode handling
---------
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com>
|
2026-06-07 17:24:57 -05:00 |
|
joshavant
|
f4a5e5762e
|
feat(android): brand onboarding welcome screen
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
1098063783
|
fix(android): clarify nearby gateway discovery state
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
b80893f30d
|
chore(android): simplify onboarding entry actions
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
72b387ad48
|
fix(android): show configured provider readiness
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
44a72cde58
|
chore(android): remove provider setup footer
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
81312e7aa3
|
chore(android): remove model catalog section
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
53e50ec127
|
fix(android): reconnect saved gateway after disconnect
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
485446af8c
|
fix(android): keep sent chat messages in history
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
81f4fe6c11
|
fix(android): pause gateway pairing retries
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
a2455fcc09
|
fix(android): keep gateway pairing off main thread
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
e4583b4f57
|
fix(android): show flavor channel in about
|
2026-06-06 05:03:37 -05:00 |
|
joshavant
|
9413a5aba5
|
fix(android): defer runtime startup after first draw
|
2026-06-06 05:03:36 -05:00 |
|
joshavant
|
b7cafb56fa
|
fix(android): surface voice provider attention
|
2026-06-06 05:03:36 -05:00 |
|
joshavant
|
efea9ca0f5
|
chore(android): fix ktlint formatting
|
2026-06-06 05:03:36 -05:00 |
|
dependabot[bot]
|
c965141d67
|
chore(deps): bump the android-deps group across 1 directory with 9 updates (#86481)
Bumps the android-deps group with 9 updates in the /apps/android directory:
| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.1` |
| androidx.compose:compose-bom | `2026.04.01` | `2026.05.01` |
| [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) | `3.6.4` | `3.6.5` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.13.0` | `1.14.0` |
| com.android.application | `9.2.0` | `9.2.1` |
| com.android.test | `9.2.0` | `9.2.1` |
Updates `gradle-wrapper` from 9.4.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.1)
Updates `androidx.compose:compose-bom` from 2026.04.01 to 2026.05.01
Updates `dnsjava:dnsjava` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/dnsjava/dnsjava/releases)
- [Changelog](https://github.com/dnsjava/dnsjava/blob/master/Changelog)
- [Commits](https://github.com/dnsjava/dnsjava/commits)
Updates `org.junit.vintage:junit-vintage-engine` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0)
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.2...1.11.0)
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.2...1.11.0)
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.2...1.11.0)
Updates `com.google.android.material:material` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.13.0...1.14.0)
Updates `com.android.application` from 9.2.0 to 9.2.1
Updates `com.android.test` from 9.2.0 to 9.2.1
Updates `com.android.test` from 9.2.0 to 9.2.1
---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
dependency-version: 2026.05.01
dependency-type: direct:production
dependency-group: android-deps
- dependency-name: com.android.application
dependency-version: 9.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: android-deps
- dependency-name: com.android.test
dependency-version: 9.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: android-deps
- dependency-name: com.android.test
dependency-version: 9.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: android-deps
- dependency-name: com.google.android.material:material
dependency-version: 1.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: dnsjava:dnsjava
dependency-version: 3.6.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: android-deps
- dependency-name: gradle-wrapper
dependency-version: 9.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
- dependency-name: org.junit.vintage:junit-vintage-engine
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: android-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-06-05 14:07:08 -07:00 |
|
Ayaan Zaidi
|
d6dbcb2f4b
|
fix(android): surface expiring providers in palette
|
2026-06-05 17:14:34 +05:30 |
|
Ayaan Zaidi
|
61d121f1ca
|
fix(android): show unavailable model rows as attention
|
2026-06-05 17:14:34 +05:30 |
|
Ayaan Zaidi
|
30160933f0
|
refactor(android): distill provider availability cleanup
|
2026-06-05 17:14:34 +05:30 |
|
Tosko4
|
8b66003a0b
|
fix(android): clarify provider attention state
|
2026-06-05 17:14:34 +05:30 |
|
Peter Steinberger
|
e900428a47
|
docs: document repo support scripts
|
2026-06-04 08:01:15 -04:00 |
|
joshavant
|
d5d3e9983e
|
fix: harden mobile a2ui bridge trust
|
2026-06-03 16:50:08 -07:00 |
|
Peter Steinberger
|
1878ca0820
|
chore(release): prepare 2026.6.2 beta
|
2026-06-04 00:06:52 +01:00 |
|
Peter Steinberger
|
e254346bc2
|
chore(release): prepare 2026.6.3 beta
|
2026-06-03 23:42:34 +01:00 |
|
Ayaan Zaidi
|
e5e6cf04a2
|
fix(android): hide nav under command palette
|
2026-06-03 17:02:10 +05:30 |
|
Ayaan Zaidi
|
4f8740029a
|
refactor(android): distill companion shell cleanup
|
2026-06-03 17:02:10 +05:30 |
|
Tosko4
|
9159b3bf8e
|
Improve Android companion-first shell UX
|
2026-06-03 17:02:10 +05:30 |
|
Peter Steinberger
|
2ffeca1d78
|
docs: document Android notification picker helpers
|
2026-06-02 08:38:23 -04:00 |
|
Ayaan Zaidi
|
e31f351923
|
fix(android): classify updated system apps
|
2026-06-02 13:44:45 +05:30 |
|