<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_development, branch cm-12.0</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/LineageOS/android_development/'/>
<entry>
<title>classpath: updated Calculator and ContactsCommon lib versions</title>
<updated>2015-03-26T17:31:49+00:00</updated>
<author>
<name>Erica Chang</name>
<email>echang@cyngn.com</email>
</author>
<published>2015-03-26T17:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=ec7c1d5e6bb3e3b5a64d0e48d061744dac52afe2'/>
<id>ec7c1d5e6bb3e3b5a64d0e48d061744dac52afe2</id>
<content type='text'>
Change-Id: Ifa4bf00028f09dc1a3fc17a4fe2596c81bdb94c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifa4bf00028f09dc1a3fc17a4fe2596c81bdb94c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Grant dev tools system permission to trigger media-scan service</title>
<updated>2014-11-29T19:40:32+00:00</updated>
<author>
<name>Allen Shen</name>
<email>ashen@nvidia.com</email>
</author>
<published>2014-01-02T09:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=a37307bbf2e4f1599568ced129a41e0a1772f22a'/>
<id>a37307bbf2e4f1599568ced129a41e0a1772f22a</id>
<content type='text'>
Google add the action ACTION_MEDIA_MOUNT into the list of
protected boradcast, so that ordinary apps cannot trigger
media scanning by directly sending the action out. The system
built-in dev tool is granted system permission so that it
will not crash when executing media scaning tools.

Change-Id: I19797e61ba829df39d2b66f209cf41bf6565170f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Google add the action ACTION_MEDIA_MOUNT into the list of
protected boradcast, so that ordinary apps cannot trigger
media scanning by directly sending the action out. The system
built-in dev tool is granted system permission so that it
will not crash when executing media scaning tools.

Change-Id: I19797e61ba829df39d2b66f209cf41bf6565170f
</pre>
</div>
</content>
</entry>
<entry>
<title>Dev Tools: hide the icon!</title>
<updated>2014-11-23T23:36:08+00:00</updated>
<author>
<name>Chirayu Desai</name>
<email>chirayudesai1@gmail.com</email>
</author>
<published>2012-08-07T13:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=8c2dd17c4e2befa3798244c36e16d6be3f7cfa5c'/>
<id>8c2dd17c4e2befa3798244c36e16d6be3f7cfa5c</id>
<content type='text'>
change default catergory of the main activity to DEFAULT
instead of LAUNCHER

Change-Id: I25ed302ea3eedb93b5119a83f08b6d50aaecce08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change default catergory of the main activity to DEFAULT
instead of LAUNCHER

Change-Id: I25ed302ea3eedb93b5119a83f08b6d50aaecce08
</pre>
</div>
</content>
</entry>
<entry>
<title>Development: Ignore directories.</title>
<updated>2014-11-14T03:13:49+00:00</updated>
<author>
<name>Adnan</name>
<email>adnan@cyngn.com</email>
</author>
<published>2014-11-14T03:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=e163fdb04300dbb07047dd2e2e14e6e08f1046af'/>
<id>e163fdb04300dbb07047dd2e2e14e6e08f1046af</id>
<content type='text'>
 - Per https://groups.google.com/forum/#!msg/android-building/qoNNNs9Vnns/bltPQJ4EBd8J

Change-Id: If0943aae97c05024359d3bf6c5d3746341c4f892
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Per https://groups.google.com/forum/#!msg/android-building/qoNNNs9Vnns/bltPQJ4EBd8J

Change-Id: If0943aae97c05024359d3bf6c5d3746341c4f892
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey: launch apps with launcher in foreground</title>
<updated>2014-11-04T15:23:58+00:00</updated>
<author>
<name>Liam Mark</name>
<email>lmark@codeaurora.org</email>
</author>
<published>2013-12-12T00:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=b2c3ecaa9c84556c143a14c973f6990e03db1fb3'/>
<id>b2c3ecaa9c84556c143a14c973f6990e03db1fb3</id>
<content type='text'>
This change provides an option which ensures that
the launcher is in the foreground before launching
a new application.

