Skip to content

Commit

Permalink
docs: updated Play Store metadata and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 13, 2023
1 parent 20015bd commit 8b62b31
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ To build aw-webui you need a recent version of node/npm installed. You can then

Once both aw-server-rust and aw-webui is built, you can build the Android app as any other Android app using Android Studio.

### Making a release

To make a release, make a signed tag and push it to GitHub:

```sh
git tag -s v0.1.0
git push origin refs/tags/v0.1.0
```

This will trigger a GitHub Actions workflow which will build the app and upload it to GitHub releases, and deploy it to the Play Store (including the metadata in `./fastlane/metadata/android`).

## More info

For more info, check out the main [ActivityWatch repo](https://github.com/ActivityWatch/activitywatch).
8 changes: 5 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
NOTE: ActivityWatch for Android is in an early stage of development and is NOT READY for general use.
ActivityWatch is an open-source cross-platform application that tracks how you spend time on your devices, and keeps you in control of your data.

ActivityWatch is an open-source cross-platform application that tracks how you spend time on your devices and keeps you in control of your data.
It is the same ActivityWatch you know and love, but for Android! It builds on the same core as the desktop version, enabling us to offer the same features whichever platform you are on.

You can find the source of ActivityWatch for Android on GitHub: https://github.com/ActivityWatch/aw-android
Note about accessibility permission: the app allows users to optionally grant the accessibility permission to enable collection of browsing history, by tracking URLs from supported browsers.

You can report issues and view the source code on GitHub: https://github.com/ActivityWatch/aw-android
Binary file modified fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b62b31

Please sign in to comment.