summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* email: custom notification lightsJorge Ruesga2016-12-301-2/+0
| | | | | Change-Id: I3aaed3c682ae33da925316a5b9a586796fe71229 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Use $(SUPPORT_LIBRARY_ROOT) to reference support library resource dir.Ying Wang2015-05-191-2/+2
| | | | | | | The build system sets up $(SUPPORT_LIBRARY_ROOT) based on if it's platform build or apps-only build. Change-Id: I81e832138918c729e999690b4c3a215a3c989cfa
* Add an explicit dependency on org.apache.http.legacy.Narayan Kamath2015-02-061-0/+2
| | | | | bug: 18027885 Change-Id: I82f8348f69a9f0d1203ad0188ce8fca6d7c379bc
* Changes to support smaller email tombstone apk sizePaul Westbrook2014-09-161-0/+1
| | | | | | | | | This reduces the tombstone down by 100K A follow-on cl will remove the unused resources from the tombstone build Bug: 17414014 Change-Id: I5d38811b17a5273ec726e750ab123e10e36cee04
* Use appcompat photoviewer.Andrew Sapperstein2014-08-191-2/+3
| | | | Change-Id: I4e551e393356f7039e5186cb3f9d9f40ac73cfb9
* switch to appcompat. b/16664350Andrew Sapperstein2014-08-041-2/+4
| | | | Change-Id: I3391bc352d6b9bc2d59ca6ac0088e88b1edcc76d
* Use test proguard config for eng buildsPaul Westbrook2014-08-011-0/+3
| | | | | | | | | | | | | | | | Since unit tests only run on eng builds, modify the proguard config to only keep the methods/classes needed for unit tests in eng builds The test proguard config probably is keeping too many methods. We should also evaluate whether it is valid for unit test to use methods that are not used in user builds The resulting apk size is 8714188 bytes, from 9866129 According to the proguard output, the final number of program classes is 4409, from the previous count of 10932 Change-Id: Ie7065a454e1ff80a4b3f953684940d88b17f6db7
* Use the prebuilt support library resourcesPaul Westbrook2014-07-161-1/+1
| | | | Change-Id: I70853b5a73aa98e806adffdfceeb365f3949daa0
* Replace all references to UnifiedEmail's com.android.oldbitmap withJames Lemieux2014-07-111-2/+4
| | | | | | | | | equivalent usage of framework's com.android.bitmap. A small refactor of AccountAvatarDrawable.drawBitmap(...) is also included which produces no functional change. Change-Id: I223e71a31ada0d9ffb2e4f0458fa1703338ac622
* Delete obsolete emailsync codeTony Mantler2014-06-301-1/+1
| | | | | | b/5784532 Change-Id: I33a693e91b99253c4f82758c875c8cf21bace543
* Remove the wearable prebuilt from the Email makefileAnthony Lee2014-06-171-1/+0
| | | | Change-Id: Ic11c3e0b5d3f8b733d0427460a124a7a73101db3
* Fix AOSP Email compileTony Mantler2014-05-221-0/+2
| | | | Change-Id: Ic894b2c0534e09bf42662c49855fda39967958eb
* Switch to use chips in the new locationScott Kennedy2014-03-211-2/+2
| | | | Change-Id: I0210a6a877e1bce89287382ca749e3eb1d8dc7e6
* am 042e6940: Merge "Build with current SDK" into jb-ub-mail-ur10Alon Albert2013-11-061-1/+1
|\ | | | | | | | | * commit '042e69400f1dc256b970f867dc1afd9f0918bbe9': Build with current SDK
| * Build with current SDKAlon Albert2013-11-051-1/+1
| | | | | | | | | | Bug: 11533662 Change-Id: I13c26034c1cb2dcc03c281b49dda4df184592e17
* | Add datetimepicker to Android.mk.Andrew Sapperstein2013-10-211-2/+4
|/ | | | Change-Id: I0f6c3cc96155a9444144182ca48142401ffaacb7
* Fix resource overlay order for AOSP EmailTony Mantler2013-10-171-1/+1
| | | | | | b/11255375 Change-Id: I2aa677024500b9944e9bce7846ba7488c28748a8
* Use support lib gridlayout.Andrew Sapperstein2013-08-271-2/+4
| | | | Change-Id: I6eef37481bd8a97312a3646374d4aad4027d4e5c
* Support photoviewer backport.Andrew Sapperstein2013-08-201-1/+1
| | | | Change-Id: I94460208d5e8d93cc59790cac374222bd05b38a4
* Use name "Email" instead of Email2Paul Westbrook2013-08-161-2/+1
| | | | | cherry-pick of https://googleplex-android-review.googlesource.com/#/c/344210/1 Change-Id: I67e8f1b46e708b65934c794f7df107138f84c7c9
* Set SDK version for Email to 18.Yu Ping Hu2013-08-081-1/+1
| | | | Change-Id: Ib233193554637506ce5b9cdbe999843b9e5e4ab5
* Change AOSP Email Makefile to reference current SDK.Mark Wei2013-06-181-1/+1
| | | | Change-Id: Iab007efda5282b64eebbccdc2dd2b8e33177276c
* Delete build directory.Andrew Sapperstein2013-05-241-1/+1
| | | | | | | | | | | To streamline our build, I've gone through and eliminated the redundant build directory. Strings in build/res have been moved into the regular res/ directory and the Android.mk file has been updated to no longer use the non-existent build directory at all. Fixes b/9105428. Change-Id: I93288068dceb13ad0a9a5396eb88335e3ecd65f1
* Revert "Include analytics library"Paul Westbrook2013-05-011-1/+0
| | | | | This reverts commit 3bf29abec0b7262df9d16291233293e5f171ae80. Bug: 8764535
* Include analytics libraryPaul Westbrook2013-04-261-0/+1
| | | | Change-Id: Ief6b76fa5c9d4013c8848c78748b988d306510de
* Move system folder string resources to emailcommon.Yu Ping Hu2013-03-191-4/+5
| | | | | | | | | | | | | | | This permits us to move shared code for looking up system folder names to emailcommon, which is also in this change. Also renames emailcommon2 to emailcommon. This is part of a multi-project submit with I4a071a07c3e33aaa4ea404eb66a8db1eabc9ef0e and I5746c0353783f9b29d52d6540472588c6542a6a2. Bug: 8383232 Change-Id: I6c6eec4f1bcf2abd54c1ed05da1add8d894ee403
* Set local sdk versionPaul Westbrook2013-03-051-1/+1
| | | | Change-Id: I736591787527849222d95574bb092437d18b04f5
* build against framework/opt's photo viewerPaul Westbrook2012-12-191-1/+1
| | | | | Bug: 7379833 Change-Id: I5fbf0450ac5fee772fc2044aa2c6b01b4c38f004
* 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: Iacf7fe112a67702a41bbbf044948ba3d2a3f7883
* Build against the MR1 sdkPaul Westbrook2012-09-141-1/+1
| | | | Change-Id: I28807529373ea4719a3523425fe0cae878739742
* Convert authorities, intents, and account manager typesMarc Blank2012-08-311-1/+1
| | | | | | | | * Tested ok on wiped Nexus * Tested ok on S3 * Upgrade verified on Nexus Change-Id: If5d4ce594f8a309cdb59589d10b1d33f3b79326c
* Fix buildPaul Westbrook2012-08-221-1/+0
| | | | | | | | | Create phony package for Imap2. This should be removed once the build server stops building Imap2 Change-Id: Ie5d7f20a53a14c9e89363c48e58e44d52a772061
* Integrate Imap2 into EmailMarc Blank2012-08-221-1/+1
| | | | | | | | | * Also, convert imap accounts to imap2 * The original imap service remains, but is no used * There remain some questions about how the upgrade should work in terms of settings Change-Id: I0e05edad6a1553f428a2c2fa3daf1df878d4b5f7
* DO NOT MERGE: Move emailcommon2 sources to emailcommonMarc Blank2012-06-281-18/+23
| | | | Change-Id: I06df7e467cd2e0117df8b8db3ddc6ff9da13f1c7
* Revert "Remove dependency on mailcommon."Mindy Pereira2012-06-121-1/+2
| | | This reverts commit 2d549deb6fb94c83840086cc683b9e97d59d3b73
* Remove dependency on mailcommon.Mindy Pereira2012-06-121-2/+1
| | | | Change-Id: I9ab1b36629d9322a43ae37b0aacb3ae259d3db75
* Fix buildMarc Blank2012-04-261-0/+1
| | | | Change-Id: I2869b9e23dede6bd0217f55da0928374c7be5888
* Revert to old Email appMarc Blank2012-04-251-9/+1
| | | | | | * These are the last sources in the ICS-MR1 tree Change-Id: Ida4651bddd92a06a518d00f3e1f275ab3a80c8ae
* Removed some UI provider code from EmailProviderPaul Westbrook2012-03-201-2/+0
| | | | | | | | | Leaving this in was breaking the build, as new files were required. This change is just to keep this version of Email building. Eventuually Email2 will replace this one. Change-Id: I96fbed63a18a11bcdc64c2f0bbe8b100fdb273d9
* Send attachments w/ UnifiedEmail outgoing mailMarc Blank2012-01-171-1/+3
| | | | Change-Id: I471816dcaac1ab53aea1465dd69ae4453a1a0268
* Implement initial UIProvider operations (UnifiedEmail)Marc Blank2012-01-121-0/+7
| | | | | | | | | | | * Add support for folder list, conversation list, and message view queries * Open up EmailProvider (temporarily) to allow access from UnifiedEmail (signatures don't currently match) * Modify make file so that we can reference definitions in UIProvider Change-Id: If73c59aa9edfdac5619ff2c6b9cedfdfe4e93d6f
* Use static library resources from chips.Mindy Pereira2011-12-151-0/+1
| | | | Change-Id: I4261004dda1bd106d0c0ad0aec8348920ffd8c7e
* Revert "Fix build break"Mindy Pereira2011-11-011-1/+1
| | | This reverts commit f96a657aaf343846528dfcfd9156858b20acb863
* Fix build breakMarc Blank2011-11-011-1/+1
| | | | | | * For now, we can't have Email build under the SDK Change-Id: Iae0858d81734478f39077395fa0c9705af027c9f
* Fix buildPaul Westbrook2011-10-181-0/+1
| | | | Change-Id: Id4166d85ef85d10c7d60ba51f386ff5e01abcc79
* Use styles in the mailcommon directory for the compose view.Mindy Pereira2011-10-111-1/+2
| | | | Change-Id: Ib14f99355a78bb00aa06c87ae6329940f5d66444
* Integrate chips into Email.Mindy Pereira2011-06-161-1/+6
| | | | Change-Id: Ice037a55a169037f725a667fad7714c7e9580b86
* Include guava in Email.Ben Komalo2011-04-141-1/+1
| | | | | | | - adds a compile time dependency to the guava library - changes to use @VisibleForTesting in places to ensure it works Change-Id: I2c5c4f9861234fec3613da011185e5c11f228466
* Split out emailcommon/Android.mkYing Wang2011-03-011-22/+1
| | | | Change-Id: I846ee2a4b541f4709e647aa537c61549db2bec2e
* Revert "Split out emailcommon/Android.mk"Ying Wang2011-03-011-0/+21
| | | | This reverts commit c28bf353190eb576072a8fd2f98821424144876e.