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
**LucidSourceKit** is supposed to be an all-you-need toolkit for lucid dreaming with a focus on feature richness and customizability. The main idea is to store all your data on your phone where you have full control over it. Therefore the app neither needs nor has the permission `android.permission.INTERNET` which means the app in and of itself cannot access the internet. In addition to that, an ad-free experience and a modern UI while providing powerful tools are some of the primary goals.
7
+
**LucidSourceKit** is supposed to be an all-you-need toolkit for lucid dreaming with a focus on feature richness and customizability. The main idea is to store all your data on your phone where you have full control over it. In addition to that, an ad-free experience and a modern UI while providing powerful tools are some of the primary goals.
8
8
9
9
### Main features
10
10
* Password / PIN / Biometric app protection
@@ -23,7 +23,7 @@ Everything is supposed to be as customizable as possible
23
23
As stated above, it is being tried to keep all your data on your phone exclusively for as long as you do not export it. Everything is saved locally (unencrypted) on the phone in the applications data directory (which should only be accessible by this app on non-rooted devices). The app does not have the permission `android.permission.INTERNET`. Therefore it cannot directly connect to the internet. Exceptions would be data automatically processed by Android devices and other data transfers that I am not aware of. If you notice any kind of privacy issues, feel free to report it in the [Issues](https://github.com/BitFlaker/lucidsourcekit/issues) section.
24
24
25
25
## ⚠️ Disclaimer
26
-
I (the developer of this app) am not a scientist, doctor or anything like that. I am just a programmer who maintains this app as a hobby because it is the app I wish existed. This means it is possible that some features of the app do not work as they should (due to lack of scientific knowledge or similar).
26
+
I (the developer of this app) am not a scientist, doctor or similar. I am just a programmer who maintains this app as a hobby because it is the app I wish existed. This means it is possible that some features of the app do not work as they should (due to lack of scientific knowledge or similar).
27
27
28
28
This application is not intended for medical treatment. The application could contain errors, bugs or vulnerabilities which could lead to unexpected or undesireable consequences. If you encounter such problems, feel free to report them in the [issues](https://github.com/BitFlaker/lucidsourcekit/issues) section. Keep in mind that this application still is in a very early development stage and not considered stable yet. The app contains a binaural beats generator that outputs frequencies trying to replicate brain wave cycles. By listening to these binaural beats, your state of consciousness will be altered. Due to the strong and repetitive pulsating rhythms, chilldren and people who are prone to seizures, epilepsy, suffer from mental illnesses or are pregnant are strongly advised not to use this binaural beats generator. I recommend you to seek professional medical advice before use of this app.
29
29
Use the app at your own risk.
@@ -32,17 +32,16 @@ Use the app at your own risk.
32
32
> The code quaility is not great at the moment and requires a lot of refactoring which will be done piece by piece in the future.
33
33
34
34
## 🚀 Installation
35
-
An official release APK download will be provided in the near future. For now, the only way is to build the app yourself from source. To do so, you can clone this repository and use the "Import Project" option in [Android Studio](https://developer.android.com/studio?hl=de). Then you can export the project as an `apk` file and install it on your phone. \
35
+
An official release APK download is available on the Releases page [here](https://github.com/BitFlaker/lucidsourcekit/releases).
36
+
For development, you can build it yourself by first cloning this repository and then using the "Import Project" option in [Android Studio](https://developer.android.com/studio?hl=de). Then you can debug the app and also export the project as an `apk` file to install it on your phone. \
36
37
This application requires an Android device with **at least Android 7.0 (Nougat)** or newer.
37
38
38
-
> [!WARNING]
39
-
> Be careful installing apk files from any sources you do not fully trust! Currently no official builds of this app are distributed. Make sure to check the apk files / code before installing it.
40
-
41
39
## 🎯 Issues
42
40
There is a list of known issues [here](https://github.com/BitFlaker/lucidsourcekit/issues) (bugs, feature suggestions and other issues).\
43
41
In case you found a bug or have a new idea/feature for the application, feel free to create a new issue [here](https://github.com/BitFlaker/lucidsourcekit/issues/new).
44
42
45
43
#### Currently known issues
44
+
* There are some performance issues on older devices
46
45
* The app does not support light mode
47
46
* Some buttons / features are still placeholders (like automatic goal difficulty adjustment)
48
47
* Settings and customizations are not yet available
0 commit comments