-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add datepicker to create alarms by selecting the specific date #4
Comments
+1 ! |
Because I'm learning code on my own without having studied it at school (I've only been coding for a year), so there are certain functions that I find hard to exploit because nobody ever taught me anything. With more free time, maybe I could do it, but with the constraints of my personal life, it's complicated. In any case, I can confirm that it is possible to implement this feature. |
I meant too that I wonder how you manage to do all the rest :) |
I guess you know I didn't create the app; 90% is based on AOSP clock.
I hope so too. |
is it also possible to set multiple dates, by just pressing on specific days? |
@Komas19-new |
@qw123wh @odmfl @Nilsu11 Currently, the most annoying thing is that you have to delete the data from the app for the modification to take effect. You can test it with the apk below. @Komas19-new |
Fantastic I'm very happy 🔝🔝🎉🎉 |
I'm really sorry but I really don't know how to make this change without having to reinstall the application or clear the data. Indeed, I had to modify the SQL database and every time I changed these files, the application crashed during an update. Fortunately, we can now make a backup/restore. Do you mind if we unfortunately have to reinstall the app (or clear the data)? |
For me it is not a problem to reinstall the app or delete the data. Is the crash caused by SQL database update? https://medium.com/@myofficework000/upgrading-sqlite-database-5a0c8bcb9c10 |
@qw123wh In any case, thank you again because according to my tests it seems functional. 😉 |
@qw123wh Thanks to your research, it's obviously not necessary to delete the application's data. Thanks again. |
Thanks ❤️, I'm glad you found the solution through those links. This app has reached a very high level 🔝🔝🔝 |
@qw123wh Unfortunately I didn't find the solution; so I preferred to remove this feature in order to provide a "clean" version as soon as possible. I hope to find the source of the problem soon. I also hope you won't be too disappointed. |
@BlackyHawky Don't worry, I understand that this feature caused several bugs, we will find a solution in the future |
ability to create alarms by selecting the specific date
The text was updated successfully, but these errors were encountered: