Commit Graph

8392 Commits

Author SHA1 Message Date
Scott Kennedy 8ce0432ec4 Remove unused resource directories
Change-Id: I37961b4a0a358730390ac5dacdaf7a7e5381691a
2013-09-06 10:23:02 -07:00
Baligh Uddin 6354d622cd Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-09-06 04:42:58 +00:00
Tony Mantler 33bc3df32b Always mark messages as seen when we return to the folder list
b/10533884

Change-Id: If1e0774b70a379884cc435fab9965d39531efb58
2013-09-05 14:10:56 -07:00
Baligh Uddin 0be1ae1b49 Import translations. DO NOT MERGE
Change-Id: I27b7b43c0ff4d09daf5785b763002d459a2a8e79
Auto-generated-cl: translation import
2013-09-05 13:58:09 -07:00
Tony Mantler 19c11c0b77 Merge "Tidy warnings in AccountSettingsFragment" into jb-ub-mail-ur10 2013-09-05 18:04:07 +00:00
Tony Mantler 39f29d0481 Tidy warnings in AccountSettingsFragment
Change-Id: I933529dac9f37d0734fa7b98a43e8f41eb143698
2013-09-05 11:00:06 -07:00
Scott Kennedy ca064b2f84 Merge "Allow going back to search results" into jb-ub-mail-ur10 2013-09-05 03:58:10 +00:00
Baligh Uddin 76c53f0594 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-09-05 02:54:44 +00:00
Scott Kennedy e743a06ddf Allow going back to search results
If you went from search results to conversation view, then hit the
back button, we were taking you out of search results to the inbox,
because we didn't know you had search results.

Now, we're tracking this (through the use of a folder type), so we
take you where you should go.

Bug: 10591438
Change-Id: I12ad81323fe3e1f199d9dd06a1a4e18f765b01ee
2013-09-04 14:24:00 -07:00
Yu Ping Hu 4df0d993b6 Increment Email version.
Change-Id: I99514e12774c0ddf3601410f0a93a74e1026977d
2013-09-04 12:53:19 -07:00
Tony Mantler 67855d3117 Merge "Make UnsavedChangesDialogFragment public so the framework can find it" into jb-ub-mail-ur10 2013-09-04 19:03:21 +00:00
Tony Mantler 6f3a94cca1 Make UnsavedChangesDialogFragment public so the framework can find it
b/10611121

Change-Id: I9daab10d49b492950f2032ee1edf4ca07a3e7ef8
2013-09-04 11:57:54 -07:00
Baligh Uddin f4ff9c6019 Import translations. DO NOT MERGE
Change-Id: I8f975543067e9b09efddcca6c566d42d536b5c6f
Auto-generated-cl: translation import
2013-09-03 15:20:00 -07:00
Andrew Sapperstein 66520b3145 Remove CAN_HOLD_MAIL folder capability.
b/9623931

Change-Id: Ic15860d46a6adf8d313536b68ce8e0fad1d97810
2013-09-03 15:16:59 -07:00
Tony Mantler 26cd5e024c Don't store the account creation/modificaiton state in a singleton
b/10460757

Change-Id: I7f0bea69f843f9061d1cfa9277c99d36705aceaf
2013-09-03 14:15:32 -07:00
Andrew Sapperstein dad44e53b2 Merge "Moved some stuff from Email to Unified." into jb-ub-mail-ur10 2013-08-30 00:58:07 +00:00
Andrew Sapperstein 5dcb447c04 Moved some stuff from Email to Unified.
b/10542802.

Change-Id: I9623ce85cae6f67ec647e1712e8c392a35311171
2013-08-29 17:41:26 -07:00
Paul Westbrook eeb3f9369e increment versionCode
Change-Id: Id458c32058f8a692ab5b8bd0d56abe8f1a8a55c3
2013-08-29 17:39:50 -07:00
Martin Hibdon f1e3a72d62 Merge "Correctly fix an outOfBounds error" into jb-ub-mail-ur10 2013-08-28 23:42:42 +00:00
Martin Hibdon 35957ffcf6 Correctly fix an outOfBounds error
b/10380970

Change-Id: I58a57c7a659bb92ba6b6dbf0cbb099d0d252cc37
2013-08-28 16:22:09 -07:00
Martin Hibdon 037e4ad330 Merge "Prevent simultaneous imap and pop syncs" into jb-ub-mail-ur10 2013-08-28 22:30:33 +00:00
Martin Hibdon 466eb2dcd2 Prevent simultaneous imap and pop syncs
b/10527550
I'm not yet sure why we're getting this started
in multiple threads, but the methods where the sync
occurs are now synchronized so they can't happen
at the same time.

Change-Id: Icf7afd336ed056bb42df84b8634117afa8f31213
2013-08-28 15:11:59 -07:00
Paul Westbrook e4ac06080b Don't use implicit events
Bug: 10189773
Change-Id: I4579f2e465bd23b8ab4cdf291bfbe80cf6518328
2013-08-28 14:31:09 -07:00
Andrew Sapperstein 2ad2f0d145 Merge "Use support lib gridlayout." into jb-ub-mail-ur10 2013-08-28 17:43:27 +00:00
Andrew Sapperstein 4f748b4c59 Merge "Show action bar title in eml viewer. b/10515249." into jb-ub-mail-ur10 2013-08-28 17:30:16 +00:00
Andrew Sapperstein a3da2975e8 Show action bar title in eml viewer. b/10515249.
Change-Id: I5889a3b645f3792e881c746f8e4bdfc04d12a922
2013-08-28 10:20:13 -07:00
Baligh Uddin a106effacc Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-08-28 03:51:59 +00:00
Andrew Sapperstein 2c56354d4c Use support lib gridlayout.
Change-Id: I6eef37481bd8a97312a3646374d4aad4027d4e5c
2013-08-27 17:40:28 -07:00
Martin Hibdon 0c8df56a0a When loading local messages, don't filter messages by time
b/10508861
Temporary fix for this.
For some reason, we're getting messages loaded with the wrong
date being stored. If we have a message with date = 0, and we
filter out anything older than 24 hours, then these messages
with the wrong date won't get loaded into our localMessageMap.
Then we won't recognize that message is already present locally,
and we will fetch a duplicate.
I don't yet know why we're getting the date wrong.

