Matthew Brace
2dede98463
Refactored how the HTTP calls were to reduce the growing volume of duplicated code.
2008-12-26 06:47:00 +00:00
Bradley Young
60b03f3dc2
Should fix attachment issues
2008-12-26 03:06:42 +00:00
Matthew Brace
409acd0134
Added support for proper deletions in WebDAV. Deleting a message the first time moves it to the (currently hardcoded) Deleted Items. Deleting an item in 'Deleted Items' will remove it completely.
2008-12-25 08:38:55 +00:00
Matthew Brace
46d4619ffb
Fix for date/time issues prior to fetch(BODY) or fetch(BODY_SANE) is called.
2008-12-25 01:08:34 +00:00
Matthew Brace
dc7a1a0532
Fixed an issue where some Exchange servers wouldn't mark messages as read. Fixed incorrect URL encoding in some folder path names. Removed some unneccessary headers from the envelope request.
2008-12-24 03:09:37 +00:00
Bradley Young
70ab4d7a37
Moved findSurroundingMessagesUid() above the block it was in (which was only present if the next and previous buttons are visible (and they are not visible in horizontal orientation (and that's the only time you can use the keyboard in a non-emulated device))).
...
Fixes issue #50 .
2008-12-23 07:18:36 +00:00
Bradley Young
266a3eddcf
Correcting issue with message body being the target, regardless of action (reply, forward, compose).
...
Should target the message body on reply, reply all, and edit draft.
2008-12-23 02:01:51 +00:00
Matthew Brace
18c51bae5c
Removed unneeded header fields from WebDav requests. Fix for some instances of subfolders not working.
2008-12-22 22:14:02 +00:00
Bao-Long Nguyen-Trong
f5c4982c1d
. Replaced 'Reply All' with 'Delete' button in message view
2008-12-21 17:44:18 +00:00
Bao-Long Nguyen-Trong
7f81a1ed5d
. Replaced 'Delete' button in message view with 'Forward' one (too many accidental deletes)
2008-12-21 15:52:21 +00:00
Bradley Young
5d576f899f
If the message is a reply, set focus to the message body. Adding addresses is not the default behavior when a user replies.
2008-12-21 06:20:32 +00:00
Bao-Long Nguyen-Trong
56d1ede846
. Added silent 'on going' notification when checking email
2008-12-19 22:30:55 +00:00
Bao-Long Nguyen-Trong
b9dec4064e
. Fixed background sync broken by package name change
2008-12-19 22:27:37 +00:00
Bao-Long Nguyen-Trong
b76c0aba0b
. Externalized notification ids
2008-12-19 19:59:49 +00:00
Bao-Long Nguyen-Trong
b3a4b758dc
. Fixed typo in LED time off
...
I forgot: Thanks danapple0 for the LED blickng code
2008-12-19 19:52:51 +00:00
Bao-Long Nguyen-Trong
081cb8f76d
. New email notification now includes purple blicking LED
2008-12-19 19:46:47 +00:00
Bao-Long Nguyen-Trong
1e67bbee6b
. More reliable background sync by using wake lock
...
--> Background sync now work even when the device is asleep
(Thanks danapple0)
2008-12-19 19:32:27 +00:00
Jesse Vincent
d55e335f48
merge extra crap
2008-12-19 00:31:17 +00:00
Jesse Vincent
9cf84ee2c8
Merge 'rename' into 'trunk'
...
r55941@173-101-60-247 (orig r204): jessev | 2008-12-16 14:58:33 -0800
r55942@173-101-60-247 (orig r205): jessev | 2008-12-16 15:07:33 -0800
* step 1 of rename
r55943@173-101-60-247 (orig r206): jessev | 2008-12-16 15:08:52 -0800
step 2 of rename
r55944@173-101-60-247 (orig r207): jessev | 2008-12-16 15:09:23 -0800
oops
r55945@173-101-60-247 (orig r208): jessev | 2008-12-16 15:34:01 -0800
* Even more progressive rename/unfork work
r55947@173-101-60-247 (orig r210): jessev | 2008-12-16 16:16:43 -0800
* Doesn't work, but close to what danapple has recommended
r56039@173-101-60-247 (orig r213): young.bradley | 2008-12-18 16:14:49 -0800
This is a working semi-deforked application. i.e. most of it is still in the com.android.email namespace, but choice bits are in com.fsck.k9 so that it won't try to overwrite the builtin client.
Changes: corrected the package (or something equally simple for K9.java
build.xml has an additional stanza that copies the R.java file from fsck to android namespace, and changes the package inside the file.
AndroidManifest.xml has the package set to fsck, and all the activities are now explicity named.
r56040@173-101-60-247 (orig r214): jessev | 2008-12-18 16:20:56 -0800
* merged from trunk as of r213
2008-12-19 00:29:29 +00:00
Jesse Vincent
5a55389835
merged from trunk as of r213
2008-12-19 00:20:56 +00:00
Jesse Vincent
28e8827827
Even more progressive rename/unfork work
2008-12-16 23:34:01 +00:00
Jesse Vincent
ac55d3034b
oops
2008-12-16 23:09:23 +00:00
Jesse Vincent
9204c61044
step 2 of rename
2008-12-16 23:08:52 +00:00
Jesse Vincent
eedfc0a839
step 1 of rename
2008-12-16 23:07:33 +00:00
Jesse Vincent
0c8fd8496a
move step 1, take 2
2008-10-28 01:19:26 +00:00
Jesse Vincent
a6956b5bae
Added a "DELETE" keybinding in the FolderMessageList
2008-10-28 01:12:03 +00:00
Jesse Vincent
822b3b3daa
Added support for propagating "Deleted" flags back to IMAP servers.
...
* Fixed a typo in original method names (really should have been another commit, but this is the initial upload)
2008-10-28 01:11:05 +00:00
Jesse Vincent
ffd7766384
Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date.
2008-10-28 01:04:44 +00:00