Pocket Casts 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Pocket Casts 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Pocket Casts 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MPL-2.0
操作系统 Android
软件类型 开源软件
所属分类 应用工具多媒体工具
开源组织
地区 不详
投 递 者 Alias_Travis
适用人群 未知
收录时间 2022-10-21

软件简介

Pocket Casts 是最知名、功能最强大的播客平台之一,Pocket Casts 归属于 Automattic,后者还拥有 WordPress 和 Tumblr。此次开源的是 Pocket Casts 的移动端应用(iOS 和 Android)。

构建说明(Android)

  1. 确保已安装 Android Studio
  2. 在 Android Studio 中,从本地存储库中打开项目。
  3. 转到工具 → 设备管理器并创建一个模拟设备。
  4. 转到运行 → 编辑配置... 并创建一个 Android App 配置。
  5. 选择模块 “pocketcasts-android.app.main”。
  6. 运行

构建和测试(Android)

从命令行构建、安装和测试项目:

$ ./gradlew :app:assembleDebugProd          # assemble the debug .apk
$ ./gradlew :app:installDebugProd           # install the debug .apk to a connected device
$ ./gradlew :app:testDebugUnitTest          # assemble, install and run unit tests
$ ./gradlew :app:connectedDebugAndroidTest  # assemble, install and run Android tests

目录结构(Android)

.
├── app                    # Mobile app
├── automotive             # Automotive app
├── modules
│   ├── features
│   │   ├── account        # Create account and sign in pages.
│   │   ├── cartheme       # Automotive resources needed for the account pages.
│   │   ├── discover       # Discover section.
│   │   ├── filters        # Filters section.
│   │   ├── navigation     # Navigation utilities.
│   │   ├── player         # Full screen player
│   │   ├── podcasts       # Podcasts section.
│   │   ├── profile        # Profile section.
│   │   ├── search         # Search pages.
│   │   └── settings       # Settings pages.
│   └── services
│       ├── compose        # Shared Compose code.
│       ├── images         # Image resources.
│       ├── localization   # Contains the strings in English and localized strings from GlotPress. 
│       ├── model          # The database logic and entities. Also transfer objects required which aren't stored in the database.
│       ├── preferences    # Stores the user preferences and configuration settings.
│       ├── repositories   # Provides accessing to the data from the 'servers' and 'model' modules.
│       ├── servers        # Provides the network calls to the servers. The UI layer should access these through the 'repositories' module.
│       ├── ui             # Shared UI code for the 'compose' and 'views' modules. This includes the themes.
│       ├── utils          # Utility classes.
│       └── views          # Shred Only the old views code.

设置(iOS)

需要安装 Bundler:

gem install bundler

接下来,需要使用此脚本安装 CocoaPods 和 FastLane 所需的所有依赖项:

make install_dependencies

外部贡献者

如果你是外部贡献者,请运行 make external_contributor。之后就应该能够构建和运行该项目。

运行(iOS)

打开 .xcworkspace 文件,选择 Pocket Casts 项目和要在其上运行的模拟器设备,然后点击 play 按钮。

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2022/10/22 08:26

知名播客应用 Pocket Casts 开源

不知道我们的用户群体里有多少人有收听播客(Podcast)的习惯,但如果你恰好是播客爱好者,那你一定听过 Pocket Casts,它可以说是最老牌的播客应用之一了,与 Overcast 和 Castro 组成了播客领域的 “三巨头”。 Pocket Casts 本身的背景也不简单,其母公司为 Automattic,后者还拥有 WordPress 和 Tumblr。 我们非常高兴和自豪地宣布,Pocket Casts 移动应用程序现在已经开源了。 近日 Pocket Casts 官方发出公告,表示他们的...

0
6
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
6 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部