Skip to content
GitLab
Explore
Sign in
Register
WIP: new event handler structure rev 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Ernir Erlingsson
requested to merge
752-780-activity-leaks-and-event-handlers
into
master
Dec 07, 2016
Overview
31
Commits
1
Pipelines
0
Changes
2
Expand
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