You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,17 @@ To build aw-webui you need a recent version of node/npm installed. You can then
54
54
55
55
Once both aw-server-rust and aw-webui is built, you can build the Android app as any other Android app using Android Studio.
56
56
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
+
57
68
## More info
58
69
59
70
For more info, check out the main [ActivityWatch repo](https://github.com/ActivityWatch/activitywatch).
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.
2
2
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.
4
4
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
0 commit comments