From 73cc042a7423e15aedf077187fa805fd8aea1805 Mon Sep 17 00:00:00 2001 From: Jiongxuan Zhang Date: Mon, 7 Oct 2024 23:14:29 +0800 Subject: [PATCH] docs: split README into offline and online configuration docs - Added recommendation to use Offline Mode in the online.md document with an explanation of benefits. - Clarified behavior in offline.md, indicating it is intended for new installations and online mode. - Provided detailed steps for configuring Offline Mode and Online Mode in separate documentation files. - Linked mode-specific documentation from the main README for easier navigation. --- README.md | 8 ++++++++ android | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c6873dde4..617ac438e45 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,14 @@ npm start Packaging the app is done via [electron-builder](https://github.com/electron-userland/electron-builder). To start packaging run `npm run dist`. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the `build` property in the [package.json](https://github.com/johannesjo/super-productivity/blob/develop/package.json), but you can also use the [command line interface of electron builder](https://www.electron.build/cli). +### Building for Android + +*This feature was added on October 7, 2024. See [Pull Request #57](https://github.com/johannesjo/super-productivity-android/pull/57).* + +To build the Android version of Super Productivity, please refer to the [Android Offline Mode Documentation](./android/offline.md). + +Ensure you have followed the steps outlined in the offline documentation to set up and configure the Android build environment properly. + ## Run as Docker Container ```bash diff --git a/android b/android index dbfbef0b9cb..2b39d4e0d49 160000 --- a/android +++ b/android @@ -1 +1 @@ -Subproject commit dbfbef0b9cb66f4f6126e79d5d88326891004c97 +Subproject commit 2b39d4e0d493e2f48f3f5db011181c8b025639ff