k-9/src/com/fsck/k9
danapple 6dc94fb78e First mostly working copy of export/import. Committing while I sort
out how to use git.
2011-02-26 11:31:56 -06:00
..
activity First mostly working copy of export/import. Committing while I sort 2011-02-26 11:31:56 -06:00
controller Immediately update the title bar when the syncing status changes due to external events. 2011-02-04 23:19:06 -05:00
crypto Add serialVersionUID to Serializable classes to make eclipse happy 2011-01-31 23:45:14 +00:00
helper Move linkification into a separate method. Linkify text in textToHtmlFragment. Fixed Issue 2951. 2011-02-04 23:19:06 -05:00
mail Removed unused imports 2011-02-04 23:19:07 -05:00
preferences First mostly working copy of export/import. Committing while I sort 2011-02-26 11:31:56 -06:00
provider Removed unnecessary type cast 2011-01-19 01:28:27 +00:00
remotecontrol Fixes Issue 1482 2010-05-15 21:26:15 +00:00
service Immediately update the title bar when the syncing status changes due to external events. 2011-02-04 23:19:06 -05:00
view Propagate the ACTION_DOWN event to the ScrollView so we can stop scrolling after a fling. Fixes issue 2892. 2011-01-30 22:05:47 +00:00
Account.java First mostly working copy of export/import. Committing while I sort 2011-02-26 11:31:56 -06:00
AccountStats.java astyle 2011-01-31 23:45:23 +00:00
BaseAccount.java Fixes Issue 1410 2010-04-17 03:32:17 +00:00
EmailAddressAdapter.java remove redundant ;s 2010-12-01 03:07:28 +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 Tweak our message list subject default a bit bigger to set it off from the other text. 2011-01-14 03:54:00 +00:00
Identity.java Add serialVersionUID to Serializable classes to make eclipse happy 2011-01-31 23:45:14 +00:00
K9.java At Jesse's suggestion, avoid the use of the Android term-of-art "density". Instead use "Compact layouts" to refer, both internally and externally, to the feature of elminating minimum sizes on UI elements and other minor layout changes for maximizing information quantity to be displayed on a page. 2011-02-04 23:19:06 -05:00
NotificationSetting.java extract vibration pattern metadata out ouf MessagingController into 2010-11-28 20:29:14 +00:00
Preferences.java First mostly working copy of export/import. Committing while I sort 2011-02-26 11:31:56 -06:00
SearchAccount.java astyle 2011-01-31 23:45:23 +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