<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_providers_CalendarProvider, branch android10-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/'/>
<entry>
<title>Throw exception when work profile doesn't exist or disabled or calendar app is not whitelisted or setting for calendar integration is disabled.</title>
<updated>2019-05-03T15:17:56+00:00</updated>
<author>
<name>Yasmin</name>
<email>yasmo@google.com</email>
</author>
<published>2019-04-10T14:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=9437165cf6415d07d3933bb9638ec43fa55a565b'/>
<id>9437165cf6415d07d3933bb9638ec43fa55a565b</id>
<content type='text'>
Test: atest ManagedProfileTest#testCrossProfileCalendar
      atest CalendarProvider2Test
Bug: 130284827

Change-Id: I3f5d2794c801b7a379893962eb815e89cc7da6b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: atest ManagedProfileTest#testCrossProfileCalendar
      atest CalendarProvider2Test
Bug: 130284827

Change-Id: I3f5d2794c801b7a379893962eb815e89cc7da6b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure calendar alarms can dispatch in doze mode.</title>
<updated>2019-04-26T23:56:36+00:00</updated>
<author>
<name>Hui Yu</name>
<email>huiyu@google.com</email>
</author>
<published>2019-04-26T23:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=74359b568fba67f75f8c0050731624f4e187fccd'/>
<id>74359b568fba67f75f8c0050731624f4e187fccd</id>
<content type='text'>
By calling AlarmManager's setExactAndAllowWhileIdle() and
setAndAllowWhileIdle() methods to allow alarms to be executed in doze
mode.
Alarms added by set() and setExact() do not execute in doze
mode.

Fix: 111286997
Test: "adb shell dumpsys deviceidle force-idle" to put device in doze
mode, "adb shell settings put global alarm_manager_constants.allow_while_idle_long_time 1000" to change ALLOW_WHILE_IDLE_LONG_TIME to 1 second. In Calendar app, add a event that is 3 minutes in the future, observe the alarm of this event can go off.

Change-Id: I58182a22a2ca2dffc5ad1fba811baa2b98109405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By calling AlarmManager's setExactAndAllowWhileIdle() and
setAndAllowWhileIdle() methods to allow alarms to be executed in doze
mode.
Alarms added by set() and setExact() do not execute in doze
mode.

Fix: 111286997
Test: "adb shell dumpsys deviceidle force-idle" to put device in doze
mode, "adb shell settings put global alarm_manager_constants.allow_while_idle_long_time 1000" to change ALLOW_WHILE_IDLE_LONG_TIME to 1 second. In Calendar app, add a event that is 3 minutes in the future, observe the alarm of this event can go off.

Change-Id: I58182a22a2ca2dffc5ad1fba811baa2b98109405
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove log with sensitive info in CalendarProvider2."</title>
<updated>2019-04-02T20:27:17+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2019-04-02T20:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=232ac2b689eb2531a75f707635233809910c5999'/>
<id>232ac2b689eb2531a75f707635233809910c5999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove log with sensitive info in CalendarProvider2.</title>
<updated>2019-04-02T18:08:45+00:00</updated>
<author>
<name>Varun Shah</name>
<email>varunshah@google.com</email>
</author>
<published>2019-04-02T18:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=0d64a254547cc53630d930209623d6c64a482b9f'/>
<id>0d64a254547cc53630d930209623d6c64a482b9f</id>
<content type='text'>
Bug: 129378636
Test: n/a (builds)
Change-Id: I08dc81886e84b73528131ad07bef7c7fc9185b8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 129378636
Test: n/a (builds)
Change-Id: I08dc81886e84b73528131ad07bef7c7fc9185b8c
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-create view_events to account for isPrimary.</title>
<updated>2019-04-01T12:47:56+00:00</updated>
<author>
<name>Jonathan Scott</name>
<email>scottjonathan@google.com</email>
</author>
<published>2019-03-29T16:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=b034f7ffaf16c64e90b7ab21e2e29387e893cd3a'/>
<id>b034f7ffaf16c64e90b7ab21e2e29387e893cd3a</id>
<content type='text'>
Fixes: 129462613
Test: Manually verified that this fixes known bad state.
Change-Id: If0af3a83676d54001500decf498d8809ad3f65c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 129462613
Test: Manually verified that this fixes known bad state.
Change-Id: If0af3a83676d54001500decf498d8809ad3f65c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Block non-primary calendars from being shared to personal profile."</title>
<updated>2019-03-25T14:28:45+00:00</updated>
<author>
<name>Alex Kershaw</name>
<email>alexkershaw@google.com</email>
</author>
<published>2019-03-25T14:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=055d5522343dc810dad67011225802a15dd07243'/>
<id>055d5522343dc810dad67011225802a15dd07243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Block non-primary calendars from being shared to personal profile.</title>
<updated>2019-03-25T11:42:02+00:00</updated>
<author>
<name>Alex Kershaw</name>
<email>alexkershaw@google.com</email>
</author>
<published>2019-03-19T12:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=549b206706ed35decbc3d7444a7915557a008362'/>
<id>549b206706ed35decbc3d7444a7915557a008362</id>
<content type='text'>
Fixes: 125764413
Test: atest CalendarProvider2Test
Test: atest ManagedProfileTest#testCrossProfileCalendar
Change-Id: I4a4d65e5065010b4ebbf846ee1aa6897dbc0eddf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: 125764413
Test: atest CalendarProvider2Test
Test: atest ManagedProfileTest#testCrossProfileCalendar
Change-Id: I4a4d65e5065010b4ebbf846ee1aa6897dbc0eddf
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "CalendarProvider: Remove unused string resource" am: 88dbaae618 am: 49003cfd28</title>
<updated>2019-03-18T19:56:29+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-03-18T19:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=6603377c7a61b4135bce771ea667575ef30d25c8'/>
<id>6603377c7a61b4135bce771ea667575ef30d25c8</id>
<content type='text'>
am: 11eeff6e14

Change-Id: If8de0b96e928834445ca924a43ca374e9cc59e88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 11eeff6e14

Change-Id: If8de0b96e928834445ca924a43ca374e9cc59e88
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "CalendarProvider: Remove unused string resource" am: 88dbaae618</title>
<updated>2019-03-18T19:52:27+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-03-18T19:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=11eeff6e1454566989290c266b5c79d7606e1143'/>
<id>11eeff6e1454566989290c266b5c79d7606e1143</id>
<content type='text'>
am: 49003cfd28

Change-Id: I80bb65b61b87579de6eba27872bdb1d5206d1780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 49003cfd28

Change-Id: I80bb65b61b87579de6eba27872bdb1d5206d1780
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "CalendarProvider: Remove unused string resource"</title>
<updated>2019-03-18T19:48:27+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-03-18T19:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_providers_CalendarProvider/commit/?id=49003cfd280426f7da67ef05a0d2fff5f546ac59'/>
<id>49003cfd280426f7da67ef05a0d2fff5f546ac59</id>
<content type='text'>
am: 88dbaae618

Change-Id: I76bd55ddf580337aedf84fd2a5165f80bdfbabfb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 88dbaae618

Change-Id: I76bd55ddf580337aedf84fd2a5165f80bdfbabfb
</pre>
</div>
</content>
</entry>
</feed>
