Commit Graph

4326 Commits

Author SHA1 Message Date
Dianne Hackborn
f5adc3955c am 2b59ecae: Remove use of old theme name.
* commit '2b59ecaebcc8012d307080f3f345692fa94e679e':
  Remove use of old theme name.
2011-01-23 14:41:35 -08:00
Dianne Hackborn
2b59ecaebc Remove use of old theme name.
Change-Id: I0a08171b3068abeb57c973074b37aaf3c87ff001
2011-01-23 13:06:41 -08:00
Makoto Onuki
2aee3a1002 am 04cf5e4b: Merge "AttachmentProvider: Always return mime-types in lowercase" into honeycomb
* commit '04cf5e4bdf091f490f2e3bfb40f80bab44a05e25':
  AttachmentProvider: Always return mime-types in lowercase
2011-01-23 11:38:28 -08:00
Makoto Onuki
04cf5e4bdf Merge "AttachmentProvider: Always return mime-types in lowercase" into honeycomb 2011-01-23 11:32:28 -08:00
Andy Stadler
a01c510146 am 5211161a: (-s ours) am ecffd551: DO NOT MERGE Remove all password trim() calls
* commit '5211161a887c6a446a275e44eb76b4207b18122e':
  DO NOT MERGE Remove all password trim() calls
2011-01-21 17:41:21 -08:00
Todd Kennedy
c8e5a4bc61 am f92dd2bf: Don\'t display toast for background download failures
* commit 'f92dd2bf3ea445db9b9a0eb9a447b5cbdb1a6e05':
  Don't display toast for background download failures
2011-01-21 15:35:38 -08:00
Todd Kennedy
f92dd2bf3e Don't display toast for background download failures
When downloading attachments in the background, do not display any errors
on the display.

NOTE: This is a partial fix for general background attachment downloading issues

bug 3373982

Change-Id: I874ed902bde293303e10308f38b992b2bb15b6aa
2011-01-21 15:17:29 -08:00
Makoto Onuki
6833fd5ab6 AttachmentProvider: Always return mime-types in lowercase
Intent-filter's mime-type matching is case-sensitive.  We should always use
lowercase letters.

Bug 3375709

Change-Id: Idd4abb41f94c816a5b9150aef5859dd75487a042
2011-01-21 14:56:01 -08:00
Makoto Onuki
ebd4121f7a am d5c6717e: Merge "Compose: Make sure to unhide CC if not empty for reply-all" into honeycomb
* commit 'd5c6717eeb816fac19fbab0fe900cb78ca18ae63':
  Compose: Make sure to unhide CC if not empty for reply-all
2011-01-21 13:51:57 -08:00
Makoto Onuki
d5c6717eeb Merge "Compose: Make sure to unhide CC if not empty for reply-all" into honeycomb 2011-01-21 13:50:00 -08:00
Marc Blank
4fad1dd6a3 am 0a7d214b: Merge "Delete attachment if there\'s no corresponding message" into honeycomb
* commit '0a7d214b27ff9a7ef2c1aa9348c65c7959db6dcb':
  Delete attachment if there's no corresponding message
2011-01-21 11:28:54 -08:00
Marc Blank
0a7d214b27 Merge "Delete attachment if there's no corresponding message" into honeycomb 2011-01-21 11:10:09 -08:00
Makoto Onuki
3784b28aa6 Compose: Make sure to unhide CC if not empty for reply-all
Bug 3376821

Change-Id: Ieec04881843717fea55cec8efbf35757042c8d2a
2011-01-21 10:26:07 -08:00
Marc Blank
2ac1833943 Delete attachment if there's no corresponding message
Bug: 3372440
Change-Id: I5c3653c5f27e0aa7bab52ca0d979e14bb6bafc34
2011-01-20 20:32:56 -08:00
Andy Stadler
5211161a88 am ecffd551: DO NOT MERGE Remove all password trim() calls
* commit 'ecffd551cc2a9dc6813effbfc9d21f2b3825a5b5':
  DO NOT MERGE Remove all password trim() calls
2011-01-20 17:41:37 -08:00
Makoto Onuki
71349b64dc am 7093746d: Don\'t modify content URI to non-email providers
* commit '7093746dd5017b1dacb726eb7b083922de15612e':
  Don't modify content URI to non-email providers
2011-01-20 17:14:23 -08:00
Makoto Onuki
92039f9e42 am 092ff131: Merge "Expand Reply/Forward/etc buttons for easier tap" into honeycomb
* commit '092ff131afa6b6b0724bc784086ece87b0c01006':
  Expand Reply/Forward/etc buttons for easier tap
