History log of /packages/apps/UnifiedEmail/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b06a3a51d30b4cd89c66877995a70fa2b7d59cc2 27-Aug-2013 Andrew Sapperstein <asapperstein@google.com> Use support lib gridlayout.

Change-Id: I019cb12bfd88ea08d1efe8e300887f6ca8731005
/packages/apps/UnifiedEmail/Android.mk
fc9dc4cdd7a4ba432cbb3111b30a1756763861a4 21-Aug-2013 Andrew Sapperstein <asapperstein@google.com> Support photoviewer update.

Change-Id: Ic7a61ae49f5881c66b4f0b9dd6624e1211a3dd24
/packages/apps/UnifiedEmail/Android.mk
e6c33066d3fc9f558de5dd7a89137414d7726300 17-Jul-2013 Paul Westbrook <pwestbro@google.com> Minor fixes for UnifiedEmail

Change-Id: Iff87382778759b409b75e454f4dd5efd9a2020c1
/packages/apps/UnifiedEmail/Android.mk
0f50f3d2c7046bd27a6c78bc255bb64e1face2d4 21-May-2013 Andrew Sapperstein <asapperstein@google.com> Adding drag-state drawable to folder item icons.

Fixes b/8986628. Previously we had two states for
icons in the folder list (activated and default).
We now have a third state for when the app is in
drag mode and the folder is disabled which uses
a lighter grey icon. To make this work, we use
a custom drawable state (state_drag_mode) for
when drag is entered. Another CL will use this
new drag state for changing folder text color as well.

Change-Id: I280b187a454064f1c50f4ef62db5c8ba86c1f4d6
(cherry picked from commit 47fb86e95836e1a47bd784f6866c8c798b44ab6b)
/packages/apps/UnifiedEmail/Android.mk
d94312288286017a38603cb10becd2ad52580524 01-May-2013 Paul Westbrook <pwestbro@google.com> Revert "Add analytics support"

This reverts commit cebb805a486d38bca50009905777e170b375b066.

Bug: 8764535
Change-Id: I70092a456bcfeda2e60f93e747e5e9097df0b77e
/packages/apps/UnifiedEmail/Android.mk
cebb805a486d38bca50009905777e170b375b066 26-Apr-2013 Paul Westbrook <pwestbro@google.com> Add analytics support

This adds support for analytics, and tracks how popluated the letter
tiles are.

Change-Id: I59e699cf455f1b80d585bf809786912a67d9aed6
/packages/apps/UnifiedEmail/Android.mk
7a131b2053cb64eaa2f979baef16c1a9c306da9f 19-Dec-2012 Paul Westbrook <pwestbro@google.com> build against frameworks/opt photo viewer

Bug: 7379833
Change-Id: Ib2d250dcc31573b5800475b36b43c9277327ef39
/packages/apps/UnifiedEmail/Android.mk
ebee2bfa18843a45c35d8102d33ab3be41fecd76 24-Oct-2012 Paul Westbrook <pwestbro@google.com> Use the right photviewer resources

We were still using the static library from frameworks/ex.
We should use the resources from the same project

Change-Id: I6e162219bd7c14de0129cbbcee7a0048b5699b84
/packages/apps/UnifiedEmail/Android.mk
4c95d081c31d09a6e1770da6a6b3e37a67fbcf0a 19-Oct-2012 Vikram Aggarwal <viki@google.com> Switch to frameworks/opt/photoviewer

Bug: 7379833 Switch GMail to frameworks/opt/photoviewer

Depends on: https://googleplex-android-review.googlesource.com/#/c/243938/

Change-Id: I232e46005335eeb476e423376c8a2c1e51665ab7
/packages/apps/UnifiedEmail/Android.mk
47704455b6a1d623eede06c07b8613a3258d1c31 14-Sep-2012 mindyp <mindyp@google.com> Fix build

Change-Id: I0c1793808d9c26860e3443975c34089f5cd361c5
/packages/apps/UnifiedEmail/Android.mk
a6c0cb31769f34b7b033167893026f1be2e9baa3 28-Jun-2012 Marc Blank <mblank@google.com> Remove dependency on emailcommon

Change-Id: I8933050833a598b274aaeb952f73aad3be9235eb
/packages/apps/UnifiedEmail/Android.mk
5c721d9e6df069b6385929817bb2b61faeba25a3 23-Jun-2012 Andrew Sapperstein <asapperstein@google.com> Removing the photo viewer from unified mail.

Change-Id: Iea42c019fa31a7ead997505da295eb4aae0e2e4e
/packages/apps/UnifiedEmail/Android.mk
e4fc81ef363a072480edaced9c89457b8ef019d1 18-May-2012 Paul Westbrook <pwestbro@google.com> Build against the JB SDK

Change-Id: If81350ca5584557a4d75d2ca1259f1c8e22fd5e7
/packages/apps/UnifiedEmail/Android.mk
36bbcaeff2a6e57189e4f4818e0ccdf6317ce836 25-Apr-2012 Mindy Pereira <mindyp@google.com> Revert "new notif"

This reverts commit c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c
/packages/apps/UnifiedEmail/Android.mk
c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c 13-Apr-2012 Mindy Pereira <mindyp@google.com> new notif

This shows only the collapsed version and ticker, as described here:
http://android-ux.hot.corp.google.com/www/Jellybean/Gmail/Gmail_JB_Notifications.pdf?iframe=true&width=95%&height=95%

