1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-14 14:10:27 -05:00
k-9/res/layout
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
..
accessible_email_content.xml Merge branch 'ideal-screenreader' 2010-08-18 02:01:10 +00:00
account_list.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
account_setup_account_type.xml Backporting small ui cleanups to the account setup from kaiten 2012-09-24 12:34:22 -04:00
account_setup_basics.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_check_settings.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_composition.xml Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility. 2010-07-08 12:18:12 +00:00
account_setup_incoming.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_names.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_options.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
account_setup_outgoing.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
accounts_folders_icons.xml Tighten up the account list display for narrow-screened devices like the HTC One 2013-07-21 10:42:31 -04:00
accounts_item.xml Tighten up the account list display for narrow-screened devices like the HTC One 2013-07-21 10:42:31 -04:00
accounts_password_prompt.xml Removed hardcoded strings from layout 2011-11-05 19:53:27 +01:00
accounts.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
actionbar_custom.xml message view: fix subject bugs 2013-02-11 13:47:31 +01:00
actionbar_indeterminate_progress_actionview.xml Fix progressindicator on folderscreen. 2012-09-08 21:40:57 -07:00
actionbar_indeterminate_progress.xml Fix the upper refresh button in MessageList 2012-09-08 21:40:56 -07:00
choose_account_item.xml Display a dark-themed "Send as" dialog when using the dark theme on HC+ 2012-09-16 03:24:40 +02:00
choose_identity_item.xml Removed unnecessary layout containers 2012-03-24 22:51:33 +01:00
color_picker_dialog.xml Add (heavily modified) HoloColorPicker 2013-01-17 09:03:11 +01:00
edit_identity.xml Added option to specify Reply-to address for an identity. Patch provided by fiouzy (Thanks!). 2010-06-20 12:48:22 +00:00
email_address_list_item.xml Change layout of the email address list. 2012-04-08 12:32:10 -04:00
email_address_list.xml Make ListView in EmailAddressList use the full screen height 2012-04-09 02:02:12 +02:00
empty_message_view.xml Extract string to strings.xml 2013-02-01 03:34:35 +01:00
folder_list_item.xml Control wrapping of folder names programmatically only 2013-01-10 16:42:26 -05:00
folder_list.xml Remove (now redundant) background from layouts to reduce overdraw 2012-12-13 07:28:35 +01:00
list_content_simple.xml Explicitly set layout used in a ListActivity 2013-01-18 12:33:31 +01:00
message_compose_attachment.xml Fetch attachments while MessageCompose activity is running 2013-09-25 03:12:34 +02:00
message_compose.xml Remove explicit left-alignment so EditText works with RTL languages 2013-04-13 23:03:18 +02:00
message_list_fragment.xml Avoid saved state being discarded when message list is modified 2013-02-05 20:00:31 +01:00
message_list_item_footer.xml Remove the progress bar from the message list footer. 2013-01-10 16:50:21 -05:00
message_list_item.xml restore super-dense layout when the user has selected 0 lines of message preview 2013-07-20 14:53:39 -04:00
message_list_loading.xml Add an "empty view" to the message list 2012-12-06 06:26:39 +01:00
message_list.xml Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
message_view_attachment.xml MessageView: another theme fix 2013-02-05 23:12:52 +01:00
message_view_crypto_layout.xml Move as much of the Apg code as possible to its own "view" class 2011-02-10 14:02:21 -05:00
message_view_header.xml message header layout adjustments 2013-02-15 18:15:39 +01:00
message.xml First very basic version of a split screen for message list + view 2013-01-24 13:04:06 +01:00
recipient_dropdown_item.xml Don't use AutoCompleteTextView text color workaround on API 11+ devices 2012-09-14 05:50:09 +02:00
split_message_list.xml Add animation when switching from message list to message view 2013-02-02 02:21:20 +01:00
unread_widget_layout.xml Change appearance of unread widget 2013-03-16 01:57:21 +01:00
upgrade_databases.xml Add activity that is displayed during database upgrades 2012-12-01 08:02:55 +01:00
welcome_message.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_cancel.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_done.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_next.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_setup.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00
wizard_welcome.xml Change style for button bar in setup (Android 3+) 2013-03-08 03:17:22 +01:00