Skip to content

Commit 271fbf5

Browse files
committed
Update PIN layout and README.md
1 parent 5a1278d commit 271fbf5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
![GitHub License](https://img.shields.io/github/license/BitFlaker/lucidsourcekit)
33
![GitHub repo size](https://img.shields.io/github/repo-size/BitFlaker/lucidsourcekit)
44
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/BitFlaker/lucidsourcekit)
5-
![Version state](https://img.shields.io/badge/version_state-early_alpha-A04EED)
5+
![Version state](https://img.shields.io/badge/version_state-nightly-A04EED)
66

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. 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.
88

99
### Main features
1010
* Password / PIN / Biometric app protection
@@ -23,7 +23,7 @@ Everything is supposed to be as customizable as possible
2323
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.
2424

2525
## ⚠️ 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).
2727

2828
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.
2929
Use the app at your own risk.
@@ -32,17 +32,16 @@ Use the app at your own risk.
3232
> 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.
3333
3434
## 🚀 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. \
3637
This application requires an Android device with **at least Android 7.0 (Nougat)** or newer.
3738

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-
4139
## 🎯 Issues
4240
There is a list of known issues [here](https://github.com/BitFlaker/lucidsourcekit/issues) (bugs, feature suggestions and other issues).\
4341
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).
4442

4543
#### Currently known issues
44+
* There are some performance issues on older devices
4645
* The app does not support light mode
4746
* Some buttons / features are still placeholders (like automatic goal difficulty adjustment)
4847
* Settings and customizations are not yet available

app/src/main/res/layout/fragment_setup_auth_data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<!-- PIN login -->
115115
<LinearLayout
116116
android:id="@+id/ll_setup_pinLayout"
117-
android:layout_width="320dp"
117+
android:layout_width="272dp"
118118
android:layout_height="wrap_content"
119119
android:layout_marginLeft="56dp"
120120
android:layout_marginRight="56dp"

0 commit comments

Comments
 (0)