-
Notifications
You must be signed in to change notification settings - Fork 93
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
Crash on every open #12
Comments
Hi, I don't seem to have that issue, so could you please help me to find out more relevant information?
|
BTW: I can't delete events inside the app "Failed to save.". |
By looking at these steps, I highly suspect it's because you didn't grant Easer the permission to change system settings... That permission is not listed in each app's permission control. You need to click the gear on the up-right corner of the "Apps" page (in Settings), and then you can find it. If you still can't find it, have a look at this. The permission issues will be fixed in the future (by checking and requiring parmissions dynamically), but currently you have to do that manually. "Parent" means the child will be checked only after parent is satisfied ("parent" is the term used in the tree data structure). Each event has a field called parent and you can use the spinner (when editing/adding an event) to select another event (or nothing) as it's parent. Bear in mind that you can select empty profile (i.e. don't select any profile) for any events. Thanks for reporting the failed to delete issue... It seems I unintentionally broke that... |
Thanks for the help, I gave the permission to change system settings now but it still crashes. |
Hmm... I still can't reproduce the crash on a Android 6.0 emulator. I'm thinking about listing events in trees, so currently that page won't be changed. But the profile page doesn't have this plan so I'll add a FAB there then. |
My profile: Name: Profile
My event:
|
Still nothing... However, I do find one cause of crash: if I rename a profile and some events are using that profile, then there will be inconsistency and Easer will crash. Not sure if that's the same issue because you didn't mention that. |
One time this was the reason but all the other time i didn't do that. |
That's weird... By the way, what's your phone model and which ROM you are using (stock ROM?)? |
I'll try Logcat tomorrow. |
Every time I created more than 2 profiles and 2 events, the app crashes. If I clear the app data and the cache manually now, I can start it until I created the profiles and events. I only used WiFi and time in the events if this help you.
The text was updated successfully, but these errors were encountered: