Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved AndroidPlatformStrategy & Factory, to avoid memory leak of Context #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2014

  1. Improved AndroidPlatformStrategy & Factory, to avoid memory leak of C…

    …ontext...
    
    by storying reference to TextView (which is a subclass of View, which contains a reference to the Context)
    
    Now, Factory only takes in one Object, and AndroidPlatformStrategy uses method to 'reach' the TextView.
    mawalker committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    61cf133 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    5d008f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. Configuration menu
    Copy the full SHA
    acfae0f View commit details
    Browse the repository at this point in the history
  2. A possible update teo the AcronymApplication, fixes listview layout, …

    …and moved ServiceConnection creation to a Factory class.
    mawalker committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    4621a58 View commit details
    Browse the repository at this point in the history