{"id":19720493,"url":"https://github.com/xdagger/android-wallet","last_synced_at":"2026-02-26T18:37:03.372Z","repository":{"id":46780933,"uuid":"134435369","full_name":"XDagger/android-wallet","owner":"XDagger","description":"XDAG Android Wallet","archived":false,"fork":false,"pushed_at":"2023-04-06T01:07:49.000Z","size":30248,"stargazers_count":24,"open_issues_count":2,"forks_count":14,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-29T21:39:19.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://xdag.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XDagger.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":"2018-05-22T15:23:49.000Z","updated_at":"2024-03-16T16:43:56.000Z","dependencies_parsed_at":"2024-11-11T23:11:44.307Z","dependency_job_id":"7d8f29c6-9a48-4f0c-acdd-62a7b774c9a7","html_url":"https://github.com/XDagger/android-wallet","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/XDagger/android-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fandroid-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fandroid-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fandroid-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fandroid-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XDagger","download_url":"https://codeload.github.com/XDagger/android-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fandroid-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:27:06.972Z","status":"ssl_error","status_checked_at":"2026-02-26T18:26:57.848Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-11T23:11:38.632Z","updated_at":"2026-02-26T18:37:03.350Z","avatar_url":"https://github.com/XDagger.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XDAG Android Wallet\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2Fandroid-wallet.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2Fandroid-wallet?ref=badge_shield)\n\n\nThis XDAG Wallet is based on the C implementation of XDAG, and developed for Android platform. \n\n[\u003cimg src=https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png height=\"88\"\u003e](https://play.google.com/store/apps/details?id=io.xdag.xdagwallet)\n\n## How to build \n\n* Download the sourcecode from master branch and open it with latest Android Studio\n* Update according to Android Studio hints\n* Build\n\n## How to contribute \n\nWant to contribute on XDAG Android Wallet? Awesome! Here are the instructions to get you started.\nThey are not perfect yet. Please let us know what feels wrong or incomplete.\n\nThis is an Open Source project and we welcome contributions of all sorts.\nThere are many ways to help, from reporting issues, contributing code, and\nhelping us improve our community.\n\n### Reporting Issues\n\nIf you find bugs, mistakes, inconsistencies in the XDAG Wallet project's code or\ndocuments, please let us know by filing an issue at the appropriate issue\ntracker (we use multiple repositories). No issue is too small.\n\nThe main issues for bug reporting are as follows: \n- [android-wallet/issues](https://github.com/XDagger/android-wallet/issues)  \n\n### Implementation Design\n\nWhen considering design proposals for implementations, we are looking for:\n\n- A description of the problem this design proposal solves\n- Discussion of the tradeoffs involved\n- Discussion of the proposed solution\n\n### Translations\n\nThis community moves very fast, and documentation swiftly gets out of date. For now, we are encouraging would-be translators to hold off from translating large repositories. If you would like to add a translation, please open an issue and ask the leads for a given repository before filing a PR, so that we do not waste efforts.\n\nIf anyone has any issues understanding the English documentation, please let us know! We are very sensitive to language issues, and do not want to turn anyone away from hacking because of their language.\n\n### Git\n\nWe use a simple git branching model:\n\n- `master` must always work\n- `develop` is the branch for development  \n- create feature-branches to merge into `develop`\n- all commits must pass testing so that git bisect is easy to run\n\nJust stay current with `develop` (rebase).\n\n### Commit messages\n\nCommit messages must start with a short subject line, followed by an optional,\nmore detailed explanatory text which is separated from the summary by an empty\nline.\n\n### Code\n\nWrite clean code. Universally formatted code promotes ease of writing, reading, and maintenance.\n\n### Documentation\n\nUpdate documentation when creating or modifying features. Test your documentation changes for clarity, concision, and correctness, as well as a clean documentation build.\n\n### Pull Requests\n\nPull requests descriptions should be as clear as possible. Err on the side of overly specific and include a reference to all related issues. If the pull request is meant to close an issue please use the Github keyword conventions of [closes, fixes, or resolves]( https://help.github.com/articles/closing-issues-via-commit-messages/). If the pull request only completes part of an issue use the [connects keywords]( https://github.com/waffleio/waffle.io/wiki/FAQs#prs-connect-keywords). This helps our tools properly link issues to pull requests. \n\n### Code Review\n\nWe take code quality seriously; we must make sure the code remains correct. We do code review on all changesets. Discuss any comments, then make modifications and push additional commits to your feature branch. Be sure to post a comment after pushing. The new commits will show up in the pull request automatically, but the reviewers will not be notified unless you comment.\n\n### Merge Approval\n\nWe use `Thank you for your efforts.` in comments on the code review to indicate acceptance. A change **requires** `Thank you for your efforts.` from the maintainers of each component affected. If you know whom it may be, ping them. \n\n### Support Developers  \n\n[BillLevesque](https://github.com/amazingMan2017) (XDAG ABnr08l/kpFfvKLDBzv0+smQhbJo1RVy)   \n[ssyijiu](https://github.com/ssyijiu) (XDAG J2dlqLjgFmwloguyxiBUM3nitW3f6Ki9)  \n\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2Fandroid-wallet.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2Fandroid-wallet?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fandroid-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdagger%2Fandroid-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fandroid-wallet/lists"}