Commit Graph

974 Commits

Author SHA1 Message Date
Marc Blank
a6ed97e4d9 am 10a49083: Remove "Refresh" from bottom of EAS message lists
Merge commit '10a4908369c5dfd8db22e969fc00ce0ec695a065' into eclair-plus-aosp

* commit '10a4908369c5dfd8db22e969fc00ce0ec695a065':
  Remove "Refresh" from bottom of EAS message lists
2009-09-25 11:32:18 -07:00
Marc Blank
10a4908369 Remove "Refresh" from bottom of EAS message lists
* It's confusing and inappropriate

Change-Id: I4633d34ad022ab7970384f14182dbf3c9aa4207f
2009-09-25 11:25:00 -07:00
satok
b3af7bab9c am d32d7863: Merge change 26812 into eclair
Merge commit 'd32d78634c776fa12afb7478fdc7e67140f2167e' into eclair-plus-aosp

* commit 'd32d78634c776fa12afb7478fdc7e67140f2167e':
  Remember the list positions in MessageListView for onResume
2009-09-25 10:55:09 -07:00
Android (Google) Code Review
d32d78634c Merge change 26812 into eclair
* changes:
  Remember the list positions in MessageListView for onResume
2009-09-25 13:50:03 -04:00
Marc Blank
12e7b3f884 am bce49bb3: Merge change 27048 into eclair
Merge commit 'bce49bb3f56177eb61526426336fd0100ca34687' into eclair-plus-aosp

* commit 'bce49bb3f56177eb61526426336fd0100ca34687':
  Harden a few calls in Controller
2009-09-25 10:38:57 -07:00
Android (Google) Code Review
bce49bb3f5 Merge change 27048 into eclair
* changes:
  Harden a few calls in Controller
2009-09-25 13:32:45 -04:00
Marc Blank
e2b5a31732 am e0670698: Merge change 27056 into eclair
Merge commit 'e06706987aebd1d15b4bfbb1cf46caaf85e190cb' into eclair-plus-aosp

