WordPress Android
25.4
如果您只是想安裝 Android 版 WordPress,可以在 Google Play 上找到它。如果您是想要做出貢獻的開發人員,請繼續閱讀。
cd WordPress-Android
進入工作目錄。local.properties
。筆記:
若要從命令列建置、安裝和測試專案:
$ ./gradlew assembleWordPressVanillaDebug # assemble the debug .apk
$ ./gradlew installWordPressVanillaDebug # install the debug .apk if you have an
# emulator or an Android device connected
$ ./gradlew :WordPress:testWordPressVanillaDebugUnitTest # assemble, install and run unit tests
$ ./gradlew :WordPress:connectedWordPressVanillaDebugAndroidTest # assemble, install and run Android tests
您可以使用自己的 WordPress 網站來開發和測試該應用程式。如果您沒有,可以在 https://jurassic.ninja/ 免費建立一個臨時測試網站。在應用程式啟動畫面上,選擇“輸入您現有的網站位址”,然後輸入您的網站的 URL 和您的憑證。
注意:在開發環境中暫時停用對 WordPress.com 功能的存取。
.
├── libs # dependencies used to build debug variants
├── tools # script collection
├── gradle.properties # properties imported by the build script
├── WordPress
│ |-- build.gradle # main build script
│ └── src
│ ├── androidTest # Android test assets, resources and code
│ ├── test # Unit tests
│ ├── main
│ │ ├── assets # main project assets
│ │ ├── java # main project java code
│ │ └── res # main project resources
│ ├── debug # debug variant
│ └── wasabi # wasabi variant specific resources and manifest
Google 登入僅可透過官方應用程式用於 WordPress.com 帳戶。貢獻者可以毫無問題地建立和運行應用程序,但 Google 登入總是會失敗。 Google 登入需要包含無法公開分享的用戶端和伺服器資訊的設定檔。更多文件和指南可以在 Google Identity Platform 網站上找到。
閱讀我們的貢獻指南,了解報告問題、貢獻程式碼以及更多貢獻方式。
如果您碰巧發現安全漏洞,請透過 https://hackerone.com/automattic 告知我們,並允許我們在公開揭露問題之前做出回應。
如果您有疑問或只是想打個招呼,請加入 WordPress Slack 並在#mobile
頻道上留言。
請閱讀文件以了解更多資訊。
適用於 Android 的 WordPress 是一個受 GNU 通用公共授權版本libs/
保護的開源專案。