{"id":15108622,"url":"https://github.com/tonnyl/paperplane","last_synced_at":"2025-04-12T18:38:56.979Z","repository":{"id":107360859,"uuid":"54212355","full_name":"TonnyL/PaperPlane","owner":"TonnyL","description":"📚 PaperPlane - An Android reading app, including articles from Zhihu Daily, Guokr Handpick and Douban Moment. ","archived":false,"fork":false,"pushed_at":"2018-06-06T12:35:41.000Z","size":17162,"stargazers_count":1139,"open_issues_count":3,"forks_count":277,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-10-29T20:32:55.669Z","etag":null,"topics":["coroutines","douban","douban-moment","guokr","guokr-handpick","kotlin","kotlin-android","kotlin-coroutines","mvp","mvp-architecture","paperplane","zhihu","zhihu-daily"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonnyL.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}},"created_at":"2016-03-18T15:35:45.000Z","updated_at":"2024-10-24T18:37:10.000Z","dependencies_parsed_at":"2023-05-17T05:12:25.812Z","dependency_job_id":null,"html_url":"https://github.com/TonnyL/PaperPlane","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FPaperPlane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FPaperPlane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FPaperPlane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2FPaperPlane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonnyL","download_url":"https://codeload.github.com/TonnyL/PaperPlane/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070927,"owners_count":20878586,"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":["coroutines","douban","douban-moment","guokr","guokr-handpick","kotlin","kotlin-android","kotlin-coroutines","mvp","mvp-architecture","paperplane","zhihu","zhihu-daily"],"created_at":"2024-09-25T22:20:23.122Z","updated_at":"2025-04-03T20:12:02.338Z","avatar_url":"https://github.com/TonnyL.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paper Plane\r\n\r\n[![Build Status](https://travis-ci.org/TonnyL/PaperPlane.svg?branch=master)](https://travis-ci.org/TonnyL/PaperPlane)\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\t\u003cimg src=\"./art/ic_launcher-web.png\" width=\"128\" alt=\"logo\"\u003e\r\n\u003c/div\u003e\r\n\r\nPaper Plane is an Android reading app containing articles from [Zhihu Daily](https://daily.zhihu.com/), [Guokr Handpick](http://www.guokr.com/mobile/) and [Douban Moment](https://moment.douban.com/app/). The project is built on [MVP architecture](https://github.com/googlesamples/android-architecture/tree/todo-mvp/) and designed with [Material Design](https://material.io/) style.\r\n\r\n## Screenshots\r\n| Timeline    | Favorites    | Info | Details |\r\n| :-------------: | :-------------: |:-------------: | :-------------: |\r\n| ![Timeline](./art/timeline.png) | ![Favorites](./art/favorites.png) | ![Info](./art/info.png) | ![Details](./art/details.png) |\r\n\r\n## Build\r\nTo open this project in Android Studio, begin by checking out of the branches, and then open the `PaperPlane/` dictionary in Android Studio. The following series of steps illustrate how to open the `PaperPlane` branch.\r\n\r\nClone the repository:\r\n\r\n```\r\ngit clone https://github.com/TonnyL/PaperPlane.git\r\n```\r\n\r\nOpen the `PaperPlane/` directory in Android Studio.\r\n\r\n## Google Play\r\n[\u003cimg src=\"./art/google_play_badge.png\" alt=\"Google Play Badge\" height=\"80\"\u003e](https://play.google.com/store/apps/details?id=com.marktony.zhihudaily)\r\n\r\n## Libraries\r\n| Library     | Intro     |\r\n| :------------- | :------------- |\r\n| [Android Support Libraries](https://developer.android.com/topic/libraries/support-library/index.html) | The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of utilities that apps can draw on. |\r\n| [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) | Library support for Kotlin coroutines |\r\n| [Glide](https://github.com/bumptech/glide) | An image loading and caching library for Android focused on smooth scrolling. |\r\n| [Gson](https://github.com/google/gson) | A Java serialization/deserialization library that can convert Java Objects into JSON and back. |\r\n| [Kotlin](https://github.com/JetBrains/kotlin) | The Kotlin Programming Language |\r\n| [MaterialDateTimePicker](https://github.com/wdullaer/MaterialDateTimePicker) | Pick a date or time on Android in style. |\r\n| [Retrofit](https://github.com/square/retrofit) | Type-safe HTTP client for Android and Java by Square, Inc. |\r\n| [Room](https://developer.android.com/topic/libraries/architecture/room.html) | Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. |\r\n\r\n## Contributions\r\n`Paper Plane` is a fully open sourced project. If you find a bug or want new features, do not hesitate to open an issue or create a pull request. Read the [CONTRIBUTION_GUIDELINES](CONTRIBUTION_GUIDELINES.md) for more detailed information.\r\n\r\nThere is an entry in the app for the [GitHub Contributors page](https://github.com/TonnyL/PaperPlane/graphs/contributors).\r\n\r\n## Thanks to\r\n[wbinarytree](https://github.com/wbinarytree)\r\n\r\n## License\r\nPaperPlane is under an Apache2.0 license. See the [LICENSE](LICENSE) for more info.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonnyl%2Fpaperplane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonnyl%2Fpaperplane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonnyl%2Fpaperplane/lists"}