proton-mail-android/app/src/main/java/ch/protonmail/android/activities
Maciej Surmacz 990b6d3b1a Refetches the pgp mime messages to get the attachments
As the pgp/mime messages are encrypted together with the message body,
the handling of those attachments needs to be different. The
LocalAttachment objects will contain all the attachment data and can't
be passed around between the activities.

The blocking call is far from perfect but making it async lead to race
conditions- the attachments sometimes would fail to be uploaded
correctly and not show in the attachments screen. As this is a rather
rare type of message, it should not have too much of an impact.

MAILAND-2894
2022-05-03 11:24:41 +02:00
..
composeMessage Refetches the pgp mime messages to get the attachments 2022-05-03 11:24:41 +02:00
contactDetails
dialogs
fragments Remove code connected to the old EngagementActivity 2022-03-09 18:27:06 +01:00
messageDetails Refetches the pgp mime messages to get the attachments 2022-05-03 11:24:41 +02:00
settings Introduces a new drawer entry that opens the core subscriptions 2022-04-04 13:29:05 +00:00
ActivityResultContracts.kt Replace usage of deprecated startActivityForResult with registerForActivityResult 2022-04-08 10:35:22 +02:00
AddAttachmentsActivity.java
BaseActivity.java
BaseConnectivityActivity.kt
BaseContactsActivity.java
BaseStoragePermissionActivity.java
DefaultAddressActivity.kt
EditSettingsItemActivity.kt Fixes the hyperlink confirmation settings 2022-04-11 14:01:44 +00:00
SearchActivity.kt Replace usage of deprecated startActivityForResult with registerForActivityResult 2022-04-08 10:35:22 +02:00
SettingsActivity.kt Fix the shared preferences that we use to check for app language setting 2022-03-21 12:08:18 +00:00