summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use support lib gridlayout.Andrew Sapperstein2013-08-271-2/+4
| | | | Change-Id: I019cb12bfd88ea08d1efe8e300887f6ca8731005
* Support photoviewer update.Andrew Sapperstein2013-08-201-1/+1
| | | | Change-Id: Ic7a61ae49f5881c66b4f0b9dd6624e1211a3dd24
* Minor fixes for UnifiedEmailPaul Westbrook2013-07-161-1/+2
| | | | Change-Id: Iff87382778759b409b75e454f4dd5efd9a2020c1
* Adding drag-state drawable to folder item icons.Andrew Sapperstein2013-05-211-1/+1
| | | | | | | | | | | | | 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)
* Revert "Add analytics support"Paul Westbrook2013-05-011-1/+0
| | | | | | | This reverts commit cebb805a486d38bca50009905777e170b375b066. Bug: 8764535 Change-Id: I70092a456bcfeda2e60f93e747e5e9097df0b77e
* Add analytics supportPaul Westbrook2013-04-261-0/+1
| | | | | | | This adds support for analytics, and tracks how popluated the letter tiles are. Change-Id: I59e699cf455f1b80d585bf809786912a67d9aed6
* build against frameworks/opt photo viewerPaul Westbrook2012-12-191-2/+2
| | | | | Bug: 7379833 Change-Id: Ib2d250dcc31573b5800475b36b43c9277327ef39
* Use the right photviewer resourcesPaul Westbrook2012-10-241-1/+1
| | | | | | | We were still using the static library from frameworks/ex. We should use the resources from the same project Change-Id: I6e162219bd7c14de0129cbbcee7a0048b5699b84
* Switch to frameworks/opt/photoviewerVikram Aggarwal2012-10-191-1/+1
| | | | | | | | Bug: 7379833 Switch GMail to frameworks/opt/photoviewer Depends on: https://googleplex-android-review.googlesource.com/#/c/243938/ Change-Id: I232e46005335eeb476e423376c8a2c1e51665ab7
* Fix buildmindyp2012-09-141-1/+1
| | | | Change-Id: I0c1793808d9c26860e3443975c34089f5cd361c5
* Remove dependency on emailcommonMarc Blank2012-06-281-1/+0
| | | | Change-Id: I8933050833a598b274aaeb952f73aad3be9235eb
* Removing the photo viewer from unified mail.Andrew Sapperstein2012-06-251-2/+6
| | | | Change-Id: Iea42c019fa31a7ead997505da295eb4aae0e2e4e
* Build against the JB SDKPaul Westbrook2012-05-171-1/+1
| | | | Change-Id: If81350ca5584557a4d75d2ca1259f1c8e22fd5e7
* Revert "new notif"Mindy Pereira2012-04-251-1/+1
| | | | This reverts commit c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c
* new notifMindy Pereira2012-04-241-1/+1
| | | | | | | | | | 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
* build with support libs for ViewPagerAndy Huang2012-04-111-0/+2
| | | | Change-Id: I523314fd3e9652c5ca3e08ca36d625d1ea438fa1
* Support for unintialized accountsPaul Westbrook2012-04-111-1/+1
| | | | | | | | | 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
* Start of restructuring to allow overlays include subset of providersPaul Westbrook2012-02-081-1/+1
| | | | | | | | | | | | 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
* First commit w/ Email app supportMarc Blank2012-01-121-0/+1
| | | | | | * Add accounts hackishly (as per Gmail) Change-Id: Ia809dbb351adcde67e973bdac3a93a0eefed5377
* Add recipient adapter for compose view.Mindy Pereira2011-12-291-0/+1
| | | | Change-Id: Iffc56aa3f9b088c03d3c33f9255dda0ed44ac3ba
* Start of UI providerPaul Westbrook2011-12-201-0/+22
| | | | | | | | | 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
* Use chips static resources.Mindy Pereira2011-12-161-0/+1
| | | | Change-Id: I97f6de7c2b92a853642883442b72758bb11edf47
* Move over attachment views, attachment handling, logs, utils.Mindy Pereira2011-12-151-1/+2
| | | | | | | | 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
* Update build configurationMinh Pham2011-12-131-26/+2
| | | | | | | | | - 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
* Use mail-common-newMindy Pereira2011-12-131-3/+3
| | | | | | Avoids full build error Change-Id: Ie0836a9e421bd36ef870a593264057ad798a86af
* Use internal mail common resources. Combine string res.Mindy Pereira2011-12-131-2/+1
| | | | Change-Id: Idb1c6a3e6835f5d6b75018b324604e5acb8ceaf4
* Move mailcommon code to our new unified code base.Mindy Pereira2011-12-131-10/+12
| | | | Change-Id: I1cf861371a54bb9af97b1952af8e7a44c2856f5b
* Initial build and manifest files. This creates an app that does nothing.Mindy Pereira2011-12-131-0/+46
Includes required common libraries: chips, mail-common, and their resources Change-Id: Ib21b34352271d1ff69eadd8fa935057afe32a17d