-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marina
committed
Apr 15, 2019
1 parent
8ac4a05
commit 2fa681a
Showing
37 changed files
with
189 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
package org.hisp.dhis.android.dashboard.api.controllers; | ||
|
||
import com.raizlabs.android.dbflow.sql.language.Delete; | ||
import com.squareup.okhttp.HttpUrl; | ||
|
||
import org.hisp.dhis.android.dashboard.api.models.Dashboard; | ||
import org.hisp.dhis.android.dashboard.api.models.DashboardElement; | ||
|
@@ -49,6 +48,8 @@ | |
import java.util.HashMap; | ||
import java.util.Map; | ||
|
||
import okhttp3.HttpUrl; | ||
|
||
/** | ||
* @author Araz Abishov <[email protected]>. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,4 +87,6 @@ public void showApiExceptionMessage(APIException apiException) { | |
|
||
} | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,6 @@ | |
import android.os.Binder; | ||
import android.os.IBinder; | ||
|
||
import com.squareup.okhttp.HttpUrl; | ||
|
||
import org.hisp.dhis.android.dashboard.api.controllers.DhisController; | ||
import org.hisp.dhis.android.dashboard.api.job.Job; | ||
import org.hisp.dhis.android.dashboard.api.job.JobExecutor; | ||
|
@@ -46,6 +44,8 @@ | |
import org.hisp.dhis.android.dashboard.api.utils.SyncStrategy; | ||
import org.hisp.dhis.android.dashboard.ui.events.UiEvent; | ||
|
||
import okhttp3.HttpUrl; | ||
|
||
/** | ||
* @author Araz Abishov <[email protected]>. | ||
*/ | ||
|
Oops, something went wrong.