Skip to content

WIP: Extracted all entry point logic to a dashboard presenter

Juan requested to merge jdvr/disapp:refactor_s_2 into master

Continue !16 (closed)

  1. Identify a model: DashboardEntryPoint, each one of the allowed actions in the dashboard
  2. Create model inheritance
  3. Extract all logic from MainActivity

This will be ready to merge once I fixed two things:

  1. Let the user choose XMPP client
  2. State long press dialog is broken

Merge request reports