<feed xmlns='http://www.w3.org/2005/Atom'>
<title>system_core/NOTICE, branch replicant-10</title>
<subtitle>Fork of system/core
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/'/>
<entry>
<title>Fix omission in NOTICE file.</title>
<updated>2013-07-30T20:56:55+00:00</updated>
<author>
<name>Eric Laurent</name>
<email>elaurent@google.com</email>
</author>
<published>2011-01-14T00:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=0e05bd908d19a863333ec88f9c38b78181e81781'/>
<id>0e05bd908d19a863333ec88f9c38b78181e81781</id>
<content type='text'>
Added copyright notice for audio effects source files under
media/libeffects/lvm.

Change-Id: I5ac961000f7bbbfa1f95523712d8517844b1e5f9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added copyright notice for audio effects source files under
media/libeffects/lvm.

Change-Id: I5ac961000f7bbbfa1f95523712d8517844b1e5f9
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding ASL2 attribution for VisualOn.</title>
<updated>2013-07-30T20:56:55+00:00</updated>
<author>
<name>Dan Morrill</name>
<email>morrildl@google.com</email>
</author>
<published>2011-01-13T17:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=0c3faa3ee2c9a69f55af2bbab2d1d7c281d98753'/>
<id>0c3faa3ee2c9a69f55af2bbab2d1d7c281d98753</id>
<content type='text'>
Change-Id: I870133fc366507d95741f8aa234776de58ba60a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I870133fc366507d95741f8aa234776de58ba60a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing NOTICE entries.</title>
<updated>2013-07-30T20:56:55+00:00</updated>
<author>
<name>David Deephanphongs</name>
<email>dpanpong@google.com</email>
</author>
<published>2010-10-19T21:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=935d1bba3bf92992fba9a8322fe7ca7a5fbffb39'/>
<id>935d1bba3bf92992fba9a8322fe7ca7a5fbffb39</id>
<content type='text'>
Add missing NOTICE block for TagSoup in general NOTICE file.
Add comment in Android.mk to help reviewers locate the NOTICE for apache-http.
Modify build rule for 'am' command to pull in the NOTICE file.

Change-Id: I43c6c1468395b70d0942b3620f12e4b6f3d9a66b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing NOTICE block for TagSoup in general NOTICE file.
Add comment in Android.mk to help reviewers locate the NOTICE for apache-http.
Modify build rule for 'am' command to pull in the NOTICE file.

Change-Id: I43c6c1468395b70d0942b3620f12e4b6f3d9a66b
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding PacketVideo attribution in NOTICE.</title>
<updated>2013-07-30T20:56:53+00:00</updated>
<author>
<name>Dan Morrill</name>
<email>morrildl@google.com</email>
</author>
<published>2010-05-06T21:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=eb502abd56e74b11abe7467566938c6711f88515'/>
<id>eb502abd56e74b11abe7467566938c6711f88515</id>
<content type='text'>
Change-Id: Id2fe398d4deed6ebd8cba8516ffc6c0334a961b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id2fe398d4deed6ebd8cba8516ffc6c0334a961b0
</pre>
</div>
</content>
</entry>
<entry>
<title>Start using CLDR for some date-and-time strings and formats.</title>
<updated>2013-07-30T20:56:50+00:00</updated>
<author>
<name>Eric Fischer</name>
<email>enf@google.com</email>
</author>
<published>2009-05-12T23:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=9db34413c7326960377c982a1844ffa13e020334'/>
<id>9db34413c7326960377c982a1844ffa13e020334</id>
<content type='text'>
Use java.text.DateFormat where possible, since that is already using
the CLDR data for the things it supports.  Remove an unused date format
object from DatePickerDialog.

Add a new method for getting the standalone month names from applications,
although @hidden for now because it is an API change.

Pass the standalone month names down to native code in Time so that
tztime's strftime() can use them.

And then the bulk of the change: replace all the names for the months
and the days of the week, and AM and PM, and yesterday, today, and tomorrow,
with strings from CLDR.  And replace several of the date format strings
with ones derived from CLDR, but reformatted to use strftime() style
instead of SimpleDateFormat style.

All these resource changes go into new donottranslate-cldr.xml files
and are removed from strings.xml so that they aren't part of the
normal translation process and the translators don't have to bother
with them (and risk messing them up).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use java.text.DateFormat where possible, since that is already using
the CLDR data for the things it supports.  Remove an unused date format
object from DatePickerDialog.

Add a new method for getting the standalone month names from applications,
although @hidden for now because it is an API change.

Pass the standalone month names down to native code in Time so that
tztime's strftime() can use them.

And then the bulk of the change: replace all the names for the months
and the days of the week, and AM and PM, and yesterday, today, and tomorrow,
with strings from CLDR.  And replace several of the date format strings
with ones derived from CLDR, but reformatted to use strftime() style
instead of SimpleDateFormat style.

All these resource changes go into new donottranslate-cldr.xml files
and are removed from strings.xml so that they aren't part of the
normal translation process and the translators don't have to bother
with them (and risk messing them up).
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2013-07-30T20:56:49+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T03:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=cbb1011c95e0c25c29e40e203a6a31bccd029da3'/>
<id>cbb1011c95e0c25c29e40e203a6a31bccd029da3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2013-07-30T20:56:49+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T02:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=cf59fa8dc7ddca5a172860223b06afed5d4ec0e0'/>
<id>cf59fa8dc7ddca5a172860223b06afed5d4ec0e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Contribution</title>
<updated>2013-07-30T20:56:46+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2008-10-21T14:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/system_core/commit/?id=d245d1d09731d6a19e8a25559d3907f54441ac3d'/>
<id>d245d1d09731d6a19e8a25559d3907f54441ac3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
