{"id":18098511,"url":"https://github.com/danieloneill/fauxn","last_synced_at":"2026-01-20T01:23:16.350Z","repository":{"id":89578047,"uuid":"417244279","full_name":"danieloneill/Fauxn","owner":"danieloneill","description":"QML implementation of a \"mock\" Android phone.","archived":false,"fork":false,"pushed_at":"2021-10-14T19:02:01.000Z","size":1866,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T10:18:51.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"QML","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/danieloneill.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}},"created_at":"2021-10-14T18:39:16.000Z","updated_at":"2022-03-07T15:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e9740c5-2acd-418a-aa10-435039521d51","html_url":"https://github.com/danieloneill/Fauxn","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/danieloneill%2FFauxn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2FFauxn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2FFauxn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieloneill%2FFauxn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieloneill","download_url":"https://codeload.github.com/danieloneill/Fauxn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430976,"owners_count":20937876,"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-31T20:11:34.684Z","updated_at":"2026-01-20T01:23:16.310Z","avatar_url":"https://github.com/danieloneill.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fauxn\nQML implementation of a \"mock\" Android phone.\n\n![Example GIF](example.gif)\n\nContents of phone are passed via **contents** property as a **Component**:\n\n```qml\nimport QtQuick 2.15\n\nWindow {\n    width: 900\n    height: 900\n    title: 'Fauxn'\n\n    Fauxn {\n        id: fauxn\n        anchors.centerIn: parent\n        contents: Item {\n            Image {\n                source: fauxn.landscape ? 'example_landscape.png' : 'example_portrait.png'\n                fillMode: Image.Pad\n                anchors.centerIn: parent\n                width: sourceSize.width\n                height: sourceSize.height\n            }\n        }\n    }\n}\n```\n\nThis is tested against Qt 6.2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieloneill%2Ffauxn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieloneill%2Ffauxn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieloneill%2Ffauxn/lists"}