user-feedback

simple user-feedback collection service

懵懂的女人 提交于 2019-12-13 06:31:39
问题 Short: I am looking for a very simple (configuration/maintenance wise) solution, that would allow to collect user-feedback/bug-reports from my apps/web-sites over the internet. Long: Right now I have very simple web-app written using ASP.NET MVC that receives http-post requests at http://localhost/feedback and saves them as c:\temp\{guid}-feedback.txt . I used UltiDev HttpVpn (BTW it's very cool) to expose this page to the internet without having to put my app in DMZ. I collect following

User feedback collection API service

依然范特西╮ 提交于 2019-12-10 10:47:14
问题 Tagged with [android] so that someone will actually read this, but applies equally to other application platforms. We have a number of Android and iPhone applications which have user-feedback functionality incorporated into their user interfaces. These allow the user to leave comments, report bugs, rate the application, request support, etc. Currently, the applications make a web service call to our backend, which converts them into email and sends them to us. We would like to replace this

Launch FeedbackActivity in my application like in Android Hangouts

半腔热情 提交于 2019-12-09 10:48:27
问题 I would like to launch com.google.android.feedback.FeedbackActivity for my application. Like it happens in Hangouts application. Does anyone knows which extras I need to pass to do so? 回答1: So it seems that this is possible, bur report is not visible in Developer console. @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) protected Intent prepareIcsFeedbackIntent(Activity activity, PackageManager packageManager) { ApplicationErrorReport localApplicationErrorReport = new ApplicationErrorReport

Feedback tab like www.monyta.com [closed]

廉价感情. 提交于 2019-12-07 17:29:51
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am interested in adding a stick feedback tab to be hosted on my page. No third party ones like uservoice, monyta, getsatifaction.. etc. It should be sticky while scrolling vertically and the tab should slide out showing a form to be filled out and submitted, very much like monyta. Any JQuery plugins (or plain

User feedback collection API service

两盒软妹~` 提交于 2019-12-06 09:58:35
Tagged with [android] so that someone will actually read this, but applies equally to other application platforms. We have a number of Android and iPhone applications which have user-feedback functionality incorporated into their user interfaces. These allow the user to leave comments, report bugs, rate the application, request support, etc. Currently, the applications make a web service call to our backend, which converts them into email and sends them to us. We would like to replace this with an API call to a remote backend service hosted by someone else, a service that specialises in this

Feedback tab like www.monyta.com [closed]

…衆ロ難τιáo~ 提交于 2019-12-06 04:11:23
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am interested in adding a stick feedback tab to be hosted on my page. No third party ones like uservoice, monyta, getsatifaction.. etc. It should be sticky while scrolling vertically and the tab should slide out showing a form to be filled out and submitted, very much like monyta. Any JQuery plugins (or plain Javascript) which do this? Want one which is mostly done and not you-can-do-this-yourself stuff. Have

Launch FeedbackActivity in my application like in Android Hangouts

旧城冷巷雨未停 提交于 2019-12-03 12:22:09
I would like to launch com.google.android.feedback.FeedbackActivity for my application. Like it happens in Hangouts application. Does anyone knows which extras I need to pass to do so? So it seems that this is possible, bur report is not visible in Developer console. @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) protected Intent prepareIcsFeedbackIntent(Activity activity, PackageManager packageManager) { ApplicationErrorReport localApplicationErrorReport = new ApplicationErrorReport(); localApplicationErrorReport.packageName = activity.getPackageName(); localApplicationErrorReport.type =

How to get user feedback? [closed]

偶尔善良 提交于 2019-12-03 09:43:13
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I am developing a web application, which is still in initial stages.I have put it on web for public to use.Should I use uservoice for feedback(free account)? What are the alternatives? 回答1: GetSatisfaction is the other big alternative if you're looking at "open forum" type

Show dialog of “android-feedback.com” library

非 Y 不嫁゛ 提交于 2019-12-01 12:33:00
问题 I am following the tutorial given here http://www.android-feedback.com/library for sending feedback. But I am unable to show dialog in onOptionsItemSelected . @Override public boolean onCreateOptionsMenu(Menu menu) { //menu.add("Email"); // TODO Auto-generated method stub return super.onCreateOptionsMenu(menu); } @Override public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case 0: // do whatever FeedbackSettings feedbackSettings = new FeedbackSettings(); /