{"id":21456158,"url":"https://github.com/cworld1/notie","last_synced_at":"2025-07-15T00:31:00.834Z","repository":{"id":211606240,"uuid":"729564762","full_name":"cworld1/notie","owner":"cworld1","description":"Android note App complies with Material You specifications, developed using Java.","archived":false,"fork":false,"pushed_at":"2024-01-25T17:46:41.000Z","size":1151,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-25T18:56:48.652Z","etag":null,"topics":["android","java","notes","notes-app"],"latest_commit_sha":null,"homepage":"","language":"Java","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/cworld1.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}},"created_at":"2023-12-09T16:22:05.000Z","updated_at":"2024-01-22T23:34:25.000Z","dependencies_parsed_at":"2023-12-19T14:54:19.065Z","dependency_job_id":"8ded197b-429c-4a50-b047-7a7cdba8c50a","html_url":"https://github.com/cworld1/notie","commit_stats":null,"previous_names":["cworld1/notie"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fnotie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fnotie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fnotie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fnotie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cworld1","download_url":"https://codeload.github.com/cworld1/notie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226002957,"owners_count":17558157,"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","java","notes","notes-app"],"created_at":"2024-11-23T05:14:36.815Z","updated_at":"2024-11-23T05:14:37.235Z","avatar_url":"https://github.com/cworld1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notie\r\n\r\n[![GitHub stars](https://img.shields.io/github/stars/cworld1/notie?style=flat-square)](https://github.com/cworld1/notie/stargazers)\r\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cworld1/notie?label=commits\u0026style=flat-square)](https://github.com/cworld1/notie/commits)\r\n[![Release version](https://img.shields.io/github/v/release/cworld1/notie?style=flat-square)](https://github.com/cworld1/notie/releases/latest)\r\n[![GitHub license](https://img.shields.io/github/license/cworld1/notie?style=flat-square)](https://github.com/cworld1/notie/blob/main/LICENSE)\r\n\r\nAndroid note App complies with Material You specifications, developed using Java.\r\n\r\n| Screenshot                       | Screenshot                     |\r\n| -------------------------------- | ------------------------------ |\r\n| ![Multi select](./src/app-2.png) | ![App drawer](./src/app-3.png) |\r\n| ![Settings](./src/settings.png)  | ![Note info](./src/note-2.png) |\r\n\r\n![App wide dark screen](src/app-wide-dark.png)\r\n\r\n![Note wide dark screen](src/note-wide-dark.png)\r\n\r\n![Edit wide dark screen](src/edit-wide-dark.png)\r\n\r\n## Download\r\n\r\nSee the releases.\r\n\r\n[![Download](https://user-images.githubusercontent.com/74561130/137598555-649c77c7-1719-4aa3-8017-8b41283de730.png)](https://github.com/cworld1/notie/releases/latest)\r\n\r\n## Local Development\r\n\r\nEnvironment requirements:\r\n\r\n- [SDK](https://developer.android.com/tools/releases/platforms): Android 14.0 (\"UpsideDownCake\")\r\n\r\n  - Android SDK Platform 34\r\n  - Sources for Android 34\r\n  - Google APls Intel x86_64 Atom System Image\r\n\r\n- [Android Gradle Plugin Version](https://developer.android.com/build/agp-upgrade-assistant): 8.1.4\r\n\r\n- Gradle Version: 8.0\r\n\r\n### 1. Clone the repository\r\n\r\n```shell\r\ngit clone https://github.com/cworld1/notie.git\r\ncd notie\r\n```\r\n\r\n### 2. Open the code using Android Studio\r\n\r\n```shell\r\nstudio64 .\r\n```\r\n\r\n## Contributions\r\n\r\nTo spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.\r\n\r\n### Be consistent\r\n\r\nIf the style guide is not explicit about a particular situation, the cardinal rule is to **be consistent**. For example, take a look at the surrounding code and follow its lead, or look for similar cases elsewhere in the codebase.\r\n\r\n### Java\r\n\r\nFollow the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html).\r\n\r\n### XML\r\n\r\n- 2 space indentation\r\n- Resource naming (including IDs) is `lowercase_with_underscores`\r\n- Attribute ordering:\r\n  1.  `xmlns:android`\r\n  2.  other `xmlns:`\r\n  3.  `android:id`\r\n  4.  `style`\r\n  5.  `android:layout_` attributes\r\n  6.  `android:padding` attributes\r\n  7.  other `android:` attributes\r\n  8.  `app:` attributes\r\n  9.  `tool:` attributes\r\n\r\n## Thanks\r\n\r\n- [Android Developer Document](https://developer.android.com/)\r\n- [Google Fonts Icons](https://fonts.google.com/icons)\r\n- [Material Design](https://m3.material.io/)\r\n- [Markwon](https://github.com/noties/Markwon)\r\n\r\n## License\r\n\r\nThis project is licensed under the GPL 3.0 License.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fnotie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcworld1%2Fnotie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fnotie/lists"}