summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* [2/2] Contacts : fixed InCall plugin PendingIntent after refactorErica Chang2016-04-271-2/+5
| | | | | | | | | | | -Addressed contact card not reflecting InCall plugin status/auth state change -Added error Snackbar message in case invite and directory search PendingIntents are null CD-550,CD-588 Change-Id: I2ba66a98d13f982fe13563439afd5f785ab0f16c
* Add 'ims-common' build dependencyStephen Bird2016-04-081-1/+1
| | | | Change-Id: I0cb00d3214d9f41072d2e55ca9a885940c7a6a15
* Contacts: added stats settings checkErica Chang2016-04-071-0/+1
| | | | | | CD-501 Change-Id: Ia9fd922d3c3049e4caacbf57b43039bcc8649a24
* Contacts: add plugin status change receiverErica Chang2016-04-071-0/+1
| | | | | | | | | Contacts now receives updates and updates UI accordingly based on plugin status. CD-452, CD-464 Change-Id: Ib5c3d7cd683a09d07d3f466248129d31c321123d
* Contacts: incall plugin implementationErica Chang2016-04-071-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contacts Card: fixed encoded contact Uri invite intent -When a contacts card is launched from a dialed phone number history, the particular contact does not exist in contacts so the uri is encoded. In this case we'll provide either the display name or phone number as the Uri argument for getInvitePendingIntent. CD-346 Contacts Card: fix callog -added in cm-12.1 calllog related changes that accidentally didn't get merged in CD-354 Contacts Card: removed redundant code from cm-13.0 creation -in Quick contact card onclick handler there's redundant code since cm-13.0 was created Contacts Card: fix multiple ContacLoader calls issue -consodliate one AsynTask to load contact data -added a synchronized method checkAndBindContactData to fix contact card update condition Note. The internal implementation of AsyncTask.doInBackground is done on FutureTask; onPostExecute run on a main loop via Message. If the onPostExecute is already placed on the main loop, it can no longer be cancelled. cancel() is the most effective while an AsyncTask is still running doInBackground, upon completion, it'd either execute onCancelled() or onPostExecute() CD-324 Contacts: lookup plugin account handles as a backup -Need to rely on AccountManager to lookup logged in plugin account handles just in case the plugin fails to return a valid one CD-422 (2/2) Contacts: refactor -makes use of PhoneCommon/CallMethodInfo.java, CallMethodHelper -new InCallPluginHelper extends CallMethodHelper -InCallPluginUtils uses CallMethodHelper singleton and StartInCallCallReceiver CD-301,CD-374,CD-423 Change-Id: Iaa6f3f4539969a8cdad7c719f71ffaad8dd8cc39
* Add contact blocking and unblockingRohit Yengisetty2016-01-121-0/+4
| | | | Change-Id: I345122ee85158c7365948bb197599912376f1265
* Contacts: Add contact lookup with attribution to quick contactsMatt Garnes2015-12-021-1/+2
| | | | | | MMS-86 Change-Id: Ib85ebfd3da14da6f6e04e9a4ec751460a85eeeec
* Add supports for SIM contactsblong2015-09-071-2/+0
| | | | | | | | - Support to update/insert/delete SIM contacts - Support to save anr and email for SIM contacts - Filter internal account when add new account Change-Id: Iec2da08d0fb9253e5edca1458b1e78f28d75fc1c
* Use new definitions of ProviderStatusBrian Attwell2015-06-021-0/+2
| | | | | | | And rebundle Contacts again. Bug: 21090207 Change-Id: I7e93e36ad0c0d667ac56983c76acb1b97bd8755c
* Rebundle Contacts buildBrian Attwell2015-05-141-2/+0
| | | | | Bug: 21090207 Change-Id: I3b16919ce50c265ffa3c8b7d6ece2b22010951ec
* Build Contacts against current SDKJay Shrauner2015-04-091-0/+2
| | | | | Bug: Change-Id: I31222599eb1da74167c69fdbbaca5590ca603b8a
* Track changes to libphonenumber.Narayan Kamath2015-01-061-2/+1
| | | | | | | | We now build from source and include both libgeocoder and libphonenumber in the same jar. They were always included together anyway. Change-Id: I8961321037931cd853b389c1dbc36f7310350f38
* Use CardView for cardsPaul Soulos2014-07-311-2/+5
| | | | | | | UI Tweaks with Allen Bug: 16373753 Change-Id: I550b8fe39b973a8789c18154eed9cac67308eb8b
* Remove unused permissions, libsJay Shrauner2014-06-251-3/+0
| | | | | | | | Remove unused permissions and libs leftover from phone/contacts split. Don't run as shared uid. Bug: Change-Id: Iee93355cd2baefeea54c3968e7590a8b728897cd
* Update Emergency Dialer to match Dialer (1/7).Sai Cheemalapati2014-06-201-4/+5
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I6640598b5f30f9d7ff5ce811e82b76512046a256
* Use support.v7.palette to get header tintBrian Attwell2014-06-111-0/+1
| | | | | | | | | | Todo in later cls: -save the extracted tint, so we don't have unnecessary delay when returning from the edit screen -animate the change of tint color. This matters for tablet and after the photo changes. Change-Id: I11685c1489a5c7b49f46c250033f4f303b076ef6
* Adds libphonenumber and libgeocoding dependenciesChristine Chen2013-10-241-0/+2
| | | | Change-Id: I28006bdefb13d4c800da556d65396f876a6c4f7e
* The Contacts app needs privileged permissionsChristopher Tate2013-06-171-0/+1
| | | | | | Bug 8765951 Change-Id: I2a7847c63d9b48662ba2eaec34c4b9ecd51aafc9
* Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville2013-01-281-1/+1
| | | | | | Adding voip to LOCAL_JAVA_LIBRARIES Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
* Additional clean-up of dialer split.Chiao Cheng2012-09-051-1/+11
| | | | | | | | - Moving resource only used by dialer. - Moving out common utilities. Bug: 6993891 Change-Id: Ieb851adb1d6a3492290b84a56aa2cd00cae2f260
* Fix the master buildJason Simmons2012-08-241-1/+0
| | | | Change-Id: I8ba1ec5062c0d45e418db28745f5efae2663e274
* Initial removal of dialer features.Chiao Cheng2012-08-231-0/+1
| | | | | | | | | | - Moved main activities and classes out including all necessary dependencies for a first working version. - There are still dialer dependencies in contacts after this check-in. Further separation coming. Bug: 6993891 Change-Id: I1761b554fe5daf29acddbb43532f571191db2eaf
* Use telephony-commonWink Saville2012-07-061-0/+1
| | | | Change-Id: I4a42ae6986f97be562e496b28c4a54e3f1a6d59b
* Voicemail playback, with variable speed ui.Hugo Hudson2011-07-171-1/+4
| | | | | | | | | | | | | Introduces a new VoicemailPlaybackFragment and the VoicemailPlaybackPresenter that goes with it. Together these two form part of the CallDetailActivity, and allow us to play back voicemails inline with variable speed. Also included is the code from the CallLogFragment to launch the CallDetailActivity with suitable extras buried in the Intent. Change-Id: I86585685802b69441f5812b41c215f3534af26e4
* Add tabs to contact cardKatherine Kuan2011-06-201-1/+3
| | | | | | | | | | | | | | | - Since the ContactHeaderView and ContactDetailFragment will still be used for contacts without updates, leave this code in. Temporarily make all contact cards have the about and update tabs. - Use ViewPager for contact details - Move name and job to action bar - Add about fragment and updates fragment - Add carousel for "about" and "updates" tab - Create utils class for converting ContactLoader results into strings for display since the ContactHeaderView will no longer be the only customer for this data Change-Id: I84ff759ee09daefcc7e7514564c180f27f0400b6
* Move QuickContact to Activity instead of Window.Jeff Sharkey2011-04-081-1/+5
| | | | | | | | | | | | | | | | | | QuickContact has traditionally used a Window to show a bubble with callout centered around a target area. This change moves away from private Window APIs, and instead creates FloatingChildLayout to layout the bubble. Using onLayout() is more flexible than a PopupWindow or Dialog, since it gives us access to getWindowVisibleDisplayFrame() to correctly handle system windows. (Similar to FLAG_LAYOUT_INSET_DECOR.) Changes background Drawable to use state_first and state_last to select above/below callout arrow. Also moves to using setLevel() to set arrow horizontal location. Removes recycling chiclet code, and brings in Guava library. Bug: 3362647 Change-Id: Iae953bae71db76e91e05996fe4c0dcea38bb446f
* am 6bfed4c6: am f261e807: Fix proguard flag file dependency.Ying Wang2010-09-301-1/+1
|\ | | | | | | | | | | | | Merge commit '6bfed4c6aea63382d20ce613f22c90018164819a' * commit '6bfed4c6aea63382d20ce613f22c90018164819a': Fix proguard flag file dependency.
| * Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| | | | | | | | Change-Id: I4edb3ee225332434f74d016cfffa8d95d88b9bcd
* | Switching to the new location of CompositeCursorAdapterDmitri Plotnikov2010-08-231-1/+1
| | | | | | | | | | | | This class was moved to the android-common static library Change-Id: I11dfb5461f71499fadc5923a3e85f9794049a184
* | Make Contacts app use static library of vCard.Daisuke Miyakawa2010-05-191-1/+1
|/ | | | | | | See also I435e1057 Bug: 2689523 Change-Id: I1fdd3bd609688d712eebfbc227a4ed3348e72240
* Fix Tests with Proguard enabledDaniel Lehmann2010-03-041-0/+2
| | | | | Bug: 2487277 Change-Id: I213fcf3037c4f2f5789535c7c3193fc05b9fd919
* Remove unused static library.Jeff Hamilton2010-02-051-2/+1
| | | | Change-Id: I7533dbca72f88322435196c55cb221341f31ac8b
* relocate GoogleLoginServiceDoug Zongker2010-01-211-1/+1
| | | | Change-Id: I5fef5faf6763bbd0046aab87399ca242dc179a5b
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | 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: I2036ce323dab30d3325bed7385af4e3032c0b13e
* Remove duplicate ButtonGridLayout class.Nicolas Catania2009-11-021-1/+2
| | | | Uses the one from the shared phone static lib.
* Adds the StyleManager class.Evan Millar2009-07-011-2/+0
| | | | | | StyleManager provides APIs for the Contacts app to retrieve icons from third party sync adapter packages to display in the Contacts UI. StyleManager also keeps a Cache of the requested icons in memory.
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+18
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-18/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+14