# 27 August: Mobile app update

New features and enhancements have been implemented in Mobile app v2.

### &#x20;✨ New

**Assign/Unassign conversation interface like web** &#x20;

The mobile app's interface for assigning and unassigning conversations matches the web interface. An icon now indicates if a conversation is unassigned, a feature that was previously unavailable.

![](/files/ErI99hPmu8w4sYKVc7Oy)

![](/files/9jEHGUX25iSE3OUpDri6) ![](/files/BUJVKOwZs0J1KDAvEZH6)

**Message reactions - bubble component**&#x20;

Users can now react to messages easily by tapping on them.

![](/files/0eRemo3jYaHDljBHeUJW) !\[A screenshot of a chat

Description automatically generated]\(/files/GMGH2ElDBRpPAXQ6KhSI)

**Message translate** &#x20;

You can translate any message by long-pressing it to access the option header, where they can click the "Translate" icon.

![](/files/C3MV2y5I41CkE6jtotBT)  ![](/files/cqaDPK0dyIiZ1AvuEQGP) \
&#x20;

**Message information**

Long-pressing the message enables the user to access the option header. From there, the user can select "info" to see details such as the message source, template name, message status, and remarks on the message failure reason.

![](/files/FbKLVLmdys69QIXmhZFd) ![](/files/8e83L5iNkmJVSTamxmNw)

**Location as Message Header**

The enhancement allows the user to view the location within the location template.

!\[A screenshot of a chat

Description automatically generated]\(/files/QiEQCdmZuEEyZxWSsQS6)

**Media download** &#x20;

Users on Android 9 and earlier must grant access to download files.

![](/files/0XCcYxioxXoIyblZmSMD) ![](/files/HjrUrcvUyvCupkQLHtcs)

**Implementation of Race condition in Unassigned.** &#x20;

We have implemented a race condition similar to the web version, preventing multiple agents from messaging a conversation simultaneously. Click ‘Assign to me’ to assign a conversation; it will go to the first user who clicks it.

![](/files/7CJbWEqoKbpyYYniXMLL)

**What's new Popup**

A "What's New" popup appears after updating the Gallabox mobile app, showcasing new features, enhancements, and bug fixes, along with a link to this month's releases.

![](/files/5DOuI9yQkDqkGoWA2mOP)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.gallabox.com/august-2024/27-august-mobile-app-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
