-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
309 changed files
with
1,508 additions
and
1,507 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.makina.ecrins.commons.content; | ||
package com.geonature.mobile.commons.content; | ||
|
||
import android.content.Context; | ||
import android.database.Cursor; | ||
|
@@ -11,9 +11,9 @@ | |
import android.provider.BaseColumns; | ||
import android.util.Log; | ||
|
||
import com.makina.ecrins.commons.BuildConfig; | ||
import com.makina.ecrins.commons.model.MountPoint; | ||
import com.makina.ecrins.commons.util.FileUtils; | ||
import com.geonature.mobile.commons.BuildConfig; | ||
import com.geonature.mobile.commons.model.MountPoint; | ||
import com.geonature.mobile.commons.util.FileUtils; | ||
|
||
import java.io.File; | ||
import java.io.IOException; | ||
|
@@ -74,7 +74,7 @@ public synchronized SQLiteDatabase getReadableDatabase() { | |
|
||
/** | ||
* Custom implementation of {@code CursorFactory} that use | ||
* {@link com.makina.ecrins.commons.content.MainDatabaseHelper.LeaklessCursor} to close | ||
* {@link MainDatabaseHelper.LeaklessCursor} to close | ||
* automatically database instance. | ||
* | ||
* @author <a href="mailto:[email protected]">S. Grimault</a> | ||
|
2 changes: 1 addition & 1 deletion
2
...a/ecrins/commons/input/AbstractInput.java → ...e/mobile/commons/input/AbstractInput.java
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
2 changes: 1 addition & 1 deletion
2
...a/ecrins/commons/input/AbstractTaxon.java → ...e/mobile/commons/input/AbstractTaxon.java
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
2 changes: 1 addition & 1 deletion
2
...ecrins/commons/input/InputJsonReader.java → ...mobile/commons/input/InputJsonReader.java
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
2 changes: 1 addition & 1 deletion
2
...ecrins/commons/input/InputJsonWriter.java → ...mobile/commons/input/InputJsonWriter.java
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
2 changes: 1 addition & 1 deletion
2
...akina/ecrins/commons/input/InputType.java → ...ature/mobile/commons/input/InputType.java
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
4 changes: 2 additions & 2 deletions
4
...makina/ecrins/commons/input/Observer.java → ...nature/mobile/commons/input/Observer.java
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
package com.makina.ecrins.commons.input; | ||
package com.geonature.mobile.commons.input; | ||
|
||
import android.os.Parcel; | ||
import android.os.Parcelable; | ||
import android.support.annotation.NonNull; | ||
|
||
/** | ||
* Describes an observer from {@link com.makina.ecrins.commons.input.AbstractInput}. | ||
* Describes an observer from {@link AbstractInput}. | ||
* | ||
* @author <a href="mailto:[email protected]">S. Grimault</a> | ||
*/ | ||
|
2 changes: 1 addition & 1 deletion
2
...a/ecrins/commons/input/Qualification.java → ...e/mobile/commons/input/Qualification.java
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
6 changes: 3 additions & 3 deletions
6
...kina/ecrins/commons/model/MountPoint.java → ...ture/mobile/commons/model/MountPoint.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.makina.ecrins.commons.net; | ||
package com.geonature.mobile.commons.net; | ||
|
||
import android.content.BroadcastReceiver; | ||
import android.content.Context; | ||
|
@@ -9,7 +9,7 @@ | |
import android.support.annotation.Nullable; | ||
import android.util.Log; | ||
|
||
import com.makina.ecrins.commons.BuildConfig; | ||
import com.geonature.mobile.commons.BuildConfig; | ||
|
||
import java.util.concurrent.atomic.AtomicBoolean; | ||
|
||
|
@@ -77,7 +77,7 @@ public synchronized void stopListening() { | |
} | ||
|
||
/** | ||
* The callback used by {@link com.makina.ecrins.commons.net.NetworkConnectivityListener}. | ||
* The callback used by {@link NetworkConnectivityListener}. | ||
* | ||
* @author <a href="mailto:[email protected]">S. Grimault</a> | ||
*/ | ||
|
4 changes: 2 additions & 2 deletions
4
...commons/settings/AbstractAppSettings.java → ...commons/settings/AbstractAppSettings.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.makina.ecrins.commons.settings; | ||
package com.geonature.mobile.commons.settings; | ||
|
||
import android.app.Service; | ||
import android.content.Context; | ||
|
@@ -11,8 +11,8 @@ | |
import android.os.RemoteException; | ||
import android.util.Log; | ||
|
||
import com.makina.ecrins.commons.model.MountPoint; | ||
import com.makina.ecrins.commons.util.FileUtils; | ||
import com.geonature.mobile.commons.model.MountPoint; | ||
import com.geonature.mobile.commons.util.FileUtils; | ||
|
||
import org.json.JSONException; | ||
import org.json.JSONObject; | ||
|
@@ -27,7 +27,7 @@ | |
import java.util.concurrent.atomic.AtomicBoolean; | ||
|
||
/** | ||
* <Code>Service</code> implementation to execute in background {@link com.makina.ecrins.commons.settings.AbstractSettingsService.LoadSettingsFromFileAsyncTask} implementation. | ||
* <Code>Service</code> implementation to execute in background {@link AbstractSettingsService.LoadSettingsFromFileAsyncTask} implementation. | ||
* | ||
* @author <a href="mailto:[email protected]">S. Grimault</a> | ||
* @deprecated use instead {@link AbstractAppSettingsIntentService} | ||
|
@@ -130,9 +130,9 @@ public void onDestroy() { | |
} | ||
|
||
/** | ||
* Gets a new instance of {@link com.makina.ecrins.commons.settings.AbstractSettingsService.LoadSettingsFromFileAsyncTask} or a previously created instance. | ||
* Gets a new instance of {@link AbstractSettingsService.LoadSettingsFromFileAsyncTask} or a previously created instance. | ||
* | ||
* @return a new instance of {@link com.makina.ecrins.commons.settings.AbstractSettingsService.LoadSettingsFromFileAsyncTask} | ||
* @return a new instance of {@link AbstractSettingsService.LoadSettingsFromFileAsyncTask} | ||
*/ | ||
protected LoadSettingsFromFileAsyncTask getLoadSettingsFromFileAsyncTask() { | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
...a/ecrins/commons/settings/DbSettings.java → ...e/mobile/commons/settings/DbSettings.java
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
2 changes: 1 addition & 1 deletion
2
...s/settings/IServiceMessageStatusTask.java → ...s/settings/IServiceMessageStatusTask.java
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
2 changes: 1 addition & 1 deletion
2
...mmons/settings/QualificationSettings.java → ...mmons/settings/QualificationSettings.java
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
2 changes: 1 addition & 1 deletion
2
...crins/commons/settings/ServiceStatus.java → ...obile/commons/settings/ServiceStatus.java
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
2 changes: 1 addition & 1 deletion
2
...a/ecrins/commons/sync/ExportSettings.java → ...e/mobile/commons/sync/ExportSettings.java
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
2 changes: 1 addition & 1 deletion
2
...sync/StartCheckServerServiceReceiver.java → ...sync/StartCheckServerServiceReceiver.java
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
2 changes: 1 addition & 1 deletion
2
...kina/ecrins/commons/sync/SyncMessage.java → ...ture/mobile/commons/sync/SyncMessage.java
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
Oops, something went wrong.