From 7a808fb8fc4865d6464ce21a02fe92d89fd54a40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Aug 2026 05:15:40 +0000 Subject: [PATCH 1/2] docs(KOB-54289): Robot Ranch draft --- docs/modules/devices/pages/install-an-app.adoc | 16 ++++++++++++++++ .../device-modal-installed-app-version.adoc | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc diff --git a/docs/modules/devices/pages/install-an-app.adoc b/docs/modules/devices/pages/install-an-app.adoc index 0a5322915..a499febb5 100644 --- a/docs/modules/devices/pages/install-an-app.adoc +++ b/docs/modules/devices/pages/install-an-app.adoc @@ -79,3 +79,19 @@ image:select-apps-from-device-overview-closeup.png[width=500,alt="Select Apps fr Select *Uninstall All*. image:uninstall-all-apps-closeup.png[width=500,alt="Uninstall all apps"] + +// TODO(KOB-54289): This section documents corrected installed-version behavior that has not +// shipped yet. Verify against a released build before publishing, confirm the version column +// label, and confirm the no-match behavior described in the note. + +== Check which version is installed + +The *Apps* list shows one row per app. Each row reports whether a version of that app is installed on the device. + +* When a version is installed, the row shows *Installed* and names that build in the version column. +* When no version is installed, the row shows *Available* and names the latest version in your app repository. + +For an app with multiple versions, select the *App Name* to see each build. Kobiton marks the installed build *Installed* and lists the others as *Available*. + +[NOTE] +If Kobiton cannot match the build on the device to a version in your app repository, no version is marked *Installed*, even though the app is on the device. This happens when the app repository does not record enough detail to tell the app's builds apart. diff --git a/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc b/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc new file mode 100644 index 000000000..a63c41dea --- /dev/null +++ b/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc @@ -0,0 +1,13 @@ +// Pending release note. No target release is assigned for this change yet. +// Partials are not published by Antora, so nothing in this file renders on the site. +// When the release is known, move these bullets into the matching page under +// docs/modules/release-notes/pages/all-releases/ in its "Improvements and fixes" +// section, confirm the area heading, then delete this file. +// +// Source ticket: KOB-54289. Do not carry the ticket ID into published wording. + +=== Device details + +- Fixed the *Apps* tab of the device modal reporting the newest version in the app repository as *Installed* instead of the build actually installed on the device. Android devices were affected when several builds of an app shared the same version. +- The app row on the *Apps* tab now shows *Installed* when any version of the app is installed, and names the installed build. Previously the row reported the status of the newest version in the app repository. +- When the build on the device cannot be matched to a version in the app repository, no version is marked *Installed*. Previously the newest version in the app repository was marked *Installed* in this case. From d2811de467411561e009c0a08324eed9837c7887 Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Fri, 14 Aug 2026 15:48:20 -0400 Subject: [PATCH 2/2] docs(KOB-54289): drop pending release-note partial Release-note entry migrated into the post-4.28 collection doc via PR #555. Scoping this PR to the product-doc change on install-an-app.adoc only. TODO comment retained pending independent verification against a released build. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../pending/device-modal-installed-app-version.adoc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc diff --git a/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc b/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc deleted file mode 100644 index a63c41dea..000000000 --- a/docs/modules/release-notes/partials/pending/device-modal-installed-app-version.adoc +++ /dev/null @@ -1,13 +0,0 @@ -// Pending release note. No target release is assigned for this change yet. -// Partials are not published by Antora, so nothing in this file renders on the site. -// When the release is known, move these bullets into the matching page under -// docs/modules/release-notes/pages/all-releases/ in its "Improvements and fixes" -// section, confirm the area heading, then delete this file. -// -// Source ticket: KOB-54289. Do not carry the ticket ID into published wording. - -=== Device details - -- Fixed the *Apps* tab of the device modal reporting the newest version in the app repository as *Installed* instead of the build actually installed on the device. Android devices were affected when several builds of an app shared the same version. -- The app row on the *Apps* tab now shows *Installed* when any version of the app is installed, and names the installed build. Previously the row reported the status of the newest version in the app repository. -- When the build on the device cannot be matched to a version in the app repository, no version is marked *Installed*. Previously the newest version in the app repository was marked *Installed* in this case.