All Projects → webianks → Easyfeedback

webianks / Easyfeedback

Licence: apache-2.0
✏️ Easily gather feedback from any android application. Get detailed information on the email.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Easyfeedback

Autolab
Course management service that enables auto-graded programming assignments.
Stars: ✭ 528 (+433.33%)
Mutual labels:  feedback
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+924.24%)
Mutual labels:  feedback
Pinpointkit
Send better feedback
Stars: ✭ 1,115 (+1026.26%)
Mutual labels:  feedback
Smart App Rate
An Android library that encourages users to rate the app on the Google Play.
Stars: ✭ 609 (+515.15%)
Mutual labels:  feedback
Feedback
📣 We love feedback ✨
Stars: ✭ 15 (-84.85%)
Mutual labels:  feedback
Feedmereadmes
Free README editing+feedback to make your open-source projects grow. See the README maturity model to help you keep going.
Stars: ✭ 1,064 (+974.75%)
Mutual labels:  feedback
Hapticbutton
A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center.
Stars: ✭ 501 (+406.06%)
Mutual labels:  feedback
React Slack Feedback
Unofficial React component for gathering user feedback to send to slack.
Stars: ✭ 75 (-24.24%)
Mutual labels:  feedback
Jquery.tabslideout.js
jQuery plugin to create a side/top/bottom tab that slides out to show a feedback form, contact form, notepad etc.
Stars: ✭ 35 (-64.65%)
Mutual labels:  feedback
Peep
Easy Sound Generator 🐥
Stars: ✭ 59 (-40.4%)
Mutual labels:  feedback
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-94.95%)
Mutual labels:  feedback
Rfcs
RFCs for changes to DevTools
Stars: ✭ 12 (-87.88%)
Mutual labels:  feedback
Foghorn
📢 🚢 R package to summarize CRAN Check Results in the Terminal
Stars: ✭ 52 (-47.47%)
Mutual labels:  feedback
Haptica
Easy Haptic Feedback Generator 📳
Stars: ✭ 587 (+492.93%)
Mutual labels:  feedback
Ctfeedbackswift
Feedback mail composer for iOS re-written in Swift of CTFeedback
Stars: ✭ 62 (-37.37%)
Mutual labels:  feedback
Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (+414.14%)
Mutual labels:  feedback
Beetle
Shake to create Bug Report on GitHub, GitLab and Azure DevOps!
Stars: ✭ 45 (-54.55%)
Mutual labels:  feedback
Minimal Feedback
🗳 minimal-feedback is a blazingly fast and highly customizable component to get user feedback.
Stars: ✭ 78 (-21.21%)
Mutual labels:  feedback
Typora Issues
Bugs, suggestions or free discussions about the minimal markdown editor — Typora
Stars: ✭ 1,147 (+1058.59%)
Mutual labels:  feedback
Bruit.io
bruit.io is a brilliant✨ easy to use feedback tool
Stars: ✭ 54 (-45.45%)
Mutual labels:  feedback

Android Arsenal Open Source Love License

EasyFeedback

So you have developed full Application, Now the part comes when you have to create a FeedbackActivity to gather feedback but you feel terrible for creating something boilerplate. Now don't feel just write your email-id and you are done.

What you get

  • Text Feedback
  • System Info - Device Name, App Version, Android Version etc.
  • Log Report
  • Screenshot

Min SDK

15

Download

Gradle

implementation 'com.webianks.library:easy-feedback:1.0.5'

Maven

<dependency>
  <groupId>com.webianks.library</groupId>
  <artifactId>easy-feedback</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>

Usage

Use this piece of code inside the onClick method of the Activity/Fragment from where you want to open the FeedbackActivity.

   new EasyFeedback.Builder(this)
            .withEmail("[email protected]")
            .withSystemInfo()
            .build()
            .start();

Method Explanations

withEmail(String email)

Takes the string email-id of the developer on which you want to get the feedback/report.

withSystemInfo()

Add this method in the builder when you want the System Info & Log reports also.

Note

Sceenshot is optional.

LICENSE

 Copyright 2017 Ramankit Singh 

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].