Skip to content

Commit 8498e21

Browse files
committed
Updated Javadoc and Index to 1.4.4
1 parent 78ce811 commit 8498e21

37 files changed

+11246
-5432
lines changed

.gitignore

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
1+
# Custom
12
_site
3+
4+
# Ant
25
MANIFEST.MF
3-
*.jar
6+
./*.jar
47
build.num
58
build
6-
local.properties
9+
10+
# ADT
11+
.classpath
12+
.project
13+
.settings
14+
local.properties
15+
bin
16+
gen
17+
_layouts
18+
proguard.cfg
19+
20+
# OSX
21+
.DS_Store
22+
23+
# Github
24+
gh-pages
25+
26+
# Gradle
27+
.gradle
28+
build
29+
30+
# IDEA
31+
*.iml
32+
*.ipr
33+
*.iws
34+
out
35+
.idea
36+
37+
# Maven
38+
target
39+
release.properties
40+
pom.xml.*

doc/allclasses-frame.html

Lines changed: 31 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,32 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2-
<!--NewPage-->
3-
<HTML>
4-
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_31) on Sat Jun 09 14:29:17 PDT 2012 -->
6-
<TITLE>
7-
All Classes
8-
</TITLE>
9-
10-
<META NAME="date" CONTENT="2012-06-09">
11-
12-
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13-
14-
15-
</HEAD>
16-
17-
<BODY BGCOLOR="white">
18-
<FONT size="+1" CLASS="FrameHeadingFont">
19-
<B>All Classes</B></FONT>
20-
<BR>
21-
22-
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
23-
<TR>
24-
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/loopj/android/http/AsyncHttpClient.html" title="class in com.loopj.android.http" target="classFrame">AsyncHttpClient</A>
25-
<BR>
26-
<A HREF="com/loopj/android/http/AsyncHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">AsyncHttpResponseHandler</A>
27-
<BR>
28-
<A HREF="com/loopj/android/http/BinaryHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">BinaryHttpResponseHandler</A>
29-
<BR>
30-
<A HREF="com/loopj/android/http/JsonHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">JsonHttpResponseHandler</A>
31-
<BR>
32-
<A HREF="com/loopj/android/http/PersistentCookieStore.html" title="class in com.loopj.android.http" target="classFrame">PersistentCookieStore</A>
33-
<BR>
34-
<A HREF="com/loopj/android/http/RequestParams.html" title="class in com.loopj.android.http" target="classFrame">RequestParams</A>
35-
<BR>
36-
<A HREF="com/loopj/android/http/SerializableCookie.html" title="class in com.loopj.android.http" target="classFrame">SerializableCookie</A>
37-
<BR>
38-
</FONT></TD>
39-
</TR>
40-
</TABLE>
41-
42-
</BODY>
43-
</HTML>
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0-ea) on Tue Oct 29 17:52:39 CET 2013 -->
6+
<title>All Classes (library 1.4.4 API)</title>
7+
<meta name="date" content="2013-10-29">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="com/loopj/android/http/AsyncHttpClient.html" title="class in com.loopj.android.http" target="classFrame">AsyncHttpClient</a></li>
16+
<li><a href="com/loopj/android/http/AsyncHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">AsyncHttpResponseHandler</a></li>
17+
<li><a href="com/loopj/android/http/BaseJsonHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">BaseJsonHttpResponseHandler</a></li>
18+
<li><a href="com/loopj/android/http/BinaryHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">BinaryHttpResponseHandler</a></li>
19+
<li><a href="com/loopj/android/http/FileAsyncHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">FileAsyncHttpResponseHandler</a></li>
20+
<li><a href="com/loopj/android/http/JsonHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">JsonHttpResponseHandler</a></li>
21+
<li><a href="com/loopj/android/http/MySSLSocketFactory.html" title="class in com.loopj.android.http" target="classFrame">MySSLSocketFactory</a></li>
22+
<li><a href="com/loopj/android/http/PersistentCookieStore.html" title="class in com.loopj.android.http" target="classFrame">PersistentCookieStore</a></li>
23+
<li><a href="com/loopj/android/http/RequestHandle.html" title="class in com.loopj.android.http" target="classFrame">RequestHandle</a></li>
24+
<li><a href="com/loopj/android/http/RequestParams.html" title="class in com.loopj.android.http" target="classFrame">RequestParams</a></li>
25+
<li><a href="com/loopj/android/http/ResponseHandlerInterface.html" title="interface in com.loopj.android.http" target="classFrame"><span class="italic">ResponseHandlerInterface</span></a></li>
26+
<li><a href="com/loopj/android/http/SerializableCookie.html" title="class in com.loopj.android.http" target="classFrame">SerializableCookie</a></li>
27+
<li><a href="com/loopj/android/http/SyncHttpClient.html" title="class in com.loopj.android.http" target="classFrame">SyncHttpClient</a></li>
28+
<li><a href="com/loopj/android/http/TextHttpResponseHandler.html" title="class in com.loopj.android.http" target="classFrame">TextHttpResponseHandler</a></li>
29+
</ul>
30+
</div>
31+
</body>
32+
</html>

doc/allclasses-noframe.html

Lines changed: 31 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,32 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2-
<!--NewPage-->
3-
<HTML>
4-
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_31) on Sat Jun 09 14:29:17 PDT 2012 -->
6-
<TITLE>
7-
All Classes
8-
</TITLE>
9-
10-
<META NAME="date" CONTENT="2012-06-09">
11-
12-
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13-
14-
15-
</HEAD>
16-
17-
<BODY BGCOLOR="white">
18-
<FONT size="+1" CLASS="FrameHeadingFont">
19-
<B>All Classes</B></FONT>
20-
<BR>
21-
22-
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
23-
<TR>
24-
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/loopj/android/http/AsyncHttpClient.html" title="class in com.loopj.android.http">AsyncHttpClient</A>
25-
<BR>
26-
<A HREF="com/loopj/android/http/AsyncHttpResponseHandler.html" title="class in com.loopj.android.http">AsyncHttpResponseHandler</A>
27-
<BR>
28-
<A HREF="com/loopj/android/http/BinaryHttpResponseHandler.html" title="class in com.loopj.android.http">BinaryHttpResponseHandler</A>
29-
<BR>
30-
<A HREF="com/loopj/android/http/JsonHttpResponseHandler.html" title="class in com.loopj.android.http">JsonHttpResponseHandler</A>
31-
<BR>
32-
<A HREF="com/loopj/android/http/PersistentCookieStore.html" title="class in com.loopj.android.http">PersistentCookieStore</A>
33-
<BR>
34-
<A HREF="com/loopj/android/http/RequestParams.html" title="class in com.loopj.android.http">RequestParams</A>
35-
<BR>
36-
<A HREF="com/loopj/android/http/SerializableCookie.html" title="class in com.loopj.android.http">SerializableCookie</A>
37-
<BR>
38-
</FONT></TD>
39-
</TR>
40-
</TABLE>
41-
42-
</BODY>
43-
</HTML>
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (1.8.0-ea) on Tue Oct 29 17:52:39 CET 2013 -->
6+
<title>All Classes (library 1.4.4 API)</title>
7+
<meta name="date" content="2013-10-29">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
<script type="text/javascript" src="script.js"></script>
10+
</head>
11+
<body>
12+
<h1 class="bar">All&nbsp;Classes</h1>
13+
<div class="indexContainer">
14+
<ul>
15+
<li><a href="com/loopj/android/http/AsyncHttpClient.html" title="class in com.loopj.android.http">AsyncHttpClient</a></li>
16+
<li><a href="com/loopj/android/http/AsyncHttpResponseHandler.html" title="class in com.loopj.android.http">AsyncHttpResponseHandler</a></li>
17+
<li><a href="com/loopj/android/http/BaseJsonHttpResponseHandler.html" title="class in com.loopj.android.http">BaseJsonHttpResponseHandler</a></li>
18+
<li><a href="com/loopj/android/http/BinaryHttpResponseHandler.html" title="class in com.loopj.android.http">BinaryHttpResponseHandler</a></li>
19+
<li><a href="com/loopj/android/http/FileAsyncHttpResponseHandler.html" title="class in com.loopj.android.http">FileAsyncHttpResponseHandler</a></li>
20+
<li><a href="com/loopj/android/http/JsonHttpResponseHandler.html" title="class in com.loopj.android.http">JsonHttpResponseHandler</a></li>
21+
<li><a href="com/loopj/android/http/MySSLSocketFactory.html" title="class in com.loopj.android.http">MySSLSocketFactory</a></li>
22+
<li><a href="com/loopj/android/http/PersistentCookieStore.html" title="class in com.loopj.android.http">PersistentCookieStore</a></li>
23+
<li><a href="com/loopj/android/http/RequestHandle.html" title="class in com.loopj.android.http">RequestHandle</a></li>
24+
<li><a href="com/loopj/android/http/RequestParams.html" title="class in com.loopj.android.http">RequestParams</a></li>
25+
<li><a href="com/loopj/android/http/ResponseHandlerInterface.html" title="interface in com.loopj.android.http"><span class="italic">ResponseHandlerInterface</span></a></li>
26+
<li><a href="com/loopj/android/http/SerializableCookie.html" title="class in com.loopj.android.http">SerializableCookie</a></li>
27+
<li><a href="com/loopj/android/http/SyncHttpClient.html" title="class in com.loopj.android.http">SyncHttpClient</a></li>
28+
<li><a href="com/loopj/android/http/TextHttpResponseHandler.html" title="class in com.loopj.android.http">TextHttpResponseHandler</a></li>
29+
</ul>
30+
</div>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)