Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
6
600SeriesAndroidUploader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cgm
uploader
600SeriesAndroidUploader
Commits
c59fa535
Commit
c59fa535
authored
8 years ago
by
Volker Richert
Browse files
Options
Downloads
Patches
Plain Diff
remove appindex stuff
parent
e4538935
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/info/nightscout/android/medtronic/MainActivity.java
+0
-44
0 additions, 44 deletions
.../java/info/nightscout/android/medtronic/MainActivity.java
with
0 additions
and
44 deletions
app/src/main/java/info/nightscout/android/medtronic/MainActivity.java
+
0
−
44
View file @
c59fa535
...
@@ -88,11 +88,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
...
@@ -88,11 +88,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
private
Handler
mUiRefreshHandler
=
new
Handler
();
private
Handler
mUiRefreshHandler
=
new
Handler
();
private
Runnable
mUiRefreshRunnable
=
new
RefreshDisplayRunnable
();
private
Runnable
mUiRefreshRunnable
=
new
RefreshDisplayRunnable
();
private
Realm
mRealm
;
private
Realm
mRealm
;
/**
* ATTENTION: This was auto-generated to implement the App Indexing API.
* See https://g.co/AppIndexing/AndroidStudio for more information.
*/
private
GoogleApiClient
client
;
public
static
void
setActivePumpMac
(
long
pumpMac
)
{
public
static
void
setActivePumpMac
(
long
pumpMac
)
{
activePumpMac
=
pumpMac
;
activePumpMac
=
pumpMac
;
...
@@ -215,9 +210,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
...
@@ -215,9 +210,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
mTextViewLog
=
(
TextView
)
findViewById
(
R
.
id
.
textview_log
);
mTextViewLog
=
(
TextView
)
findViewById
(
R
.
id
.
textview_log
);
mChart
=
(
LineChart
)
findViewById
(
R
.
id
.
chart
);
mChart
=
(
LineChart
)
findViewById
(
R
.
id
.
chart
);
// ATTENTION: This was auto-generated to implement the App Indexing API.
// See https://g.co/AppIndexing/AndroidStudio for more information.
client
=
new
GoogleApiClient
.
Builder
(
this
).
addApi
(
AppIndex
.
API
).
build
();
}
}
@Override
@Override
...
@@ -472,42 +464,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
...
@@ -472,42 +464,6 @@ public class MainActivity extends AppCompatActivity implements OnSharedPreferenc
return
mActivePump
;
return
mActivePump
;
}
}
/**
* ATTENTION: This was auto-generated to implement the App Indexing API.
* See https://g.co/AppIndexing/AndroidStudio for more information.
*/
public
Action
getIndexApiAction
()
{
Thing
object
=
new
Thing
.
Builder
()
.
setName
(
"Main Page"
)
// TODO: Define a title for the content shown.
// TODO: Make sure this auto-generated URL is correct.
.
setUrl
(
Uri
.
parse
(
"http://[ENTER-YOUR-URL-HERE]"
))
.
build
();
return
new
Action
.
Builder
(
Action
.
TYPE_VIEW
)
.
setObject
(
object
)
.
setActionStatus
(
Action
.
STATUS_TYPE_COMPLETED
)
.
build
();
}
@Override
public
void
onStart
()
{
super
.
onStart
();
// ATTENTION: This was auto-generated to implement the App Indexing API.
// See https://g.co/AppIndexing/AndroidStudio for more information.
client
.
connect
();
AppIndex
.
AppIndexApi
.
start
(
client
,
getIndexApiAction
());
}
@Override
public
void
onStop
()
{
super
.
onStop
();
// ATTENTION: This was auto-generated to implement the App Indexing API.
// See https://g.co/AppIndexing/AndroidStudio for more information.
AppIndex
.
AppIndexApi
.
end
(
client
,
getIndexApiAction
());
client
.
disconnect
();
}
private
class
StatusMessageReceiver
extends
BroadcastReceiver
{
private
class
StatusMessageReceiver
extends
BroadcastReceiver
{
private
class
StatusMessage
{
private
class
StatusMessage
{
private
long
timestamp
;
private
long
timestamp
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment