Martin Hibdon
81f9a57a65
Fix some STOPSHIP logging
...
b/14564870
Change-Id: I9365013eacde23178578b45f728713f80417bc7a
2014-05-05 13:04:19 -07:00
Tony Mantler
0d7c709125
Always return a valid Uri for account inbox
...
Also don't return virtual folders unless real folders exist
b/14319452
Change-Id: Id5f62f5ccc4d5488ae467df741b0598a158ceb81
2014-05-01 15:05:15 -07:00
Martin Hibdon
92581f7820
Move the setup nav buttons to the bottom on tablets
...
b/14187851
Now the bars on the sides for tablet landscape setup are actually
in the activity, not the fragment. The setup fragment template
is identical between tablet and phone, with any differences between
them contained in different styles or dimensions.
Change-Id: Id7005f73aa29ed6010e629873155eb5fdc8e818f
2014-04-23 10:34:16 -07:00
Martin Hibdon
91eec1a519
Use the correct string for the password label
...
b/14257168
Change-Id: I08a73bbb91bd4f897617617b67cf51fe4f0c2b7f
2014-04-22 17:31:47 -07:00
Martin Hibdon
8b063aa979
Fix a typo I introduced in a previous change
...
b/14257168
In this CL I changed the name of a string, but missed one
place where it was references.
https://googleplex-android-review.git.corp.google.com/#/c/453472/
Change-Id: I7d943a2209f2defb6f0eb846b6f361a08f40f756
2014-04-22 17:19:33 -07:00
Martin Hibdon
0dae4d3ffb
Update a bunch of layouts
...
b/14169396
Swap the positions of the headline text and email image
on account setup basics
b/14257403
Swap the positions of the password and "signed in with XXX"
button on the credentials fragment
b/14255447
Adjust padding to fix a number of alignment issues.
Change-Id: I011e259a86123cf205d86407def2ff774744e005
2014-04-22 14:46:32 -07:00
Tony Mantler
f501d41c7b
Merge "Add cross-fade to setup flow" into ub-mail-algol
2014-04-18 22:37:32 +00:00
Tony Mantler
b5fd6b8905
Add cross-fade to setup flow
...
b/14164262
Change-Id: I41fe0bf5661d9f7a2b5051604c0b6dbfc4506414
2014-04-18 14:54:55 -07:00
Tony Mantler
1c594b8050
Make AccountSettings implement callbacks for check settings dialog
...
b/14120112
Change-Id: I9834a772e90d2d13f16a84a70651286759bc9dbc
2014-04-18 11:16:57 -07:00
Tony Mantler
6529f2c99d
Add some null-checks
...
b/14117436
b/14120112
Change-Id: I0f56e036ec1a78887523d90ab4e6cda3a05accdf
2014-04-17 11:50:25 -07:00
Tony Mantler
cdfffcf460
Merge "Don't re-add fragment if it's already been added" into ub-mail-algol
2014-04-16 17:44:04 +00:00
Tony Mantler
4822b266ef
Don't re-add fragment if it's already been added
...
b/14088388
Change-Id: Ie86220f2ab3bf6286ba206248b79291a51b04fad
2014-04-16 10:31:45 -07:00
Tony Mantler
75d60f045b
Merge "Null check mCheckFrequency before using" into ub-mail-algol
2014-04-16 17:17:15 +00:00
Tony Mantler
0151a6af62
Null check mCheckFrequency before using
...
b/14091609
Change-Id: I796774b7133ec68382d2580d0b1cde347aa143f8
2014-04-16 10:11:55 -07:00
Tony Mantler
91ad26315a
Be more blunt about saving the right fragment reference
...
Apparently fragment IDs get recycled so storing the fragment reference
in a bundle can return the wrong fragment later, so that's great.
b/14094356
Change-Id: I7ce4ae46f51371b4179c7e85c343ab86162b5a95
2014-04-16 10:05:44 -07:00
Andy Huang
135853d3bc
tighten inline attachment view intent builder
...
Bug: 7659807
Change-Id: I845199fd6848cb5c0a7ebfd2f63f8c3045fffa36
(cherry picked from commit 5687c6dade
)
2014-04-10 23:14:07 +00:00
Martin Hibdon
2172ac410a
Merge "Correctly initialize the authentication view" into ub-mail-algol
2014-04-10 23:09:46 +00:00
Martin Hibdon
12e7d101e8
Correctly initialize the authentication view
...
b/13961322
Change-Id: I96067b30c54131cc65a0282b118f9821d363113b
2014-04-10 16:01:06 -07:00
Tony Mantler
c83366c887
Fix some crashes and misbehavior with account settings screens
...
b/13954490
Change-Id: Ic81b342495a46573cb1fe78cad1f4888fffc4ae8
2014-04-10 15:28:15 -07:00
Martin Hibdon
d896fa8a2e
Merge "Fix an NPE in sendCommandInternal" into ub-mail-algol
2014-04-09 20:12:24 +00:00
Martin Hibdon
2a7411b57b
Fix an NPE in sendCommandInternal
...
b/13929234
Change-Id: I362682bde3c24123178e68811604f0180c853598
2014-04-09 11:22:52 -07:00
Tony Mantler
9d06daa803
Increase padding above labels in setup flow
...
b/13640327
Change-Id: I54e98855566adc45dcd410186c2e7ea322dc1a58
2014-04-09 11:16:46 -07:00
Tony Mantler
35bda06a1c
Fix NPE when configuring POP accounts, which don't have a background attachments setting
...
b/13929109
Change-Id: Idd915ddaa55010c588ce7798dd23a403e538c8da
2014-04-09 10:24:04 -07:00
Tony Mantler
84366ae273
Merge "Fix attachment loading for messages which have been forwarded" into ub-mail-algol
2014-04-08 22:17:56 +00:00
Martin Hibdon
d58b490479
Fix a potential stack overflow error
...
b/13906567
Change-Id: I21be980d4b4878ada0df6d3af706fee55afb4f2b
2014-04-08 14:35:53 -07:00
Tony Mantler
2aeb498d4e
Fix attachment loading for messages which have been forwarded
...
These attachments have a contentUri where the attachment ID is not equal
to the ID of the actual attachment.
b/13900073
Change-Id: Ic62b8165be2e80bc47eac40dc9eb5ac53c3cd6c5
2014-04-08 14:18:56 -07:00
Tony Mantler
142f12ea93
Merge "Fix IMAP attachment upsync for forwarded messages" into ub-mail-algol
2014-04-07 23:54:32 +00:00
Tony Mantler
84dfa15541
Fix IMAP attachment upsync for forwarded messages
...
b/13883967
Change-Id: I496663144c41fa6353883bb77fa35fb14d1cfa07
2014-04-07 16:26:04 -07:00
Martin Hibdon
2eb7f1babc
Fix the names of the save state contants
...
b/13624066
Change-Id: I0fabcfbf659e51de3dfe2fc9b72bd88f86e576a6
2014-04-07 15:36:53 -07:00
Martin Hibdon
a8474c5273
Merge "Save and restore sync interval values and strings" into ub-mail-algol
2014-04-07 21:08:29 +00:00
Martin Hibdon
ddcb95f0e7
Save and restore sync interval values and strings
...
b/13624066
Change-Id: I14c243a7f7ae71e5d6fbdedda328dc01bb2eae85
2014-04-07 13:30:58 -07:00
Tony Mantler
6cbdd5bba0
Fix more IME actions
...
b/13544189
Change-Id: I5dbbf45a1b68cac2d63ba41c70daff9d33cbb492
2014-04-04 16:36:06 -07:00
Tony Mantler
c9df939011
Make "Manual setup" underlined
...
That was easier than expected.
b/13814534
Change-Id: I288dc04a91d98800ec351cf1a6ad642755947925
2014-04-04 15:35:52 -07:00
Martin Hibdon
4775271611
Merge "Fix a crash signing in with oauth" into ub-mail-algol
2014-04-04 21:59:06 +00:00
Martin Hibdon
3144149f73
Fix a crash signing in with oauth
...
b/13753410
Change-Id: Ie5909b3db9263d261a422e8fe39e424180f326b9
2014-04-04 14:55:13 -07:00
Tony Mantler
a061731281
Merge "More "Manual Setup" button tweaks" into ub-mail-algol
2014-04-04 17:43:03 +00:00
Tony Mantler
a67a905542
More "Manual Setup" button tweaks
...
b/13750692
Change-Id: I8e4c7cc1cb74af16998ec26aae506d30735ed068
2014-04-04 10:10:25 -07:00
Martin Hibdon
8e45653752
Merge "Bound the number of headers we might try to fetch" into ub-mail-algol
2014-04-03 21:45:08 +00:00
Martin Hibdon
44a443b4e3
Merge "Make oauth error handling localizable" into ub-mail-algol
2014-04-03 21:44:59 +00:00
Martin Hibdon
8cb95732b0
Make oauth error handling localizable
...
Also, add some logging to track down b/13545303
Change-Id: I44a0d63b5c3b53018b48eb1c58d6a9ff74bddd9c
2014-04-03 14:28:50 -07:00
Martin Hibdon
7ea823327f
Bound the number of headers we might try to fetch
...
b/13545303
Prior to this change, there is no bound on the number of message
headers we might try to fetch at the same time. Now, we fetch
headers in chunks of limited size.
Change-Id: I06db96eefa8732f970c31fc3617480de40723f2d
2014-04-03 14:23:47 -07:00
Anthony Lee
e453e7dd29
Merge "b/13734162. Make sure that SmartForward is enabled on EAS accounts." into ub-mail-algol
2014-04-02 22:08:04 +00:00
Anthony Lee
6f7c1c824d
b/13734162. Make sure that SmartForward is enabled on EAS accounts.
...
This is an Algol only fix that needs to be reconsidered for L.
The fix comes in 2 parts. The first addresses existing accounts.
The second addresses new accounts. First we check that the protocol
is EAS and then we check the protocol version to be greater than
12.0 before setting the flags. In the future, the protocol specific
flags should be set in the protocol specific components.
Change-Id: I00a6fa3337d5230801f6de8876332c66deeae2c4
2014-04-02 14:07:41 -07:00
Tony Mantler
4c6338bf1a
Make sure HostAuths are populated on manual setup
...
b/13751284
Change-Id: I61aa94e7ebedc5550854731caa068b9e577c2b3b
2014-04-02 13:30:51 -07:00
Tony Mantler
68da1ad73f
Merge "Add missing call to super.onSaveInstanceState()" into ub-mail-algol
2014-04-01 23:00:43 +00:00
Tony Mantler
0976275d7a
Merge "Change 'Manual setup' into clickable text instead of a checkbox" into ub-mail-algol
2014-04-01 22:56:52 +00:00
Tony Mantler
14178ca1e3
Add missing call to super.onSaveInstanceState()
...
b/13750715
Change-Id: I328e25f355b60217b2dbc874fff9bd3742e79f90
2014-04-01 15:55:51 -07:00
Tony Mantler
1a9c5fe7ad
Fix automatic account creation
...
b/13695686
Change-Id: I108989e50337a839c42fdff1cc11697d8adee954
2014-04-01 15:10:18 -07:00
Tony Mantler
392c263c19
Change 'Manual setup' into clickable text instead of a checkbox
...
b/13733521
Change-Id: I7f338cbfb8357c5e1a27c6e886ea96e5c6924d22
2014-04-01 14:11:15 -07:00
Martin Hibdon
0db900d622
Merge "Allow setting of the sync window for IMAP accounts" into ub-mail-algol
2014-04-01 19:54:31 +00:00