Using this option allows for more realistic testing.

Change-Id: Idff74a2a74587724d25daa762ed2e7653f6fc3a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change provides an option which ensures that
the launcher is in the foreground before launching
a new application.

Using this option allows for more realistic testing.

Change-Id: Idff74a2a74587724d25daa762ed2e7653f6fc3a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey: Add option to limit run based on launches</title>
<updated>2014-11-04T15:23:57+00:00</updated>
<author>
<name>Liam Mark</name>
<email>lmark@codeaurora.org</email>
</author>
<published>2013-07-10T18:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=fe855b29b57be8f938c9e1fc37dbc10d7cf7f1bb'/>
<id>fe855b29b57be8f938c9e1fc37dbc10d7cf7f1bb</id>
<content type='text'>
Add new command line option to set a maximum number
of activity launches after which Monkey will stop.

Change-Id: I702f3bd1081f3cf1a3383dd90c11da4578856418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new command line option to set a maximum number
of activity launches after which Monkey will stop.

Change-Id: I702f3bd1081f3cf1a3383dd90c11da4578856418
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey: New option to add delay after activity switch event.</title>
<updated>2014-11-04T15:23:55+00:00</updated>
<author>
<name>Vijay Dandiga</name>
<email>vijayd@codeaurora.org</email>
</author>
<published>2013-02-21T13:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=95cc81c8e340d90c35c43cfd82478d18052cde35'/>
<id>95cc81c8e340d90c35c43cfd82478d18052cde35</id>
<content type='text'>
Add new command line option to set delay after each activity
switch event.

Change-Id: I425ebf31772961d375200f69e4ff5fe67e2d3c24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new command line option to set delay after each activity
switch event.

Change-Id: I425ebf31772961d375200f69e4ff5fe67e2d3c24
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkey support to sort the app list</title>
<updated>2014-11-04T15:23:54+00:00</updated>
<author>
<name>Liam Mark</name>
<email>lmark@codeaurora.org</email>
</author>
<published>2014-03-14T22:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=b212eb32a64d435a8b37e002376039c8ea7104e9'/>
<id>b212eb32a64d435a8b37e002376039c8ea7104e9</id>
<content type='text'>
Add support to sort the apps list.
By sorting the app list we can ensure that monkey
deterministically launches apps in the same order
regardless of what order they were installed on the
device.

Change-Id: I5a12333f8e13d5d7c2f9a5833ece6a211977fe0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to sort the apps list.
By sorting the app list we can ensure that monkey
deterministically launches apps in the same order
regardless of what order they were installed on the
device.

Change-Id: I5a12333f8e13d5d7c2f9a5833ece6a211977fe0f
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable Auto Enabled testapps from build system as not used.</title>
<updated>2014-11-04T15:23:53+00:00</updated>
<author>
<name>Sudhir Sharma</name>
<email>sudhshar@codeaurora.org</email>
</author>
<published>2014-08-17T14:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=fcaa57f6a0ad09563a26ee111884aec5e43a3330'/>
<id>fcaa57f6a0ad09563a26ee111884aec5e43a3330</id>
<content type='text'>
Change-Id: I26507dae7a48ab01ce21800ccf39094274571a73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I26507dae7a48ab01ce21800ccf39094274571a73
</pre>
</div>
</content>
</entry>
<entry>
<title>Update system images to revision 3</title>
<updated>2014-10-29T20:29:45+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-10-27T17:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_development/commit/?id=e47fe837739d81b9748cb54a06a9603971ef7af8'/>
<id>e47fe837739d81b9748cb54a06a9603971ef7af8</id>
<content type='text'>
Update all the system images to revision 3.

Change-Id: If08e25423fd7680def47102c436162b1e544306f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all the system images to revision 3.

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