<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Settings/src/com/android/settings/location/LocationSettingsBase.java, branch replicant-6.0</title>
<subtitle>packages/apps/settings
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/'/>
<entry>
<title>Used BroadcastReceiver to monitor mode changes</title>
<updated>2014-01-31T20:20:23+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2014-01-31T02:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=72bafff2b817a47da4c4c649c746ca72251cc9a4'/>
<id>72bafff2b817a47da4c4c649c746ca72251cc9a4</id>
<content type='text'>
- Fix b/10648447

Change-Id: Ic6dc125b6548436e9786e50bc52908c39ea4579a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix b/10648447

Change-Id: Ic6dc125b6548436e9786e50bc52908c39ea4579a
</pre>
</div>
</content>
</entry>
<entry>
<title>Limits the broadcast to system apps only</title>
<updated>2013-10-08T23:23:52+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-10-08T23:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=8a4c53ac2bbd2eca81a8725212d4d61672fbfdef'/>
<id>8a4c53ac2bbd2eca81a8725212d4d61672fbfdef</id>
<content type='text'>
- Part of b/10974059

Change-Id: I1f0b6eeece88a2ee29b76636b9ce58dcc3d71aad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Part of b/10974059

Change-Id: I1f0b6eeece88a2ee29b76636b9ce58dcc3d71aad
</pre>
</div>
</content>
</entry>
<entry>
<title>Broadcasting a message for mode changing</title>
<updated>2013-10-08T16:48:41+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-10-08T09:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=1673fbc029d569b6424914db48e571b52091b4fc'/>
<id>1673fbc029d569b6424914db48e571b52091b4fc</id>
<content type='text'>
- Fix b/10974059

Change-Id: I219ea35e65a36af9f041a487dd8039bb5e2f048b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix b/10974059

Change-Id: I219ea35e65a36af9f041a487dd8039bb5e2f048b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the crash on screen rotation</title>
<updated>2013-09-03T20:53:16+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-09-03T20:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=96f95212b819ba196b609e2e1e2bc2fcc682933e'/>
<id>96f95212b819ba196b609e2e1e2bc2fcc682933e</id>
<content type='text'>
- Fix b/10607566

Change-Id: I078e59af2a76deb272b870d7708ee4148c68590e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix b/10607566

Change-Id: I078e59af2a76deb272b870d7708ee4148c68590e
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced ContentQueryMap with CursorLoader</title>
<updated>2013-08-29T21:46:29+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-08-29T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=007994279c6d9e41fe35a6804eb4ca753d139969'/>
<id>007994279c6d9e41fe35a6804eb4ca753d139969</id>
<content type='text'>
- Piggyback a trivial typo fix from previous change

- Fix b/10228666

Change-Id: I96c4f5c434b67caf10b3406eec4f3f7c5cf846e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Piggyback a trivial typo fix from previous change

- Fix b/10228666

Change-Id: I96c4f5c434b67caf10b3406eec4f3f7c5cf846e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we've finished loading settings before processing any reloads</title>
<updated>2013-08-29T17:48:13+00:00</updated>
<author>
<name>Tom O'Neill</name>
<email>tomo@google.com</email>
</author>
<published>2013-08-29T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=f06dc3216318672d5a30d58c0cfcb4142dbab2c2'/>
<id>f06dc3216318672d5a30d58c0cfcb4142dbab2c2</id>
<content type='text'>
- Effectively throttles case where many reloads are sent in rapid
succession.

- Simplify Handler state machine by making the state explicit instead
of implicit in the sequence of messages.

- To guard against cascading timeouts due to RAM pressure or other
systemic issues, only start additional services if there is at most one
timed out setting at a time.

- Add some log messages

- Fix b/10487253

Change-Id: Ibe21533f7b644bbadf5b56b61ca0e28b49192470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Effectively throttles case where many reloads are sent in rapid
succession.

- Simplify Handler state machine by making the state explicit instead
of implicit in the sequence of messages.

- To guard against cascading timeouts due to RAM pressure or other
systemic issues, only start additional services if there is at most one
timed out setting at a time.

- Add some log messages

- Fix b/10487253

Change-Id: Ibe21533f7b644bbadf5b56b61ca0e28b49192470
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallows setting when user restriction applies</title>
<updated>2013-08-28T20:41:20+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-08-28T00:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=4fb17c1c9847d8a1a7c2386f3f28b91616e73f4b'/>
<id>4fb17c1c9847d8a1a7c2386f3f28b91616e73f4b</id>
<content type='text'>
- Fix b/10116533

Change-Id: Ib171f9545c1651fb36c408decefa47b3d82ba3ab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix b/10116533

Change-Id: Ib171f9545c1651fb36c408decefa47b3d82ba3ab
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to new location mode API recommended by API council</title>
<updated>2013-08-26T21:40:54+00:00</updated>
<author>
<name>Tom O'Neill</name>
<email>tomo@google.com</email>
</author>
<published>2013-08-26T21:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=93259c14f3aca4739e2cf7691cb0416ded509d8d'/>
<id>93259c14f3aca4739e2cf7691cb0416ded509d8d</id>
<content type='text'>
- Part of b/10461763 fix

Change-Id: I202ce4c817f24a1682796e92fed9cc3efcc31a81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Part of b/10461763 fix

Change-Id: I202ce4c817f24a1682796e92fed9cc3efcc31a81
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch location Settings and Power widget to use new Settings api.</title>
<updated>2013-08-20T22:24:21+00:00</updated>
<author>
<name>David Christie</name>
<email>dnchrist@google.com</email>
</author>
<published>2013-08-20T22:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=512183ea8ee485214d5455421c4e31c2322ca7ae'/>
<id>512183ea8ee485214d5455421c4e31c2322ca7ae</id>
<content type='text'>
Change-Id: I06b7a2e21876a18d9ad42fda2a6c6d4c7b6add48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I06b7a2e21876a18d9ad42fda2a6c6d4c7b6add48
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished the location settings</title>
<updated>2013-08-08T00:45:24+00:00</updated>
<author>
<name>Lifu Tang</name>
<email>lifu@google.com</email>
</author>
<published>2013-08-06T20:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=e63142329060fabe105a8fd939cb637d530ae4a3'/>
<id>e63142329060fabe105a8fd939cb637d530ae4a3</id>
<content type='text'>
Change-Id: I333fcc74ad387ef6edaa558656d3eaa91feb8fe9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I333fcc74ad387ef6edaa558656d3eaa91feb8fe9
</pre>
</div>
</content>
</entry>
</feed>
