History log of /packages/providers/ContactsProvider/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d39cda0c19714f69f9fbd027c722ead39fecae9 22-Feb-2018 Anton Hansson <hansson@google.com> packages/providers/ContactsProvider: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I87fb73d60bba6737a765505800e7a7549b26da66
/packages/providers/ContactsProvider/Android.mk
5508cc7b69acc34bec6d5beb8d31152f49d09774 06-Apr-2016 Sebastien Hertz <shertz@google.com> Update code coverage filter

Bug: 28014424
Change-Id: I7ef0ce9a76c491982d4965bfe5430c9c273a97ec
/packages/providers/ContactsProvider/Android.mk
ee00f99f752fbd7771b5a7b706ecf6f99060f127 10-May-2013 Christopher Tate <ctate@google.com> Contacts provider needs to be a privileged apk

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
/packages/providers/ContactsProvider/Android.mk
e0c5d80d5634a9c7d431fa4490d7504486b5ce25 12-Jun-2012 Wink Saville <wink@google.com> Use telephony-common

Change-Id: I7eef631998e8e567f0e67c4e57d70aa5714aa90d
/packages/providers/ContactsProvider/Android.mk
f9648a03e88e2d1a91c616a20d903e4c9a2468e5 18-Jul-2011 Daisuke Miyakawa <dmiyakawa@google.com> Fix malfunctioning bucketization logic

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
/packages/providers/ContactsProvider/Android.mk
1e2232da2fec5a032931494974d4318506cbf1db 01-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Adding proguard flags

Bug: 3244266

Change-Id: I623325cb7224fe189db6abee92fe576c02468e98
/packages/providers/ContactsProvider/Android.mk
73a6a6247ae6acde7b0c75c060aa2d44b9820cc5 26-Aug-2010 Guang Zhu <guangzhu@google.com> am f1ee431f: add emma filter to make file

Merge commit 'f1ee431f3c9e6074ed308312867808490b1770f6'

* commit 'f1ee431f3c9e6074ed308312867808490b1770f6':
add emma filter to make file
f1ee431f3c9e6074ed308312867808490b1770f6 29-Jul-2010 Guang Zhu <guangzhu@google.com> add emma filter to make file

so the code coverage report won't contain classes from local static
Java libraries

Change-Id: I039963fd2baff94bc9eed8f16a5d2b2786616e0c
/packages/providers/ContactsProvider/Android.mk
cc103ab7af0127094cecd9579222de7c53edea63 29-Jul-2010 Guang Zhu <guangzhu@google.com> add emma filter to make file

so the code coverage report won't contain classes from local static
Java libraries

Change-Id: Iba77ec5464a2d7aa34b4b58734537d986cc6fb42
/packages/providers/ContactsProvider/Android.mk
2cfbcb88ed85ac0a0bc93f558d5d7928be762102 28-May-2010 Jeff Hamilton <jham@android.com> resolved conflicts for merge of 7109133e to master

Change-Id: Ia0300d116a82a7b006aa863ae807153623c85c47
7109133e650b0b1a69690bda620e64893c027d95 26-May-2010 Jeff Hamilton <jham@android.com> Add a PRE_BOOT_COMPLETED receiver.

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
/packages/providers/ContactsProvider/Android.mk
219c2a98c2b79da6cfcf2ba05fe985c5534b87ac 18-May-2010 Daisuke Miyakawa <dmiyakawa@google.com> Make ContactsProvider use a static version of vCard library.

Bug: 2689523
Change-Id: If012a8aa061c6b3874e494779edb73c9e8e106b6
/packages/providers/ContactsProvider/Android.mk
3f0445d20c0adf53542c74978d9114ab23486f5a 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Update to reflect android-common no longer in framework.
/packages/providers/ContactsProvider/Android.mk
134e08cc8de9012dc1cc9d8fc1c6a9ea5f77b51e 06-Jan-2010 Jean-Baptiste Queru <jbq@google.com> Do not use a user tag on apps, as it is ignored.

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
/packages/providers/ContactsProvider/Android.mk
28f8857b1b46bde18b85c6d3c2a63ac44c3c2e1c 08-Jul-2009 Evan Millar <emillar@google.com> Merge commit 'goog/eclair-dev' into merge3

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
0284cb8e9e8bc57bea5b77e0e76e8baecbe6383a 04-May-2009 Jeff Hamilton <jham@android.com> Change the makefile to not include the test code in the provider APK.
/packages/providers/ContactsProvider/Android.mk
4f864360c24bd26c111bf38a035e8e2d2609e84a 23-Apr-2009 Jeff Hamilton <jham@android.com> First pass at new ContactsProvider.

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.
/packages/providers/ContactsProvider/Android.mk
7d2e8218a56ab5403bfbd83821fef13dd8f2fc22 09-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@137197
/packages/providers/ContactsProvider/Android.mk
c731b0cf6e7e2c1c4da8a3562ae16341bd659bc6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/providers/ContactsProvider/Android.mk
17c931bd5d2a72c4de95a41b8ca2d00a0d72a53e 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/providers/ContactsProvider/Android.mk
0f58cfe01bb0f491330f7dcf85d54d0081459b57 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/providers/ContactsProvider/Android.mk