Change-Id: Ic91cd263198ee944eddbaf1d90080e8285a5df6a
2013-08-27 15:50:09 -07:00
Tony Mantler 7be030ec8e Remove pointless parent class EmailPreferenceFragment
Change-Id: Ia384d92632100c2adfb22c22c03d4755250e388e
2013-08-27 14:22:17 -07:00
Tony Mantler 801bb02408 Merge "Bandaid fix for overlapping buttons in incoming/outgoing settings" into jb-ub-mail-ur10 2013-08-27 17:37:36 +00:00
Baligh Uddin 9bf0e1f849 Import translations. DO NOT MERGE
Change-Id: I4b9c264053cc85bb1d955d2e0d51245e1927a170
Auto-generated-cl: translation import
2013-08-26 15:05:47 -07:00
Scott Kennedy 0a710bde68 Fix notification preference migration
These settings need to be migrated from the database, not the
SharedPreferences file that likely shouldn't even exist.

Everything added to Account.java was removed in
Ie6ec389b5b5d2e7ab1b299d0877811ae716526e2
when it was believed to be unnecessary.

Bug: 10211615
Change-Id: If6193758febda8a3272d82792492503549a44e32
2013-08-26 14:19:54 -07:00
Tony Mantler 8d3b493d1b Bandaid fix for overlapping buttons in incoming/outgoing settings
Just fall back to the phone layout for the buttons until I address b/8134410 more directly by making the incoming/outgoing screens into dialogs

Change-Id: I7ef5fb5477a2a6b723d46f111b23884519ac36ff
2013-08-26 13:44:34 -07:00
Tony Mantler 076ab83074 Minor warnings tidy
Change-Id: Ib2a85ca838ae521377855b916c57bb7bd00c42f3
2013-08-26 10:17:14 -07:00
Yu Ping Hu 9950981ec6 Increment Email version.
Change-Id: Ifb89a09b3bfaf9296ce8c4cd65053719ad957e5b
2013-08-23 18:01:38 -07:00
Yu Ping Hu 9e8a6f86ba Increase char limit for a string.
Bug: 10460863
Change-Id: Iaaaf2988f86cf1182a29ec6b99e88d4bbe9c309c
2013-08-23 16:38:16 -07:00
Yu Ping Hu c76d008c90 Merge "Add the moved messages query." into jb-ub-mail-ur10 2013-08-23 22:54:14 +00:00
Yu Ping Hu 336e65b6e1 Add the moved messages query.
Change-Id: I6dea8055c5d1a4195b9613f684fbd1f5e8d807fd
2013-08-23 15:50:10 -07:00
Tony Mantler ed4accb24f Clean up warnings, finals, dead and useless code
Change-Id: I8225a78c3b1712479bb5752161e3585a2bc2be2e
2013-08-23 14:43:31 -07:00
Tony Mantler 21b95c1071 Check for null cursor in EmailPreferenceMigrator#migrate()
b/10456199

Change-Id: I3586fbb1aadbcc7e93208aa35ce948b133737d11
2013-08-23 11:43:49 -07:00
Scott Kennedy 3b219ce0bc Merge "Add a CleanSpec" into jb-ub-mail-ur10 2013-08-23 18:01:03 +00:00
Tony Mantler c38a84279b Merge "Add TODO for debug variable for entering debug screen" into jb-ub-mail-ur10 2013-08-23 18:00:41 +00:00
Tony Mantler 4727dc2903 Add TODO for debug variable for entering debug screen
See b/10446166 for STOPSHIP notice to disable debug screen before shipping

Change-Id: Ic0c845b558a2b745bc5015beb3eac3864165670d
2013-08-23 10:50:52 -07:00
Scott Kennedy cc2e8153e6 Add a CleanSpec
Change-Id: I4d8e2c9f702a2f364a0c0c6a953a9e283a73a3ce
2013-08-23 10:47:19 -07:00
Andrew Sapperstein 9b75d662da New overflow to more places
Change-Id: I1cfdef636fdb32968a4a7164e1e79693475d8d09
2013-08-22 16:58:05 -07:00
Tony Mantler 219c3b5b84 Tidy up warnings in account setup fragments
Change-Id: I078df83dbc4afd10c0783a98bfbb23bced12489c
2013-08-22 15:09:42 -07:00
Baligh Uddin e28df24205 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-08-22 17:58:04 +00:00
Scott Kennedy a21d609a39 Merge "Move Email multi-message notification icon to UnifiedEmail" into jb-ub-mail-ur10 2013-08-22 16:29:00 +00:00
Scott Kennedy 19597e8e72 Move Email multi-message notification icon to UnifiedEmail
Change-Id: I70f30ac71c2c9990a8178108011db88484e6d7bc
2013-08-22 00:41:20 -07:00