-
Notifications
You must be signed in to change notification settings - Fork 815
fix: improved lux meter with features #1430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please test the APK and update here on what needs to be fixed and changed. Thanks! :) |
|
@CloudyPadmal In the first screenshot that you uploaded, the main reading of the gauge is overlapping with the meter readings. So can we do something about it? |
cweitat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It starts automatically collecting data when instrument is opened. App crashes when press record. Android 8.0
|
@harsh-2711 yes good point. I'll see if I can make an offset. @cweitat yes there was a location permission error. I've fixed that. Will update this one soon. |
85671a0 to
4fbd411
Compare
|
@cweitat @harsh-2711 I've updated the PR with changes. |
4fbd411 to
41ccf9d
Compare
c6e0658 to
6095cde
Compare
|
I've completely fixed the issue #1427 and the apk is the current one. Please have a look. |
|
@CloudyPadmal have a look at codacy |
703594c to
c2ecf2b
Compare
dimensions permissions added marker classes added markers added logging support added new logo added new logo and completed logging updated logging codacy codacy
c2ecf2b to
2b46a8e
Compare
dimensions permissions added marker classes added markers added logging support added new logo added new logo and completed logging updated logging codacy codacy
dimensions permissions added marker classes added markers added logging support added new logo added new logo and completed logging updated logging codacy codacy
Fixes #1427
Changes:
In this PR, I have created an abstract sensor class
PSLabSensorwhich holds all the necessary functions and templates needed by each sensor. Lux Meter can be taken as an example to design other sensors to have a uniform layout and a theme.Screenshot/s for the changes:
Checklist: [Please tick following check boxes with
[x]if the respective task is completed]strings.xml,dimens.xmlandcolors.xmlwithout hard-coding themstrings.xml,dimens.xmlorcolors.xmlAPK for testing:
NewLuxMeter.apk.zip