Fixed Surfing to download all linked content like images and iframes, also added FTP download
This commit is contained in:
parent
d9fac2807a
commit
21e55f12c4
9 changed files with 107 additions and 45 deletions
|
|
@ -78,7 +78,7 @@ public class EditActivity extends ListActivity implements AdapterView.OnItemClic
|
|||
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) {
|
||||
final UeBehaviour behaviour = executor.getBehaviourList().get(i);
|
||||
UeBehaviour behaviour = executor.getBehaviourList().get(i);
|
||||
Configurator confer = new Configurator(behaviour);
|
||||
|
||||
ConfigureDialog dialog = new ConfigureDialog();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue