@@ -103,7 +103,7 @@ public class MainActivity extends Activity implements GLSurfaceView.Renderer {
103103 "NOTE: you should have an unlimited Internet since some scenario may require to download 300Mb+ code and datasets! " +
104104 "Also some anonymized statistics will be collected about your platform and code execution " +
105105 "(performance, accuracy, power consumption, cost, etc) at cknowledge.org/repo " +
106- "to let the community improve algorithms for diverse hardware!\n \n " ;
106+ "to let the community improve algorithms for diverse hardware!\n \n " ;
107107
108108 String problem = "maybe be overloaded or down! Please report this problem to Grigori.Fursin@cTuning.org!" ;
109109
@@ -479,9 +479,8 @@ public void onClick(DialogInterface dialog, int id) {
479479 });
480480 final AlertDialog clarifyDialog = clarifyDialogBuilder .create ();
481481
482-
483482 clarifyDialog .setMessage ("" );
484- clarifyDialog .setTitle ("Please, enter your email for recognition result sumbition :" );
483+ clarifyDialog .setTitle ("(OPTIONAL) Please enter your email if you would like to acknowledge your contributions (will be publicly visible) :" );
485484 clarifyDialog .setView (edittext );
486485 clarifyDialog .show ();
487486 }
@@ -797,6 +796,8 @@ private void updateScenarioDropdown(JSONObject scenariosJSON, ProgressPublisher
797796 return ;
798797 }
799798
799+ progressPublisher .println ("Preloading crowd-testing, crowd-benchmkaring and crowd-tuning scenarios:\n " );
800+
800801 for (int i = 0 ; i < scenarios .length (); i ++) {
801802 JSONObject scenario = scenarios .getJSONObject (i );
802803
@@ -817,7 +818,7 @@ private void updateScenarioDropdown(JSONObject scenariosJSON, ProgressPublisher
817818 recognitionScenario .setTitle (meta .getString ("title" ));
818819 recognitionScenarios .add (recognitionScenario );
819820
820- progressPublisher .println ("Preloaded scenario: " + recognitionScenario .getTitle () + " \n \n " );
821+ progressPublisher .println (" * " + recognitionScenario .getTitle ());
821822
822823 runOnUiThread (new Runnable () {
823824 @ Override
0 commit comments