Commit Graph

8140 Commits

Author SHA1 Message Date
Baligh Uddin
f4b83d66bf Import translations. DO NOT MERGE
Change-Id: I66070fca1658a2cc486967c57f7bcaa14bf25d77
Auto-generated-cl: translation import
2013-04-22 11:59:23 -07:00
Paul Westbrook
8f381e57d7 am 2425df5a: am ee9f671d: CleanSpec for change in drawer resource
* commit '2425df5a8ae7509903f0c59c5041123c2b1c5f13':
  CleanSpec for change in drawer resource
2013-04-21 15:07:29 -07:00
Paul Westbrook
2425df5a8a am ee9f671d: CleanSpec for change in drawer resource
* commit 'ee9f671daa94b38ee101fb5398686dbe838c8dec':
  CleanSpec for change in drawer resource
2013-04-21 15:05:22 -07:00
Paul Westbrook
ee9f671daa CleanSpec for change in drawer resource
Bug: 8668887
Change-Id: I1d98d268950fee9335b519f43f8fea6cc4c4a805
2013-04-21 14:44:42 -07:00
Yu Ping Hu
07d6604ace am 165a382e: am e669f28b: Fix periodic sync (for POP/IMAP).
* commit '165a382ec7622fdd3ab6f04556819e5aa9c262c4':
  Fix periodic sync (for POP/IMAP).
2013-04-21 14:18:54 -07:00
Yu Ping Hu
165a382ec7 am e669f28b: Fix periodic sync (for POP/IMAP).
* commit 'e669f28b0866e66c629103698ad14b22a204442f':
  Fix periodic sync (for POP/IMAP).
2013-04-21 14:16:40 -07:00
Yu Ping Hu
e669f28b08 Fix periodic sync (for POP/IMAP).
Periodic sync management was wrong in at least two ways:

1) Periodic syncs were scheduled as a side effect of
   performing a sync, so changing the sync interval setting
   would not do what you expect.
2) Performing a manual mailbox sync would schedule a
   periodic sync on that mailbox.

This change removes the side effect from sync, and instead
actually responds to updates to the sync interval by
removing the extra syncs and updating just the account sync.

Bug: 8666490
Change-Id: I3f4a3fb7044c408578f0dc75ccb6c5bb176bfc0b
2013-04-21 11:33:52 -07:00
Yu Ping Hu
0bfd048290 am d040669d: am 50d5152f: Merge "Code cleanup." into jb-ub-mail-ur9
* commit 'd040669d824acc2a4689854464a430d065829f06':
  Code cleanup.
2013-04-19 23:12:05 -07:00
Yu Ping Hu
d040669d82 am 50d5152f: Merge "Code cleanup." into jb-ub-mail-ur9
* commit '50d5152f54060fa6a491e8f10411d02f13a09b83':
  Code cleanup.
2013-04-19 21:38:13 -07:00
Yu Ping Hu
50d5152f54 Merge "Code cleanup." into jb-ub-mail-ur9 2013-04-19 23:16:00 +00:00
Yu Ping Hu
0eb47994a3 Code cleanup.
- Refactor EmailProvider.call
- Remove unused import

Change-Id: I9f0ae35256856a9cd6ea015348d49fcbb6fa8b0f
2013-04-19 15:59:27 -07:00
Mark Wei
811881287c am fe218700: am 3a82ad59: Fix migration from Email1 to Email2 when using combined inbox.
* commit 'fe2187007af76fe8750367e7fdc6147efc6a0dea':
  Fix migration from Email1 to Email2 when using combined inbox.
2013-04-19 15:22:36 -07:00
Mark Wei
fe2187007a am 3a82ad59: Fix migration from Email1 to Email2 when using combined inbox.
* commit '3a82ad59928864931b826c46413831d7431057f9':
  Fix migration from Email1 to Email2 when using combined inbox.
2013-04-19 15:20:55 -07:00
Mark Wei
3a82ad5992 Fix migration from Email1 to Email2 when using combined inbox.
Bug: 8578254
Change-Id: I2afb7e145664c1e6d10c0cfbf654d835fec8c9f1
2013-04-19 15:07:28 -07:00
Yu Ping Hu
4c45ae2e7a am d5820f42: am 503cc063: Stop using ContentCache and related caches.
* commit 'd5820f4271071cef042d411308d63ca9e347d224':
  Stop using ContentCache and related caches.
2013-04-19 13:51:33 -07:00
Yu Ping Hu
d5820f4271 am 503cc063: Stop using ContentCache and related caches.
* commit '503cc0630d54de430a97f6013c6c7b7e851e343d':
  Stop using ContentCache and related caches.
2013-04-19 13:49:21 -07:00
Yu Ping Hu
503cc0630d Stop using ContentCache and related caches.
Bug: 8655671
Change-Id: I349ce464b5d752b3ac687852dbce4f0b57e04c67
2013-04-19 11:09:15 -07:00
Yu Ping Hu
969334413f am a8a397e4: am 0b8e65b7: Increment Email version number.
* commit 'a8a397e4c973b380aff24daf454d048224ecc03e':
  Increment Email version number.
2013-04-19 10:25:48 -07:00
Yu Ping Hu
a8a397e4c9 am 0b8e65b7: Increment Email version number.
* commit '0b8e65b78471f741047872eb719b041555500cfc':
  Increment Email version number.
2013-04-19 10:22:42 -07:00
Yu Ping Hu
0b8e65b784 Increment Email version number.
Change-Id: I70237386705740dc20b6ee589a3404df17bef5f5
2013-04-19 10:03:51 -07:00
Yu Ping Hu
84f848f04e am d26ec600: am 7539508b: Add a way to check whether we have a wakelock.
* commit 'd26ec600f162643554f7dee2ee9c24d74d412c88':
  Add a way to check whether we have a wakelock.
2013-04-19 08:49:52 -07:00
Yu Ping Hu
d26ec600f1 am 7539508b: Add a way to check whether we have a wakelock.
* commit '7539508bfc315fb3fce10d57da27762dab4d2bd4':
  Add a way to check whether we have a wakelock.
2013-04-19 08:46:52 -07:00
Yu Ping Hu
7539508bfc Add a way to check whether we have a wakelock.
Bug: 8640907

Change-Id: I886af09d20dab195a9bbd38082a02d29e8b864e7
2013-04-18 13:48:57 -07:00
Baligh Uddin
3f96b43c3a am 22a87720: (-s ours) am 87d5fd39: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9
* commit '22a8772084996059926e8db9ae0948fd44e97dd4':
  Import translations. DO NOT MERGE
2013-04-18 08:00:49 -07:00
Baligh Uddin
aa13bf2260 am f6884dbe: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10
* commit 'f6884dbe28fd29b5cd6990626f850fe417020e17':
  Import translations. DO NOT MERGE
2013-04-18 07:57:36 -07:00
Baligh Uddin
22a8772084 am 87d5fd39: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9
* commit '87d5fd399fdfbe5d8b4660a8277e3fda3c37ee72':
  Import translations. DO NOT MERGE
2013-04-18 07:56:50 -07:00
Baligh Uddin
87d5fd399f Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9 2013-04-18 14:55:28 +00:00
Baligh Uddin
9efb73e6b1 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur11 2013-04-18 14:54:56 +00:00
Baligh Uddin
f6884dbe28 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-04-18 14:54:34 +00:00
Yu Ping Hu
6b3ded4136 am fdb583ab: am 9a2686af: Improve POP sync.
* commit 'fdb583ab6c23969433c54b6f42f805b1666c4016':
  Improve POP sync.
2013-04-17 13:05:57 -07:00
Yu Ping Hu
fdb583ab6c am 9a2686af: Improve POP sync.
* commit '9a2686afa2e02c62a8e5f9c42c82bd2da70b96af':
  Improve POP sync.
2013-04-17 13:02:23 -07:00
Baligh Uddin
ac0b2e8571 Import translations. DO NOT MERGE
Change-Id: I90409e7de9c729ee77e8e388affb090ecccda8ee
Auto-generated-cl: translation import
2013-04-17 12:07:10 -07:00
Baligh Uddin
66ec0a721c Import translations. DO NOT MERGE
Change-Id: Ia3edef80d2e554ffaaf9710be027292424194ebd
Auto-generated-cl: translation import
2013-04-17 12:06:13 -07:00
Baligh Uddin
4f2103b294 Import translations. DO NOT MERGE
Change-Id: I8696bd5f512cf14b7864597d064e83e146987c75
Auto-generated-cl: translation import
2013-04-17 12:05:19 -07:00
Yu Ping Hu
9a2686afa2 Improve POP sync.
- Set socket timeout as soon as you open it. This was how
  IMAP worked, so I just moved the call up one level. This
  should help one of the sync forever scenarios.
