{"id":21274577,"url":"https://github.com/chmarax/logregform-android","last_synced_at":"2025-07-11T06:34:18.112Z","repository":{"id":40005479,"uuid":"129785996","full_name":"ChmaraX/logregform-android","owner":"ChmaraX","description":"Login and registration form for Android (IceCream Sandwich+) with additional features, enchancement and dynamic GUI.","archived":false,"fork":false,"pushed_at":"2018-05-18T15:47:51.000Z","size":4573,"stargazers_count":26,"open_issues_count":3,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T01:32:01.492Z","etag":null,"topics":["android","android-application","android-ui","design","firebase","firebase-auth","graphics","java"],"latest_commit_sha":null,"homepage":null,"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/ChmaraX.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}},"created_at":"2018-04-16T18:10:53.000Z","updated_at":"2022-10-18T08:39:53.000Z","dependencies_parsed_at":"2022-06-26T06:04:36.063Z","dependency_job_id":null,"html_url":"https://github.com/ChmaraX/logregform-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChmaraX/logregform-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChmaraX%2Flogregform-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChmaraX%2Flogregform-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChmaraX%2Flogregform-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChmaraX%2Flogregform-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChmaraX","download_url":"https://codeload.github.com/ChmaraX/logregform-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChmaraX%2Flogregform-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264748455,"owners_count":23658038,"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","android-application","android-ui","design","firebase","firebase-auth","graphics","java"],"created_at":"2024-11-21T09:24:06.589Z","updated_at":"2025-07-11T06:34:17.537Z","avatar_url":"https://github.com/ChmaraX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=12.5% src=\"https://github.com/ChmaraX/logregform-android/blob/master/app/src/main/res/drawable/logo_noshadow.png\"\u003e\u003c/p\u003e\n\u003cp align=\"center\" text\u003e \u003cb\u003eAuthentication form for Android \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/pypi/status/Django.svg\"/\u003e\n\u003ca href=\"https://codeclimate.com/github/ChmaraX/logregform-android/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/c3bd5593b9920bf9022a/maintainability\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/ChmaraX/logregform-android/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/ChmaraX/logregform-android.svg\"/\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-orange.svg\"/\u003e\n\u003ca href=\"https://github.com/ChmaraX/logregform-android/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Basic Overview\n\n\u003e Android authentication form based on Firebase with few features, custom animation and design. \n\n## Features\n\n- [x] Registration activity with email and password, also storing and username into database. \n- [x] Login activity with email/password, remembering logged user. \n- [x] Password reset activity (sending an email to user)\n- [x] Wrong inputs errors\n- [x] Welcome splash screen\n- [x] Button gradients (on-click transitions)\n- [ ] Social app login (not connected to API)\n\n\n\n## Interface Preview \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ChmaraX/logregform-android/master/Preview/3.jpeg\" width=\"210\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ChmaraX/logregform-android/master/Preview/4.jpeg\" width=\"210\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ChmaraX/logregform-android/master/Preview/1.jpeg\" width=\"210\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ChmaraX/logregform-android/master/Preview/2.jpeg\" width=\"210\"/\u003e\n\u003c/p\u003e\n\n#### Splashscreen\n \u003cimg src=\"https://raw.githubusercontent.com/ChmaraX/logregform-android/master/Preview/splash.gif\" width=\"210\"/\u003e\n\n## Implementation\n\n#### google-services.json\nYou need to set up your own [Firebase](https://firebase.google.com/) authenticator + database and download `google-services.json` file, then add it to `YourApp/app` folder:\n\nThe dependencies are already set up.\n\n``` Java\ndependencies {\n\n...\n    testImplementation 'junit:junit:4.12'\n    androidTestImplementation 'com.android.support.test:runner:1.0.1'\n    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'\n\n    compile 'com.google.firebase:firebase-core:15.0.0'\n    compile 'com.google.firebase:firebase-auth:15.0.0'\n    compile 'com.google.firebase:firebase-database:15.0.0'\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmarax%2Flogregform-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchmarax%2Flogregform-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmarax%2Flogregform-android/lists"}