2011-01-20 17:07:25 -08:00
Marc Blank
b10f7c0ad8 am 554ad344: Merge "Respect email sync setting" into honeycomb
* commit '554ad3447570751a2b311624a7ddfbae86253f97':
  Respect email sync setting
2011-01-20 17:06:26 -08:00
Marc Blank
4904e213cd am 6c9911e3: Merge "Strip content of the "head" tag" into honeycomb
* commit '6c9911e3fbea6b975ecbd276c879e150efc29a8a':
  Strip content of the "head" tag
2011-01-20 17:06:20 -08:00
Roy West
d6f89cdde5 am 41f3170c: Merge "Remove erroneous extra space char." into honeycomb
* commit '41f3170c67c8d58add5d72034c4d83d96f58d437':
  Remove erroneous extra space char.
2011-01-20 17:05:11 -08:00
Todd Kennedy
f48d641ebb am 02ba344c: Only show messages from inbox for account & unread views
* commit '02ba344cf2489dba81058e25e3202f2898360083':
  Only show messages from inbox for account & unread views
2011-01-20 17:05:04 -08:00
Roy West
1f5a5fe2ea am c8f6d57c: Change "status bar" to "System bar" for HC and future.
* commit 'c8f6d57ca5197b731625c3e1511863cb380ad9f5':
  Change "status bar" to "System bar" for HC and future.
2011-01-20 17:01:16 -08:00
Makoto Onuki
7093746dd5 Don't modify content URI to non-email providers
The "?limit=" param is only supported by EmailProvider, so don't add
it to other URIs.

Doing so causes a permission error when opening an EML attachment on gmail,
because we're granted the permission only to the passed URI, but not to
the URI with the "?limit=" param.

Bug 3371630

Change-Id: I88fff88a7e48e5bc958124eedec3e592978a40c7
2011-01-20 16:28:36 -08:00
Makoto Onuki
092ff131af Merge "Expand Reply/Forward/etc buttons for easier tap" into honeycomb 2011-01-20 15:33:32 -08:00
Makoto Onuki
b6acba0e7b Expand Reply/Forward/etc buttons for easier tap
Bug 3372927

Change-Id: I9a6e01c43b4c534b5e6c5c697062313d610c44e6
2011-01-20 14:42:48 -08:00
Marc Blank
554ad34475 Merge "Respect email sync setting" into honeycomb 2011-01-20 14:38:48 -08:00
Marc Blank
6c9911e3fb Merge "Strip content of the "head" tag" into honeycomb 2011-01-20 14:38:26 -08:00
Marc Blank
9dc8ba5cad Strip content of the "head" tag
Bug: 3285281
Change-Id: I1183697ad09fbf8740e3529fecfa59cf6650b2f9
2011-01-20 14:31:09 -08:00
Roy West
41f3170c67 Merge "Remove erroneous extra space char." into honeycomb 2011-01-20 13:26:59 -08:00
Roy West
45939a77b8 Remove erroneous extra space char.
Change-Id: I2a4f107bc7f9ab4d407ddd6740faa2454f9c593f
2011-01-20 13:22:24 -08:00
Todd Kennedy
02ba344cf2 Only show messages from inbox for account & unread views
Use a sub-selection to limit the messages from the inbox. Also add a unit
test to ensure the selections are working correctly.

bug 3368613

Change-Id: Ia24ef6028ded27c69f982ecbc6b67f35f84d1b6d
2011-01-20 13:20:12 -08:00
Roy West
c8f6d57ca5 Change "status bar" to "System bar" for HC and future.
Change-Id: I8bc78dd5071e21cdaa67574994c27781437b2c27
2011-01-20 12:01:08 -08:00
Marc Blank
f24b1a6f3f Respect email sync setting
Bug: 3362586
Change-Id: I585abcec95a668d04d37886b98a6a0b66a0fae4e
2011-01-20 11:59:12 -08:00
Andy Stadler
eb7913fa28 am 75e508a7: Merge "Cleanup account name, user name, and summary" into honeycomb
* commit '75e508a794a61a1f96ff30f8833f00c0e05bd379':
  Cleanup account name, user name, and summary
2011-01-20 11:42:08 -08:00
Andy Stadler
75e508a794 Merge "Cleanup account name, user name, and summary" into honeycomb 2011-01-20 11:38:21 -08:00
Andy Stadler
373ccb1037 Cleanup account name, user name, and summary
* In AccountSetupNames:
  * Add "Field required" error tag to Names display