- Simplify the SQL query for getting a Mailbox.
- Try to load messages that failed to load last time.
- Always close the connection to the remote folder.
- Don't try to be too clever in fetching the body.
  This needs to be fixed later for attachements, but for
  now seems to work better and will let me get more testing.

Change-Id: I91b6a6f2a2846b34b1a0c50eb4eb37fc947389ce
2013-04-17 10:54:33 -07:00
Andy Huang
fe910d4ba9 am 1bcf452d: am cb6bdff9: clean up old layouts, pt 3
* commit '1bcf452d53490fec5f4522abf710fee2b97487ca':
  clean up old layouts, pt 3
2013-04-15 14:22:39 -07:00
Andy Huang
1bcf452d53 am cb6bdff9: clean up old layouts, pt 3
* commit 'cb6bdff95c58b4927082bcca138a6305152643a7':
  clean up old layouts, pt 3
2013-04-15 14:20:42 -07:00
Andy Huang
cb6bdff95c clean up old layouts, pt 3
Bug: 8393227
Change-Id: I8fbd3ed96d9f7e10708ff6b064b2fea4865c4f69
2013-04-15 13:55:14 -07:00
Yu Ping Hu
f6d8c76c1e am 4cdc4237: am d3af8adb: Merge "Populate the account object with the type" into jb-ub-mail-ur9
* commit '4cdc42372cc13bbca37f4e7d908a5656171216a8':
  Populate the account object with the type
2013-04-15 13:28:05 -07:00
Yu Ping Hu
4cdc42372c am d3af8adb: Merge "Populate the account object with the type" into jb-ub-mail-ur9
* commit 'd3af8adba6206ceb25f2cfea94419df1478ef974':
  Populate the account object with the type
2013-04-15 13:26:10 -07:00
Yu Ping Hu
d3af8adba6 Merge "Populate the account object with the type" into jb-ub-mail-ur9 2013-04-15 20:23:31 +00:00
Scott Kennedy
e0d4cab353 Populate the account object with the type
This is needed for prioritizing contact results

Bug: 8587925
Change-Id: I093f0914060a01f37b175ae5877b27e0e16e9eaf
2013-04-15 13:22:27 -07:00
Baligh Uddin
a3a749f3b7 am 9fb0801c: (-s ours) am e8fd143c: (-s ours) Import translations. DO NOT MERGE
* commit '9fb0801cac395ad9721550cc9e1cda7b87a1acca':
  Import translations. DO NOT MERGE
2013-04-15 13:09:25 -07:00
Baligh Uddin
9fb0801cac am e8fd143c: (-s ours) Import translations. DO NOT MERGE
* commit 'e8fd143c81d3466010ffd8a71bad17393a8b48ec':
  Import translations. DO NOT MERGE
2013-04-15 13:06:24 -07:00
Baligh Uddin
e8fd143c81 Import translations. DO NOT MERGE
Change-Id: I9ea9f585bf76f378e3de4970c6f0c8d5fdb23e13
Auto-generated-cl: translation import
2013-04-15 12:05:13 -07:00
Yu Ping Hu
803cf9c4c9 am c1ff5048: am e3338641: Merge "Remove spammy log message." into jb-ub-mail-ur9
* commit 'c1ff50488ee84e39272b7ba8868e40b99b900406':
  Remove spammy log message.
2013-04-15 11:03:32 -07:00
Baligh Uddin
af4deb4050 am 31735479: (-s ours) am 8b01f18c: (-s ours) Import translations. DO NOT MERGE
* commit '31735479f3c35b21ecb79381fe9655424723a742':
  Import translations. DO NOT MERGE
2013-04-15 11:03:31 -07:00
Yu Ping Hu
f593b77761 am 0d17c67b: am 9b040bde: Base64 the folder persistent id.
* commit '0d17c67b75ff0f797aba651fc1810972245884ef':
  Base64 the folder persistent id.
2013-04-15 11:03:31 -07:00
Yu Ping Hu
3d8c31ab2e am ae48f61b: am 196cb96e: Merge "Increment Email version." into jb-ub-mail-ur9
* commit 'ae48f61b656827b2eee2f779c4682e534d199bcb':
  Increment Email version.
2013-04-15 11:03:30 -07:00
Yu Ping Hu
59f19401ad am 1e05e834: am 22130ad5: Sync folders during account sync.
* commit '1e05e8343fb2750739cc6ca1b063beee2da147f5':
  Sync folders during account sync.
2013-04-15 11:03:29 -07:00