aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2013-06-17Contacts provider needs to be a privileged apkChristopher Tate
Also fixes a sometimes-bug: the contacts database helper can be invoked for upgrade prior to system boot, but it sends broadcasts. Use FLAG_RECEIVER_REGISETRED_ONLY_BEFORE_BOOT flag to avoid problems. Bug 8765951 Change-Id: I4ee4b4c3e17803e73c63e7a2e06e35088d1a611d
2012-07-06Use telephony-commonWink Saville
Change-Id: I7eef631998e8e567f0e67c4e57d70aa5714aa90d
2011-07-18Fix malfunctioning bucketization logicDaisuke Miyakawa
I82052953d5dad42ac171df29248ed25e9b4a2434 dropped the logic so we need to re-introduce it correctly As we don't have public API for updating LAST_TIME_USED columns outside the provider, we need to let the unit test call a method in ContactsProvider2 directly instead of calling DataUsageStat API. - fix the query - make update logic package-private - add a unit test for it - introduce guava to include @VisibleForTesting Bug: 4998821 Change-Id: I0b699bffffd42a13ab00ac335796687052efb67a
2010-12-01Adding proguard flagsDmitri Plotnikov
Bug: 3244266 Change-Id: I623325cb7224fe189db6abee92fe576c02468e98
2010-08-26am f1ee431f: add emma filter to make fileGuang Zhu
Merge commit 'f1ee431f3c9e6074ed308312867808490b1770f6' * commit 'f1ee431f3c9e6074ed308312867808490b1770f6': add emma filter to make file
2010-08-26add emma filter to make fileGuang Zhu
so the code coverage report won't contain classes from local static Java libraries Change-Id: I039963fd2baff94bc9eed8f16a5d2b2786616e0c
2010-07-29add emma filter to make fileGuang Zhu
so the code coverage report won't contain classes from local static Java libraries Change-Id: Iba77ec5464a2d7aa34b4b58734537d986cc6fb42
2010-05-27resolved conflicts for merge of 7109133e to masterJeff Hamilton
Change-Id: Ia0300d116a82a7b006aa863ae807153623c85c47
2010-05-26Add a PRE_BOOT_COMPLETED receiver.Jeff Hamilton
It runs the first time after an OTA and either creates the database or runs the upgrade path on it. This may take a significatn amount of time so it's done before the boot animation completes. Bug: 2713849 Change-Id: I07f2c22a1462e6923cb7b060d561e7fb41a6e82d
2010-05-19Make ContactsProvider use a static version of vCard library.Daisuke Miyakawa
Bug: 2689523 Change-Id: If012a8aa061c6b3874e494779edb73c9e8e106b6
2010-02-25Update to reflect android-common no longer in framework.Dianne Hackborn
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Ia141dc1e5a3892bb344f319fc3d573e0ce160352
2009-07-08Merge commit 'goog/eclair-dev' into merge3Evan Millar
Merged the new contacts content provider into goog/master. The old and new content providers now live side by side under separate authorities. Conflicts: Android.mk AndroidManifest.xml res/values/strings.xml
2009-05-04Change the makefile to not include the test code in the provider APK.Jeff Hamilton
2009-04-24First pass at new ContactsProvider.Jeff Hamilton
It's very basic right now, but shows the general layout that I'm thinking of for the schema and how the data types are defined. The test app just reads the display names and puts them in a list, not very useful since you have to add data with the sqlite3 tool for now.
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project