{"id":13571522,"url":"https://github.com/codechimp-org/AppRater","last_synced_at":"2025-04-04T08:31:23.058Z","repository":{"id":6445045,"uuid":"7684480","full_name":"codechimp-org/AppRater","owner":"codechimp-org","description":"AppRater Library for Android","archived":true,"fork":false,"pushed_at":"2021-05-22T13:47:42.000Z","size":1017,"stargazers_count":463,"open_issues_count":3,"forks_count":120,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-11-05T04:34:12.430Z","etag":null,"topics":["android","java","rate"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/codechimp-org.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}},"created_at":"2013-01-18T10:03:31.000Z","updated_at":"2024-11-02T04:46:46.000Z","dependencies_parsed_at":"2022-09-01T09:41:29.353Z","dependency_job_id":null,"html_url":"https://github.com/codechimp-org/AppRater","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechimp-org%2FAppRater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechimp-org%2FAppRater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechimp-org%2FAppRater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codechimp-org%2FAppRater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codechimp-org","download_url":"https://codeload.github.com/codechimp-org/AppRater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247147221,"owners_count":20891648,"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","java","rate"],"created_at":"2024-08-01T14:01:02.767Z","updated_at":"2025-04-04T08:31:20.142Z","avatar_url":"https://github.com/codechimp-org.png","language":"Java","readme":"# AppRater\r\n\r\n## This project is no longer maintained \r\n\r\nAppRater is a library for Android designed to facilitate easy prompting of users to rate your app within the Google Play store or Amazon App Store.\r\nIt won't prompt until at least 3 days or 7 uses of the app has passed and if the user chooses to rate later the count will start again.\r\n\r\nAppRater inherits your themeing so can be used with light or dark variants as seen here;\r\n\r\n![Example Image Dark][1] ![Example Image Light][2]\r\n\r\nTo use simply add the library to your app and make one call within your onCreate method as follows;\r\n\r\n`AppRater.app_launched(this);`\r\n\r\nThere are several options you can also use to change the default behavior.\r\n\r\nYou can use the overriden method to specify your own day and launch count parameters.\r\n`setVersionCodeCheckEnabled` or `setVersionNameCheckEnabled` enable version checking, which will re-enable the prompt count if a new version is installed.\r\n`isNoButtonVisible` will disable the No Thanks button, forcing the user to either rate or prompt later.\r\n`setDarkTheme` and `setLightTheme` enable manual control over the theme the dialog uses, overriding your application default.\r\n\r\nBy default this will link to the Google Play store.  You can optionally set an alternate market by using;\r\n\r\n`AppRater.setMarket(new GoogleMarket());`\r\n\r\n`AppRater.setMarket(new AmazonMarket());`\r\n\r\nYou can implement your own market, implementing the Market interface and parse your URI.\r\n\r\nIf you want to have a \"Rate Now\" menu option to go straight to your play store listing call `AppRater.rateNow(this);` within your menu code.\r\n\r\nTry out the demo within this repository.\r\n\r\n## Gradle\r\n\r\nAppRater is now pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`.\r\n    \r\n    dependencies {\r\n        compile 'com.github.codechimp-org.apprater:library:1.0.+'\r\n    }\r\n\r\n## Translations\r\n\r\nIf you would like to help localise this library please fork the project, create and verify your language files, then create a pull request to the translations branch.\r\n\r\n## Contributing Code\r\n\r\n1. Fork it\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Create new Pull Request\r\n\r\n## Developed By\r\n\r\nAndrew Jackson \u003candrew@codechimp.org\u003e\r\n\r\nGoogle+ profile: \r\n[https://plus.google.com/+AndrewJacksonUK](https://plus.google.com/+AndrewJacksonUK)\r\n\r\nAdapted from a snippet originally posted [here](http://www.androidsnippets.com/prompt-engaged-users-to-rate-your-app-in-the-android-market-appirater)\r\n\r\n## License\r\n\r\n    Copyright 2013-2017 Andrew Jackson\r\n\r\n    Licensed under the Apache License, Version 2.0 (the \"License\");\r\n    you may not use this file except in compliance with the License.\r\n    You may obtain a copy of the License at\r\n\r\n       http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n    Unless required by applicable law or agreed to in writing, software\r\n    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n    See the License for the specific language governing permissions and\r\n    limitations under the License.\r\n\r\n\r\n\r\n\r\n\r\n [1]: https://raw.github.com/codechimp-org/AppRater/master/Screenshots/demo-dark.png\r\n [2]: https://raw.github.com/codechimp-org/AppRater/master/Screenshots/demo-light.png\r\n","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechimp-org%2FAppRater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodechimp-org%2FAppRater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodechimp-org%2FAppRater/lists"}