Skip to content

WIP: new event handler structure rev 2

New result handler structure and prevention of memory leaks.

  • static result handlers - no more anonymous inner classes that kept the Activities in memory
  • Use the same method as the AsyncTask class to ensure that the context is never null when the result is called

Closes #725 Closes #780

Merge request reports