{"id":15182763,"url":"https://github.com/niqo01/rxtask","last_synced_at":"2025-10-01T23:30:36.627Z","repository":{"id":57721812,"uuid":"112119170","full_name":"niqo01/RxTask","owner":"niqo01","description":"RxJava 2 binding for Google Play Services Task APIs.","archived":true,"fork":false,"pushed_at":"2019-11-21T17:30:49.000Z","size":186,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-16T09:34:43.796Z","etag":null,"topics":["android","firebase","google-play-services","rxjava2"],"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/niqo01.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-26T21:45:54.000Z","updated_at":"2023-01-28T16:35:04.000Z","dependencies_parsed_at":"2022-09-13T08:41:05.650Z","dependency_job_id":null,"html_url":"https://github.com/niqo01/RxTask","commit_stats":null,"previous_names":["niqo01/rxplayservices"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqo01%2FRxTask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqo01%2FRxTask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqo01%2FRxTask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niqo01%2FRxTask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niqo01","download_url":"https://codeload.github.com/niqo01/RxTask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234909086,"owners_count":18905504,"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","firebase","google-play-services","rxjava2"],"created_at":"2024-09-27T17:01:22.193Z","updated_at":"2025-10-01T23:30:31.281Z","avatar_url":"https://github.com/niqo01.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"RxTask (DEPRECATED)\n=========\n\nRxJava 2 binding API for Google Play Services [Task][task] APIs.  \n\nRxTask can be use standalone for any Google or Firebase APIs returning Task or, \nbundled with one of the GoogleAPIs helper project provided. \n\n##### Download\n```groovy\nimplementation 'com.github.niqo01.rxplayservices:rx-play-services-task:0.4.0'\n```\n\n##### Example\n```java\n    GoogleSignInClient client = GoogleSignIn.getClient(context, options);\n    Single\u003cGoogleSignInAccount\u003e silentSignIn = SingleTask.create(() -\u003e client.silentSignIn());\n    ...\n    Completable revokeAccess = CompletableTask.create(() -\u003e client.revokeAccess());\n```\n\n### GoogleAPIs\n\nThe following projects leverage RxTask and wrap the new [GoogleApi][googleapi] introduced \nin version 11.6.0.\n\n\n| API | Dependency |\n| --- | --- |\n| Auth | com.github.niqo01.rxplayservices:rx-play-services-auth:0.4.0 |\n| Location | com.github.niqo01.rxplayservices:rx-play-services-location:0.4.0 |\n| Places | com.github.niqo01.rxplayservices:rx-play-services-places:0.4.0 |\n| Fitness | com.github.niqo01.rxplayservices:rx-play-services-fitness:0.4.0 |\n| Wallet | com.github.niqo01.rxplayservices:rx-play-services-wallet:0.4.0 |\n\n\n##### Location Example\n```java\n    RxFusedLocationProviderClient rxClient = new RxFusedLocationProviderClient(context);\n    Observable\u003cLocationResult\u003e result = rxClient\n            .requestLocationRequestUpdates(LocationRequest.create());\n```\n\n\nSnapshots\n-------\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\nLicense\n-------\n\n    Copyright (C) 2017 Nicolas Milliard\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 [googleapi]: https://android-developers.googleblog.com/2017/11/moving-past-googleapiclient_21.html\n [task]: https://developers.google.com/android/guides/tasks\n [rxtask]: https://github.com/niqo01/RxPlayServices/blob/master/rx-task/src/main/java/com/nicolasmilliard/rxtask/RxTask.kt\n [snap]: https://oss.sonatype.org/content/repositories/snapshots/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqo01%2Frxtask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniqo01%2Frxtask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniqo01%2Frxtask/lists"}