~dhis-mobile-devs/dhis-mobile/trunk

« back to all changes in this revision

Viewing changes to src/org/hisp/dhis/mobile/view/LoginView.java

  • Committer: paulmarkcastillo at gmail
  • Date: 2014-06-13 05:45:01 UTC
  • Revision ID: paulmarkcastillo@gmail.com-20140613054501-w3d3y0nvkznyi5t1
Added logs, and organized imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
import javax.microedition.rms.RecordStoreException;
33
33
 
34
34
import org.hisp.dhis.mobile.connection.ConnectionManager;
35
 
import org.hisp.dhis.mobile.connection2.ManagerNetwork;
36
 
import org.hisp.dhis.mobile.imagereports.ViewChartList;
37
35
import org.hisp.dhis.mobile.log.LogMan;
38
36
import org.hisp.dhis.mobile.midlet.DHISMIDlet;
39
37
import org.hisp.dhis.mobile.recordstore.SettingRecordStore;