{"id":13645651,"url":"https://github.com/webianks/EasyFeedback","last_synced_at":"2025-04-21T14:31:59.312Z","repository":{"id":91407116,"uuid":"71584936","full_name":"webianks/EasyFeedback","owner":"webianks","description":":pencil2: Easily gather feedback from any android application. Get detailed information on the email.","archived":false,"fork":false,"pushed_at":"2019-07-23T17:12:03.000Z","size":279,"stargazers_count":104,"open_issues_count":4,"forks_count":38,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-07T03:11:15.154Z","etag":null,"topics":["android","feedback"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webianks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-21T17:27:14.000Z","updated_at":"2024-11-29T06:29:00.000Z","dependencies_parsed_at":"2023-06-17T03:15:50.349Z","dependency_job_id":null,"html_url":"https://github.com/webianks/EasyFeedback","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webianks%2FEasyFeedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webianks%2FEasyFeedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webianks%2FEasyFeedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webianks%2FEasyFeedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webianks","download_url":"https://codeload.github.com/webianks/EasyFeedback/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249332418,"owners_count":21252682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","feedback"],"created_at":"2024-08-02T01:02:39.087Z","updated_at":"2025-04-21T14:31:58.947Z","avatar_url":"https://github.com/webianks.png","language":"Java","funding_links":[],"categories":["其他"],"sub_categories":[],"readme":"\u003ca href=\"https://android-arsenal.com/details/1/5062\"\u003e\u003cimg src=\"https://img.shields.io/badge/Android%20Arsenal-EasyFeedback-blue.svg?style=flat-square\" border=\"0\" alt=\"Android Arsenal\"\u003e\u003c/a\u003e\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](http://www.apache.org/licenses/LICENSE-2.0)\n[![License](https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg)](https://github.com/webianks/EasyFeedback/blob/master/LICENCE)\n\n# EasyFeedback\nSo 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.\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://github.com/webianks/EasyFeedback/blob/master/screenshots/screen_one.png\" height=\"700\" width=\"400\" \u003e\n\n# What you get\n\n\u003cul\u003e\n\u003cli\u003eText Feedback\u003c/li\u003e\n\u003cli\u003eSystem Info - Device Name, App Version, Android Version etc.\u003c/li\u003e\n\u003cli\u003eLog Report\u003c/li\u003e\n\u003cli\u003eScreenshot\u003c/li\u003e\n\u003c/ul\u003e\n\n# Min SDK\n15\n\n# Download\n\n**Gradle**\n\n```groovy\nimplementation 'com.webianks.library:easy-feedback:1.0.5'\n```\n**Maven**\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.webianks.library\u003c/groupId\u003e\n  \u003cartifactId\u003eeasy-feedback\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.5\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n\n# Usage\n\nUse this piece of code inside the onClick method of the Activity/Fragment from where you want to open the FeedbackActivity.\n\n```java\n\n   new EasyFeedback.Builder(this)\n            .withEmail(\"webianks@gmail.com\")\n            .withSystemInfo()\n            .build()\n            .start();\n```\n# Method Explanations\n\n**withEmail(String email)**\n\nTakes the string email-id of the developer on which you want to get the feedback/report.\n\n**withSystemInfo()**\n\nAdd this method in the builder when you want the System Info \u0026 Log reports also.\n\n**Note**\n\nSceenshot is optional.\n\n# LICENSE\n\n```\n Copyright 2017 Ramankit Singh \n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n \n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebianks%2FEasyFeedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebianks%2FEasyFeedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebianks%2FEasyFeedback/lists"}