<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_dalvik/libcore/json, branch cm-13.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_dalvik/'/>
<entry>
<title>Delete libcore, now in its own project</title>
<updated>2010-04-30T15:12:32+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2010-04-30T15:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=7da2e83857e3da7c1339e0ffdcb66e9e6f07a968'/>
<id>7da2e83857e3da7c1339e0ffdcb66e9e6f07a968</id>
<content type='text'>
Change-Id: I459e5acceeafc5d60a6cb0ff0958a8080615904a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I459e5acceeafc5d60a6cb0ff0958a8080615904a
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for hash '#' comments to our JSON parser.</title>
<updated>2010-04-06T22:20:01+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-04-06T21:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=609fe74db289d078960f19f4c18c1660e299570e'/>
<id>609fe74db289d078960f19f4c18c1660e299570e</id>
<content type='text'>
Neither the JSON RFC nor the documentation of Crockford's
implementation mention these comments, but somehow the
old parser used to support these. And so we shall also.

See bug 2571423.

Change-Id: I77d64c5ec53278d8df5fe1873404f1241320504b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Neither the JSON RFC nor the documentation of Crockford's
implementation mention these comments, but somehow the
old parser used to support these. And so we shall also.

See bug 2571423.

Change-Id: I77d64c5ec53278d8df5fe1873404f1241320504b
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and document our handling of nulls with getString().</title>
<updated>2010-03-25T21:35:00+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-25T20:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=f2f7880a40aed1c8d9c27db49226e47396556aac'/>
<id>f2f7880a40aed1c8d9c27db49226e47396556aac</id>
<content type='text'>
Our behaviour is consistent with Crockford's.

The test confirms that the behaviour is consistent with the report
of that bug, which the submitter claims is not how it should behave.
http://code.google.com/p/android/issues/detail?id=7257

Change-Id: Ibace4bd995e3cbc8fb6c9dc509f8f4491865a647
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our behaviour is consistent with Crockford's.

The test confirms that the behaviour is consistent with the report
of that bug, which the submitter claims is not how it should behave.
http://code.google.com/p/android/issues/detail?id=7257

Change-Id: Ibace4bd995e3cbc8fb6c9dc509f8f4491865a647
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop needless parens from Javadoc.</title>
<updated>2010-03-18T18:18:42+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-18T18:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=253eebd34a7a4a30b20cbfd42dbfd7117af8a154'/>
<id>253eebd34a7a4a30b20cbfd42dbfd7117af8a154</id>
<content type='text'>
Although this violates my longstanding style preference, it agrees
with almighty JJB's official ArrayList, which is Good Enough For Me.

Change-Id: I7b608c12e04d0b7789bfcabeab4b7347ad22baca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although this violates my longstanding style preference, it agrees
with almighty JJB's official ArrayList, which is Good Enough For Me.

Change-Id: I7b608c12e04d0b7789bfcabeab4b7347ad22baca
</pre>
</div>
</content>
</entry>
<entry>
<title>Javadoc for JSONArray.</title>
<updated>2010-03-18T18:05:04+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-18T06:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=d5b5f84864f0025c7a0f827ce17e7cbdab69c382'/>
<id>d5b5f84864f0025c7a0f827ce17e7cbdab69c382</id>
<content type='text'>
Change-Id: I3aced2607b48210f76887e0d42b591c098ce5db7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3aced2607b48210f76887e0d42b591c098ce5db7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Javadocs for JSONObject."</title>
<updated>2010-03-17T18:18:15+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-17T18:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=82ebe52a3e4ee91ccbef38d241b2b1fd9409a03e'/>
<id>82ebe52a3e4ee91ccbef38d241b2b1fd9409a03e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Javadocs for JSONObject.</title>
<updated>2010-03-17T18:17:47+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-17T06:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=db7c9b86884ef6f679ef173efbdb189ca5ceb941'/>
<id>db7c9b86884ef6f679ef173efbdb189ca5ceb941</id>
<content type='text'>
Change-Id: I5ec9df6a3a9baac8f4f498890cd35feff774737a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5ec9df6a3a9baac8f4f498890cd35feff774737a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing an @link issue that is upsetting DroidDoc.</title>
<updated>2010-03-16T17:57:58+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-16T17:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=38b778b364061dc87899e7fe0e3efd2502a538fd'/>
<id>38b778b364061dc87899e7fe0e3efd2502a538fd</id>
<content type='text'>
Change-Id: I9837cfd46684ac6d5b9ec4ac6809da3c3f61d57d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9837cfd46684ac6d5b9ec4ac6809da3c3f61d57d
</pre>
</div>
</content>
</entry>
<entry>
<title>First half of JSON Javadocs.</title>
<updated>2010-03-16T17:20:10+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-16T06:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=4731ea876a120370f88d57610e3602b5c4fdb850'/>
<id>4731ea876a120370f88d57610e3602b5c4fdb850</id>
<content type='text'>
Change-Id: I277ec3b35a28802dd7b7f82c1f4bbadbd3cc4c65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I277ec3b35a28802dd7b7f82c1f4bbadbd3cc4c65
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding an Apache-licensed implementation of org.json</title>
<updated>2010-03-13T02:37:43+00:00</updated>
<author>
<name>Jesse Wilson</name>
<email>jessewilson@google.com</email>
</author>
<published>2010-03-13T02:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_dalvik/commit/?id=fcfb52201103bf732a6233ea45daaa65e253543b'/>
<id>fcfb52201103bf732a6233ea45daaa65e253543b</id>
<content type='text'>
Change-Id: I1b67bac70bd25220a619e6ebe61f7f1c6f316faa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b67bac70bd25220a619e6ebe61f7f1c6f316faa
</pre>
</div>
</content>
</entry>
</feed>
