Giter VIP home page Giter VIP logo

workyfie's People

Contributors

sebastiankapunkt avatar thunderanimal avatar

Watchers

 avatar  avatar  avatar

Forkers

thunderanimal

workyfie's Issues

cleanup

intent service
temp storage
pictures

in history add

  • duration in hh:mm
  • extract date dd:mm:yyyy to extra field
  • show startTime and endTime as hh:mm

replace text in MeasureFragment

And please use R.string....
and String.format

Example

in strings.xml
<string name="mystring">%s mystring</string>

String.format(getResources().getString(R.string.mystring),value)

to replace:
Es besteht keine Verindung zum Sensor. Stelle eine Verbindung zum Sensor her - Hauptmenü --> Sensor - um eine Session zu starten.

with:
a text about no connect and a button opening the sensor fragment

SensorFragment stop scan when leaving fragment/connecting to device

FATAL EXCEPTION: main
Process: workyfie.github.de.workyfie, PID: 16055
java.lang.NullPointerException: Attempt to invoke interface method 'void workyfie.github.de.workyfie.presentation.page.main.sensor.SensorView.drawIsScanning(boolean)' on a null object reference
at workyfie.github.de.workyfie.presentation.page.main.sensor.SensorPresenter.drawViewScanning(SensorPresenter.java:118)
at workyfie.github.de.workyfie.presentation.page.main.sensor.SensorPresenter.lambda$null$0(SensorPresenter.java:89)
at workyfie.github.de.workyfie.presentation.page.main.sensor.SensorPresenter.access$lambda$1(SensorPresenter.java:0)
at workyfie.github.de.workyfie.presentation.page.main.sensor.SensorPresenter$$Lambda$2.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)

improve GraphView of MeasureFragment

  • should be scrollable
       graphView.getViewport().setScrollable(true);
  • set y bounds to 0-1000
        graphView.getViewport().setYAxisBoundsManual(true);
        graphView.getViewport().setMaxY(1000);
        graphView.getViewport().setMinY(0);
  • add padding and margin so the y values are visible

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.