{"id":20187495,"url":"https://github.com/wordpress-mobile/persistentedittext-android","last_synced_at":"2025-08-07T09:32:44.258Z","repository":{"id":24313981,"uuid":"27710024","full_name":"wordpress-mobile/PersistentEditText-Android","owner":"wordpress-mobile","description":"Android EditText subclass with persistence","archived":false,"fork":false,"pushed_at":"2021-12-03T03:56:40.000Z","size":71,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-01-13T18:23:11.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wordpress-mobile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPL","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-08T10:39:32.000Z","updated_at":"2022-11-25T05:57:55.000Z","dependencies_parsed_at":"2022-08-02T16:45:11.717Z","dependency_job_id":null,"html_url":"https://github.com/wordpress-mobile/PersistentEditText-Android","commit_stats":null,"previous_names":["wordpress-mobile/persistentedittext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordpress-mobile%2FPersistentEditText-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordpress-mobile%2FPersistentEditText-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordpress-mobile%2FPersistentEditText-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wordpress-mobile%2FPersistentEditText-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wordpress-mobile","download_url":"https://codeload.github.com/wordpress-mobile/PersistentEditText-Android/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622613,"owners_count":19992504,"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-14T03:24:20.196Z","updated_at":"2025-03-03T07:11:31.434Z","avatar_url":"https://github.com/wordpress-mobile.png","language":"Java","readme":"# PersistentEditText\n\nPersistentEditText is a subclass of the EditText widgets that helps you saving and retrieving user entered text.\n\n## Example Usage\n\nYou can add it as a library in your build.gradle file. PersistentEditText is hosted on the maven central repository. For instance:\n\n    dependencies {\n        // use the latest 1.x version\n        compile 'org.wordpress:persistentedittext:1.+'\n    }\n\nSample usage:\n\n    \u003corg.wordpress.persistentedittext.PersistentEditText\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:id=\"@+id/my_id\"\n        app:persistenceEnabled=\"true\"/\u003e\n\n## Hack it\n\n### Directory structure\n\n\t|-- PersistentEditText\n\t|   |-- build.gradle      # main build file\n\t|   `-- src\n\t|       |-- androidTest   # tests\n\t|       `-- main          # main code and resources\n\t|-- README.md\n\t|-- local.properties\n\t`-- settings.gradle\n\n### Build\n\n* Setup\n\nCreate your `local.properties` file or copy it from another project, then you can generate the aar file:\n\n\t$ echo \"sdk.dir=YOUR_SDK_DIR\" \u003e local.properties\n\n* Build\n\n    $ ./gradlew build\n\n* Publish to bintray:\n\n```\n$ ./gradlew assemble publishToMavenLocal bintrayUpload -PbintrayUser=XXX -PbintrayKey=XXX -PdryRun=false\n```\n\n## Apps that use this library\n\n* [WordPress for Android][1]\n\n## LICENSE\n\nThis library is dual licensed unded MIT and GPL v2.\n\n## CHANGELOG\n\n### 1.0\n\n* Initial release\n\n[1]: https://github.com/wordpress-mobile/WordPress-Android\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordpress-mobile%2Fpersistentedittext-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwordpress-mobile%2Fpersistentedittext-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwordpress-mobile%2Fpersistentedittext-android/lists"}