Droidparts Versions Save

2.9.0

8 years ago
  • ModelConverter: getJSONSerializer() & getXMLSerializer() methods for customization.

2.8.9

8 years ago
  • Fixed exceptions being swallowed during injection.
  • EventBus: don't unregister a listener on exception.

2.8.8

8 years ago
  • ImageFetcher: don't report success on null url.
  • Serializers: report source object on serialization exception.

2.8.7

8 years ago
  • Fixed reading longs from JSON.

2.8.6

8 years ago
  • Fixed getting Interface generic arg.

2.8.5

8 years ago
  • Moved activities from legacy package.
  • Activity -> FragmentActivity.
  • Made onPreInject() protected & misc.
  • EventBus enabled by default for fragments.
  • HttpURLConnectionWorker: made methods non-static.
  • ModelConverter: a method to create new JSONSerializer.
  • HttpURLConnectionWorker: setMultipartChunkSize(int size).

2.8.3

8 years ago
  • ActionBarActivity -> AppCompatActivity.
  • Fragments: made onCreateView() protected.
  • Generic args reading fix.

2.8.2

8 years ago
  • JSONSerializer: generic Map support.
  • Persist: private class instantiation added.
  • Minor stuff.

2.8.1

8 years ago
  • InstanceStateSaver: Fragment tweaks.

2.8.0

8 years ago

@SaveInstanceState for Activities & Fragments.