summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Expand)AuthorAgeFilesLines
* Use expedited to job to update alarms.Kweku Adams2021-04-281-0/+4
* Remove SCHEDULE_EXACT_ALARM permissionSuprabh Shukla2021-04-091-1/+0
* Add SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS to CalendarDebugActivity am: ...Makoto Onuki2021-03-051-0/+1
|\
| * Add SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS to CalendarDebugActivityMakoto Onuki2021-02-101-0/+1
* | Add exact alarm permission to CalendarProviderSuprabh Shukla2021-03-011-0/+1
* | Enforce strict query builder for CalendarProvider2.Varun Shah2020-06-291-0/+2
* | Merge "Add an exported flag in manifest" am: bac3f8ae4d am: d535ef26a6Treehugger Robot2020-04-011-4/+9
|\ \ | |/ |/|
| * Add an exported flag in manifestAshwini Oruganti2020-03-231-4/+9
* | Adds forceQueryable to manifestandroid-mainline-11.0.0_r9android-mainline-11.0.0_r8android-mainline-11.0.0_r7android-mainline-11.0.0_r6android-mainline-11.0.0_r5android-mainline-11.0.0_r44android-mainline-11.0.0_r4android-mainline-11.0.0_r35android-mainline-11.0.0_r34android-mainline-11.0.0_r33android-mainline-11.0.0_r32android-mainline-11.0.0_r31android-mainline-11.0.0_r30android-mainline-11.0.0_r3android-mainline-11.0.0_r29android-mainline-11.0.0_r28android-mainline-11.0.0_r20android-mainline-11.0.0_r2android-mainline-11.0.0_r19android-mainline-11.0.0_r18android-mainline-11.0.0_r17android-mainline-11.0.0_r16android-mainline-11.0.0_r15android-mainline-11.0.0_r14android-mainline-11.0.0_r13android-mainline-11.0.0_r12android-mainline-11.0.0_r10android-mainline-11.0.0_r1android-11.0.0_r35android-11.0.0_r34android-11.0.0_r33android-11.0.0_r32android-11.0.0_r31android-11.0.0_r30android-11.0.0_r29android-11.0.0_r28android-11.0.0_r27android-11.0.0_r26android-11.0.0_r24android-11.0.0_r23android-11.0.0_r22android-11.0.0_r21android-11.0.0_r20android-11.0.0_r19android-11.0.0_r18android-11.0.0_r16android11-qpr1-s2-releaseandroid11-qpr1-s1-releaseandroid11-qpr1-releaseandroid11-qpr1-d-s1-releaseandroid11-qpr1-d-releaseandroid11-qpr1-c-releaseandroid11-mainline-sparse-2021-jan-releaseandroid11-mainline-sparse-2020-dec-releaseandroid11-mainline-releaseandroid11-mainline-os-statsd-releaseandroid11-mainline-extservices-releaseandroid11-mainline-conscrypt-releaseandroid11-devandroid11-d1-b-releasePatrick Baumann2020-02-071-0/+1
|/
* Add extra permissions to CalendarProvider.yuemingw2018-11-081-0/+2
* Remove reference to activity CalendarContentProviderTestsSøren Gjesse2018-06-061-7/+0
* CalendarProvider: change target API level to P.Makoto Onuki2018-04-271-2/+0
* Remove unnecessary <uses-library> for android.test.runnerPaul Duffin2018-01-261-3/+0
* Add reserved disk GID to critical component.Jeff Sharkey2018-01-071-0/+1
* Remove BG service from calendar provider.Makoto Onuki2017-02-221-7/+0
* Change target SDK for now for calendar providerMakoto Onuki2017-02-171-0/+2
* Stop using IntentService and use async receiver.Makoto Onuki2017-02-091-1/+0
* GET_ACCOUNTS_PRIVILEGED is needed starting from NYC to list accountsTony Mak2016-02-021-0/+1
* Fix calendar reminder notification is not shown in idle stateTony Mak2015-07-161-2/+7
* CalendarProvider does not use cleartext network traffic.Alex Klyubin2015-04-021-1/+2
* Disable backupJay Shrauner2014-07-301-0/+1
* Revert "Mark CalendarProvider as required for all profiles"Alexandra Gherghina2014-04-111-2/+1
* Mark CalendarProvider as required for all profilesAlexandra Gherghina2014-04-011-1/+2
* Protect calendar with app ops.Dianne Hackborn2013-01-251-0/+1
* Explicitly export content providersNick Kralevich2012-07-281-0/+1
* Move scheduled alarm scrub off main threadAndy McFadden2011-10-271-0/+3
* Set android:exported="false" on some entriesAndy McFadden2011-08-311-1/+2
* Added debug utility to copy calendar db to sd card.Michael Chan2011-04-201-0/+8
* Fix bug #3098972 (event notifications may not fire on time)Fabrice Di Meglio2010-11-021-0/+8
* Refactored so that the widget is now with the app, not the providerMason Tang2010-06-241-15/+5
* Add a PRE_BOOT_COMPLETED receiver.android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1froyo-releaseJeff Hamilton2010-05-261-0/+9
* Fix manifest to use default package name (com.android.providers.calendar) for...Fabrice Di Meglio2010-02-181-2/+1
* Add in a permission that is used by the provider, but only declared in the UI...Jeff Hamilton2010-02-161-0/+1
* Change calendar authority to com.android.calendarKen Shirriff2010-01-221-1/+1
* Enable CalendarProvider2 and disable CalendarProvider.Ken Shirriff2010-01-211-18/+2
* Add commented-out support for CalendarProvider2.Ken Shirriff2009-12-041-0/+11
* clean up the too many deletes dialogFred Quintana2009-08-251-1/+2
* make syncadapter set whether the account is syncableFred Quintana2009-08-181-0/+2
* update the permissions for the AccountManagerServiceFred Quintana2009-07-221-0/+2
* fix the buildThe Android Open Source Project2009-07-021-2/+0
* am b55344dd: Added Calendar Sync tests support for sync suiteSwarna Kumar2009-07-021-0/+2
|\
| * Added Calendar Sync tests support for sync suiteSwarna Kumar2009-06-301-0/+2
* | Add calendar info debug screen.Ken Shirriff2009-06-171-0/+14
* | am 9449b8be: Make name of Calendar Provider localizable.Eric Fischer2009-06-161-1/+1
|\|
| * Make name of Calendar Provider localizable.Eric Fischer2009-06-161-1/+1
* | am 7755ef64: Revert "Port SyncCalendar Tests from the 1.0 release tree to Don...Swarna Kumar2009-06-081-3/+0
|\|
| * Revert "Port SyncCalendar Tests from the 1.0 release tree to Donut Client."Swarna Kumar2009-06-081-3/+0
* | am 090d33dc: Port SyncCalendar Tests from the 1.0 release tree to Donut Client.Swarna Kumar2009-06-081-0/+3
|\|
| * Port SyncCalendar Tests from the 1.0 release tree to Donut Client.Swarna Kumar2009-06-081-0/+3
* | decouple SyncAdapter from ContentProviderFred Quintana2009-04-301-0/+7
|/