{"id":15439110,"url":"https://github.com/heridev/sms-mobile-hub","last_synced_at":"2025-04-06T04:17:12.808Z","repository":{"id":211487003,"uuid":"707778826","full_name":"heridev/sms-mobile-hub","owner":"heridev","description":"The Sms Mobile Hub Android Kotlin Application, is one of the key components of smsforall.org, it is responsible to deliver your SMS messages and also serves as a receiver and resends all the SMS messages to the smsforall.org database","archived":false,"fork":false,"pushed_at":"2023-12-15T05:43:31.000Z","size":452,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-19T11:43:31.180Z","etag":null,"topics":["android-sms","android-sms-sender","sms-broadcast","sms-messages","sms-receiver"],"latest_commit_sha":null,"homepage":"https://smsforall.org","language":"Kotlin","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/heridev.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":"2023-10-20T16:29:50.000Z","updated_at":"2024-01-10T15:43:06.000Z","dependencies_parsed_at":"2024-12-19T11:42:14.858Z","dependency_job_id":"a6066a6f-d375-4a26-b5f6-20f556cdeed9","html_url":"https://github.com/heridev/sms-mobile-hub","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":"0.32258064516129037","last_synced_commit":"276702b0c8d59443f2f86351c4b0349520c53b76"},"previous_names":["heridev/sms-mobile-hub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heridev%2Fsms-mobile-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heridev%2Fsms-mobile-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heridev%2Fsms-mobile-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heridev%2Fsms-mobile-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heridev","download_url":"https://codeload.github.com/heridev/sms-mobile-hub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238452731,"owners_count":19474949,"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-sms","android-sms-sender","sms-broadcast","sms-messages","sms-receiver"],"created_at":"2024-10-01T19:02:37.019Z","updated_at":"2025-02-12T10:18:12.149Z","avatar_url":"https://github.com/heridev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"Android App for smsforall.org\n=================================\n\n## How to get started with smsforall.org\nThere are different ways to get started here:\n1. Host your own server(Rails API) and Client Application(React) if you have technical knowledge in Web Development\n2. Register an account in https://app.smsforall.org and get familiar with the system\n\nAbout option 1, I'll be publishing a video soon about how to connect all the pieces in development, stay tuned for that!\n\n## Do you want to build your own version of smsforall.org?\nI'm planning to create some videos for that purpose, but in the meanwhile, \n\n## How to set up the project locally?\n1. Clone the repo\n2. Open Android Studio\n3. Configure your Backend API according to your needs, in this https://github.com/heridev/sms-mobile-hub/blob/main/gradle.properties#L24 file\n4. Create a new Firebase project in the console and after that create a new SDK app, by following some steps like this\n![image](https://github.com/heridev/sms-mobile-hub/assets/1863670/3eeeaf20-f946-4d77-bf2c-9d5240c5efb1)\n![image](https://github.com/heridev/sms-mobile-hub/assets/1863670/327bda05-4df7-430d-a3ec-f3623fd3fe5a)\n![image](https://github.com/heridev/sms-mobile-hub/assets/1863670/327cd317-6f0e-4954-96cf-22caef8bff01)\n5. Then Download your Firebase credentials(google-services.json) and place them within the `app` folder and the file will look like this `app/google-services.json`\n6. Rebuild the project without errors(sync project option)\n![image](https://github.com/heridev/sms-mobile-hub/assets/1863670/f41327f0-4521-4b5c-8213-f7914cc2549f)\n7. Generate the APK selecting the variant(prodDebug)\n![image](https://github.com/heridev/sms-mobile-hub/assets/1863670/dd9240f3-bc4c-4271-aa9f-099aab097321)\n8. Upload it into a public hosting provider such as Google Drive, AWS S3, etc\n9. Install it on your Android Device\nGet access to your React Application in development so you can get a new activation pin.\n\n## Would you like to install the latest APK app on Android?\nPlease visit the following site for more details\nhttps://smsforall.org/download/\n\nor you can download them directly from the following S3 bucket:\nhttps://smsforall-prod.s3.amazonaws.com/smsforall-v1.3.apk\n\nYou can also download the source code and build your own APK version with your\nown API and Web Client, here are the other repositories for that matter:\n- [Rails Backend API](https://github.com/heridev/smsforall-rails-api]\n- [React app application for https://app.smsforall.org](https://github.com/heridev/smsforall-react-app)\n\n## API request\nFor all the HTTP requests Retrofit 2 it's been utilized\n\n## Would you like to create a new version?\n1. Update the version variables:\n- versionCode — A positive integer used as an internal version number.\n- versionName — A string used as the version number shown to users.\n\nwithin `app/build.gradle`\n2. Create a new tag with it eg:\n```\ngit tag -a v1.2 -m \"Generates release app bundle with versionCode 2 and versionName 1.2\"\n```\n3. Push the new tag\n```\ngit push origin v1.2\n```\n## Main features of the Android Application\n- Receiving and intercepting SMS messages\n- Full integration with Firebase\n- Sending messages\n\n\n## Rails Backend API for https://api.smsforall.org\nhttps://github.com/heridev/smsforall-rails-api\n\n## React app application for https://app.smsforall.org\nhttps://github.com/heridev/smsforall-react-app\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheridev%2Fsms-mobile-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheridev%2Fsms-mobile-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheridev%2Fsms-mobile-hub/lists"}