Files
briar/briar-android
akwizgran c640ee8e51 Merge branch '714-asynchronous-context-leaks' into 'master'
Fixed asynchronous Activity leaks in Fragments

If a Fragment has been detached its `getActivity()` method will return null, providing numerous crash possibilities within the app.

My approach to fixing this is to make Fragments use their own `runOnUiThreadUnlessDestroyed` method, which also checks if the Fragment has been detached before running the Runnable

Closes #714

See merge request !387
2016-11-08 11:49:45 +00:00
..
2016-06-27 11:31:42 -03:00
2016-11-02 12:43:41 -02:00
2016-11-01 17:12:30 +00:00
2016-10-10 13:48:34 -03:00
2016-02-02 12:21:08 +01:00