Skip to content

Commit

Permalink
Refactored. Changed package names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezh1k committed Mar 19, 2018
1 parent 39a0bfb commit 54d5876
Show file tree
Hide file tree
Showing 35 changed files with 65 additions and 569 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</activity>

<service
android:name="com.example.gpsacckalmanfusion.Lib.Services.KalmanLocationService"
android:name="mad.location.manager.lib.Services.KalmanLocationService"
android:enabled="true"
android:exported="false"
android:stopWithTask="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import android.util.Log;

import com.elvishew.xlog.XLog;
import com.example.gpsacckalmanfusion.Lib.Commons.Utils;
import mad.location.manager.lib.Commons.Utils;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import android.support.v4.app.ActivityCompat;

import com.elvishew.xlog.XLog;
import com.example.gpsacckalmanfusion.Lib.Commons.Utils;
import mad.location.manager.lib.Commons.Utils;

/**
* Created by lezh1k on 12/25/17.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
import com.elvishew.xlog.printer.file.FilePrinter;
import com.elvishew.xlog.printer.file.backup.FileSizeBackupStrategy;
import com.elvishew.xlog.printer.file.naming.FileNameGenerator;
import com.example.gpsacckalmanfusion.Lib.Commons.Utils;
import com.example.gpsacckalmanfusion.Lib.Interfaces.ILogger;
import com.example.gpsacckalmanfusion.Lib.Interfaces.LocationServiceInterface;
import com.example.gpsacckalmanfusion.Lib.Loggers.GeohashRTFilter;
import com.example.gpsacckalmanfusion.Lib.SensorAux.SensorCalibrator;
import com.example.gpsacckalmanfusion.Lib.Services.KalmanLocationService;
import com.example.gpsacckalmanfusion.Lib.Services.ServicesHelper;
import mad.location.manager.lib.Commons.Utils;
import mad.location.manager.lib.Interfaces.ILogger;
import mad.location.manager.lib.Interfaces.LocationServiceInterface;
import mad.location.manager.lib.Loggers.GeohashRTFilter;
import mad.location.manager.lib.SensorAux.SensorCalibrator;
import mad.location.manager.lib.Services.KalmanLocationService;
import mad.location.manager.lib.Services.ServicesHelper;
import com.example.lezh1k.sensordatacollector.Interfaces.MapInterface;
import com.example.lezh1k.sensordatacollector.Presenters.MapPresenter;
import com.mapbox.mapboxsdk.Mapbox;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;

import com.example.gpsacckalmanfusion.Lib.Commons.Utils;
import com.example.gpsacckalmanfusion.Lib.Loggers.GeohashRTFilter;
import com.example.gpsacckalmanfusion.Lib.Services.KalmanLocationService;
import com.example.gpsacckalmanfusion.Lib.Services.ServicesHelper;
import mad.location.manager.lib.Commons.Utils;
import mad.location.manager.lib.Loggers.GeohashRTFilter;

import com.example.lezh1k.sensordatacollector.Interfaces.MapInterface;
import com.example.lezh1k.sensordatacollector.MainActivity;
import com.mapbox.mapboxsdk.camera.CameraPosition;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 54d5876

Please sign in to comment.