Skip to content

Commit

Permalink
chore(release): update README for introducing Connectivity-Free Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jiongxuan committed Oct 11, 2024
1 parent f5c2f41 commit 7d00f41
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,13 @@ brew install --cask superproductivity

### Android

There is a [very early(!) Android version available](https://play.google.com/store/apps/details?id=com.superproductivity.superproductivity&hl=gsw). The sources can be [found here](https://github.com/johannesjo/super-productivity-android).
A new version of the Android app is now available with **Connectivity-Free Mode**, allowing you to use the app without an internet connection.

This update offers more flexibility, supporting both fully offline usage and integration with services like WebDAV and Dropbox for syncing. Enjoy a smoother, more reliable experience whether you're online or offline.

Stay tuned for even more exciting updates!

You can find the Android app here:

<a href='//play.google.com/store/apps/details?id=com.superproductivity.superproductivity' target="_blank">
<img src='./screens/google-play-badge.png'
Expand All @@ -237,6 +243,8 @@ There is a [very early(!) Android version available](https://play.google.com/sto
height="50" />
</a>

The sources can be [found here](https://github.com/johannesjo/super-productivity-android).

## :hearts: Contributing

Please check out the [CONTRIBUTING.md](CONTRIBUTING.md)
Expand Down Expand Up @@ -309,9 +317,10 @@ Packaging the app is done via [electron-builder](https://github.com/electron-use

*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).
To build the Android version of Super Productivity, please refer to the [Android Build Documentation](./android/offline.md), which includes instructions on configuring **Connectivity-Free Mode** and **Online-Only Mode (Compatibility Mode)**.

Ensure you follow the setup steps properly to configure the environment for building the app.

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

Expand Down

0 comments on commit 7d00f41

Please sign in to comment.