Skip to content

Commit 8b62b31

Browse files
committed
docs: updated Play Store metadata and icon
1 parent 20015bd commit 8b62b31

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ To build aw-webui you need a recent version of node/npm installed. You can then
5454

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

57+
### Making a release
58+
59+
To make a release, make a signed tag and push it to GitHub:
60+
61+
```sh
62+
git tag -s v0.1.0
63+
git push origin refs/tags/v0.1.0
64+
```
65+
66+
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`).
67+
5768
## More info
5869

5970
For more info, check out the main [ActivityWatch repo](https://github.com/ActivityWatch/activitywatch).
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
NOTE: ActivityWatch for Android is in an early stage of development and is NOT READY for general use.
1+
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.
22

3-
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.
3+
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.
44

5-
You can find the source of ActivityWatch for Android on GitHub: https://github.com/ActivityWatch/aw-android
5+
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.
6+
7+
You can report issues and view the source code on GitHub: https://github.com/ActivityWatch/aw-android
2.7 KB
Loading

0 commit comments

Comments
 (0)