{"id":23553111,"url":"https://github.com/rhildred/cordovalogcatbugreport","last_synced_at":"2025-05-15T17:33:35.044Z","repository":{"id":146396481,"uuid":"54138014","full_name":"rhildred/cordovaLogcatBugReport","owner":"rhildred","description":"uploads the bug report into a bitbucket issue","archived":false,"fork":false,"pushed_at":"2016-04-19T01:19:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2025-02-17T12:45:21.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhildred.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-17T17:29:19.000Z","updated_at":"2016-04-17T13:41:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"69a060c8-cfd4-4a11-a025-f59848debe29","html_url":"https://github.com/rhildred/cordovaLogcatBugReport","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/rhildred%2FcordovaLogcatBugReport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2FcordovaLogcatBugReport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2FcordovaLogcatBugReport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2FcordovaLogcatBugReport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhildred","download_url":"https://codeload.github.com/rhildred/cordovaLogcatBugReport/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388007,"owners_count":22062965,"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":[],"created_at":"2024-12-26T11:14:05.002Z","updated_at":"2025-05-15T17:33:35.019Z","avatar_url":"https://github.com/rhildred.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordova Bug Report Plugin\n\nSimple plugin that takes a bitbucket repository and returns an issueid in a JSON structure. This is based on a [\"hello world\" plugin](https://github.com/don/cordova-plugin-hello) that we also looked at in class. I have used ionic rather than cordova, so that there is a bit of a user interface.\n\n## Using\nClone the plugin\n\n    $ git clone https://github.com/rhildred/cordovaLogcatBugReport.git\n\nCreate a new Ionic Project\n\n    $ ionic start bugreporttest\n    \nInstall the plugin\n\n    $ cd bugreporttest\n    $ ionic plugin add ../cordovaLogcatBugReport\n    \n\nEdit `www/templates/tab-dash.html` and add the following button `\u003cbutton ng-click=\"sendBugReport()\"\u003eSend Bug Report\u003c/button\u003e`. Then in `www/js/controllers.js` add the following code\n\n```js\n.controller('DashCtrl', function($scope) {\n    $scope.sendBugReport = function(){\n        var success = function(message) {\n            alert(message);\n        }\n\n        var failure = function() {\n            alert(\"Error calling BugReport Plugin\");\n        }\n\n        bugreport.report(\"rhildred/logcattest\", success, failure);\n    };\n\n})\n```\n\nInstall Android platform\n\n    ionic platform add android\n    \nRun the code\n\n    ionic run android \n\n## More Info\n\nFor more information on setting up Cordova see [the documentation](http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface)\n\nFor more info on plugins see the [Plugin Development Guide](http://cordova.apache.org/docs/en/4.0.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fcordovalogcatbugreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhildred%2Fcordovalogcatbugreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fcordovalogcatbugreport/lists"}