dividiti / crowdsource-video-experiments-on-android

Crowdsourcing video experiments (such as collaborative benchmarking and optimization of DNN algorithms) using Collective Knowledge Framework across diverse Android devices provided by volunteers. Results are continuously aggregated in the open repository:
http://cKnowledge.org/repo
Other
28 stars 3 forks source link

Minor glitch: "acknowledge your contributions" #46

Closed gfursin closed 7 years ago

gfursin commented 7 years ago

Hi Daniil, While testing latest version found a minor glitch. My email got erased when I installed new version and instead there is a 'acknowledge your contributions' sent to server. So a) email should not be removed (there is a likely glitch) b) if email is empty, you should send empty string, i..e 'acknowledge your contributions' should NOT be a default text, but there is a way to make it as a semi-transparent text which is shown in the field when there is no text... Thanks!

DVEfremov commented 7 years ago

b) if email is empty, you should send empty string, i..e 'acknowledge your contributions' should NOT be >a default text, but there is a way to make it as a semi-transparent text which is shown in the field when >there is no text...

  • fixed

a) email should not be removed (there is a likely glitch)

  • email stores at /sdcard/openscience/app_config.json file as param "email" if file /sdcard/openscience/app_config.json was removed so email will be empty next time...
DVEfremov commented 7 years ago

a) email should not be removed (there is a likely glitch)

  • it means when switching from version 1.3 to 2.0
  • will fix
DVEfremov commented 7 years ago

Now if email was stored at prev version it used at new version