Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
    • akwizgran's avatar
      Merge branch '714-asynchronous-context-leaks' into 'master' · c640ee8e
      akwizgran authored
      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
      c640ee8e
  2. Nov 07, 2016
  3. Nov 04, 2016
  4. Nov 03, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
Loading