<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Y'all,<br>
<br>
I noticed that some of the method and class names in AeroGear
Android around Paging are sub obtimal.<br>
<br>
I would like to, before 1.0 is cut, make the following changes<br>
<br>
Methods:<br>
PageConfig.setPageHeaderParser ->
PageConfig.setParameterProvider<br>
<br>
<br>
Classed:<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
PageResultExtractor -> ParameterProvider<br>
ParameterProvider -> gets merged into Parameter Provider<br>
<br>
All implementations are updated<br>
<br>
wdyt?<br>
<br>
</body>
</html>