Skip to content

Android v1.1 (44679e6)

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:04
· 114 commits to master since this release
44679e6

Android — Pick the edition that matches your region

  • imcodes-global-*.apkInternational edition. Push notifications via Firebase FCM (Google Play Services required). Use this everywhere outside Mainland China.
  • imcodes-china-*.apkMainland China edition. Push notifications via 极光推送 JPush, which fans out to the on-device vendor channels (Huawei / Xiaomi / OPPO / vivo / Honor) so they work without Google Play Services.

Both APKs share the same applicationId (com.im.codes) and cannot coexist on a single device — install only one.

What's Changed

  • Ship resilient memory handles and daemon recovery by @im4codes in #40

Full Changelog: android-dev-v1.1-15ba3ba...android-v1.1-44679e6