1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-10 13:18:09 -05:00
Commit Graph

2914 Commits

Author SHA1 Message Date
cketti
dfa97cd878 Handle activity restarts due to configuration changes
Close existing dialogs before the activity is destroyed. Recreate them
and rewire AsyncTasks to the new activity instance after its creation.
2011-10-01 20:11:14 +02:00
cketti
6e1bf2965d Fixed DateFormatValidator to handle placeholders SHORT and MEDIUM 2011-09-30 16:54:01 +02:00
cketti
cd72e197ec Added code to skip certain settings on export 2011-09-30 16:47:59 +02:00
cketti
c76bec971b Fixed compiler warning
Use new variable instead of overwriting an argument.
2011-09-30 14:58:13 +02:00
wongk
b2c8853a80 Merge branch 'master' into ms-eas 2011-09-29 16:36:38 -04:00
Jesse Vincent
feee0c64f7 Bumped manifest to 3.907 2011-09-29 00:19:28 -04:00
Jesse Vincent
defabdc20c Additional service fixes from the original author of the issue 2777 fix
to stop the service from being shutdown when we have push enabled
2011-09-29 00:16:27 -04:00
Jesse Vincent
fd61b4f20b Merge pull request #52 from andrewgaul/peekable-bad-offset
Fix bad offset in PeekableInputStream
2011-09-28 21:10:41 -07:00
Andrew Gaul
7cf1bfcc98 Fix bad offset in PeekableInputStream 2011-09-20 21:21:50 -07:00
Koji Arai
f3795f3df5 Search same sender from searchable folders instead of the unified inbox 2011-09-16 01:33:51 +09:00
Andrew Chen
dd1334b874 Add some JavaDoc to SearchAccount stuff; astyle. 2011-09-12 15:08:34 -07:00
Andrew Chen
ef36300739 Merge branch 'master' of github.com:k9mail/k-9
* 'master' of github.com:k9mail/k-9:
  Work around cases where mail was last checked in the future.
  Add progress indicator during account move.
  Disable account move menu items when account is at an end of the list.
  Working version of moving accounts within the Accounts view.
  Fixes Issue 3177
  Removed some doc annotations from chrisk's fix for the service stopping issue (2777)
  Stop service(s) if not in use - Fixes Issue 2777
  optimize cketti's pop3 space-splitting code to not make lots of extra copies of responses.
  Updated Japanese translation. catch up with 20d2942.
  Move Sender Address to end of Default Projection
  Expose SenderAddress through ContentProvider. Issue: 3665
2011-09-06 22:48:41 -07:00
Jesse Vincent
cbaa9f5b3d Work around cases where mail was last checked in the future.
Sometimes, user devices will have their clock misset. Previously, K-9
would just stop checking mail until the device caught up with the
future.
2011-09-05 22:16:04 -04:00
danapple
7d5bb99dbd Add progress indicator during account move. 2011-09-05 12:45:53 -05:00
danapple
2867a90286 Disable account move menu items when account is at an end of the list.
Conflicts:

	src/com/fsck/k9/activity/Accounts.java
2011-09-05 12:45:33 -05:00
danapple
06cabdbde1 Working version of moving accounts within the Accounts view. 2011-09-05 12:38:03 -05:00
danapple
c67ac4735f Fixes Issue 3177
Dynamically update the FolderList titlebar when the unread state of a
listed folder changes.  This implementation applies the folder unread
count delta to the account-level unread count, to avoid the expense of
recomputing the entire account's unread count.  If no FolderInfoHolder
for this folder already exists, skip the recomputation of the
account-level unread message count.
2011-09-05 11:20:57 -05:00
Jesse Vincent
50e6218c1d Merge pull request #49 from senab/master
Expose SenderAddress through ContentProvider. Issue: 3665
2011-09-04 18:44:08 -07:00
Jesse Vincent
8223e4d4bf Removed some doc annotations from chrisk's fix for the service stopping
issue (2777)
2011-09-04 16:13:19 -04:00
Christian Knecht
7cd6334c64 Stop service(s) if not in use - Fixes Issue 2777 2011-09-04 16:00:02 -04:00
Jesse Vincent
1b7481f854 optimize cketti's pop3 space-splitting code to not make lots of extra
copies of responses.
2011-09-04 15:53:12 -04:00
Koji Arai
de7624a92c Updated Japanese translation. catch up with 20d2942. 2011-09-04 01:44:41 +09:00
Chris Banes
b002f3178b Move Sender Address to end of Default Projection 2011-09-02 11:33:20 +01:00
Andrew Chen
339c9f1eee Merge branch 'master' of github.com:k9mail/k-9
* 'master' of github.com:k9mail/k-9:
  Cosmetic changes
  Removed unused method
  Workaround for below issue.
2011-09-01 07:23:40 -07:00
Chris Banes
caa02b16eb Expose SenderAddress through ContentProvider. Issue: 3665 2011-09-01 11:57:06 +01:00
Vitaly Polonetsky
9b3b88e9cd few cleanups 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
ea9e1b7cdd fixed battery drain and delete messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
ca4f3a3dc3 First working version of push messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
8bf95c1244 using sync mode, instead of GetItemEstimate, which is not reliable
working read/unread sync
adapters cleanups
2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
308ee4c1f2 delete messages 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
b2d57b8fb8 mark as read/unread should be working 2011-08-31 21:40:35 +02:00
Vitaly Polonetsky
f5454b9584 working sending of email 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
3b7b88bf93 fixed eas version init
get full mime messages
2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
22c8532843 removed unused search function (isn't supported in all versions of EAS) 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
4395261354 Improved fetching of messages 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
97a70add8d First working sync of messages 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
33fd9fa51f added email sync - won't compile 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1c977c0ca5 folder sync missing file 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1bae945266 working folder listing 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
580d8053dc Imported from AOSP 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
3c2b46a021 Fully working EAS account setup 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
6bc9183df0 Working "Check incoming settings" in EAS account 2011-08-31 21:40:34 +02:00
Vitaly Polonetsky
1731c6c70d Created EAS store and configuration for it 2011-08-31 21:40:33 +02:00
cketti
f6a647d7b0 Cosmetic changes 2011-08-31 02:17:45 +02:00
cketti
e9e9d5afcb Removed unused method 2011-08-31 02:12:01 +02:00
cketti
dfc370c057 Merge pull request #42 from jca02266/wip-fix-activity-switching-for-message-view
Fix for message list opening the wrong message view

Fixes issue 3592
2011-08-30 17:09:11 -07:00
Andrew Chen
6415f6344c Add vi archive files to default ignore list. 2011-08-29 12:07:19 -07:00
Andrew Chen
16c1f9c35b Add the remaining two return receipt headers upon request. 2011-08-28 16:08:41 -07:00
Jesse Vincent
1ac652dc5f Small bug introduced during a refactoring "Extracted POP3 commands and capabilities to constants" introduced a typo that broke interactions wit some POP3 servers. 2011-08-28 18:28:12 -04:00
Jesse Vincent
20d2942a35 improve english phrasings of read receipts 2011-08-28 18:28:11 -04:00