1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/activity
cketti 1eb37c2031 Added menu option to select & copy text in the message view.
The standard ScrollView causes problems when selecting text (and the message is long enough so scrolling is possible). The newly introduced ToggleScrollView can be set to disable scrolling via touch gestures thus making copying multi-line text sections possible.

Fixes issue 662
2010-07-07 22:14:45 +00:00
..
setup find src/com/fsck/ -name \*.java|xargs astyle --style=ansi 2010-07-06 10:29:26 +00:00
Accounts.java Added preference to go to Integrated Inbox on application startup. 2010-07-03 00:26:35 +00:00
ActivityListener.java Code refactoring: 2010-05-19 18:17:06 +00:00
ChooseFolder.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi 2010-07-06 10:29:26 +00:00
ChooseIdentity.java Code refactoring: 2010-05-19 18:17:06 +00:00
ColorPickerDialog.java Fixed some more warnings: 2010-05-19 18:44:22 +00:00
DateFormatter.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
EditIdentity.java Added option to specify Reply-to address for an identity. Patch provided by fiouzy (Thanks!). 2010-06-20 12:48:22 +00:00
FolderList.java make shortcuts honour the account setting for the startup folder even if changed after shortcut creation, based on cketti's patch, refs issue 1025 2010-07-07 18:31:16 +00:00
K9Activity.java Code refactoring: 2010-05-19 18:17:06 +00:00
K9ListActivity.java Code refactoring: 2010-05-19 18:17:06 +00:00
K9PreferenceActivity.java Code refactoring: 2010-05-19 18:17:06 +00:00
LauncherShortcuts.java make shortcuts honour the account setting for the startup folder even if changed after shortcut creation, based on cketti's patch, refs issue 1025 2010-07-07 18:31:16 +00:00
ManageIdentities.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
MessageCompose.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi 2010-07-06 10:29:26 +00:00
MessageList.java added launcher shortcuts to accounts, refs issue 1025 2010-07-07 16:17:13 +00:00
MessageReference.java Code cleanup: Fixed some warnings 2010-05-03 13:46:55 +00:00
MessageView.java Added menu option to select & copy text in the message view. 2010-07-07 22:14:45 +00:00
ProgressListener.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Search.java Made our search activity actually exist 2009-12-27 16:53:24 +00:00
SearchModifier.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs --unpad=paren 2010-04-29 04:59:14 +00:00
SizeFormatter.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
ToggleScrollView.java Added menu option to select & copy text in the message view. 2010-07-07 22:14:45 +00:00