Skip to content
Snippets Groups Projects
  1. May 09, 2014
  2. Mar 01, 2014
  3. Feb 04, 2014
  4. Jan 09, 2014
  5. Jan 08, 2014
  6. May 15, 2013
  7. Mar 11, 2013
  8. Dec 05, 2012
  9. Nov 15, 2012
    • akwizgran's avatar
      Refactored invitation code to allow the UI to save & restore its state. · 52989770
      akwizgran authored
      Android UI elements can be destroyed and recreated at any time, and they
      can only store serialisable state, so references to long-running tasks
      have to take the form of serialisable handles. This is pretty ugly -
      it's easy to create memory leaks if you don't clean up stale
      handle/reference mappings - but it's less ugly than the common solution
      of using static variables to hold references.
      52989770
  10. Nov 12, 2012
Loading