{"id":17694946,"url":"https://github.com/hbmartin/android-studio-sharedprefs-from-data-class","last_synced_at":"2025-03-12T22:33:04.232Z","repository":{"id":147080620,"uuid":"291340660","full_name":"hbmartin/android-studio-sharedprefs-from-data-class","owner":"hbmartin","description":"Android Studio plugin to generate Shared Prefs reader / writer class based on Kotlin data class fields","archived":true,"fork":false,"pushed_at":"2022-11-10T20:18:39.000Z","size":371,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-13T11:52:32.848Z","etag":null,"topics":["android","android-studio","android-studio-plugin","intellij-plugin","kotlin","kotlin-android","sharedpreferences"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/14970-kotlin-data-class-to-sharedpreferences/","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/hbmartin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.html","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":"2020-08-29T20:03:17.000Z","updated_at":"2024-01-03T21:03:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"774d4ac4-ca43-4c54-8999-3aa7fe13b67f","html_url":"https://github.com/hbmartin/android-studio-sharedprefs-from-data-class","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fandroid-studio-sharedprefs-from-data-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fandroid-studio-sharedprefs-from-data-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fandroid-studio-sharedprefs-from-data-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbmartin%2Fandroid-studio-sharedprefs-from-data-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbmartin","download_url":"https://codeload.github.com/hbmartin/android-studio-sharedprefs-from-data-class/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307049,"owners_count":20270253,"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-studio","android-studio-plugin","intellij-plugin","kotlin","kotlin-android","sharedpreferences"],"created_at":"2024-10-24T13:50:35.169Z","updated_at":"2025-03-12T22:33:04.207Z","avatar_url":"https://github.com/hbmartin.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Data Class to SharedPreferences plugin for Android Studio\nAndroid Studio plugin to generate SharedPreferences reader / writer class based on Kotlin data class fields\n\n# This plugin has been sunset and will receive no future updates. Please use [Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) instead.\n\n\u003cimg src=\"media/demo.gif\" /\u003e\n\n## Installation \u0026 Usage\n1. Download from the [release page](https://github.com/hbmartin/android-studio-sharedprefs-from-data-class/releases), search for \"Kotlin Data Class to SharedPreferences\" in Preferences \u003e Plugins, or visit the [plugin listing page](https://plugins.jetbrains.com/plugin/14970-kotlin-data-class-to-sharedpreferences/)\n\n2. Place your cursor inside a data class, bring up the generator menu (command-N or control-return usually), and choose \"Generate SharedPrefs\"\n\n3. 🚀\n\n## Contributing\n\n* [PRs](https://github.com/hbmartin/android-studio-sharedprefs-from-data-class/pulls) and [bug reports / feature requests](https://github.com/hbmartin/android-studio-sharedprefs-from-data-class/issues) are all welcome!\n* This project is linted with [ktlint](https://github.com/pinterest/ktlint) via [ktlint-gradle](https://github.com/JLLeitschuh/ktlint-gradle/tags) and performs static analysis with [detekt](https://github.com/detekt/detekt)\n* Treat other people with helpfulness, gratitude, and consideration! See the [Android SE CoC](https://android.stackexchange.com/conduct)\n\n## Authors\n\n* [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail\n* Significant inspiration drawn from [android-parcelable-intellij-plugin-kotlin by nekocode](https://plugins.jetbrains.com/plugin/8086-parcelable-code-generator-for-kotlin-)\n\n## License\n\nMIT License\n\nCopyright (c) Harold Martin 2020\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbmartin%2Fandroid-studio-sharedprefs-from-data-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbmartin%2Fandroid-studio-sharedprefs-from-data-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbmartin%2Fandroid-studio-sharedprefs-from-data-class/lists"}