arturkowalczyk300 / android-cryptocurrency-prices

Application for displaying prices of cryptocurrencies on chart, in specified date range. Readings are stored in local database.
Apache License 2.0
4 stars 1 forks source link

The application crashes on startup, it is impossible to start it. #27

Closed Wjxfi closed 6 months ago

Wjxfi commented 1 year ago

I uninstalled the 0.8.4 izzyondroid version. Installed 0.9.2 github version. In the old version there were no crashes, in the new version there are

arturkowalczyk300 commented 1 year ago

Sorry for the inconvenience.

I have two questions:

  1. What device do you have? And what is your Android OS version?
  2. Did you run new version of app for the first time with access to stable internet connection or in offline mode? I'm asking that because, while ago I observed app stopping updating when first start after app install is made in offline mode. Anyway, it does not crash, just requires restart in online mode.

Bug described in last sentence will be fixed in the new version, but I'm afraid it may not fix your case and I probably need more information.

arturkowalczyk300 commented 6 months ago

After some time, I've managed to reproduce a crash during startup. It was occurring on devices with API level of at least 31. The problem laid in incorrect pending intent configuration. I have fixed it in the latest release: v0.9.3.

Thank you for reporting the issue and sorry for long time elapsed until fixed.