Skip to content

terrychang17/AndroidAPS

 
 

Repository files navigation

AAPS

Support Server

CircleCI Crowdin Documentation Status codecov

DEV: CircleCI codecov

Bitcoin Icon

3KawK8aQe48478s6fxJ8Ms6VTWkwjgr9f2

如何支持此项目?

软件遵循GPL V3协议,是完全开源免费的,但开发者写代码、维护需要投入大量时间精力。 大家的支持是项目得以延续的动力。 支持原版请从上方英文链接捐助。 支持码农哥加的功能,请点击以下链接或者扫码。

Donation

https://afdian.net/a/manong

How to Build

如何编译

If your are familiar with Android development:

  • Fork this repository.
  • Replace keystore/demokeystore.jks with your own key store file.
  • Add below secrets in the Actions secrets and variables settings of your repository.
    Screenshot of Actions secrets
    KEY_ALIAS: Key alais of your key store file. KEY_PASSWORD: key password of your key store file. STORE_FILE: Path of your key store file in your repository. STORE_PASSWORD: Store password of your key store file.
  • Trigger build in Github Actions
  • Download the aaps.zip file in Artifacts

如果你熟悉安卓开发:

  • 克隆此代码仓库到你自己的Github账号
  • 用你自己的安卓签名文件替换你克隆的仓库中的keystore/demokeystore.jks
  • 在你克隆的仓库设置中的 Actions secrets and variables 选项中添加如下秘密环境变量:
    Screenshot of Actions secrets
    KEY_ALIAS: 你的安卓签名文件的key alias。 KEY_PASSWORD: 你的安卓签名文件的key密码。 STORE_FILE: 你的安卓签名文件的路径。 STORE_PASSWORD: 你的安卓签名文件的store密码。
  • 在Github Actions中触发编译
  • 下载Artifacts中的编译产物aaps.zip

If your are NOT familiar with Android development:

You need to get the secerts of the key store file to sign your application. For security reason, all of the passwords are NOT in this repoitory. It's really recommanded that you can sign your apk file with your own key store file after learning some Android knowledge. Please follow these steps:

  • Fork this repository.
  • Scan the below QR code and subscribe "一型码农Lex" WeChat Channel.
    WeChat Channel QR code
  • Join the WeChat group and ask for the secrets. (Get the WeChat group QR code form the middle menu of "一型码农Lex" WeChat Channel. Scan to join.)
  • Add below secrets in the Actions secrets and variables settings of your repository.
    Screenshot of Actions secrets
    KEY_ALIAS, KEY_PASSWORD, STORE_FILE, STORE_PASSWORD.
  • Trigger build in Github Actions
  • Download the aaps.zip file in Artifacts

如果你不熟悉安卓开发:

你需要获取安卓签名文件的密码等信息,因安全原因,这些敏感信息不能公开发布于此。 强烈建议学习相关知识,编译完APK后,用你自己的签名文件签名。 请按如下步骤操作:

  • 克隆此代码仓库到你自己的Github账号
  • 扫描下方二维码关注“一型码农Lex”微信公众号。Scan the below QR code and subscribe "一型码农Lex" WeChat Channel.
    WeChat Channel QR code
  • 点击“一型码农Lex”微信公众号的中间菜单,获取入群二维码。进去索要签名文件的密码。
  • 在你克隆的仓库设置中的 Actions secrets and variables 选项中添加如下秘密环境变量:
    Screenshot of Actions secrets
    KEY_ALIAS, KEY_PASSWORD, STORE_FILE, STORE_PASSWORD,这些变量的值都在群中。
  • 在Github Actions中触发编译
  • 下载Artifacts中的编译产物aaps.zip

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 86.0%
  • Java 12.9%
  • JavaScript 1.1%