Skip to content
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

Gadgetbridge support #56

Open
baltevl opened this issue Aug 22, 2023 · 4 comments
Open

Gadgetbridge support #56

baltevl opened this issue Aug 22, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@baltevl
Copy link
Contributor

baltevl commented Aug 22, 2023

Gadgetbridge is a oss companion app for all sorts of wearables. Among a lot of other features, it is able to provide weather data to devices. It does this by implementing recievers and relying on weather apps to send weather data. See https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Weather#weather-app-development for details.
Is this a feature you would be willing to consider or do you think it is out of scope for this project?
If there is an interest i'd offer myself to work on this feature. Only problem is, I have never worked with NativeScript before so a short how to build (Is it just as simple as ns run android?) and maybe a pointer where to best implement this would be amazing.
King regards

@farfromrefug
Copy link
Collaborator

@baltevl I am not against anything. How would my app communicate with yours? Is there an API ? Is it using intents ?
As for Nativescript, it is indeed easy to run with ns run android though I would add --no-hmr.
As for where to do it it depends mostly on how the communication would work. But I guess a new file in app/services.

@baltevl
Copy link
Contributor Author

baltevl commented Sep 1, 2023

Hey, while working on this I thought this would be easier to implement using a few oop principles. So I started a small refactor. Before continuing like this, I'd like to hear your opinion about 9e59888.

@farfromrefug
Copy link
Collaborator

@baltevl awesome I really like it. Wanted to do something like thus at one point . you can create a PR and I LL merge it right away

@baltevl
Copy link
Contributor Author

baltevl commented Sep 1, 2023

#59 done. I might do something similar for other modules when I find the time :)

@farfromrefug farfromrefug added the enhancement New feature or request label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants