{"id":18014622,"url":"https://github.com/achep/horario","last_synced_at":"2025-03-26T18:30:43.473Z","repository":{"id":146978494,"uuid":"85189043","full_name":"AChep/horario","owner":"AChep","description":"Horario app is a beautiful Material Design app, which helps you to manage your classes and exams in the most convenient way. Fill your timetable once and it will be with you wherever you go, because of sync across all your Android devices. Notifications won’t let you forget about your homework and exams.","archived":false,"fork":false,"pushed_at":"2018-03-03T21:10:51.000Z","size":8263,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T06:04:15.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AChep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-03-16T11:37:10.000Z","updated_at":"2023-09-08T17:22:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"58d02730-ad8c-4e80-b37a-19c372647597","html_url":"https://github.com/AChep/horario","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2Fhorario","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2Fhorario/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2Fhorario/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AChep%2Fhorario/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AChep","download_url":"https://codeload.github.com/AChep/horario/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245712472,"owners_count":20660245,"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":[],"created_at":"2024-10-30T04:10:24.219Z","updated_at":"2025-03-26T18:30:43.465Z","avatar_url":"https://github.com/AChep.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"Horario\n==========\n[![Build Status](https://travis-ci.org/AChep/horario.svg?branch=master)](https://travis-ci.org/AChep/horario) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/horario/localized.svg)](https://crowdin.com/project/horario)\n\n\u003cimg alt=\"Logo\" align=\"right\" height=\"220\"\n   src=\"https://github.com/AChep/horario/raw/master/extras/ic_launcher_web.png\" /\u003e\n\n*Are you a student?*\n\nHorario app is a beautiful Material Design app, which helps you to manage your classes and exams in the most convenient way. Fill your timetable once and it will be with you wherever you go, because of sync across all your Android devices. Notifications won’t let you forget about your homework and exams.\n\n - **[Help us to translate it](https://crowdin.com/project/horario)** _(even a short look would be helpful)_\n - **[Contibution rules](https://github.com/AChep/horario/blob/master/CONTRIBUTING.md)** _(in cause you are a software engineer)_\n\n\u003ca href=\"https://blockr.io/address/info/1GYj49ZnMByKj2f6p7r4f92GQi5pR6BSMz\"\u003e\n  \u003cimg alt=\"Bitcoin wallet: 1GYj49ZnMByKj2f6p7r4f92GQi5pR6BSMz\" vspace=\"28\" hspace=\"20\"\n       src=\"https://github.com/AChep/horario/raw/master/extras/btn_bitcoin.png\" /\u003e\n\u003c/a\u003e \u003ca href=\"http://goo.gl/UrecGo\"\u003e\n  \u003cimg alt=\"PayPal\" vspace=\"28\"\n       src=\"https://github.com/AChep/horario/raw/master/extras/btn_paypal.png\" /\u003e\n\u003c/a\u003e\n\nReport a bug or request a feature\n----------------\nBefore creating a new issue please make sure that same or similar issue is not already created by checking [open issues][2] and [closed issues][3] *(please note that there might be multiple pages)*. If your issue is already there, don't create a new one, but leave a comment under already existing one.\n\nChecklist for creating issues:\n\n- Keep titles short but descriptive.\n- For feature requests leave a clear description about the feature with examples where appropriate.\n- For bug reports leave as much information as possible about your device, android version, etc.\n- For bug reports also write steps to reproduce the issue.\n\n[Create new issue][1]\n\nCreating your Horario\n----------------\nWe welcome all developers to use our source code to create applications on our platform.\nThere are several things we require from **all developers** for the moment:\n\n1. Please **do not** use the name Horario for your app — or make sure your users understand that it is unofficial.\n2. Kindly **do not** use our standard logo as your app's logo.\n3. Please remember to read and follow the [license][4].\n\nVersioning\n----------------\nFor transparency in a release cycle and in striving to maintain backward compatibility, a project should be maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we should adhere to these rules whenever possible.\n\nReleases will be numbered with the following format: `\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e` and constructed with the following guidelines:\n- Breaking backward compatibility bumps the major while resetting minor and patch\n- New additions without breaking backward compatibility bumps the minor while resetting the patch\n- Bug fixes and misc changes bumps only the patch\n\nFor more information on SemVer, please visit http://semver.org/.\n\nBuild\n----------------\nClone the project and come in:\n\n``` bash\n$ git clone git://github.com/AChep/horario.git\n$ cd horario/\n```\n\nRepository doesn't include `app/release.properties`, `app/release-key.keystore` and `app/google-services.json` so you have to create them manually before building project.\n\n##### app/release-key.keystore\nCheck out this answer [\"How can I create a keystore?\"](http://stackoverflow.com/a/15330139/1408535)\n##### app/release.properties\nThe structure of the file:\n```\nkey_alias=****\nkey_google_play_public=****\npassword_store=****\npassword_key=****\n```\n| Key | Description |\n| --- | --- |\n| `key_alias` | Key alias used to generate keystore  |\n| `key_google_play_public` | Google Play license key (may be random string.)   |\n| `password_store` | Your keystore password |\n| `password_key` | Your alias key password |\n##### app/google-services.json\nGenerate one in [Google Developers console](https://console.developers.google.com)\n\n\n[1]: https://github.com/AChep/horario/issues/new\n[2]: https://github.com/AChep/horario/issues?state=open\n[3]: https://github.com/AChep/horario/issues?state=closed\n[4]: https://github.com/AChep/horario/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachep%2Fhorario","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachep%2Fhorario","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachep%2Fhorario/lists"}