Code Monkey home page Code Monkey logo

covidwatch-android-minimal's People

Contributors

akhilveeraghanta avatar apisov avatar burningaxe avatar jamesjmtaylor avatar jamespetrie avatar madhavajay avatar madim avatar nkumarcc avatar rhysfenwick avatar zssz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

covidwatch-android-minimal's Issues

No Activity Between Samsung Galaxy S5 and Huawei P9 Lite

I am running the latest development branch build on two android phones, and getting no TCN activity on either. I am running with the app launched, not closed, and phones unplugged but NOT on low battery mode.

Phone information:

Huawei P9 Lite (Huawei VNS-L31):
Android 7.0
Samsung Galaxy S5 (SM-G900V):
Android 6.0.1

Error in function parameters generateAndUploadReport()

I have the following error in the create report function
~\covidwatch-android-minimal\app\src\main\java\org\covidwatch\android\CovidWatchTcnManager.kt: (102, 62): No value passed for parameter 'memoType'

fun generateAndUploadReport() { // Create a new Signed Report with uploadStateset to.notUploaded and store it in the local persistent store. // This will kick off an observer that watches for signed reports which were not uploaded and will upload it. val signedReport = SignedReport(tcnKeys.createReport()) signedReport.isProcessed = true signedReport.uploadState = SignedReport.UploadState.NOTUPLOADED CovidWatchDatabase.databaseWriteExecutor.execute { val dao = CovidWatchDatabase.getInstance(context).signedReportDAO() dao.insert(signedReport) } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.