The start of work for expanded is in there, but I don't currently seem to be able
to show both at once or trigger the correct one, so will check in
with expanded turned on and fully working in the next cl.
Change-Id: I7a1de6c14d1c38e1ff205995aeedeb822b04e3fd
/packages/apps/UnifiedEmail/Android.mk
fe9da72f5c009cf24747c049affd8041792039bb 12-Apr-2012 Andy Huang <ath@google.com> build with support libs for ViewPager

Change-Id: I523314fd3e9652c5ca3e08ca36d625d1ea438fa1
/packages/apps/UnifiedEmail/Android.mk
2d50bcdca57756ecad20d21da0d936243215b79c 10-Apr-2012 Paul Westbrook <pwestbro@google.com> Support for unintialized accounts

This is the initial CL for support for a "wait fragment"

A subsequent CL will make clicking on the buttons in the
Manual sync case work

Change-Id: I7f1ca27eb8792aaa94d354b2753d37783a72b309
/packages/apps/UnifiedEmail/Android.mk
77177b171c483d485bdbff0178564394e8f57d0f 08-Feb-2012 Paul Westbrook <pwestbro@google.com> Start of restructuring to allow overlays include subset of providers

This allows us to build a UnifiedEmail that supports all providers
and use this base to build applications that only supports a subset
of the providers

Made AccountCacheProvider and ConversationProvider abstract. This allows
the extending class to specify the authority that should be used (This allows
both UnifiedEmail and Gmail to be installed at the same time)

Change-Id: I31295f4630906e7182e423fcbb7b47c33ba4cd4f
/packages/apps/UnifiedEmail/Android.mk
9e5a3fdc74772354aa78217ad98da52528d43b75 12-Jan-2012 Marc Blank <mblank@google.com> First commit w/ Email app support

* Add accounts hackishly (as per Gmail)

Change-Id: Ia809dbb351adcde67e973bdac3a93a0eefed5377
/packages/apps/UnifiedEmail/Android.mk
c17d073dd43871df36ea70b3dea55963bdb98384 29-Dec-2011 Mindy Pereira <mindyp@google.com> Add recipient adapter for compose view.

Change-Id: Iffc56aa3f9b088c03d3c33f9255dda0ed44ac3ba
/packages/apps/UnifiedEmail/Android.mk
82ea6da7fe2bbb76b2c2caf06a9d0ee07e456363 15-Dec-2011 Paul Westbrook <pwestbro@google.com> Start of UI provider

This is the start of the contract for a UI provider, and also includes a
mock content provider implementing it.

Included is a unit test that just traverses the content provider

Change-Id: I4424e140830244f02eac204d71152dfc196c9741
/packages/apps/UnifiedEmail/Android.mk
96aff3039241bbe0f7b58a0cf47e85508fce176d 16-Dec-2011 Mindy Pereira <mindyp@google.com> Use chips static resources.

Change-Id: I97f6de7c2b92a853642883442b72758bb11edf47
/packages/apps/UnifiedEmail/Android.mk
7b56a61174eeb202eea468b7f68b79729737ded2 14-Dec-2011 Mindy Pereira <mindyp@google.com> Move over attachment views, attachment handling, logs, utils.

Attachment is a first very bare bones attempt at bringing together
the two providers. I only made it to stand in while we work out the attachments
providers interface so I could check the visual.
This uses a Mock protocol attachment.
Change-Id: I4670059a1fb743fa0a93af24226c6dcd1be87273
/packages/apps/UnifiedEmail/Android.mk
47d8d440c35273b8c053d1331c1c886691268eb9 14-Dec-2011 Minh Pham <phamm@google.com> Update build configuration

- Change package name to com.android.email
- Change src path to com/android/email
- Add a clean spec
- Move all files under src-mailcommon to src

Change-Id: I4431c7a22e08c0360c49404d591e212803267679
/packages/apps/UnifiedEmail/Android.mk
97e551489b1767a1949cba4a872823e4f0e8f73f 13-Dec-2011 Mindy Pereira <mindyp@google.com> Use mail-common-new

Avoids full build error

Change-Id: Ie0836a9e421bd36ef870a593264057ad798a86af
/packages/apps/UnifiedEmail/Android.mk
43d62dc1a54feca8ac55d10d40dfad028c6f1fff 13-Dec-2011 Mindy Pereira <mindyp@google.com> Use internal mail common resources. Combine string res.

Change-Id: Idb1c6a3e6835f5d6b75018b324604e5acb8ceaf4
/packages/apps/UnifiedEmail/Android.mk
1a73ea8bc1b08ff4e7baac515ed54a15de13ffe2 13-Dec-2011 Mindy Pereira <mindyp@google.com> Move mailcommon code to our new unified code base.

Change-Id: I1cf861371a54bb9af97b1952af8e7a44c2856f5b
/packages/apps/UnifiedEmail/Android.mk
0b2aaf43159dbb2d4627e687c21b226b6d61a5a1 12-Dec-2011 Mindy Pereira <mindyp@google.com> Initial build and manifest files. This creates an app that does nothing.

Includes required common libraries: chips, mail-common, and their resources
Change-Id: Ib21b34352271d1ff69eadd8fa935057afe32a17d
/packages/apps/UnifiedEmail/Android.mk