bishopmatthew / HackerNews

An open source Hacker News client for Android.
230 stars 61 forks source link

Issue 32: Crash on open on Android 4.4 #34

Closed pkillian closed 10 years ago

pkillian commented 10 years ago

Cause: Older BugSense library caused a force close on newer Android versions (4.4.0+)

Solution: Remove 'bugsense3.2.3.jar' from the project's libraries, and instead include 'bugsense-3.5.jar'.

A try/catch block was also added to attempt to mitigate some force closure related to bugsense, but may ultimately not have any affect.

pkillian commented 10 years ago

The BugSense library must also be replaced to resolve issue #32

Here's a link to the newest plugin version I have tested and confirmed with: https://www.bugsense.com/releases/android/3.5/download

bishopmatthew commented 10 years ago

I actually decided to remove Bugsense (since I'm always going over their free quota) and will be moving to Crashlytics (since they don't have one) in the near future. New version 2.0.7 is rolling out on the Play Store now.