{"id":15457665,"url":"https://github.com/saihaj/seniordialerapp","last_synced_at":"2026-01-19T06:33:08.831Z","repository":{"id":38851623,"uuid":"185881146","full_name":"saihaj/SeniorDialerApp","owner":"saihaj","description":"This app is designed for people who want to use a smartphone for basic features. This is formulated for someone who has difficulty using smartphone. This app provides a big font dialer and speed dial feature","archived":false,"fork":false,"pushed_at":"2023-07-19T02:47:33.000Z","size":7352,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2024-10-08T03:33:10.394Z","etag":null,"topics":["android","app-center","eslint","fastlane","ios","react-native","smartphone"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saihaj.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-09T22:39:05.000Z","updated_at":"2022-03-02T04:03:20.000Z","dependencies_parsed_at":"2024-10-26T11:23:02.095Z","dependency_job_id":"35241e75-e8bf-442c-b88b-5b757b56c6cd","html_url":"https://github.com/saihaj/SeniorDialerApp","commit_stats":{"total_commits":85,"total_committers":3,"mean_commits":"28.333333333333332","dds":0.3294117647058824,"last_synced_commit":"49c7dffc1bcd453b5c03516ea8117cec6f9069ea"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saihaj/SeniorDialerApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saihaj%2FSeniorDialerApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saihaj%2FSeniorDialerApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saihaj%2FSeniorDialerApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saihaj%2FSeniorDialerApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saihaj","download_url":"https://codeload.github.com/saihaj/SeniorDialerApp/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saihaj%2FSeniorDialerApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":["android","app-center","eslint","fastlane","ios","react-native","smartphone"],"created_at":"2024-10-01T22:49:23.041Z","updated_at":"2026-01-19T06:33:08.814Z","avatar_url":"https://github.com/saihaj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeFactor](https://www.codefactor.io/repository/github/saihaj/seniordialerapp/badge)](https://www.codefactor.io/repository/github/saihaj/seniordialerapp)\n\u003ca href=\"https://github.com/saihaj/SeniorDialerApp/releases\"\u003e![StableVersion](https://img.shields.io/badge/Stable%20Version-1.0-yellowgreen)\u003c/a\u003e\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.sps.seniordialer\"\u003e![GooglePlayStoreAvailablity](https://img.shields.io/badge/Available-GooglePlayStore-brightgreen)\u003c/a\u003e\n\u003ca href=\"https://github.com/saihaj/SeniorDialerApp/blob/master/LICENSE\"\u003e![GitHub](https://img.shields.io/github/license/saihaj/SeniorDialerApp)\u003c/a\u003e\n\n# SeniorDialerApp V2\n\nThis app is designed for people who want to use a smartphone for basic features. This is formulated for someone who has difficulty using smartphone. This app provides a big font dialer and a speed dial feature.\n\n## Currently WIP\n\n## Features\n* Localization\n* Dark mode support\n* Settings menu\n* Better way to set speed dial options\n* iOS support\n\n## Mockups\n![dialer-light](mockups/dialer-light.png)\n![dialer-dark](mockups/dialer-dark.png)\n\n\n# Installation\nGo check out [releases](https://github.com/saihaj/SeniorDialerApp/releases)\n\n# Development Setup\n\nThis is a `react-native init` project. That has eslint and other add-ons that are preset for my projects.\n\nSoon will also add github actions for deployment.\n\n## Prerequisites\n* Follow React Native [docs] to install all the dependencies (https://reactnative.dev/docs/environment-setup)\n* Once you get to \"Creating New Application\". Clone this project.\n* Install this project's dependencies\n  ```\n  npm install\n  ```\n\n## Available Scripts\n\n`npm run \u003ccommand\u003e`\n\n#### `Commands`\n```\nstart:android   Start the Android emulator\nstart:ios       Start the iOS emulator\nstart-sims      Start Android and iOS emulators\n\nclean           react-native-clean-project\nclean:android   Clean Android build files\nclean:ios       Clean iOS build files\n\nlint            ESLint and checks code style\ntest            Unit + integration tests in watcher mode\n\ninstall-assets \tInstall any changed files in the \"assets/\" directory\ninstall-pods    Install all the pods for ios\n```\n\n## Helpful\n\n* Rename this project:  [`react-native-rename`](https://www.npmjs.com/package/react-native-rename) makes it easy to change it with just one command.\n* Checkout [Fastlane](https://docs.fastlane.tools/getting-started/cross-platform/react-native/) for releasing apps\n* Cleans React Native project by purging caches and modules, and reinstalling them again.[`react-native-clean-project`](https://github.com/pmadruga/react-native-clean-project)\n\n\n## Credits\nEslint configurations and npm scripts are inspired from [@ShabadOS/mobile](https://github.com/ShabadOS/mobile)\n\n# License\n\n    Copyright (C) 2020 Saihajpreet Singh\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e\n    or contact the author of this repository. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaihaj%2Fseniordialerapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaihaj%2Fseniordialerapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaihaj%2Fseniordialerapp/lists"}