Rifluxyss / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Feedback (E-Mail field?) #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Often developers want to get in contact with the user who had an error.
Therefore it would be great if the user could supply his email in an optional 
extra field when using the dialog.

Original issue reported on code.google.com by Philip.S...@gmail.com on 31 Mar 2011 at 9:35

GoogleCodeExporter commented 8 years ago
In the next version, there is a SharedPreference item available for letting 
your users provide their email address in your application settings.

It could be a nice addition to let developers configure an optional field (same 
way as user comment) for adding their email address, which could make use the 
SharedPreference to store and retrieve the value on each crash.

I'll see if I can add this too.

Original comment by kevin.gaudin on 4 Apr 2011 at 9:47

GoogleCodeExporter commented 8 years ago
I implemented the following feature:
  * optional field, activated by providing a resource id for its label (similar to user comment)
  * field takes any value already stored in the sharedpreference "acra.user.email" as its default value, stores any modification back to the sharedpreference

This allows to have user email input for all modes, inside application settings 
for TOAST mode and/or in crash dialog in NOTIFICATION mode.

This will be in the next release (soon to reach beta state).

Original comment by kevin.gaudin on 5 Apr 2011 at 12:16

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 24 May 2011 at 10:36

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 22 Dec 2011 at 9:08