Martin Hibdon
78d168c19d
Fix a crash bringing up settings
...
Change-Id: If29fc7a4113ed7245cd82e6b26c63f08f4b9db2d
2014-01-07 16:41:43 -08:00
Baligh Uddin
f2e9e37cf0
am d2d5e795
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'd2d5e795ecfa064fa059c55210fd0d7a576b4604':
Import translations. DO NOT MERGE
2014-01-07 17:48:04 +00:00
Baligh Uddin
ac96f9cfc7
Merge "Import translations. DO NOT MERGE" into ub-mail-master
2014-01-07 17:44:34 +00:00
Baligh Uddin
e6550a36be
am 343be13b
: (-s ours) Import translations. DO NOT MERGE
...
* commit '343be13b6e9528558125a3e4dccfa9bc9e2a9f72':
Import translations. DO NOT MERGE
2014-01-07 08:40:57 -08:00
Baligh Uddin
1a6b640a21
Import translations. DO NOT MERGE
...
Change-Id: I93a04c0e0a4acc61f24aae40695c2e2fd1cd56a7
Auto-generated-cl: translation import
2014-01-06 20:25:55 -08:00
Baligh Uddin
d2d5e795ec
Import translations. DO NOT MERGE
...
Change-Id: Icee51450a3ccbe66dc990988d60c8991597a3587
Auto-generated-cl: translation import
2014-01-06 20:23:07 -08:00
Baligh Uddin
343be13b6e
Import translations. DO NOT MERGE
...
Change-Id: I8685484c792c50162e47c9d2c2590a9ebc9329eb
Auto-generated-cl: translation import
2014-01-06 20:18:59 -08:00
Martin Hibdon
04f0be10d8
Update email version number
...
Change-Id: I24f315f6d6a383acf74d7b9ecf07c3f4020db24c
2014-01-06 15:48:17 -08:00
Martin Hibdon
bc5a832da1
Allow oauth to be used for any account
...
This is needed to allow authentication for dasher accounts.
Change-Id: Ic743cf5e027cb9dfbc85896ebae975a3ea40d7bc
2014-01-06 15:41:45 -08:00
Tony Mantler
e31fe0d47b
Typo: CONVERSATION_PROJECTION_QUERY_CURSOR_WINDOW_LIMT
...
Change-Id: I5e28bc618a38e12f171b12f71352838b4f27dbbc
2014-01-03 15:44:12 -08:00
Martin Hibdon
37e2cbb005
Merge "Fix a case that would leak connections if an exception happens" into ub-mail-master
2014-01-03 22:47:20 +00:00
Martin Hibdon
9fe8131c3f
Fix a case that would leak connections if an exception happens
...
Change-Id: I9f50911344e04f22e15bf9ba0c95f4e1b1422923
2014-01-03 14:33:28 -08:00
Martin Hibdon
e8eb6e659b
Make OAuth work
...
Now you can authenticate your account using oauth
for google hosted accounts (e.g. google.com, gmail.com)
The setup ui is still not up to spec.
Change-Id: Ib2826653550a823b4d1b8739c1e483746cccbc22
2014-01-03 14:05:46 -08:00
Martin Hibdon
ff1ee36cb5
Close Imap connections when we are done using them
...
Also, clean up when we create and lose track of ImapStores.
Prior to this we were creating them often, and losing track of them,
which renders useless a lot of the complex logic in ImapStore devoted
to reusing connections.
Change-Id: I771d4e46d0c1cb9b605c43d9cbae6e52f5894745
2014-01-03 14:01:04 -08:00
Martin Hibdon
5f4fb9bb14
Merge "Close Imap connections when we are done using them" into ub-mail-master
2014-01-03 21:59:34 +00:00
Tony Mantler
885ec98307
Merge "Split AccountSetupNames into Activity and Fragment" into ub-mail-master
2014-01-03 20:57:01 +00:00
Andrew Sapperstein
aef86e3501
Support inline image UI changes in Email b/5555553
...
A small CL to make sure email keeps compiling
and has the same behavior as before.
If Email wants to support long press to view image,
additional work needs to be done on the email side
in order to enable the full functionality.
Change-Id: I8e7cbdf2a2eee452fe9597097b77db5c8052d7fe
2014-01-03 11:12:14 -08:00
Tony Mantler
129e122608
Merge "Disable the compose activity when there are no accounts configured" into ub-mail-master
2014-01-03 18:31:34 +00:00
Tony Mantler
82b784b7c1
Merge "Re-background loading in AccountSecurity" into ub-mail-master
2014-01-03 18:30:59 +00:00
Martin Hibdon
6348f97c4b
Merge "Fix a crash when bring up settings" into ub-mail-master
2014-01-03 17:42:54 +00:00
Martin Hibdon
e228a8bd7f
Merge "Log the stack trace if we do a DB operation on the UI thread" into ub-mail-master
2014-01-03 17:42:51 +00:00
Martin Hibdon
15b06c2080
Fix a crash when bring up settings
...
It is now required that any activity that extends
PreferenceActivity implement isValidFragment.
Change-Id: I3ef79430b7f176186493bd09af693b48f8c040a1
2014-01-03 09:30:44 -08:00
Martin Hibdon
ab29555b72
Log the stack trace if we do a DB operation on the UI thread
...
Change-Id: I0b9e7fff502ef5ee0f8b373cb3352958b8de08c2
2014-01-03 09:07:01 -08:00
Martin Hibdon
5de5354918
Update some error logging
...
Now it logs stack traces of exceptions, and does not use
exception.toString() as the format specifier, which can be
dangerous.
Change-Id: If841426067017c574c4aff88b8d8ae6b49ee867a
2014-01-03 08:54:34 -08:00
Tony Mantler
00219e9fb9
Make the notification coalescence set thread-local
...
b/12197387
Change-Id: I36e49f43fa405e14bf507ef46e0d7c825240b628
2014-01-02 16:16:08 -08:00
Tony Mantler
1a1064c488
Update target SDK to 19, and add uses-sdk tag for emailcommon
...
Change-Id: I9ec3cd29d841f82ba4d8466f1f3cdcc20b634626
2013-12-20 15:21:01 -08:00
James Lemieux
d0e19a2913
OAuth button moved to the 2nd line for tablet displays.
...
b/12083283
Change-Id: I6dfe45d559b5fe9b134a10c6822dbe8198f23854
2013-12-19 14:46:49 -08:00
Tony Mantler
65b3850706
Set image loading to "ASK_FIRST" for all accounts
...
b/12217358
Change-Id: If3664c29e5920f29a2bba0136d61ac5c0a2fe0dc
2013-12-19 09:50:01 -08:00
Tony Mantler
dc7fe8964c
Disable the compose activity when there are no accounts configured
...
b/10042454
Change-Id: I45767d3e727b4c1fe858d80ca2e063b491827302
2013-12-17 14:24:37 -08:00
Baligh Uddin
abeef55959
am 5e4b0e98
: (-s ours) Import translations. DO NOT MERGE
...
* commit '5e4b0e985ae3d830502c172c2148242430ebc2d6':
Import translations. DO NOT MERGE
2013-12-17 19:53:17 +00:00
Tony Mantler
2d92d29c9f
Clean up unused variables, sprinkle in some finals
...
Change-Id: I16126bbe2c56b63b332c3871f0e0731ae7940b55
2013-12-17 11:31:28 -08:00
Jerry Xie
685d037981
Merge "Disable, suppress, remove broken and obsolete Email tests" into ub-mail-master
2013-12-17 17:36:17 +00:00
Jerry Xie
7037a0bd3d
Disable, suppress, remove broken and obsolete Email tests
...
Change-Id: Ia4dcba1c6966f23dd2a15e69324b7345aed8f944
2013-12-16 18:18:51 -08:00
Tony Mantler
d7655067e4
Re-background loading in AccountSecurity
...
This time use a loader and post from onLoadFinished
b/11987449
Change-Id: Ibf64dbb6aebad4d5d7d8ee8cdb0980240b86ec35
2013-12-16 15:47:58 -08:00
Tony Mantler
aaa5b71cec
Split AccountSetupNames into Activity and Fragment
...
Change-Id: Ie42bbbc0c5a4cc5402d6df2837894b5eddd52501
2013-12-16 14:52:32 -08:00
Baligh Uddin
f9b521391b
Import translations. DO NOT MERGE
...
Change-Id: I81d7c513dfd9428d33c00ff27803c4d480131d18
Auto-generated-cl: translation import
2013-12-16 13:38:27 -08:00
Baligh Uddin
5e4b0e985a
Import translations. DO NOT MERGE
...
Change-Id: I88233ebb9c7ef1e36d94906b13d3b5b905019f9f
Auto-generated-cl: translation import
2013-12-16 13:37:09 -08:00
Tony Mantler
b9d071a493
Null check cursor
...
Mock provider is returning null on this query in testing.
b/12085240
Change-Id: Ifa5edc03707a6050acdbd5184a44409d46004e7e
2013-12-13 13:44:05 -08:00
Martin Hibdon
05723aa0f6
Don't put Credentials in HostAuth parcels
...
The problem is that exchange isn't compiled with this
change, so HostAuth parcels to or from exchange fail.
Ultimately, we'll need to probably create a HostAuth2
object or something along those lines. For now, just
change the format of HostAuth parcels back, so they
stay compatible with exchange, I'll figure out a real
solution later.
Change-Id: I9c8c8639b7b474fe82dfdc37a9e51a0451820105
2013-12-10 17:12:00 -08:00
Jerry Xie
2bf9590ddd
Fix SQLite update query
...
Change-Id: I54a5e2f29e1e171901e7087e27d132256460f0f5
2013-12-10 16:46:45 -08:00
Tony Mantler
b14f1a45a8
Merge "Convert SetupData into a retained fragment" into ub-mail-master
2013-12-10 19:24:16 +00:00
Martin Hibdon
76d90334ed
Merge "Update version number" into ub-mail-master
2013-12-10 00:50:20 +00:00
Martin Hibdon
af7f7130fd
Update version number
...
This also changes the version number format. Instead
of being a single increment each time, we're actually
encoding the date in the version number.
The format is now vvMMDDc
where vv is major version number
MM is the ordinal month number. This starts at 0 for each major release and
counts up for each month
DD is the day of the month
c is a code which increments per version, in case we have multiple releases
on the same date. This should start at zero.
Change-Id: I006745754614e9c72261035748a90a38871b67e6
2013-12-09 16:49:12 -08:00
Martin Hibdon
44a6fc31a2
Merge "Allow database to hold oauth credentials" into ub-mail-master
2013-12-10 00:27:32 +00:00
Martin Hibdon
0b25179dab
Allow database to hold oauth credentials
...
Change-Id: I127297fd78c7676995f1dcfa59fbbcafe4e72e8e
2013-12-09 16:18:28 -08:00
Tony Mantler
9c8c471f97
Convert SetupData into a retained fragment
...
This will keep it from being recreated quite as much while off-thread tasks are possibly mutating it.
Change-Id: Ic9873489906339c33a76b8a600c0fc28016debc4
2013-12-09 12:02:12 -08:00
Tony Mantler
471e792ab4
Merge "Pass projection into getVirtualMailboxRow() and getVirtualMailboxCursor()" into ub-mail-master
2013-12-09 18:45:58 +00:00
Tony Mantler
e046d47c53
Pass projection into getVirtualMailboxRow() and getVirtualMailboxCursor()
...
b/10912870
Change-Id: Ief5137d113e91ee66318effdf4359629a8133131
2013-12-09 10:39:18 -08:00
Tony Mantler
10a5f9dba0
Merge "Make intents more explicit" into ub-mail-master
2013-12-09 18:28:59 +00:00
Tony Mantler
1644749d1b
Merge "Clean up dead/weird code." into ub-mail-master
2013-12-09 18:22:08 +00:00