Skip to content

Releases: airmessage/airmessage-android

AirMessage for Android 3.3.5

15 Oct 18:33
Compare
Choose a tag to compare
Pre-release

Fixes

  • More fixes for launching background services from FCM on Android 12

AirMessage for Android 3.3.4

21 Sep 21:06
Compare
Choose a tag to compare
Pre-release

Changes

  • android-smsmms has been integrated into the codebase, and contains patches for Android 12 compatibility

Fixes

  • Fixed a crash on Android 12 when trying to launch the connection background service from a blank FCM notification

AirMessage for Android 3.3.3

14 Sep 20:20
Compare
Choose a tag to compare
Pre-release

Fixes

  • Fixed the input bar being hidden behind the IME on < Android 10
  • Fixed a crash on Android 8 where NotificationManager.getActiveNotifications() would return null

AirMessage for Android 3.3.2

12 Sep 21:33
Compare
Choose a tag to compare
Pre-release

Changes

  • Android 12 support
  • Dependency updates

Fixes

  • Fixed notifications being disabled by default on <Android 8.0 before visiting the app's settings screen

Code changes

  • All pending intents are now explicitly mutable or immutable
  • All manifest entries are now explicitly exported or private
  • The app now uses ActivityResult instead of startActivityForResult in many instances

AirMessage for Android 3.3.1

06 Sep 16:09
Compare
Choose a tag to compare

Fixes

  • Fixed the media viewer loading non-media attachments and then crashing
  • Fixed a crash when displaying summary notifications on Android 6

AirMessage for Android 3.3.0

01 Sep 19:29
Compare
Choose a tag to compare

Features

  • Protocol 5.4 support

AirMessage for Android 3.2.3

15 Aug 16:41
Compare
Choose a tag to compare

Changes

  • Added checks for very large array allocations

Fixes

  • Fixed nullability in CustomTabsLinkTransformationMethod

AirMessage for Android 3.2.2

03 Aug 22:24
Compare
Choose a tag to compare

Fixes

  • Fixed nullability in CustomTabsLinkTransformationMethod
  • Fixed a crash when searching contacts in the new message activity while they're still being loaded
  • Fixed the main conversation activity not properly updating its list when a conversation is transferred

AirMessage for Android 3.2.1

21 Jul 11:10
Compare
Choose a tag to compare
Pre-release

Fixes

  • Fixed a crash when receiving an encrypted push notification without a password set
  • Fixed a crash when unpacking an item with an invalid data type
  • Fixed a crash when applying URL linking to a null CharSequence

AirMessage for Android 3.2

16 Jul 20:13
Compare
Choose a tag to compare
Pre-release

Features

  • Improved attachments auto-download, where attachments are only downloaded as soon as they are displayed in the chat
  • End-to-end encryption support for AirMessage Cloud users

Fixes

  • The connection service notification once again shows whether the user is connected via fallback
  • Deleting an SMS or MMS chat in AirMessage actually deletes it from the device
  • Send effects don't play for messages that were loaded by syncing
  • Send effects play properly for the bubble effect
  • Send effects don't include any of the non-bubble UI

Code changes

  • Migrated most data files to Kotlin