-
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.
Merge pull request #30 from BIDMCDigitalPsychiatry/bug_fixes
Bug fixes
- Loading branch information
Showing
11 changed files
with
241 additions
and
172 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ class MainActivity : AppCompatActivity() { | |
|
||
TelephonySensor.setSensorObserver(object :TelephonySensor.TelephonyListener{ | ||
|
||
override fun onIncomingCallEnded(callDuration: Int?) { | ||
override fun onIncomingCallEnded(callDuration: Long?) { | ||
TODO("Not yet implemented") | ||
} | ||
|
||
override fun onOutgoingCallEnded(callDuration: Int?) { | ||
override fun onOutgoingCallEnded(callDuration: Long?) { | ||
TODO("Not yet implemented") | ||
} | ||
|
||
|
@@ -37,7 +37,7 @@ class MainActivity : AppCompatActivity() { | |
|
||
private fun invokeSensorSpecData(){ | ||
|
||
val basic = "Basic ${Utils.toBase64( | ||
/* val basic = "Basic ${Utils.toBase64( | ||
"[email protected]:U3039047323")}" | ||
Thread { | ||
|
@@ -46,7 +46,7 @@ class MainActivity : AppCompatActivity() { | |
val activityResponse = Gson().fromJson(activityString.toString(), ActivityResponse::class.java) | ||
Log.e("KOK", " Lamp Core Response - ${activityResponse.data[0].schedule?.get(0)?.notification_ids?.size.toString()}") | ||
}.start() | ||
}.start()*/ | ||
|
||
|
||
|
||
|
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
Binary file not shown.
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,6 +1,5 @@ | ||
#Tue Jan 12 10:36:59 IST 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip |
Oops, something went wrong.