-
Notifications
You must be signed in to change notification settings - Fork 2
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 Multiple Intentions to the App #11
Comments
And look into v1.55.5 crashes: MainActivity.kt - com.anthroteacher.intentionrepeater.TimerForegroundService.onDestroy Exception java.lang.RuntimeException: com.anthroteacher.intentionrepeater.MainActivityKt.hashFileContent Exception java.lang.OutOfMemoryError: |
The main interface handles all the intentions.
They can add new intentions (with confirmation), delete them (with confirmation), and move them around left and right in the navigation.
Allow the user to give a short title (like 30-40 characters) to each intention.
You can navigate with numbers and titles to the left of the file and mic icons like: < 1 2 3 4 5 > for however many intentions there are.
Show up to five at a time.
Have icons for adding new intention (and confirming if they want a new one), and removing intentions (with confirmation).
Some may want up to 15+ intentions.
They will choose one with which to get notifications from.
Each will have its own timer and posting frequency. They can each be at different frequencies if they want.
Have it restore all the intentions when the app is started.
When they rearrange the intentions order it will change the order of the intents.txt file.
Save them in a intents.txt file like:
Title
Multi-Line Content
||||| (Delimiter)
(blank line)
The text was updated successfully, but these errors were encountered: