1. 6c3380a Merge "ContactsProvider does not use cleartext network traffic." into mnc-dev by Alex Klyubin · 9 years ago
  2. cb1e18d Merge "Remove location permissions" into mnc-dev by Makoto Onuki · 9 years ago
  3. 25fb287 Remove location permissions by Makoto Onuki · 9 years ago
  4. f22f9af Merge "Add READ_PHONE_STATE to CP2" into mnc-dev by Yorke Lee · 9 years ago
  5. 399faf2 Add READ_PHONE_STATE to CP2 by Yorke Lee · 9 years ago
  6. e3afdce Stop enforcing {READ,WRITE}_PROFILE permissions by Brian Attwell · 9 years ago
  7. 733620e ContactsProvider does not use cleartext network traffic. by Alex Klyubin · 9 years ago
  8. 400e50c Clean up permissions by Makoto Onuki · 9 years ago
  9. 3638597 Merge "Add RawContactsEntity.CORP_CONTENT_URI" by Ricky Wai · 10 years ago
  10. 30ec266 Add RawContactsEntity.CORP_CONTENT_URI by Ricky Wai · 10 years ago
  11. 410c29f Merge "Add private API to get merged primary and enterprise contacts" by Ricky Wai · 10 years ago
  12. b88a02f Add private API to get merged primary and enterprise contacts by Ricky Wai · 10 years ago
  13. f35365f Remove CallLogBackupAgent. by Santos Cordon · 10 years ago
  14. b39eeb4 Hide unregistered phone account call log entries. by Santos Cordon · 10 years ago
  15. 153281e Add simple backup/restore to Call Log. by Santos Cordon · 10 years ago
  16. fd6ef51 Simple Backup Agent for the call log. by Santos Cordon · 10 years ago
  17. 17c74a2 Merge "Add read/write profile permission to CP2" into lmp-dev by Jay Shrauner · 10 years ago
  18. 8d79843 Add read/write profile permission to CP2 by Jay Shrauner · 10 years ago
  19. df5a463 Set correct permissions in CP2 manifest by Yorke Lee · 10 years ago
  20. 2a83630 Merge "Add manage voicemail permission (2/4)" by Yorke Lee · 10 years ago
  21. 6bcd74c Enterprise: Add utility method to retrieve corp user handle. by Makoto Onuki · 10 years ago
  22. 69d3d36 Change INTERACT_ACROSS_USERS_FULL to INTERACT_ACROSS_USERS by Makoto Onuki · 10 years ago
  23. ab2ec1d Add manage voicemail permission (2/4) by Yorke Lee · 10 years ago
  24. abfa408 Add android.permission.INTERACT_ACROSS_USERS_FULL to CP2 by Makoto Onuki · 10 years ago
  25. ec987e5 Revert "Remove global search support." by Mathew Inwood · 11 years ago
  26. 1af2c59 Remove global search support. by Mathew Inwood · 11 years ago
  27. 6de4b50 Modifying protection level for READ_WRITE_ALL_VOICEMAIL by Santos Cordon · 11 years ago
  28. f9d266b Adding READ_WRITE_ALL_VOICEMAIL to ContactsProvider. by Kareem Nassar · 12 years ago
  29. aa63bdf Using permission ADD_VOICEMAIL in ContactsProvider. by Kareem Nassar · 12 years ago
  30. b966c4d Add READ_SYNC_SETTINGS permission to ContactsProvider. by Justin Koh · 12 years ago
  31. c9626e7 Start tracking content provider app ops. by Dianne Hackborn · 12 years ago
  32. 4b4404b Remove unneeded uses-permissions. by Makoto Onuki · 12 years ago
  33. a6bef4a Add a new permission needed for Gal lookups to the contacts provider by Subir Jhanb · 12 years ago
  34. 623659e Make "export contacts database" more secure by Makoto Onuki · 12 years ago
  35. 127a8b8 Explicitly export content providers by Nick Kralevich · 12 years ago
  36. 8a6e02a Add debug activity to export all data files as a zip by Makoto Onuki · 12 years ago
  37. 2b362f7 Don't allow backing up contacts storage by Makoto Onuki · 12 years ago
  38. d2a4512 Remove never used SocialProvider and activity table by Makoto Onuki · 12 years ago
  39. a9bdc55 Enforce the use of the new (READ|WRITE)_CALL_LOG permissions by Daniel Lehmann · 13 years ago
  40. 6094751 The provider now contains the label for the acore process. by Dianne Hackborn · 13 years ago
  41. 98a77ec Renamed permission READ_WRITE_OWN_VOICEMAIL to ADD_VOICEMAIL by Debashish Chatterjee · 13 years ago
  42. c6eb4fe Delete voicemail data when source package is uninstalled. by Debashish Chatterjee · 13 years ago
  43. 791a25b Get rid of voicemail permissions from contacts content provider. by Debashish Chatterjee · 13 years ago
  44. 383ebf9 Make permission for all voicemail signature only. by Flavio Lerda · 13 years ago
  45. 52e8d24 Voicemail provider implementation within ContactsProvider. by Debashish Chatterjee · 13 years ago
  46. 1b8467b am b5b7b17f: Allow contacts provider to grant URI permissions. by Dianne Hackborn · 14 years ago
  47. b5b7b17 Allow contacts provider to grant URI permissions. by Dianne Hackborn · 14 years ago
  48. 53fac8f Switching to a more narrow configuration change notification by Dmitri Plotnikov · 14 years ago
  49. 892a3d9 Improved the phone lookup and the phone filter by Dmitri Plotnikov · 14 years ago
  50. 72e3003 Introducing ContactDirectoryManager by Dmitri Plotnikov · 14 years ago
  51. d3d812a Initial implementation of the directory API by Dmitri Plotnikov · 14 years ago
  52. 7109133 Add a PRE_BOOT_COMPLETED receiver. by Jeff Hamilton · 14 years ago
  53. 697b72a Allow global search to read contacts photos by Bjorn Bringert · 15 years ago
  54. 6e2b261 Fix path-permission for search suggestions by Bjorn Bringert · 15 years ago
  55. c09c085 clean up the too many deletes dialog by Fred Quintana · 15 years ago
  56. b3f909f Support for Global Search Shortcut refresh and contact images. by Dmitri Plotnikov · 15 years ago
  57. 5e8793f Switch over from CP1 to CP2. by Jeff Hamilton · 15 years ago
  58. c70dc0e Reimplementing global search integration in ContactsProvider2. by Dmitri Plotnikov · 15 years ago
  59. d9d4c0b update the permissions for the AccountManagerService by Fred Quintana · 15 years ago
  60. dd22dec resolved conflicts for merge of c885d11f to master by Dianne Hackborn · 15 years ago
  61. 28f8857 Merge commit 'goog/eclair-dev' into merge3 by Evan Millar · 15 years ago
  62. c885d11 Update to provide access from global search. by Dianne Hackborn · 15 years ago
  63. b650982 Separated database table logic and added SocialProvider. by Jeff Sharkey · 15 years ago
  64. a36c566 Add some basic editing support, and caller ID lookup. by Jeff Hamilton · 16 years ago
  65. 4f86436 First pass at new ContactsProvider. by Jeff Hamilton · 16 years ago
  66. c731b0c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. 17c931b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  68. fed08a9 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  69. 0f58cfe Initial Contribution by The Android Open Source Project · 16 years ago