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
@@ -9,18 +9,18 @@ Overload is an Android (8.0+) application which allows you to capture timespans
9
9
10
10
Contributions are always welcome!
11
11
12
-
Just create issues and pull requests in the dev-branch or help [translating](https://translate.codeberg.org/engage/overload/) on Weblate :)
12
+
Just create issues and pull requests in the dev-branch or help [translating](https://crowdin.com/project/overload) on Crowdin :)
13
13
14
14
15
15
## Features
16
16
17
+
- create and manage categories with colors, emojis and goals
17
18
- create time spans
18
19
- automatically creates pauses in between
19
20
- delete time spans - on-by-one or all-together
20
21
- scroll through days with ease
21
22
- backup your data
22
23
- import backups
23
-
- set goals
24
24
25
25
26
26
## Feedback
@@ -41,42 +41,50 @@ Feedback and suggestions are more than welcome! Please reach out by creating an
41
41
42
42
## Authors
43
43
44
-
-[@pabloscloud](https://codeberg.org/pabloscloud)
44
+
-[@pabloscloud](https://github.com/pabloscloud)
45
45
46
-
### Translators
46
+
### Kudos
47
+
48
+
#### Translators
47
49
48
50
-[@mondstern](https://codeberg.org/mondstern)
49
51
-[@Vistaus](https://codeberg.org/Vistaus)
50
52
-[@0que](https://codeberg.org/0que)
51
53
54
+
#### Projects
55
+
56
+
This project is forked from the jetpack compose sample [Reply](https://github.com/android/compose-samples/tree/main/Reply), which is licensed under the Apache License, Version 2.0.
57
+
58
+
I used portions of the code of the lovely material you style RSS reader [ReadYou](https://github.com/Ashinch/ReadYou) for the color picker which is licensed under GNU GPLv3. Thanks for the [allowed use](https://github.com/Ashinch/ReadYou/discussions/687)[(archive.org)](https://web.archive.org/web/20240414115828/https://github.com/Ashinch/ReadYou/discussions/687).
Open your files app, choose the backup file, and locate the share icon or text. Tapping this icon will bring up a menu displaying various apps for sharing. From the list, select Overload to initiate the import. Wait until the import is finished, indicated by a completion message.
81
89
82
90
### Why does Overload rely on the Systems Sharesheet to import a backup?
@@ -86,14 +94,9 @@ Overload utilises the Systems Sharesheet for importing backups instead of reques
86
94
### What are ongoing pauses?
87
95
By showing the duration between the last item and the current time you can determine how long you stopped or paused working since then. You can plan how much longer your pause is at any given moment as the duration updates in real time.
88
96
89
-
### Why can't I delete an ongoing pause? {#delete-pause}
97
+
### Why can't I delete an ongoing pause?
90
98
You cannot delete ongoing pauses as they are only there to indicate a pause will be created once you hit start again. If you will not hit start until the next day it will be gone and will not count against your goal. By deleting items that occurred beforehand, you can hide the pause.
91
99
Imagine you're using the app to track your work hours. You take a break, and an ongoing pause is created. If you get ill during the day or decide not to work on the day for any other reason, the ongoing pause will vanish without affecting your work-time goal.
92
100
93
-
### Why does the app annoy me with a popup to adjust the end? {#spread-across-days}
101
+
### Why does the app annoy me with a popup to adjust the end?
94
102
Sometimes we forget stuff. Sometimes we do stuff across days - like sleeping. Nevertheless when an item is still ongoing from yesterday or days before yesterday, you need to set an end or confirm you want to spread the item across multiple days. The popup will be gone once there are no more ongoing items from the past days ;)
95
-
96
-
97
-
## Related
98
-
99
-
This project draws inspiration from the jetpack compose sample [Reply](https://github.com/android/compose-samples/tree/main/Reply), which is licensed under the Apache License, Version 2.0.
0 commit comments