k-9/src/com/fsck/k9/activity
Fiouz 75984939d1 Don't embed helper instance inside a data transfer object (ideally, the populate() method should be moved outside that DTO to an external service/helper) as this might lead future development to introduce unwanted dependency graphs (= memory leaks) 2010-10-02 09:07:14 +00:00
..
setup Fixes issue 2282 2010-09-26 14:39:52 +00:00
Accounts.java Use of constants for immutable empty arrays (prevent useless memory allocation) 2010-08-02 11:55:31 +00:00
ActivityListener.java At the end of header sync reset the counts. 2010-07-15 03:42:20 +00:00
ChooseAccount.java astyle 2010-07-22 03:40:30 +00:00
ChooseFolder.java Don't show K9mail-errors as move/copy destination folder. 2010-08-27 01:02:29 +00:00
ChooseIdentity.java Code cleanup 2010-09-03 02:15:57 +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
FolderInfoHolder.java Provisional initial commit of MessagingProvider code by 2010-08-18 02:49:13 +00:00
FolderList.java Fix NullPointerException 2010-09-03 01:16:41 +00:00
FolderListFilter.java astyle 2010-08-18 02:48:55 +00:00
K9Activity.java Update issue 1290 2010-08-12 11:03:19 +00:00
K9ExpandableListActivity.java Merge remote branch 'remotes/issue814' 2010-07-22 03:15:28 +00:00
K9ListActivity.java Improve Volume navigation settings, fix a bug when a list view is in 2010-09-03 21:41:32 +00:00
K9PreferenceActivity.java added a setting for language, overriding the system locale settings 2010-07-09 00:27:47 +00:00
LauncherShortcuts.java minor astyling 2010-07-10 16:41:48 +00:00
ManageIdentities.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
MessageCompose.java Update issue 2379 2010-10-02 08:14:12 +00:00
MessageInfoHolder.java Don't embed helper instance inside a data transfer object (ideally, the populate() method should be moved outside that DTO to an external service/helper) as this might lead future development to introduce unwanted dependency graphs (= memory leaks) 2010-10-02 09:07:14 +00:00
MessageList.java Refactored message sorting code by extracting the sort code from the sorted object (this was a bad design, worsened by the MessageProvider patch). Ideally, new Comparator classes should get promoted to top-level classes and not be enclosed in MessageList. 2010-09-21 22:12:45 +00:00
MessageReference.java Code cleanup: Fixed some warnings 2010-05-03 13:46:55 +00:00
MessageView.java Fixes issue 939 2010-09-01 20:59:09 +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 svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00