{"id":18307413,"url":"https://github.com/devgeeks/privacyscreenplugin","last_synced_at":"2025-04-04T22:09:17.219Z","repository":{"id":18754713,"uuid":"21967024","full_name":"devgeeks/PrivacyScreenPlugin","owner":"devgeeks","description":"Cordova / PhoneGap plugin that secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.","archived":false,"fork":false,"pushed_at":"2024-02-23T19:29:22.000Z","size":40,"stargazers_count":102,"open_issues_count":32,"forks_count":149,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-28T21:08:56.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/devgeeks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-07-18T03:55:01.000Z","updated_at":"2024-05-08T02:01:00.000Z","dependencies_parsed_at":"2024-06-19T05:26:40.380Z","dependency_job_id":"45fc0fd2-c143-48ee-a75d-c78577005e2c","html_url":"https://github.com/devgeeks/PrivacyScreenPlugin","commit_stats":{"total_commits":44,"total_committers":5,"mean_commits":8.8,"dds":0.4545454545454546,"last_synced_commit":"6ab8fa237103da37359d5c381b824990909095a8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2FPrivacyScreenPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2FPrivacyScreenPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2FPrivacyScreenPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2FPrivacyScreenPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgeeks","download_url":"https://codeload.github.com/devgeeks/PrivacyScreenPlugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256115,"owners_count":20909240,"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-05T16:04:11.432Z","updated_at":"2025-04-04T22:09:17.203Z","avatar_url":"https://github.com/devgeeks.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"### NOTE: This plugin is NOT being actively maintained. I no longer work on Cordova/PhoneGap plugins and it is essentially abandonware. Please feel free to fork it and update it if you need to.\n\nPrivacyScreenPlugin\n==================\n\nBoth iOS (as of iOS 7) and Android have app switchers that display a screenshot of your app.\n\nThis is a lovely feature for most apps, but if your app displays sensitive information this is a possible privacy risk.\n\nThis plugin flags your app so that it doesn't show your users' sensitive data in the task switcher. It sets the [FLAG_SECURE](http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE) flag in Android (which also prevents manual screenshots from being taken) and hides the window in iOS.\n\nOn iOS this plugin will try to show your splashscreen in the app switcher. It will search for splashscreens prefixed by `Default` or the value of the key `UILaunchImageFile` in your .plist file.\nIf it fails to find a splashscreen for a specific device or orientation (portrait or landscape), a black screen is shown instead.\n\nInstallation\n------------\n\nFor Cordova 3.x.x:\n\n1. To add this plugin just type: `cordova plugin add cordova-plugin-privacyscreen` or `phonegap local plugin add cordova-plugin-privacyscreen`\n2. To remove this plugin type: `cordova plugin remove cordova-plugin-privacyscreen` or `phonegap local plugin remove cordova-plugin-privacyscreen`\n\nUsage:\n------\n\nThis plugin exposes no interface, it simply sets your app to be private. You don't need to do anything except install the plugin.\n\nTest this plugin on a real device because the iOS simulator (7.1 at least) does a poor job hiding your app.\n\n## License\n\nThe MIT License\n\nCopyright (c) 2016 Tommy-Carlos Williams (http://github.com/devgeeks)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Fprivacyscreenplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgeeks%2Fprivacyscreenplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Fprivacyscreenplugin/lists"}