1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-13 21:15:08 -05:00
k-9/src/com/fsck/k9/activity/misc
cketti 62aa1b87d0 Fetch attachments while MessageCompose activity is running
Android allows other apps to access protected content of an app without requesting the
necessary permission when the app returns an Intent with FLAG_GRANT_READ_URI_PERMISSION.
This regularly happens as a result of ACTION_GET_CONTENT, i.e. what we use to pick content
to be attached to a message. Accessing that content only works while the receiving activity
is running. Afterwards accessing the content throws a SecurityException because of the
missing permission.
This commit changes K-9 Mail's behavior to copy the content to a temporary file in K-9's
cache directory while the activity is still running.

Fixes issue 4847, 5821

This also fixes bugs related to the fact that K-9 Mail didn't save a copy of attached content
in the message database.

Fixes issue 1187, 3330, 4930
2013-09-25 03:12:34 +02:00
..
Attachment.java Fetch attachments while MessageCompose activity is running 2013-09-25 03:12:34 +02:00
ContactPictureLoader.java Merge pull request #353 from sfuhrm/gmail-style-user-pics 2013-07-30 22:00:19 -04:00
ExtendedAsyncTask.java Improved handling of object retention on configuration changes 2011-10-14 02:52:32 +02:00
NonConfigurationInstance.java Improved handling of object retention on configuration changes 2011-10-14 02:52:32 +02:00
SwipeGestureDetector.java Extracted functionality common to most activities to K9ActivityCommon 2012-10-05 18:14:07 +02:00