wear Emma

This commit is contained in:
AdrianLxM 2016-11-22 17:23:46 +01:00
parent 8a466506fb
commit b306de49dc
6 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" /> <ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" /> <ConfirmationsSetting value="0" id="Remove" />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View file

@ -15,7 +15,7 @@ import com.google.android.gms.wearable.Wearable;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
/** /**
* Created by stephenblack on 12/26/14. * Created by emmablack on 12/26/14.
*/ */
class SendToDataLayerThread extends AsyncTask<DataMap,Void,Void> { class SendToDataLayerThread extends AsyncTask<DataMap,Void,Void> {
private GoogleApiClient googleApiClient; private GoogleApiClient googleApiClient;

View file

@ -36,7 +36,7 @@ import java.util.Date;
import lecho.lib.hellocharts.view.LineChartView; import lecho.lib.hellocharts.view.LineChartView;
/** /**
* Created by stephenblack on 12/29/14. * Created by emmablack on 12/29/14.
*/ */
public abstract class BaseWatchFace extends WatchFace implements SharedPreferences.OnSharedPreferenceChangeListener { public abstract class BaseWatchFace extends WatchFace implements SharedPreferences.OnSharedPreferenceChangeListener {
public final static IntentFilter INTENT_FILTER; public final static IntentFilter INTENT_FILTER;

View file

@ -22,7 +22,7 @@ import lecho.lib.hellocharts.model.PointValue;
import lecho.lib.hellocharts.model.Viewport; import lecho.lib.hellocharts.model.Viewport;
/** /**
* Created by stephenblack on 11/15/14. * Created by emmablack on 11/15/14.
*/ */
public class BgGraphBuilder { public class BgGraphBuilder {
private ArrayList<BasalWatchData> basalWatchDataList; private ArrayList<BasalWatchData> basalWatchDataList;

View file

@ -1,7 +1,7 @@
package info.nightscout.androidaps; package info.nightscout.androidaps;
/** /**
* Created by stephenblack on 1/7/15. * Created by emmablack on 1/7/15.
*/ */
public class BgWatchData implements Comparable<BgWatchData>{ public class BgWatchData implements Comparable<BgWatchData>{
public double sgv; public double sgv;

View file

@ -18,7 +18,7 @@ import com.google.android.gms.wearable.Wearable;
import com.google.android.gms.wearable.WearableListenerService; import com.google.android.gms.wearable.WearableListenerService;
/** /**
* Created by stephenblack on 12/26/14. * Created by emmablack on 12/26/14.
*/ */
public class ListenerService extends WearableListenerService implements GoogleApiClient.ConnectionCallbacks, public class ListenerService extends WearableListenerService implements GoogleApiClient.ConnectionCallbacks,
GoogleApiClient.OnConnectionFailedListener { GoogleApiClient.OnConnectionFailedListener {