Eric Fischer
5fc56ecd05
Import revised translations. DO NOT MERGE
...
Change-Id: Ia146e9247e925a1d11e925ff3de555dcd03ee04f
2011-11-14 13:32:45 -08:00
Mindy Pereira
bed1b4fa7a
Highlight the first result for search.
...
Fixes b/5614128 Email doesn't auto display first search result after result list appears
Change-Id: I1843471bc3fe018151ed2a30ceb3e19eb2af24e9
2011-11-14 13:30:35 -08:00
Mindy Pereira
e103e90fa1
Dont take density into account when setting initial zoom values.
...
WebView takes screen density into account when setting the initial
webview zoom value as of cl:
https://android-git.corp.google.com/g/#/c/146916/
Fixes b/5593688 Message text size is set to Large in Email
Change-Id: I442eb91c825a7ad7a42d3d2772b625c662df6ec1
2011-11-14 11:16:35 -08:00
Mindy Pereira
72c663a817
am 30fd3107
: Merge "Make the dropdown width larger/ matching Gmail." into ics-mr1
...
* commit '30fd3107c4445b7974e83704bc9dfbce905e654c':
Make the dropdown width larger/ matching Gmail.
2011-11-11 11:50:44 -08:00
Mindy Pereira
a329e07284
am 8eff05da
: Merge "Make account spinner styles match gmail style." into ics-mr1
...
* commit '8eff05daa877a75229bf98bf57cd1ed647d58b20':
Make account spinner styles match gmail style.
2011-11-11 11:50:29 -08:00
Marc Blank
1c89fb3bc9
am af637589
: Fix typo in CL; sigh
...
* commit 'af6375894fe4b405f205a22a7ee9118a36fef428':
Fix typo in CL; sigh
2011-11-11 11:49:54 -08:00
Makoto Onuki
f72afb5221
am 22e4f6b6
: Merge "Fix bug 5594054 Crash seen while syncing Exchange" into ics-mr1
...
* commit '22e4f6b671ab5cfa56fe0aa40df029effcc5a060':
Fix bug 5594054 Crash seen while syncing Exchange
2011-11-11 11:49:35 -08:00
Mindy Pereira
30fd3107c4
Merge "Make the dropdown width larger/ matching Gmail." into ics-mr1
2011-11-11 11:14:12 -08:00
Mindy Pereira
8eff05daa8
Merge "Make account spinner styles match gmail style." into ics-mr1
2011-11-11 08:31:53 -08:00
Marc Blank
af6375894f
Fix typo in CL; sigh
...
* Facepalm
Bug: 5582884
Change-Id: I060518a4bbb2c08e1abef934c81d72ec4fbcb565
2011-11-10 17:08:54 -08:00
Makoto Onuki
22e4f6b671
Merge "Fix bug 5594054 Crash seen while syncing Exchange" into ics-mr1
2011-11-10 15:47:21 -08:00
Marc Blank
06066f4a3f
am de6b6db9
: Merge "Don\'t crash in EmailActivity if no accounts exist" into ics-mr1
...
* commit 'de6b6db9951637147ae4288d386995ac07c87f26':
Don't crash in EmailActivity if no accounts exist
2011-11-10 23:29:55 +00:00
Marc Blank
de6b6db995
Merge "Don't crash in EmailActivity if no accounts exist" into ics-mr1
2011-11-10 15:27:48 -08:00
Makoto Onuki
c1d9be5dc3
Fix bug 5594054 Crash seen while syncing Exchange
...
bug 5594054
Change-Id: Id14598c4da66c0f2c78a7c892f653b6cee781f3b
2011-11-10 15:17:46 -08:00
Marc Blank
656ebc2982
Don't crash in EmailActivity if no accounts exist
...
Bug: 5044497
Change-Id: Ied760ea385015a3c7df0a0d1e68ebc32dc5fb957
2011-11-09 17:39:32 -08:00
Mindy Pereira
1720f82513
Make the dropdown width larger/ matching Gmail.
...
part of b/5520685 update account switch spinner to match Gmail layout
Change-Id: I727d318f3f10199399b61fc4455e44d302fb8e2f
2011-11-09 16:33:23 -08:00
Mindy Pereira
0730c4fcd0
Make account spinner styles match gmail style.
...
Fixes b/5520685 update account switch spinner to match Gmail layout
Change-Id: I06c262f16d8629696bb761b005a3728406ccce53
2011-11-09 15:52:12 -08:00
Eric Fischer
ca1a91d1e8
am 1b04f023
: am b1e0455c
: (-s ours) Import revised translations. DO NOT MERGE
...
* commit '1b04f02300bedeb89416d1da731d205d4bfa5664':
Import revised translations. DO NOT MERGE
2011-11-09 23:20:40 +00:00
Eric Fischer
1b04f02300
am b1e0455c
: (-s ours) Import revised translations. DO NOT MERGE
...
* commit 'b1e0455cc970a09e093e6bde1a0cf50b53cea627':
Import revised translations. DO NOT MERGE
2011-11-09 23:18:06 +00:00
Mindy Pereira
28139c5deb
am 69fc89b1
: Merge "The quick contact should only open when the usr taps the photo." into ics-mr1
...
* commit '69fc89b118f1da9bb97b3a2c8284bf9f70f7e844':
The quick contact should only open when the usr taps the photo.
2011-11-09 23:06:48 +00:00
Mindy Pereira
69fc89b118
Merge "The quick contact should only open when the usr taps the photo." into ics-mr1
2011-11-09 15:04:41 -08:00
Mindy Pereira
9599bca7c9
The quick contact should only open when the usr taps the photo.
...
Fixes b/5520783 turn off quick contact tap handler on message header
Change-Id: If5efe6c69946784fe6cc9e25bfdc6018247c19c1
2011-11-09 12:46:47 -08:00
Minh Pham
b77a9275a8
am e7ee5bd6
: Fix search UI
...
* commit 'e7ee5bd608b44b123cca12a9f198118927a838c7':
Fix search UI
2011-11-09 19:53:34 +00:00
Minh Pham
e7ee5bd608
Fix search UI
...
- Message list is collapsed by default in 7 inch and 10 inch portrait. It can cause confusion when searching.
- We should uncollapse the list in this case.
Bug: 5587501
Change-Id: I2a272e28e1cad7895049c4aa4ee1d8d2918efba9
2011-11-09 11:21:47 -08:00
Mindy Pereira
c83689f2ec
am dbfcbd75
: Vertically center checkboxes for phones with first line of subject.
...
* commit 'dbfcbd75412689179f8a3e0fdc5f714bc348877a':
Vertically center checkboxes for phones with first line of subject.
2011-11-09 19:01:05 +00:00
Mindy Pereira
090b03e5b6
am 6de1470b
: Merge "Tighten up label list on crespo so we can fit more on the smaller screen." into ics-mr1
...
* commit '6de1470bd88e75ba292633394ad3559438a3fc25':
Tighten up label list on crespo so we can fit more on the smaller screen.
2011-11-09 19:01:00 +00:00
Mindy Pereira
bb61f14a40
am cc9845e8
: Make sure we show/ hide all quoted text views.
...
* commit 'cc9845e86ef500b4e4c65c141cac45f88d426696':
Make sure we show/ hide all quoted text views.
2011-11-09 18:59:12 +00:00
Mindy Pereira
dbfcbd7541
Vertically center checkboxes for phones with first line of subject.
...
Fixes b/5521010 conversation list items: checkbox not centered
Fixes b/5591310 Email crashed twice while trying to compose an email in POP/Exchange
Change-Id: I8a6bd28add83ee32906274d730d222ea75c44cb1
2011-11-09 10:32:38 -08:00
Mindy Pereira
6de1470bd8
Merge "Tighten up label list on crespo so we can fit more on the smaller screen." into ics-mr1
2011-11-09 10:16:02 -08:00
Marc Blank
355c7936e0
am cb440142
: Merge "Up version number for release" into ics-mr1
...
* commit 'cb440142baa5809d896c6e4e3aeaa6c26b033049':
Up version number for release
2011-11-09 14:37:41 +00:00
Marc Blank
5ce8274d6c
am 00099da1
: Merge "Make EAS Email syncable after GB/HC -> ICS upgrade" into ics-mr1
...
* commit '00099da1b3b9d91574187e70182e5384debb3731':
Make EAS Email syncable after GB/HC -> ICS upgrade
2011-11-09 14:37:40 +00:00
Mindy Pereira
bb1c336d18
am aff4bdac
: Merge "Activated text should be white. Shares resources with gmail." into ics-mr1
...
* commit 'aff4bdac07041ec3bbdedda09390b01f07c61e1b':
Activated text should be white. Shares resources with gmail.
2011-11-09 14:37:37 +00:00
Mindy Pereira
79c42016e0
am 4beab88c
: Share font colors and sizes with gmail.
...
* commit '4beab88c92226628bf743070f88affb701968ce0':
Share font colors and sizes with gmail.
2011-11-09 14:37:37 +00:00
Mindy Pereira
09dd6fe184
am e813f733
: Merge "Fixup quoted text styling." into ics-mr1
...
* commit 'e813f733609208798d5f3c6820ded8876961d1f3':
Fixup quoted text styling.
2011-11-09 14:37:01 +00:00
Mindy Pereira
519e726c11
am 21e4fe49
: Share background styles with gmail.
...
* commit '21e4fe49b68738523ebdc8c340469a46d79ed691':
Share background styles with gmail.
2011-11-09 14:36:55 +00:00
Eric Fischer
b1e0455cc9
Import revised translations. DO NOT MERGE
...
Change-Id: Iee71e71ecc916ae1059b3c12a2e9f06b44238a8a
2011-11-08 17:41:22 -08:00
Mindy Pereira
ef22e74686
Tighten up label list on crespo so we can fit more on the smaller screen.
...
Fixes b/5521013 need redlines for folder view
Change-Id: I7f589754b92ae19b8ce8d8698ca9bdc9c6167faa
2011-11-08 17:39:01 -08:00
Mindy Pereira
cc9845e86e
Make sure we show/ hide all quoted text views.
...
Leftover part of b/5517524 compose on tablets needs redline
Change-Id: I73aabb7ad02a64aa9413cdf7a0ea8f147fa2994f
2011-11-08 16:52:28 -08:00
Marc Blank
cb440142ba
Merge "Up version number for release" into ics-mr1
2011-11-08 16:46:47 -08:00
Marc Blank
00099da1b3
Merge "Make EAS Email syncable after GB/HC -> ICS upgrade" into ics-mr1
2011-11-08 16:46:41 -08:00
Mindy Pereira
aff4bdac07
Merge "Activated text should be white. Shares resources with gmail." into ics-mr1
2011-11-08 16:34:46 -08:00
Mindy Pereira
fde8089157
Activated text should be white. Shares resources with gmail.
...
part of b/5520533 activated text should be white
Change-Id: Ia6f79bed2277185eca100bd6c65884a2cd574e22
2011-11-08 16:15:12 -08:00
Marc Blank
bec52108cd
Up version number for release
...
* For ICS-MR1, v4.1
Bug: 5392464
Change-Id: I9666c91a5fde5040ee44c51dc7deae10583a8575
2011-11-08 15:47:54 -08:00
Mindy Pereira
4beab88c92
Share font colors and sizes with gmail.
...
part of b/5520048 unread/ read contrast is bad for conversation list items on tablet
Change-Id: I06d0d560ce32714afe9229d1e009b9b09dc11df8
2011-11-08 13:02:22 -08:00
Mindy Pereira
e813f73360
Merge "Fixup quoted text styling." into ics-mr1
2011-11-08 11:26:53 -08:00
Mindy Pereira
21e4fe49b6
Share background styles with gmail.
...
Part of b/5520048 unread/ read contrast is bad for conversation list items on tablet
Change-Id: I0a5848852b15ead11bef3d56a2c1e1b324f6da73
2011-11-08 09:46:59 -08:00
Marc Blank
8ff1842ab1
Make EAS Email syncable after GB/HC -> ICS upgrade
...
* In the same upgrade step in which we add AccountManager accounts
to IMAP/POP accounts, we now make Email syncable for EAS accounts
* This step is hit by all users upgrading from GB/HC -> ICS
Bug: 5582884
Change-Id: I11a06e2ad72ffed20c31f5d8be81705642f552a5
2011-11-08 09:16:15 -08:00
Eric Fischer
0f4464d99f
am 610289bc
: Import revised translations. DO NOT MERGE
...
* commit '610289bcc250840510c2f3f7bb52c9842dcebcc0':
Import revised translations. DO NOT MERGE
2011-11-07 20:38:52 +00:00
Eric Fischer
610289bcc2
Import revised translations. DO NOT MERGE
...
Change-Id: Ifd8f33e61f562ce969da1c5a3d77947e9dfc07e7
2011-11-07 12:26:12 -08:00
Mindy Pereira
81e2f3a38a
am 1b6e1ae3
: Fix padding on reply quoted text area and ids.
...
* commit '1b6e1ae3066f1a8ac32917e0c05739aa368af145':
Fix padding on reply quoted text area and ids.
2011-11-04 16:55:20 +00:00