root/trunk/LogicMail/src/org/logicprobe

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @704 [704] 4 days octorian Cleanup of inappropriate getAccountConfig() calls
(edit) @703 [703] 4 days octorian Code cleanup
(edit) @702 [702] 4 days octorian Moved screen update batch logic into AbstractScreenProvider
(edit) @701 [701] 4 days octorian Refactoring to separate AccountNode into Local and Network subclasses
(edit) @699 [699] 5 days octorian Separation, unit test, and minor bugfix for IMAP line response tester
(edit) @698 [698] 5 days octorian Initial refactoring to make NetworkConnector separate from the Connection …
(edit) @697 [697] 11 days octorian Post-load cache cleanup
(edit) @696 [696] 3 weeks octorian Fix for InputStream.read() behavior on OS pre-5.0
(edit) @694 [694] 3 weeks octorian Removed lingering calls to System.err.println()
(edit) @693 [693] 3 weeks octorian Made cache loading and flags refresh happen simultaneously. Still need to …
(edit) @692 [692] 3 weeks octorian Fix for fetch-update bug
(edit) @691 [691] 3 weeks octorian Added static thread queue for saving to cache
(edit) @690 [690] 3 weeks octorian Parse fetch responses synchronously with data download (#222)
(edit) @689 [689] 3 weeks octorian Conversion of connection layer to be byte-based, and complete rewrite of …
(edit) @686 [686] 5 weeks octorian Initial platform support for BlackBerry OS 6.0.0
(edit) @685 [685] 5 weeks octorian Fix for InputStream.available() returning zero when more data needs to be …
(edit) @681 [681] 5 weeks octorian Consolidation of touchscreen code into the main platform libraries/builds
(edit) @680 [680] 5 weeks octorian Fix for not checking read() result, which caused malformed data on large …
(edit) @679 [679] 7 weeks octorian Rewrite of network connection receive() code, and corresponding removal of …
(edit) @678 [678] 7 weeks octorian Fix for unsubscribed INBOX missing from the folder tree (#215)
(edit) @677 [677] 8 weeks octorian SMTP code cleanup and fix for #187
(edit) @676 [676] 2 months octorian IMAP code cleanup and STORE response parsing fix (#214)
(edit) @675 [675] 2 months octorian File picker and screen transition improvements
(edit) @674 [674] 2 months octorian Support for adding attachments to outgoing messages (#168), and some …
(edit) @673 [673] 2 months octorian Fix for invalid data location on startup
(edit) @672 [672] 2 months octorian Collection usage cleanup
(edit) @671 [671] 2 months octorian Fixed some minor screen/menu issues, and wrapped the plain text message …
(edit) @670 [670] 2 months octorian Fixes to data store operation to resolve issues with leftover data and …
(edit) @668 [668] 3 months octorian Cleanup of some GUI framework items
(edit) @667 [667] 3 months octorian Changed plain text message display to use an ActiveRichTextField, which …
(edit) @666 [666] 3 months octorian Changed attachment indicators to more closely resemble the native message …
(edit) @665 [665] 3 months octorian Changed date display to always show just the time, since mailbox screen …
(edit) @664 [664] 3 months octorian Save-attachment menu item fix
(edit) @663 [663] 3 months octorian Separator placement fix
(edit) @662 [662] 3 months octorian Added date separators to message list, and implemented configuration …
(edit) @661 [661] 3 months octorian Fixed chevron positioning to be based on font height instead of field …
(edit) @660 [660] 3 months octorian Adding transport choice for WiFi only (#203)
(edit) @659 [659] 3 months octorian Fix for STARTTLS bug that appears in OS 5.0+ (#201)
(edit) @658 [658] 3 months octorian Handle POP servers that do not support the "CAPA" command (#200)
(edit) @657 [657] 3 months octorian Making sure selectable and appendable are set in the copy constructor …
(edit) @656 [656] 3 months octorian Setting of message flags on sending forwarded messages (#194)
(edit) @655 [655] 3 months octorian Support for parsing and displaying the forwarded message flag (#194)
(edit) @654 [654] 3 months octorian Flags shouldn't be automatically changed on calls to …
(edit) @653 [653] 3 months octorian Unset the RECENT bit at the same time the SEEN bit is set (#177)
(edit) @652 [652] 3 months octorian Fixed NOOP timeout (#181)
(edit) @651 [651] 3 months octorian Implementation of NOOP-based polling for non-IDLE-supporting IMAP servers, …
(edit) @650 [650] 3 months octorian Refactoring of IncomingMailClient interface to eliminate all "instanceof …
(edit) @649 [649] 4 months octorian Fix for SELECT responses lacking a UIDNEXT parameter (#190)
(edit) @648 [648] 4 months octorian Fix for jumpy scroll position on loading
(edit) @647 [647] 4 months octorian Fix for minor message screen issues
(edit) @646 [646] 4 months octorian Fixed show-only-subscribed issue by doing both LSUB and LIST, and then …
(edit) @645 [645] 4 months octorian Test and fix for the case where literal string LIST responses with spaces …
(edit) @644 [644] 4 months octorian Improved message header display, and flagging of message recipient errors
(edit) @643 [643] 4 months octorian Local mail path fixes, outgoing message copy fixes, and mail sender …
(edit) @642 [642] 4 months octorian Support for recipient header encoding on MessageNode transformer (#186)
(edit) @641 [641] 4 months octorian Rewrite of startup initialization flow
(edit) @640 [640] 4 months octorian Support for recipient header encoding (#186)
(edit) @639 [639] 4 months octorian Disabling the Recent flag on appended messages, since it is invalid there …
(edit) @638 [638] 4 months octorian Header encoding/decoding for subjects (#186) and other misc items
(edit) @637 [637] 4 months octorian Header encoding utility methods (support code for #186)
(edit) @636 [636] 4 months octorian Header encoding utility methods (support code for #186)
(edit) @635 [635] 4 months octorian Fix for message reply issue
(edit) @633 [633] 6 months octorian Fixed keyboard input for global configuration items
(edit) @632 [632] 6 months octorian Fixed method parameter ordering bug on message send complete handling …
(edit) @631 [631] 7 months octorian Added default values for strings to make the default state valid for …
(edit) @630 [630] 7 months octorian Implemented "Don't Ask Again" checkboxes on delete and expunge dialogs
(edit) @629 [629] 7 months octorian Added basic configurable prompts. (still need checkboxes on prompt …
(edit) @628 [628] 7 months octorian Integration of better configuration change notifications (#175)
(edit) @627 [627] 7 months octorian Added significant change data to mail settings events.
(edit) @626 [626] 7 months octorian Painting fix for carets
(edit) @625 [625] 7 months octorian Rewrote the top-level configuration screen to include global items, …
(edit) @624 [624] 7 months octorian Minor cleanups
(edit) @623 [623] 8 months octorian Minor field border/separator cleanup
(edit) @620 [620] 8 months octorian Implemented move in cases where load-from-cache is necessary, and fixed …
(edit) @619 [619] 8 months octorian Made a mailbox do a full (not flags-only) fetch on any refresh request …
(edit) @618 [618] 8 months octorian UI and model implementations for basic Copy-To/Move-To. (Still some …
(edit) @617 [617] 8 months octorian Refactored the request-level notification infrastructure to use callback …
(edit) @616 [616] 8 months octorian Added infrastructure to be notified of request-level success and failure …
(edit) @615 [615] 8 months octorian Fixed menu item handling for all standard screens to use correct …
(edit) @614 [614] 8 months octorian Addition of ConnectionFactory implementation for 5.0 (#146)
(edit) @613 [613] 8 months octorian Removed dependency on ServiceBook check for WiFi, since there seemed to be …
(edit) @612 [612] 8 months octorian Additional coverage-check logging
(edit) @611 [611] 8 months octorian Fix for a few goofs
(edit) @610 [610] 8 months octorian Yet another COVERAGE_CARRIER fix attempt
(edit) @609 [609] 8 months octorian Fix for compilation issues against 4.5+ API versions
(edit) @608 [608] 8 months octorian Initial implementation of improved network-interface selection (#146). …
(edit) @607 [607] 8 months octorian Fix for wizard integration issues (#171)
(edit) @606 [606] 8 months octorian Modified wizard controller logic to prevent gap between pushing pages …
(edit) @603 [603] 8 months octorian Modified server hostname fields to use HostnameEditField
(edit) @602 [602] 8 months octorian Fix for an issue where the status field kept getting re-added, which …
(edit) @601 [601] 8 months octorian Fix for some FindBugs issues
(edit) @600 [600] 8 months octorian Support for larger home-screen icons on touch devices
(edit) @599 [599] 8 months octorian Merge of patch for IMAP subscribed-folders feature from George Sexton …
(edit) @598 [598] 8 months octorian Merge of patch for code-review issues by George Sexton …
(edit) @597 [597] 8 months octorian Fix to pass deserialization test case
(edit) @596 [596] 8 months octorian Composition screen cleanup
(edit) @595 [595] 8 months octorian Config screen cleanup
(edit) @594 [594] 8 months octorian Local data location valid-on-install fix
(edit) @593 [593] 8 months octorian Fix for unselectable IMAP folder UI handling
(edit) @592 [592] 8 months octorian Sanity checking on resolving configured-folder references
Note: See TracRevisionLog for help on using the revision log.