{"id":21683821,"url":"https://github.com/1312inc/webasyst-x-android","last_synced_at":"2025-06-25T10:34:19.887Z","repository":{"id":104402435,"uuid":"289607475","full_name":"1312inc/Webasyst-X-Android","owner":"1312inc","description":"Simple Android boilerplate app that authenticates users via Webasyst ID and connects to Blog, Site, and Shop-Script server apps APIs. A handy starter kit for developing custom native Android client apps for just any Webasyst server-side setup.","archived":false,"fork":false,"pushed_at":"2023-07-04T13:32:08.000Z","size":1111,"stargazers_count":2,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T07:51:48.968Z","etag":null,"topics":["android","android-application","android-studio","boilerplate-application","kotlin-extension","webasyst"],"latest_commit_sha":null,"homepage":"https://developers.webasyst.com/","language":"Kotlin","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/1312inc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-23T03:19:26.000Z","updated_at":"2023-07-04T09:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"aee861f3-e6b8-4cd6-a0c3-b01495b6d87b","html_url":"https://github.com/1312inc/Webasyst-X-Android","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/1312inc/Webasyst-X-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1312inc%2FWebasyst-X-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1312inc%2FWebasyst-X-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1312inc%2FWebasyst-X-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1312inc%2FWebasyst-X-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1312inc","download_url":"https://codeload.github.com/1312inc/Webasyst-X-Android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1312inc%2FWebasyst-X-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261852955,"owners_count":23219770,"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-studio","boilerplate-application","kotlin-extension","webasyst"],"created_at":"2024-11-25T16:13:39.717Z","updated_at":"2025-06-25T10:34:19.880Z","avatar_url":"https://github.com/1312inc.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webasyst-X-Android\n\n![webasyst-x-android-ru-v1-showcase-dev](https://user-images.githubusercontent.com/889083/117459691-5b5f0680-af54-11eb-9d3b-e7c79e4e66ac.jpg)\n\nSimple native boilerplate Android app that authenticates users via Webasyst ID and enables direct access to all linked Webasyst accounts APIs.\n\n## Running the example app with Android Studio\n\n1. Clone this repository\n\n2. Create new file `webasyst.properties` in repository root:\n```\nwebasyst.x.client_id=\"YOUR_WEBASYSTID_APP_CLIENT_ID_HERE\"\nwebasyst.x.host=\"https://www.webasyst.com\"\n```\nGet your Webasyst ID auth client id here: https://www.webasyst.com/my/waid/apps/\n\n3. Install Android Studio as described in https://developer.android.com/studio/install\n\n4. In Android Studio choose file -\u003e open and navigate to project directory.\n\n5. Detailed manual on running an app on the Android Emulator can be found here: https://developer.android.com/studio/run/emulator\n\n## Project structure\n\nThe project has a main module `webasyst-x` that provides the core structure of the sample Android application.\nAlso have the following gradle submodules:\n\n### `auth`\n\nThe module contains on-boarding screens (intro) and activity for authorization. Implemented methods of authorization by password, by phone number, by QR Code. Also implemented is an express connection of the WAID-user to the installation using a QR Code.\n\n### `barcode`\n\nUse this module if you need to login and connect users by QR Code.\n\n### `common`\n\nСommon utility classes, functions and resources.\n\n### `i18n`\n\nString resources of the whole project (incl. submodules). See [note for translators](#note-for-translators)\n\n### `installations`\n\nA key module that allows you to get information about the user's installations. Contains both data layer objects and interface elements that allow the user to switch between installations.\n\n### `pin_code`\n\nUse this module if you need to protect sensitive user data. Call `PinCodeStore.hasPinCode()` or `PinCodeStore.hasPinCodeWithTime()` in `onResume()` of the corresponding activity or fragment.\n\n### `profile_editor`\n\nAdds user profile editing features.\n\n## Note for translators\n\nString resources are located in `/webasyst-x/i18n/src/main/res/values[-lang[-rREGION]]`\nwhere `lang` is two-letter ISO 639-1 language code\nand `REGION` is two letter ISO 3166-1-alpha-2 region code (note the lowercase r).\n\nAndroid selects resources based on the system locale. If it fails to locate appropriate\nresources, it falls back to default (`res/values/`)\n\nFor details, follow the link https://developer.android.com/guide/topics/resources/localization\n\nFor details on string resource format, follow the link https://developer.android.com/guide/topics/resources/string-resource\n\n## Сreate your own application based on the example application\n\n1. Change unique application ID in the main module build.gradle file. More about application ID here: https://developer.android.com/build/configure-app-module\n\n2. Change the package attribute of the main `Manifest.xml` file and change the package name in all source files.\n\n3. Change application name in the string resources.\n\n4. Change `app_redirect_scheme` in string resources. It is recommended that you specify a package name or your web domain (in reverse domain name notation)\n\n5. Modify the source code at your own discretion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1312inc%2Fwebasyst-x-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1312inc%2Fwebasyst-x-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1312inc%2Fwebasyst-x-android/lists"}