summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Email split, part trois: AccountServiceMarc Blank2011-02-101-1/+2
| | | | | | | | | | | | * Create AccountService.aidl and AccountServiceProxy in emailcommon * Implement AccountService in email * Use AccountServiceProxy in Exchange for account reconciliation, notifications, etc. * Move sync window constants into emailcommon * Split attachment provider utilities and constants into emailcommon Bug: 3442973 Change-Id: I89dce28b799b193243c07774dab65d830ae62775
* Email split, part deux: PolicyServiceMarc Blank2011-02-101-1/+2
| | | | | | | | | | | | | * Split PolicySet from SecurityPolicy and move to emailcommon * Define PolicyService that sync adapter services can use to interact with the Email DPM administrator * Implement PolicyServiceProxy for exchange * Implement PolicyService in email * Modify imports, references, etc. as required Bug: 3442973 Change-Id: I92015e21f780a68754b318da89fbb33570f334a2
* Email split, part one: EmailServiceMarc Blank2011-02-101-4/+2
| | | | | | | | | | | * Create emailcommon package * Move EmailService classes to emailcommon package * Change references to aidl's to emailcommon package * Add getApiLevel() command to EmailService Bug: 3442973 Change-Id: Ic7d2115363cdff6ebb86c46650b0a5b2109b1c72
* am b95db75b: am b38a043e: Fix proguard flag file dependency.Ying Wang2010-09-301-1/+1
|\ | | | | | | | | | | | | Merge commit 'b95db75bc5a867b9ae0453b1ab3f7cd3f3cf34b4' * commit 'b95db75bc5a867b9ae0453b1ab3f7cd3f3cf34b4': Fix proguard flag file dependency.
| * Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| | | | | | | | Change-Id: If5955c5714f9a5d3d6a111ee9d825b1574cc677e
* | Fix the buildMakoto Onuki2010-09-091-0/+1
| | | | | | | | | | | | Turned out we *are* using android-common. Change-Id: Iafaee8d85014ab8f325c8d48b969985352d85a9a
* | Cleanups for unbundlingMakoto Onuki2010-09-091-1/+2
| | | | | | | | | | | | | | | | * android.security is hidden. Use java.security.MessageDigest instead. * Remove android-common from makefile (we no longer use it) * Add LOCAL_SDK_VERSION to makefile and comment it out Change-Id: I7f9a021387d5c4e47ade1adb0bb75bec82ba0dd8
* | Integration with Directory API for autocompleteDmitri Plotnikov2010-08-271-1/+1
|/ | | | | | | | | The UI changes a bit - there is no separator between the local contacts and directories. Will bring the separator back if asked, but most likely simply as a thick line. Change-Id: Idfc990deff41b30d63bd8289731694e3d9a00fb6
* add filter for emma code coverageGuang Zhu2010-06-171-0/+11
| | | | | | | avoid applying emma processing on local static libraries so that code coverage result is not diluted. Change-Id: I6090fc82498fff2e7da8ce22348f56dbc3d3ee60
* Set proguard flagsMakoto Onuki2010-03-021-0/+2
| | | | | | Without it, email won't work properly and many of tests will fail. Bug 2482363
* Disable ProGuard. It breaks debugging.Andrew Stadler2010-02-221-3/+0
|
* Apply proguard to email.Makoto Onuki2010-02-181-0/+3
| | | | | Redoing I10a82fd8fdc16febcd880bfcf519843d5562f8e6 with more flags to keep test only methods.
* Revert "Enable Proguard."Makoto Onuki2010-02-181-3/+0
| | | | | | This reverts commit c237ae8c85d4fffc158b0813cbc5b8bde4d75b67. Reason: We need more flags for unit tests
* Enable Proguard.Ying Wang2010-02-171-0/+3
|
* replace Email's private base64 class with one from android-commonDoug Zongker2010-02-081-0/+1
| | | | | | | | Convert all usages of com.android.email.codec.binary.Base64 to use com.android.common.Base64 instead, except for Base64OutputStream (which doesn't exist in android-common yet). Change-Id: I339a1f451245138187080c7444fcabef8d13f8aa
* Adding script for building Email app without exchange.Makoto Onuki2010-02-031-0/+2
| | | | | | | | | | | | | | remove-exchange-support.sh makes it possible to build the email app without exchange support. This script: - removes all packages under com.android.exchange. - removes all lines surrounded by EXCHANGE-REMOVE-SECTION-START and EXCHANGE-REMOVE-SECTION-END And the resulting source should still build and run fine. Bug: 2369784
* Move non-exchange specific classes to com.android.email.service.Makoto Onuki2010-01-291-2/+2
|
* explicit set an "optional" tagJean-Baptiste Queru2010-01-051-0/+2
|
* Various EAS related changes related to accounts and services.Andrew Stadler2009-07-131-2/+3
| | | | | | | | | | | | * Renamed ISyncManager/ISyncManagerCallback to IEmailService/IEmailServiceCallback * Restored ExchangeTransportExample to its original state; created ExchangeStore to handle validation functionality instead; updated stores.xml to reflect these changes. * Add support for AccountManager in EAS code (this is necessary for the contacts and calendar providers to work with syncable data); created EasAuthenticatorService to as our authenticator, which required adding authenticator.xml and modifying the manifest to register our service with AccountManager metadata * Created EmailServiceProxy as a convenience for the UI in calling into the EAS service; created EmailServiceStatus class for status codes in callbacks.
* Add aidl files to Email makefile to fix build.Andrew Stadler2009-06-231-0/+3
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-2/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+27
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-27/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+19
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+10