rparkins999 / CalendarTrigger

Android app to trigger actions on calendar events
GNU General Public License v3.0
13 stars 6 forks source link

Calendar trigger app crashes when I click on browser for a sound option. #10

Closed pzdawood closed 6 years ago

pzdawood commented 6 years ago

Actual behaviour

When I open the calendar trigger opensource android app and click on new event class option . After that I created a new event class option . I clicked on Event start action(s) for class option. After that I open the show a notification and play a sound options . Then I click on browse for sound file option app suddenly crashes.

How to reproduce

rparkins999 commented 6 years ago

The cause of this problem is an error which got into in the code which defaults to the directory last used by the internal file browser. It doesn't work correctly when the internal file browser has never before been used, in particular if you've newly installed the app. In my own tests, of course, it always had been used before on my real phone and on my emulated devices. I have a fix for this problem and I will put it into the github source as soon as I can. I'm not sure how to get it into the F-Droid built version - I think that they don't automatically rebuild for point releases so I may have to make it version 3.0.

rparkins999 commented 6 years ago

Now fixed in github release 2.2

rparkins999 commented 6 years ago

Fixed in release 2.2 which is now available in both github and f-droid, so I'm closing this one.