{"id":21748332,"url":"https://github.com/surfstudio/surfandroidstandard","last_synced_at":"2025-04-09T11:09:30.349Z","repository":{"id":33385421,"uuid":"139034657","full_name":"surfstudio/SurfAndroidStandard","owner":"surfstudio","description":"Фреймворк для разработки android приложений студии Surf","archived":false,"fork":false,"pushed_at":"2024-09-13T13:06:37.000Z","size":32725,"stargazers_count":244,"open_issues_count":5,"forks_count":32,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-04-02T10:11:54.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://surf.ru/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/surfstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security/README.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-28T15:10:00.000Z","updated_at":"2025-03-03T11:06:48.000Z","dependencies_parsed_at":"2025-01-14T11:19:45.731Z","dependency_job_id":null,"html_url":"https://github.com/surfstudio/SurfAndroidStandard","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surfstudio%2FSurfAndroidStandard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surfstudio%2FSurfAndroidStandard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surfstudio%2FSurfAndroidStandard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surfstudio%2FSurfAndroidStandard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surfstudio","download_url":"https://codeload.github.com/surfstudio/SurfAndroidStandard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027406,"owners_count":21035594,"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-11-26T08:13:06.407Z","updated_at":"2025-04-09T11:09:30.325Z","avatar_url":"https://github.com/surfstudio.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# (Deprecated) Surf Android Standard\n\n[![Android Arsenal][android_arsenal_icon]][android_arsenal_link]\n[![Build Status][build_status_icon]][build_status_link]\n[![License][license_icon]][license_link]\n\n## Развитие приостановлено. Наши новые наработки [тут](https://github.com/surfstudio/surf-compose)\n\n### Текущая версия артефактов стабильна. Выпуск новых релизов не планируется\n\nФреймворк для разработки android приложений [студии Surf](https://www.surf.ru/). \nСодержит модули и стандарты разработки, с помощью которых можно построить качественное приложение\nв короткие сроки.\n\n**[Стандарты разработки приложений в Surf][docs]**\n\n**[Список компонентов][components]**\n\n[Telegram чат](https://t.me/surf_android)\n\n## **Использование**\n\nbuild.gradle(root)\n```groovy\nallprojects {\n    repositories {\n        maven { url 'https://artifactory.surfstudio.ru/artifactory/libs-release-local' }\n    }\n}\n```\n\nbuild.gradle(app)\n```groovy\ndependencies {\n    implementation \"ru.surfstudio.android:%ARTIFACT-ID-HERE%:%VERSION-HERE\"\n}\n```\n\nАктуальные версии можно посмотреть:\n- в [maven central](https://search.maven.org/search?q=surfstudio) для стабильных артефактов\n- в [артифактори](https://artifactory.surfstudio.ru/artifactory/libs-release-local/ru/surfstudio/android/) для нестабильных артефактов\n\nСписок всех компонентов [здесь][components]. \n\n## License\n```\n  Copyright (c) 2018-present, SurfStudio LLC.\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n```\n\n[docs]: docs/main.md\n[components]: docs/components.md\n\n[build_status_link]: https://jenkins.surfstudio.ru/view/Projects/view/Android_Standard/job/Android_Standard_Dev_Deploy/lastBuild/\n[build_status_icon]: https://jenkins.surfstudio.ru/buildStatus/icon?job=Android_Standard_Dev_Deploy/\n\n[license_link]: http://www.apache.org/licenses/LICENSE-2.0\n[license_icon]: https://img.shields.io/badge/license-Apache%202-blue\n\n[android_arsenal_link]: https://android-arsenal.com/details/1/7290\n[comment]: # (В следующих версиях нужно заменить на ссылку на иконку реального статуса)\n[android_arsenal_icon]: https://img.shields.io/badge/Android%20Arsenal-SurfAndroidStandard-green.svg?style=flat\n\n[build_version_link]: https://bintray.com/surf/maven\n[comment]: # (В следующих версиях нужно заменить на ссылку на иконку реального статуса)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurfstudio%2Fsurfandroidstandard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurfstudio%2Fsurfandroidstandard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurfstudio%2Fsurfandroidstandard/lists"}