* In AccountSettings:
  * Improve IME behavior in text fields - auto-capitalization
  * Prevent empty username
  * Reset empty nickname back to default (email address)
  * Fix broken hint for signature
* Proper trimming in all fields

Bug: 3338435
Change-Id: I2720c4524303ada6dd228866756fc9c3aac173f3
2011-01-20 11:37:39 -08:00
Andy Stadler
ecffd551cc DO NOT MERGE Remove all password trim() calls
* Initial account setup screen, password entry field
* When passing the entered password from incoming->outgoing
* When restoring store URI's from HostAuth

This will satisfy the users who insist on leading/trailing spaces
in their IMAP or EAS password.  Not supported by POP3 (no quoting).

Bug: 2981433
Change-Id: I16c00bf96382899abb54cb75fcd44cf0f140a660
2011-01-20 11:30:20 -08:00
Makoto Onuki
284d09f804 am 41e1c81b: Merge "App icon on app drawer shouldn\'t restart the app" into honeycomb
* commit '41e1c81b811b4044258753eff69900c3fbe9f1e4':
  App icon on app drawer shouldn't restart the app
2011-01-20 10:10:22 -08:00
Makoto Onuki
41e1c81b81 Merge "App icon on app drawer shouldn't restart the app" into honeycomb 2011-01-20 10:08:08 -08:00
Todd Kennedy
fab451d972 am 6bbc689e: Implement final drag & drop spec
* commit '6bbc689efcb33c74129493e7097aa4a485a7d7c1':
  Implement final drag & drop spec
2011-01-20 08:47:07 -08:00
Todd Kennedy
6bbc689efc Implement final drag & drop spec
Current specification calls for the following:
* Droppable targets: do nothing
* Not droppable targets: grey text (hex #999999)
* Hover over droppable: use label/folder list pressed state
* Hover over not droppable: do nothing
* Destructive targets: background (hex #f10000)

We need to copy the resource from the framework as there is no supported way to
fetch the pressed state drawable during runtime. Adam filed bug 3370043 so we
can specify a drag target state directly in the selector.

bug 3154986

Change-Id: Ifd5c24a3dc46b5a1c64a149904657dda297ed047
2011-01-20 08:41:24 -08:00
Marc Blank
50b1772895 am c0a8b2cf: Merge "Implement checks before performing background attachment download" into honeycomb
* commit 'c0a8b2cfb05f91e6f18c587a2698b9f8c226ba55':
  Implement checks before performing background attachment download
2011-01-19 22:43:09 -08:00
Marc Blank
c0a8b2cfb0 Merge "Implement checks before performing background attachment download" into honeycomb 2011-01-19 22:40:35 -08:00
Marc Blank
475c20d3a8 Implement checks before performing background attachment download
Bug: 3339007
Change-Id: I36a8359f3478c37b2ccd6a0cf0381569c592061a
2011-01-19 19:20:38 -08:00
Andy Stadler
8f319d1c3e am b3412d7f: Merge "Handle leading/trailing space in passwords" into honeycomb
* commit 'b3412d7f5e1356f92d2ed4a6a9ed1f3313d3d058':
  Handle leading/trailing space in passwords
2011-01-19 16:45:17 -08:00
Andy Stadler
b3412d7f5e Merge "Handle leading/trailing space in passwords" into honeycomb 2011-01-19 16:43:22 -08:00
Andy Stadler
858c282277 Handle leading/trailing space in passwords
* Allow, but provide warnings via EditText.setError()
* Remove one last instance of password trim()

Bug: 2981433
Change-Id: I406a4f8b8f27cc5ce90424a8cafe88a677e72f45
Signed-off-by: Andy Stadler <stadler@google.com>
2011-01-19 16:40:15 -08:00
Makoto Onuki
0c75f83f03 App icon on app drawer shouldn't restart the app
When launching Welcome and MessageListXL, make sure they start
as a "main" activity.  This fixes the reported bug.

Bug 3366537

Change-Id: I68facd739bd1dad8eeec52015b0720299d632e11
2011-01-19 16:37:19 -08:00
Todd Kennedy
ff69fdec8f am a33c0c74: Revert string name change
* commit 'a33c0c74cc5fd5230b555bd1311ba92fb5d81d22':
  Revert string name change
2011-01-19 16:37:16 -08:00
Todd Kennedy
a33c0c74cc Revert string name change
to prevent churn for the translators, revert the string name change

Change-Id: I22710d810a5f3602ccd53a9cb4d2f31edca572f1
2011-01-19 16:23:42 -08:00