Cole Feuer
Cole Feuer
Like the Android app, `MessageBubbleText` should be able to render message subjects in bold text above the message body.
Google Sign-In JavaScript will be discontinued on March 31, 2023. AirMessage for web will have to migrate to Google Identity Services, and adapt to a split permissions system, where users...
When using AirMessage Cloud, the app will not maintain a connection in the background. This can cause issues when the app is restored to the foreground, where a connection to...
Similar to Telegram, allow users to swipe backwards from detail screens to navigate backwards. This functionality is not in the Material spec, and conflicts with the default forwards-backwards animations on...
Similar to the web app, the Android app should format phone number recipient suggestions.  [Originally reported by rx on Discord](https://discord.com/channels/992925221256450068/992930035730235442/993620854992801933)
When a message fails to send, hitting _Retry_ can cause the server to send the message multiple times. This is more likely to happen with larger attachment files. I'm not...
AirMessage uses the database ID of messages to sort, though this is reversed when messages are downloaded from iCloud. Another sorting method must be used for these messages.
Allow AirMessage to display business chat details when using business chat
AirMessage Server caches old update data when the user selects or deselects "receive beta updates". This cache should be cleared when the user changes the option.
Downloaded attachments should be accessible to the user via Android's filesystem. http://androidvogella.blogspot.com/2015/12/getfilesdir-vs-getexternalfilesdir-vs.html