Skip to content

Commit

Permalink
1.1.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
josesamuel committed Feb 3, 2018
1 parent 9fa77e2 commit bc7aed7
Show file tree
Hide file tree
Showing 33 changed files with 1,246 additions and 106 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.1.5 *(2018-02-02)*
----------------------------

All Proxy now implement RemoteProxy interface that exposes methods to listen for binder death


Version 1.1.2 *(2017-10-7)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.josesamuel
VERSION_NAME=1.1.4
VERSION_NAME=1.1.5
VERSION_CODE=0

POM_DESCRIPTION=Remoter makes developing android remote services intuitive without messing with aidl.
Expand Down
8 changes: 5 additions & 3 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>All Classes (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>All Classes (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -16,6 +16,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="remoter/annotations/ParamIn.html" title="annotation in remoter.annotations" target="classFrame">ParamIn</a></li>
<li><a href="remoter/annotations/ParamOut.html" title="annotation in remoter.annotations" target="classFrame">ParamOut</a></li>
<li><a href="remoter/annotations/Remoter.html" title="annotation in remoter.annotations" target="classFrame">Remoter</a></li>
<li><a href="remoter/RemoterProxy.html" title="interface in remoter" target="classFrame"><span class="interfaceName">RemoterProxy</span></a></li>
<li><a href="remoter/RemoterProxyListener.html" title="interface in remoter" target="classFrame"><span class="interfaceName">RemoterProxyListener</span></a></li>
</ul>
</div>
</body>
Expand Down
8 changes: 5 additions & 3 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>All Classes (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>All Classes (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -16,6 +16,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="remoter/annotations/ParamIn.html" title="annotation in remoter.annotations">ParamIn</a></li>
<li><a href="remoter/annotations/ParamOut.html" title="annotation in remoter.annotations">ParamOut</a></li>
<li><a href="remoter/annotations/Remoter.html" title="annotation in remoter.annotations">Remoter</a></li>
<li><a href="remoter/RemoterProxy.html" title="interface in remoter"><span class="interfaceName">RemoterProxy</span></a></li>
<li><a href="remoter/RemoterProxyListener.html" title="interface in remoter"><span class="interfaceName">RemoterProxyListener</span></a></li>
</ul>
</div>
</body>
Expand Down
14 changes: 8 additions & 6 deletions javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>Constant Field Values (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>Constant Field Values (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (remoter-annotations 1.1.0 API)";
parent.document.title="Constant Field Values (remoter-annotations 1.1.5 API)";
}
}
catch(err) {
Expand All @@ -31,7 +31,8 @@
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down Expand Up @@ -80,7 +81,8 @@ <h2 title="Contents">Contents</h2>
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down
14 changes: 8 additions & 6 deletions javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>Deprecated List (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>Deprecated List (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (remoter-annotations 1.1.0 API)";
parent.document.title="Deprecated List (remoter-annotations 1.1.5 API)";
}
}
catch(err) {
Expand All @@ -31,7 +31,8 @@
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
Expand Down Expand Up @@ -80,7 +81,8 @@ <h2 title="Contents">Contents</h2>
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
Expand Down
18 changes: 12 additions & 6 deletions javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>API Help (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>API Help (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (remoter-annotations 1.1.0 API)";
parent.document.title="API Help (remoter-annotations 1.1.5 API)";
}
}
catch(err) {
Expand All @@ -31,7 +31,8 @@
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down Expand Up @@ -74,6 +75,10 @@ <h1 class="title">How This API Document Is Organized</h1>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Overview</h2>
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
</li>
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
Expand Down Expand Up @@ -177,7 +182,8 @@ <h2>Constant Field Values</h2>
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down
56 changes: 48 additions & 8 deletions javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>Index (remoter-annotations 1.1.0 API)</title>
<meta name="date" content="2017-10-04">
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>Index (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (remoter-annotations 1.1.0 API)";
parent.document.title="Index (remoter-annotations 1.1.5 API)";
}
}
catch(err) {
Expand All @@ -31,7 +31,8 @@
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down Expand Up @@ -67,7 +68,17 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a name="I:O">
<div class="contentContainer"><a href="#I:I">I</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="remoter/RemoterProxy.html#isRemoteAlive--">isRemoteAlive()</a></span> - Method in interface remoter.<a href="remoter/RemoterProxy.html" title="interface in remoter">RemoterProxy</a></dt>
<dd>
<div class="block">Checks whether the remote side is still alive</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
Expand All @@ -76,6 +87,10 @@ <h2 class="title">O</h2>
<dd>
<div class="block">Marks a method call as asynchronous one way call</div>
</dd>
<dt><span class="memberNameLink"><a href="remoter/RemoterProxyListener.html#onProxyDead--">onProxyDead()</a></span> - Method in interface remoter.<a href="remoter/RemoterProxyListener.html" title="interface in remoter">RemoterProxyListener</a></dt>
<dd>
<div class="block">Called when the remote proxy connection is lost</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
Expand All @@ -96,6 +111,12 @@ <h2 class="title">P</h2>
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="remoter/RemoterProxy.html#registerProxyListener-remoter.RemoterProxyListener-">registerProxyListener(RemoterProxyListener)</a></span> - Method in interface remoter.<a href="remoter/RemoterProxy.html" title="interface in remoter">RemoterProxy</a></dt>
<dd>
<div class="block">Register a <a href="remoter/RemoterProxyListener.html" title="interface in remoter"><code>RemoterProxyListener</code></a></div>
</dd>
<dt><a href="remoter/package-summary.html">remoter</a> - package remoter</dt>
<dd>&nbsp;</dd>
<dt><a href="remoter/annotations/Remoter.html" title="annotation in remoter.annotations"><span class="typeNameLink">Remoter</span></a> - Annotation Type in <a href="remoter/annotations/package-summary.html">remoter.annotations</a></dt>
<dd>
<div class="block">Marks an interface as a Remote interface.</div>
Expand All @@ -105,8 +126,26 @@ <h2 class="title">R</h2>
<div class="block">
<b>Remoter</b> is an alternative to Android AIDL for Android Remote IPC services using plain java interfaces.</div>
</dd>
<dt><a href="remoter/RemoterProxy.html" title="interface in remoter"><span class="typeNameLink">RemoterProxy</span></a> - Interface in <a href="remoter/package-summary.html">remoter</a></dt>
<dd>
<div class="block">Represents a remote proxy.</div>
</dd>
<dt><a href="remoter/RemoterProxyListener.html" title="interface in remoter"><span class="typeNameLink">RemoterProxyListener</span></a> - Interface in <a href="remoter/package-summary.html">remoter</a></dt>
<dd>
<div class="block">Listener to get notified about changes in a <a href="remoter/RemoterProxy.html" title="interface in remoter"><code>RemoterProxy</code></a></div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="remoter/RemoterProxy.html#unRegisterProxyListener-remoter.RemoterProxyListener-">unRegisterProxyListener(RemoterProxyListener)</a></span> - Method in interface remoter.<a href="remoter/RemoterProxy.html" title="interface in remoter">RemoterProxy</a></dt>
<dd>
<div class="block">Un register a <a href="remoter/RemoterProxyListener.html" title="interface in remoter"><code>RemoterProxyListener</code></a></div>
</dd>
</dl>
<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;</div>
<a href="#I:I">I</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:U">U</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
Expand All @@ -116,7 +155,8 @@ <h2 class="title">R</h2>
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="remoter/annotations/package-summary.html">Package</a></li>
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
Expand Down
22 changes: 13 additions & 9 deletions javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Oct 04 20:40:09 CDT 2017 -->
<title>remoter-annotations 1.1.0 API</title>
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>remoter-annotations 1.1.5 API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
targetPage = "undefined";
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
tmpTargetPage = tmpTargetPage.substring(1);
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
tmpTargetPage = "undefined";
targetPage = tmpTargetPage;
function validURL(url) {
try {
url = decodeURIComponent(url);
Expand Down Expand Up @@ -58,14 +59,17 @@
</script>
</head>
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
<frame src="remoter/annotations/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
</frameset>
<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
<noframes>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="remoter/annotations/package-summary.html">Non-frame version</a>.</p>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
</noframes>
</frameset>
</html>
22 changes: 22 additions & 0 deletions javadoc/overview-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Fri Feb 02 21:39:38 CST 2018 -->
<title>Overview List (remoter-annotations 1.1.5 API)</title>
<meta name="date" content="2018-02-02">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All&nbsp;Classes</a></span></div>
<div class="indexContainer">
<h2 title="Packages">Packages</h2>
<ul title="Packages">
<li><a href="remoter/package-frame.html" target="packageFrame">remoter</a></li>
<li><a href="remoter/annotations/package-frame.html" target="packageFrame">remoter.annotations</a></li>
</ul>
</div>
<p>&nbsp;</p>
</body>
</html>
Loading

0 comments on commit bc7aed7

Please sign in to comment.