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
Dan Applebaum ea3619b733 Display a message in the titlebar when K-9 Mail is not performing any message synchronization. This state will happen when no network is available, when background ops/background data/auto-sync settings turn off synchronization, or when no account is set for polling or pushing.
This revision respects the intention of r3011 that when K-9 Mail is
set for pushing only no message is displayed, as that condition is a
normal state.  However, it provides valuable feedback in other cases
that synchronization is off-line, as was done in r1433.

Although the case when the user has intentionally set no account for
polling or pushing can be considered "normal" and therefore unworthy
of a message, it turns out to be a significant burden to detect that
situation when the network is offline, since we normally do not even
try to figure out the account configurations in that case.  Therefore,
without making substantial, otherwise unwarranted, changes to
MailService.java, "Syncing off" would be displayed sometimes to such a
user, and sometimes not.  Since it is presumably a rare case, and
there is minimal harm to display the "Syncing off" message, the
message will be consistently displayed when no account is set for
polling or pushing.

Note to translators:
"Syncing off" is different than "Polling off".  The new phrase "Syncing
off" means that K-9 Mail is not performing any synchronization with
any mail server.  The prior non-English phrases for "Polling off" are
currently in-place as translations for "Syncing off", as it seems that
the meanings are close enough that it would be better to show the
obsolete translations that to fallback to the English "Syncing off".
However, better translations of "Syncing off" would be welcome.
2011-02-04 23:19:06 -05:00
..
setup Provide for users with good eyesight to completely take advantage of the 2011-02-03 03:42:45 +00:00
AccessibleEmailContentActivity.java move the AccessibleEmailContentActivity into activity/ 2010-12-13 00:17:49 +00:00
Accounts.java Provide for users with good eyesight to completely take advantage of the 2011-02-03 03:42:45 +00:00
ActivityListener.java Display a message in the titlebar when K-9 Mail is not performing any message synchronization. This state will happen when no network is available, when background ops/background data/auto-sync settings turn off synchronization, or when no account is set for polling or pushing. 2011-02-04 23:19:06 -05:00
ChooseAccount.java Merge branch 'mail-on-sd' 2010-11-13 21:40:56 +00:00
ChooseFolder.java astyle 2011-01-23 00:56:01 +00:00
ChooseIdentity.java Code cleanup 2010-09-03 02:15:57 +00:00
ColorPickerDialog.java reshuffle color views into view/ 2010-12-13 00:18:00 +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 Eliminate some redundant assignments 2010-12-01 03:00:36 +00:00
FolderList.java Provide for users with good eyesight to completely take advantage of the 2011-02-03 03:42:45 +00:00
FolderListFilter.java Fixed lots of warnings (unused imports/variables, missing annotations, etc.) 2011-01-18 23:54:49 +00:00
InsertableHtmlContent.java Issue 854 - Fix reply after quote in HTML mode. 2011-01-25 03:56:19 +00:00
K9Activity.java move DateFormatter from Activity to Helper 2011-01-10 17:47:16 +00:00
K9ExpandableListActivity.java Merge remote branch 'remotes/issue814' 2010-07-22 03:15:28 +00:00
K9ListActivity.java move DateFormatter from Activity to Helper 2011-01-10 17:47:16 +00:00
K9PreferenceActivity.java Don't reference the enclosing type instance when it's not used (memory optimisation) 2010-12-14 19:26:09 +00:00
LauncherShortcuts.java Fixed account shortcuts 2010-11-18 09:09:57 +00:00
ManageIdentities.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
MessageCompose.java Mark messages as ANSWERED only on send. Save a reference to the message in the identity so that loading a draft of a reply also marks the referenced message correctly. 2011-02-03 06:32:29 +00:00
MessageInfoHolder.java Fixed lots of warnings (unused imports/variables, missing annotations, etc.) 2011-01-18 23:54:49 +00:00
MessageList.java Removed unnecessary type casts 2011-01-19 01:21:27 +00:00
MessageReference.java Mark messages as ANSWERED only on send. Save a reference to the message in the identity so that loading a draft of a reply also marks the referenced message correctly. 2011-02-03 06:32:29 +00:00
MessageView.java Revert the active part of "Update issue 848" 2011-01-28 03:33:49 +00:00
ProgressListener.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Search.java remove redundant ;s 2010-12-01 03:07:28 +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