k-9/src/com/fsck/k9
Fiouz 8bb6eb146b Optimizations:
- Don't instantiate an empty Address array just to throw it away (less gabarge collection)
- Use a StringBuilder rather than a StringBuffer (faster as it isn't synchronized)
2010-10-03 08:28:56 +00:00
..
activity 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
controller Use a thread pool to optimize resource usage instead of always firing up new threads (less garbage collection). 2010-10-02 07:45:11 +00:00
crypto astyle 2010-08-29 16:57:13 +00:00
helper 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
mail Optimizations: 2010-10-03 08:28:56 +00:00
preferences Fixes issue 939 2010-09-01 20:59:09 +00:00
provider Update issue 1623 2010-10-01 19:41:39 +00:00
remotecontrol Fixes Issue 1482 2010-05-15 21:26:15 +00:00
service Added ability to disable LED notification for new messages (new account setting) 2010-09-19 20:54:43 +00:00
web Code cleanup 2010-09-03 02:15:57 +00:00
Account.java Don't forget to remove some Preference entires when deleting Account 2010-09-19 21:10:56 +00:00
AccountStats.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
BaseAccount.java Fixes Issue 1410 2010-04-17 03:32:17 +00:00
EmailAddressAdapter.java Added helper class to access contacts. Uses the old contacts API for SDK/API 3+4 devices and the new API for SDK/API 5+ devices. 2010-08-14 13:59:33 +00:00
EmailAddressValidator.java Moved classes Regex and DomainNameChecker from android (package) namespace to K-9 namespace. This way we're protected from modifications to these classes in future Android versions. 2010-05-19 19:16:36 +00:00
EmailReceivedIntent.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FontSizes.java Correct loading the alternated font size preferences. 2010-08-30 14:14:43 +00:00
Identity.java svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00
K9.java Update issue 1623 2010-10-01 19:41:39 +00:00
NotificationSetting.java Added ability to disable LED notification for new messages (new account setting) 2010-09-19 20:54:43 +00:00
Preferences.java Use of constants for immutable empty arrays (prevent useless memory allocation) 2010-08-02 11:55:31 +00:00
SearchAccount.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
SearchSpecification.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