Marc Blank
a867ebba62
Have body database attach just once, and never detach
...
* Much cleaner implementation
* Prevent errors when various threads collide for attach
2009-08-18 14:05:40 -07:00
Android (Google) Code Review
5ecdc1b635
Merge change 21756 into eclair
...
* changes:
Add "num new messages" field to Account
2009-08-18 13:44:53 -07:00
Andrew Stadler
4a8c70c09b
Add "num new messages" field to Account
...
* Reset DB version to "1"
* Added field and support code (save, restore, & parcel)
* Added forgotten mProtocolVersion to parcelable code
* Added unit test for parceling
Also, fixed race condition in SyncManager that was underlocking the
wake locks during tests.
2009-08-18 12:14:15 -07:00
Fred Quintana
4c19543c8c
make syncadapter set whether the account is syncable
2009-08-18 11:06:59 -07:00
Eric Fischer
2bd6302554
am 80e7c986
: (-s ours) Import revised translations. DO NOT MERGE
...
Merge commit '80e7c986a2aae8666b96a8d2642608f8ea428732' into eclair
* commit '80e7c986a2aae8666b96a8d2642608f8ea428732':
Import revised translations. DO NOT MERGE
2009-08-18 11:00:40 -07:00
Andrew Stadler
46d7d7f1b6
Rework service to use provider accounts and controller.
...
* Rewrite service logic to select and update one account at a time
* Add checkmail API to Controller, and much rework/cleanup of existing
callback API's
* Rewrite notification posting code
* Rewire connection to MessageList to be opened by notifications, to
cancel notifications, and to reset the "new message" count whenever
an account is viewed.
* Boilerplate cleanup to a lot of activities because they share the
callbacks that have had minor changes.
* Remove old push controls from Store API
In progress:
* To provide notification mechanism for EAS pushed mail
2009-08-18 00:54:34 -07:00
Android (Google) Code Review
d1fd72a44e
Merge change 21583 into eclair
...
* changes:
Add support for syncing the favorite flag to server (EAS 12.0 and up)
2009-08-17 22:50:22 -07:00
Marc Blank
cc8d74bd03
Add support for syncing the favorite flag to server (EAS 12.0 and up)
...
* Add test for date formatting
2009-08-17 22:48:12 -07:00
satok
f827277419
Fix to show icon trash.
2009-08-18 11:20:59 +09:00
Android (Google) Code Review
3479356779
Merge change 21597 into eclair
...
* changes:
Remove tabs; fix formatting
2009-08-17 17:45:36 -07:00
Marc Blank
b486677f91
Have all mailboxes fall back reversibly on ping loop errors
2009-08-17 17:39:05 -07:00
Marc Blank
08e69d7023
Remove tabs; fix formatting
...
* Responding to stadler's comments for CL20566
2009-08-17 14:57:11 -07:00
Eric Fischer
80e7c986a2
Import revised translations. DO NOT MERGE
2009-08-17 13:14:53 -07:00
Android (Google) Code Review
576fff2a45
Merge change 21528 into eclair
...
* changes:
Remove unnecessary @Override from static method
2009-08-17 11:19:45 -07:00
Andrew Stadler
d8cc57c83d
Remove unnecessary @Override from static method
...
You can't really @Override a static method, since there is no object
dispatch. The build system allows it, but Eclipse complains.
2009-08-17 11:18:36 -07:00
Marc Blank
8d971dbc9c
Remove inappropriate references to INSTANCE in SyncManager
2009-08-17 11:09:25 -07:00
Android (Google) Code Review
30c4927d27
Merge change 21505 into eclair
...
* changes:
Remove unintentional catch of Exception in SyncManager
2009-08-17 09:49:11 -07:00
Marc Blank
0b89d8f5af
Remove unintentional catch of Exception in SyncManager
2009-08-17 09:35:12 -07:00
Mihai Preda
a4bbb7d923
email.mail.Sender: fix order of (context, uri) arguments in reflection invocation of SmtpSender.newInstance().
...
Account creation was not possible because of this.
2009-08-17 15:39:55 +02:00
Mihai Preda
9627d014e1
MessageCompose: update body on save.
...
- plus unit tests.
- and some attachment refactoring.
- move PROJECTION_ID up to EmailContent.
- add index on messageKey to Attachments and Body tables.
- add missing Columns.ID field in EmailContent.
2009-08-17 13:43:56 +02:00
Android (Google) Code Review
a39992fd7d
Merge change 21479 into eclair
...
* changes:
Use custom icons for special mailboxes
2009-08-17 03:58:23 -07:00
satok
55c390fe93
Use custom icons for special mailboxes
...
BUG: 2051100
TODO: Add trash icons
2009-08-17 19:56:25 +09:00
satok
e829daa29c
Set unread count of summery indox and delete unread and draft summery inboxes
...
Bug: 2037400
* Delete unread summery inbox
2009-08-17 19:39:25 +09:00
Android (Google) Code Review
724ec1b7da
Merge change 21469 into eclair
...
* changes:
do not merge: Merged CL 21093 from goog/master to goog/eclair
2009-08-16 23:10:07 -07:00
satok
73fa3562f2
do not merge: Merged CL 21093 from goog/master to goog/eclair
2009-08-17 15:08:38 +09:00
Marc Blank
c8c68fa764
Use more appropriate connectivity wait to SyncManager
2009-08-16 18:45:38 -07:00
Fred Quintana
d0254da4e0
do not merge: cherrypicked 7bb05334b3
from master branch
2009-08-16 17:15:43 -07:00
Android (Google) Code Review
10e8ecef2f
Merge change 21281 into eclair
...
* changes:
Implement adaptive ping timeout; release wake lock waiting for connectivity
2009-08-16 16:41:26 -07:00
Marc Blank
6b52af214c
Implement adaptive ping timeout; release wake lock waiting for connectivity
...
* Remove unused/duplicated classes (e.g. Base64, WbxmlSerializer, etc.)
* Code cleanup in AbstractSyncService, EasSyncService
* Remove last references to HttpURLConnection (using HttpClient now)
2009-08-16 16:40:42 -07:00
Jim Miller
cfa8731e51
Update icon assets for Email
2009-08-14 15:58:53 -07:00
Android (Google) Code Review
b35defc76c
Merge change 21216 into eclair
...
* changes:
Fix EAS debug switches and clean up debug prefs code.
2009-08-13 17:47:33 -07:00
Andrew Stadler
76a211e0d9
Fix EAS debug switches and clean up debug prefs code.
2009-08-13 17:43:25 -07:00
Marc Blank
1ba0fd37a1
Cleanup; delete unused files, change log statements
...
* Two files were unused and therefore deleted
* userLog was changed to avoid using string concatentation until the logging
decision is made
2009-08-13 11:30:39 -07:00
Android (Google) Code Review
b3df387094
Merge change 20621
...
* changes:
Delete rows that are unused when changes are synced down
2009-08-13 09:42:27 -07:00
Andrew Stadler
c640cbbaf3
Update SMTP to send from provider messages, and attachments
...
* Change Sender definition (remove old Message from API) and update
any existing calls through that API
* Rewrite SMTPSender to use provider messages
* Add attachments to RFC822Output
* Minor bugfixes in RFC822Output
* Unit tests
2009-08-13 09:31:57 -07:00
Marc Blank
b37b1b4bfe
Stream rfc822 messages to a temporary file, and send using an InputStreamEntity
...
* Removes the need to store the entire outgoing message in memory
2009-08-12 15:35:44 -07:00
Marc Blank
8db0babf72
Separate syncInterval constants for Account and Mailbox to remove confusion
2009-08-12 09:24:12 -07:00
Android (Google) Code Review
02dd41b319
Merge change 20819
...
* changes:
Use new Rfc822Output class for sending mail; fix bug in Rfc822Output
2009-08-12 09:16:45 -07:00
Android (Google) Code Review
20583edef6
Merge change 20888
...
* changes:
Fixes re: CL20440, per stadler's comments
2009-08-12 09:15:52 -07:00
Mihai Preda
fb7974f5bf
Fix SQL for DELETE_ORPHAN_BODIES and DELETE_BODY.
...
and add unit tests.
2009-08-12 12:57:09 +02:00
Android (Google) Code Review
5c3f1f8cb7
Merge change 20718
...
* changes:
Renew Unread Counts and accounts on Resume See bug 2041204
2009-08-12 01:05:45 -07:00
Android (Google) Code Review
96a0b9a9a3
Merge change 20698
...
* changes:
Show folder icon left of mailbox list See bug 2028384
2009-08-12 00:12:36 -07:00
satok
2374fcb1a0
Renew Unread Counts and accounts on Resume See bug 2041204
2009-08-12 16:06:19 +09:00
satok
5669d4542d
Show the title of MessageList See bug 2029282
2009-08-12 14:55:48 +09:00
Marc Blank
33bc0bd4a5
Fixes re: CL20440, per stadler's comments
2009-08-11 20:19:28 -07:00
Marc Blank
4f195e716c
Use new Rfc822Output class for sending mail; fix bug in Rfc822Output
...
* Change EasOutboxService to use the new Rfc822Output class for sending
* Fix small bug in Rfc822Output (was writing both in Base64 and plain text)
* Fix bug in SyncManager related to auto-starting EAS outbox
2009-08-11 20:07:42 -07:00
Marc Blank
466054d066
Minor changes to ping variables &c
2009-08-11 15:19:50 -07:00
Android (Google) Code Review
22cd410605
Merge change 20784
...
* changes:
Use 5 minute ping time when connected via mobile (prevent NAT timeout)
2009-08-11 15:12:27 -07:00
Andrew Stadler
3f1ac4da94
Add code to handle IMAP/POP attachments.
...
IMAP messages up to about 25k will be downloaded properly.
* Move Store->Provider message rewrite code to a separate utility.
* Add code to descend a Store message and write provider attachments.
* Unit test basic IMAP attachment handler
TODO:
* handle large IMAP messages.
* unit test for POP
* unit test for large IMAP messages
2009-08-11 15:08:14 -07:00
Android (Google) Code Review
a5abab243b
Merge change 20793
...
* changes:
An RFC822 streamer for sending provider messages.
2009-08-11 15:05:38 -07:00