* commit 'e06706987aebd1d15b4bfbb1cf46caaf85e190cb':
  Add check in SyncManager before stopping thread (fixes #2131380)
2009-09-25 10:24:05 -07:00
Andrew Stadler
96dce59258 am 0d6e69ce: Merge change 26913 into eclair
Merge commit '0d6e69ce8ac7e5d2ec508ec3223e9ed7c1174c8b' into eclair-plus-aosp

* commit '0d6e69ce8ac7e5d2ec508ec3223e9ed7c1174c8b':
  Don't drop local mailboxes if we created them.
2009-09-25 10:19:20 -07:00
Android (Google) Code Review
e06706987a Merge change 27056 into eclair
* changes:
  Add check in SyncManager before stopping thread (fixes #2131380)
2009-09-25 13:18:03 -04:00
Marc Blank
484e137691 Add check in SyncManager before stopping thread (fixes #2131380)
Change-Id: I0f0dcc9721094ed29fd241b8a71e30ee0717cdfb
2009-09-25 10:16:29 -07:00
Android (Google) Code Review
0d6e69ce8a Merge change 26913 into eclair
* changes:
  Don't drop local mailboxes if we created them.
2009-09-25 13:15:00 -04:00
Andrew Stadler
e959645070 Don't drop local mailboxes if we created them.
Reimplement a dropped snippet from the original MessagingController
that preserved locally-created special mailboxes (drafts, sent, etc.)
instead of dropping them when they were not found on the server.

Bug # 2078209
2009-09-25 10:13:12 -07:00
Marc Blank
df3a32b91c am af30d6cf: Merge change 26964 into eclair
Merge commit 'af30d6cfacf0947d98ef1c9da2c5b5e06f7fc8f6' into eclair-plus-aosp

* commit 'af30d6cfacf0947d98ef1c9da2c5b5e06f7fc8f6':
  Run sync threads in background priority (helps with #2126515)
2009-09-25 09:29:07 -07:00
Marc Blank
e892f6f978 Harden a few calls in Controller
* Check for null account (situation in which the Account has been
  deleted)

Change-Id: Iabd949c32443c7496a249ac5b7cdca22fc920a18
2009-09-25 09:24:56 -07:00
Android (Google) Code Review
af30d6cfac Merge change 26964 into eclair
* changes:
  Run sync threads in background priority (helps with #2126515)
2009-09-25 12:23:16 -04:00
satok
58a28fdceb Remember the list positions in MessageListView for onResume
BUG: 2131474
2009-09-25 21:22:27 +09:00
Mihai Preda
c84ef7da61 am 1033fe60: MessageCompose: correctly handle saving Draft in relation to restarting the activity on configuration change.
Merge commit '1033fe606cfe7fa9f75b7c7f13868ec7df2ad993' into eclair-plus-aosp

* commit '1033fe606cfe7fa9f75b7c7f13868ec7df2ad993':
  MessageCompose: correctly handle saving Draft in relation to restarting the activity on configuration change.
2009-09-25 03:37:29 -07:00
Mihai Preda
1033fe606c MessageCompose: correctly handle saving Draft in relation to restarting the activity on configuration change.
Avoids saving multiple drafts when opening/closing the keyboard.
Bug 2133003.
2009-09-25 12:29:36 +02:00
Marc Blank
7822aec383 Run sync threads in background priority (helps with #2126515)
* Seems to improve UI responsiveness while doing large syncs,
  but it can still slow down quite a bit

Change-Id: I539b8a9a96a922d810fba02ff4093759489a8153
2009-09-24 17:22:51 -07:00
Mihai Preda
4666cabdfc am 7a59191b: Fix loading the quoted text when editing draft.
Merge commit '7a59191bf1089ec2b89128406637c2094077cbce' into eclair-plus-aosp

* commit '7a59191bf1089ec2b89128406637c2094077cbce':
  Fix loading the quoted text when editing draft.
2009-09-24 12:27:01 -07:00
Mihai Preda
7a59191bf1 Fix loading the quoted text when editing draft.
Bug 2140036.

Only load the reply fields for an edit-draft situation.

Change-Id: I851e3851ab595a0a2e6829a3bf3845ae576f1ba7
2009-09-24 12:12:56 -07:00
Marc Blank
215f76aa95 am e1145d17: In EAS flow mode, don\'t try to use auto-setup (fixes #2143583)
Merge commit 'e1145d173971ebe741e42e9caa209ef2f7bbefa4' into eclair-plus-aosp

* commit 'e1145d173971ebe741e42e9caa209ef2f7bbefa4':
  In EAS flow mode, don't try to use auto-setup (fixes #2143583)
2009-09-24 12:03:00 -07:00
Marc Blank
e1145d1739 In EAS flow mode, don't try to use auto-setup (fixes #2143583)
Change-Id: I53a287d909fdde3c6ab75087a4a049c3afe9852c
2009-09-24 11:58:11 -07:00
Mihai Preda
2c76c92608 am d66b4657: Fix loading the quoted text when editing draft.
Merge commit 'd66b465776261b3313c4b3bb3ef7c3954ebb08e4' into eclair-plus-aosp

* commit 'd66b465776261b3313c4b3bb3ef7c3954ebb08e4':
  Fix loading the quoted text when editing draft.
2009-09-24 11:19:17 -07:00
Mihai Preda
d66b465776 Fix loading the quoted text when editing draft.
Bug 2140036.

Only load the reply fields for an edit-draft situation.
2009-09-24 15:04:03 +02:00
Mihai Preda
8fa7ec5e06 am 0dbc15e6: Email: catch RuntimeException when loading message with huge body from DB.
Merge commit '0dbc15e6f15a01fdb2bd4f5263c06369299ec361' into eclair-plus-aosp

* commit '0dbc15e6f15a01fdb2bd4f5263c06369299ec361':
  Email: catch RuntimeException when loading message with huge body from DB.
2009-09-24 03:07:05 -07:00
Mihai Preda
0dbc15e6f1 Email: catch RuntimeException when loading message with huge body from DB.
Bug: 2133062.
2009-09-24 11:58:16 +02:00
satok
62a69a6e4f am 4bd5034c: Merge change 26605 into eclair
Merge commit '4bd5034c55bd2661070c82a93da589b03bb146af' into eclair-plus-aosp

* commit '4bd5034c55bd2661070c82a93da589b03bb146af':
  Add High/Low DPI assets
2009-09-23 21:30:48 -07:00
Android (Google) Code Review
4bd5034c55 Merge change 26605 into eclair
* changes:
  Add High/Low DPI assets
2009-09-24 00:25:22 -04:00
Marc Blank
f59a5053f2 am b19bc4c0: Save HostAuth\'s when returning from editing Incoming/Outgoing settings
Merge commit 'b19bc4c0b6b96516870665cf0d4e5b45638c16f4' into eclair-plus-aosp

* commit 'b19bc4c0b6b96516870665cf0d4e5b45638c16f4':
  Save HostAuth's when returning from editing Incoming/Outgoing settings
2009-09-23 20:47:09 -07:00
Marc Blank
b19bc4c0b6 Save HostAuth's when returning from editing Incoming/Outgoing settings
* in onActivityResult, we not only need to update the Account, but also
  the relevant HostAuth (both if coming from AccountSetupExchange)

Change-Id: I0657ff257fe949e46e100eb3e6cfec6162514aa9
2009-09-23 18:31:16 -07:00
Marc Blank
c09ee66e37 am cf19af4c: Add more ping logging to detect odd looping behavior in Moto log
Merge commit 'cf19af4c742a03685a6e352b940f2b4c60457395' into eclair-plus-aosp

* commit 'cf19af4c742a03685a6e352b940f2b4c60457395':
  Add more ping logging to detect odd looping behavior in Moto log
2009-09-23 18:05:23 -07:00
Marc Blank
cf19af4c74 Add more ping logging to detect odd looping behavior in Moto log
Change-Id: I66f9789cf9ded590ec96b502c2f74f5d0ae5d17d
2009-09-23 17:49:47 -07:00
Marc Blank
45167dd307 am 5fed9340: Make sure we call setServicesEnabled in the BootReceiver
Merge commit '5fed93408390ba154f0c9d493e259caaa7a3c124' into eclair-plus-aosp

* commit '5fed93408390ba154f0c9d493e259caaa7a3c124':
  Make sure we call setServicesEnabled in the BootReceiver
2009-09-23 16:04:21 -07:00
Marc Blank
5fed934083 Make sure we call setServicesEnabled in the BootReceiver
* Otherwise, there's a chance that various activities will be
  disabled (like MessageCompose), even if there are existing
  accounts.
* Enable BootReceiver by default

Change-Id: Id4669c41a846545d8bac5ad85736e1508074864a
2009-09-23 15:31:46 -07:00
Marc Blank
04645cd711 am 3e1c871f: Fix EAS sending, which was inadvertently broken by a change in EmailProvider
Merge commit '3e1c871f049f13e433e8e5c4dd8ad789dd93c6c8' into eclair-plus-aosp

* commit '3e1c871f049f13e433e8e5c4dd8ad789dd93c6c8':
  Fix EAS sending, which was inadvertently broken by a change in EmailProvider
2009-09-23 11:21:12 -07:00
Marc Blank
3e1c871f04 Fix EAS sending, which was inadvertently broken by a change in EmailProvider
* syncServerId in the Message table can now be NULL; this broke a test
  used by EasOutboxService and SyncManager to determine whether there
  were sendable messages in the Outbox
* Changed test to allow for NULL in syncServerId

Change-Id: Id76c7a45bc306abe7a927ab2395700f54a01a298
2009-09-23 10:52:00 -07:00
satok
d7cc3c68db am 8cb81390: Merge change 26601 into eclair
Merge commit '8cb81390ce808eb71ca6e1e26f8ea6eccba05e78' into eclair-plus-aosp

* commit '8cb81390ce808eb71ca6e1e26f8ea6eccba05e78':
  Add a backgroud drawabled for fasttrack presence.
2009-09-23 10:14:25 -07:00
Android (Google) Code Review
8cb81390ce Merge change 26601 into eclair
* changes:
  Add a backgroud drawabled for fasttrack presence.
2009-09-23 13:07:47 -04:00
satok
35b0e2a328 Add High/Low DPI assets
BUG: 2125345
2009-09-24 02:01:33 +09:00
satok
8dfcfb87a9 am f4a045a5: Merge change 25957 into eclair
Merge commit 'f4a045a58fdb1a0492a0009118ac320835a01985' into eclair-plus-aosp

* commit 'f4a045a58fdb1a0492a0009118ac320835a01985':
  Always show combined inbox
2009-09-23 09:48:26 -07:00
Android (Google) Code Review
f4a045a58f Merge change 25957 into eclair
* changes:
  Always show combined inbox
2009-09-23 12:42:30 -04:00
satok
da35b1f187 Add a backgroud drawabled for fasttrack presence.
BUG: 2053500
2009-09-24 01:41:09 +09:00
satok
fea3de19bf Always show combined inbox
BUG: 2129902
2009-09-24 00:56:41 +09:00
Marc Blank
9837172fe6 am 5fc57ecc: Fix reply/forward for both SMTP and EAS; fixes #2138725
Merge commit '5fc57eccefeba517fe5e6f093786f37c6c4d50e6' into eclair-plus-aosp

* commit '5fc57eccefeba517fe5e6f093786f37c6c4d50e6':
  Fix reply/forward for both SMTP and EAS; fixes #2138725
2009-09-23 08:09:36 -07:00
Marc Blank
5fc57eccef Fix reply/forward for both SMTP and EAS; fixes #2138725
* Add new introText column in the Body database
* Reply/Forward put the appropriate String into this new column
* Rfc822Output uses this when required when streaming the message

Change-Id: I34602fdb3f91692c46fc8bc31ba0e6f680d445a0
2009-09-23 07:31:01 -07:00
Andrew Stadler
7449146839 am 0d00889f: Cleanup Provider Message in preparation for upload
Merge commit '0d00889f83fc8c1d69039a2c849b630fb4dd28dd' into eclair-plus-aosp

* commit '0d00889f83fc8c1d69039a2c849b630fb4dd28dd':
  Cleanup Provider Message in preparation for upload
2009-09-22 18:42:56 -07:00
Andrew Stadler
0d00889f83 Cleanup Provider Message in preparation for upload
* Remove mServerIntId and its special logic
* Add mServerTimeStamp
* Add column dynamically so we don't lose accounts

Bug # 2097471
2009-09-22 18:31:10 -07:00
Marc Blank
27c713b344 am 39ec4298: Have SyncManager.ping check that the service is properly started
Merge commit '39ec429862545b622e166bb0d0a5cf0c1e0e019e' into eclair-plus-aosp

* commit '39ec429862545b622e166bb0d0a5cf0c1e0e019e':
  Have SyncManager.ping check that the service is properly started
2009-09-22 13:32:06 -07:00
Marc Blank
39ec429862 Have SyncManager.ping check that the service is properly started
* If not, it will start the service
* This will catch cases in which the Email process has been killed
  while alarms are set (this would be the vast majority of the time)
* Will look into ways of catching any remaining cases...
* Fixes #2131432

Change-Id: Id71e68d14b5d1b0402c866db49a07c7b1adf499d
2009-09-22 13:22:16 -07:00