{"id":23037070,"url":"https://github.com/n7ghtm4r3/pandoro-android","last_synced_at":"2025-10-23T10:30:35.421Z","repository":{"id":210270522,"uuid":"719643104","full_name":"N7ghtm4r3/Pandoro-Android","owner":"N7ghtm4r3","description":"Create, develop and publish your projects with Pandoro android version!","archived":false,"fork":false,"pushed_at":"2024-08-20T19:30:21.000Z","size":560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-15T17:41:44.461Z","etag":null,"topics":["java","jetpack-compose","kotlin","kotlin-android","self-hosted","software-management","spring","spring-boot","tecknobit"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.tecknobit.pandoro","language":"Kotlin","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/N7ghtm4r3.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":"2023-11-16T15:47:07.000Z","updated_at":"2024-08-22T19:25:41.000Z","dependencies_parsed_at":"2024-07-09T03:30:35.008Z","dependency_job_id":"9f08cd14-870f-4d8d-ad33-9bdbc32c7550","html_url":"https://github.com/N7ghtm4r3/Pandoro-Android","commit_stats":null,"previous_names":["n7ghtm4r3/pandoro-android"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FPandoro-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FPandoro-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FPandoro-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N7ghtm4r3%2FPandoro-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/N7ghtm4r3","download_url":"https://codeload.github.com/N7ghtm4r3/Pandoro-Android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237809959,"owners_count":19369896,"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":["java","jetpack-compose","kotlin","kotlin-android","self-hosted","software-management","spring","spring-boot","tecknobit"],"created_at":"2024-12-15T17:28:34.008Z","updated_at":"2025-10-23T10:30:34.632Z","avatar_url":"https://github.com/N7ghtm4r3.png","language":"Kotlin","funding_links":["https://www.paypal.com/donate/?hosted_button_id=5QMN5UQH7LDT4"],"categories":[],"sub_categories":[],"readme":"# Pandoro-Android\n**v1.0.4**\n\nThis project, based on Java and the Spring Boot framework, is an open source self-hosted management software useful in managing your personal projects and group projects.\nCreate, develop and publish your projects with **Pandoro**!\n\nThis repository contains the desktop version of **Pandoro**,\nso if you want to customize you can fork it and work on it, if there are any errors, fixes to do or some\nidea to upgrade this project, please open a ticket or contact us to talk about, thanks and good\nuse!\n\n## 🛠 Skills\n\n- Java\n- Kotlin\n\n## Roadmap\n\nThis project will be constantly developed to reach different platforms to work on, following the platforms releases\nsteps:\n\n- Mobile\n  - \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro-Android#readme\"\u003eAndroid\u003c/a\u003e\n  - iOS -\u003e planned\n- \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro-Desktop/releases/tag/1.0.4\"\u003ePandoro desktop version\u003c/a\u003e\n- \u003ca href=\"https://github.com/Rhythmss/pandoro-webapp\"\u003ePandoro webapp version\u003c/a\u003e\n- \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro/releases/tag/1.0.4\"\u003eBackend service \"out-of-the-box\"\u003c/a\u003e\n\n## Usages\n\nSee how to use the **Pandoro** service reading\nthe \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro#readme\"\u003e\nPandoro backend procedures\u003c/a\u003e\n\n## Customize the application\n\nTo customize and create your own version of this application you need to have\nthe \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro/tree/main/Pandoro-core\"\u003e\ncore library\u003c/a\u003e implemented in your project and published into maven local system\n\n### Clone the core library and publish to maven local\n\n- Clone the repository or download the zip file of the current version available\n\n- Open the folder file in your development environment and publish to maven local with the\n  **publishMavenPublicationToMavenLocal** gradle task, take a\n  look \u003ca href=\"https://docs.gradle.org/current/userguide/publishing_maven.html\"\u003ehere\u003c/a\u003e\n  for a help\n\n### Implement the core library to your application\n\n- #### Gradle (Short)\n\n```gradle\nrepositories {\n  ...\n  mavenLocal()\n}\n\ndependencies {\n  implementation 'com.tecknobit.pandorocore:Pandoro-core:1.0.4'\n}\n```\n\n#### Gradle (Kotlin)\n\n```gradle\nrepositories {\n  ...\n  mavenLocal()\n}\n\ndependencies {\n  implementation(\"com.tecknobit.pandorocore:Pandoro-core:1.0.4\")\n}\n```\n\n### Maven\n\n- Add the dependency\n\n```xml\n\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.tecknobit.pandorocore\u003c/groupId\u003e\n  \u003cartifactId\u003ePandoro-core\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Authors\n\n- [@N7ghtm4r3](https://www.github.com/N7ghtm4r3)\n- [@Rhythmss](https://www.github.com/Rhythmss)\n\n## Support\n\nIf you need help using the library or encounter any problems or bugs, please contact us via the\nfollowing links:\n\n- Support via \u003ca href=\"mailto:infotecknobitcompany@gmail.com\"\u003eemail\u003c/a\u003e\n- Support via \u003ca href=\"https://github.com/N7ghtm4r3/Pandoro-Android/issues/new\"\u003eGitHub\u003c/a\u003e\n\nThank you for your help!\n\n## Badges\n\n[![](https://img.shields.io/badge/Google_Play-414141?style=for-the-badge\u0026logo=google-play\u0026logoColor=white)](https://play.google.com/store/apps/developer?id=Tecknobit)\n[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/tecknobit)\n\n[![](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=java\u0026logoColor=white)](https://www.oracle.com/java/)\n[![](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white)](https://play.google.com/store/apps/details?id=com.tecknobit.pandoro)\n\n## Donations\n\nIf you want support project and developer\n\n| Crypto                                                                                              | Address                                        | Network  |\n|-----------------------------------------------------------------------------------------------------|------------------------------------------------|----------|\n| ![](https://img.shields.io/badge/Bitcoin-000000?style=for-the-badge\u0026logo=bitcoin\u0026logoColor=white)   | **3H3jyCzcRmnxroHthuXh22GXXSmizin2yp**         | Bitcoin  |\n| ![](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge\u0026logo=Ethereum\u0026logoColor=white) | **0x1b45bc41efeb3ed655b078f95086f25fc83345c4** | Ethereum |\n\nIf you want support project and developer\nwith \u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=5QMN5UQH7LDT4\"\u003ePayPal\u003c/a\u003e\n\n## Privacy policy\n\nThis section concerns Privacy and policy for Android's application published on Google Play\nStore. \u003cbr\u003e\nPandoro application **will not share any personal data of the user with third part applications.** \n\nCopyright © 2024 Tecknobit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7ghtm4r3%2Fpandoro-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn7ghtm4r3%2Fpandoro-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7ghtm4r3%2Fpandoro-android/lists"}