-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
New Feature Ideas #59
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@kylecorry31 |
@kaliiiiiiiiii thanks for the suggestion! I've created #1688 to research this and come up with a prototype |
I've got four phones with barometers, but only my S8 gives an accurate reading. A way to calibrate it, or enter an offset would be useful for my phones that return innacurate values. |
@leavenode thank you for the suggestion, I have added #1704 to address this |
Would it be possible to add Bluetooth p2p functionality? I am looking for a group chat and group navigation powered by bluetooth. This functionality would be useful for groups of 4-6 who want to have a way to collaborate and share photos and ideas. I know this sounds crazy but I'll explain. Group ChatsGroup chats would be useful for sharing images and plans quickly even if there was a lack of internet. This could be useful if someone wanted to share modifications recipe or plan. The messages themselves could be encrypted using the NaCl library shared navigationCurrently you need everyone in the group to have their own navigation. This could lead to discrepanies and potential confustion among other things. What I propose is a shared map that shows everyone's location on it. You could use bluetooth triangulation to help increase the persition of the GPS. I also think this navigation needs to work even if the group breaks into smaller groups. I know these features are a bit of a stretch. Briar works for bluetooth communication but is a bit overkill for a few people on a hike. Also thank you for your hard work. It is greatly appreciated |
Briar aims at secure communication even without internet connection. Sooner or later they want to implement file transmission. See also: https://f-droid.org/de/packages/org.briarproject.briar.android/ |
It would be nice if the possibility would be available to enter temperature offset(s) and number days to decrease because the historic temperatures are sometimes not fitting, maybe because of climate change. |
@JensKorte thank you for the suggestions! I have the following issues which discuss potentially using bluetooth (maybe as an addon to avoid the bluetooth permission): I'll also look into adding Briar to the recommended apps And here's an issue you can use to track the dynamic temperature offset: |
This isn't exactly a feature, but it would be very nice if Trail Sense supported Android 13's themed app icons. https://developer.android.com/about/versions/13/features#themed-app-icons Great app by the way :) |
@icejuice-enjoyer thank you for the suggestion! The latest version of Trail Sense 4.17.0 has themed icon support. It was released a couple days ago, so the update should be available on Google Play (may take a couple more days on F-Droid). |
Thanks for this awesome app! |
@VasilisKos thank you for the suggestion, that's a great idea. I've added this issue to track that: #1744 |
it would be helpful to have land use data when in unknown areas. for example: is it okay for me to camp in this land? is this BLM or USFS owned? |
@khimaros Thank you for the suggestion, it is a really good idea, but unfortunately I don't think it will be possible to add that to Trail Sense. Here's why:
|
I'm posting this here to get more visibility and feedback: #1867 I'm looking to redesign a lot of the tools in Trail Sense over the next several months and want to get feedback on what I should focus on. And I know this has come up a lot, so I plan on starting work on #743 soon so you can transfer your data in Trail Sense to a new phone (just a couple more things I need to do first to prepare for Android 14 + the full release of Photo Maps). |
There are over 3400 formulas on this very cool page: https://www.omnicalculator.com Some suggestions:
|
Thank you for the suggestion, I'll take a look |
Amazing app, thanks for the hard work! Some ideas for features:
|
Another Idea from me. GeoNotes! Add notes to a certain position, so they give you a notification when you pass that spot again. Yeah that is basically it, some apps do that already, but I mean why not. |
@ftc thank you for the suggestions!
|
@Portagoras thank you for the suggestion, here's the issue I created to track that (I'm thinking of creating beacon geofences first - details in the issue): #1908 |
Looking forward to following the project! |
In reference to #391: There is already an open source android app, that implements a feature where the phones camera is used to sense heart rate. I just tried it on a Pixel 6a, because the flashlight is surprisingly far away from the actual lense and the results were pretty accurate to what my watch was reporting. This might be a neat feature to get a quick result in just about 10 seconds. Especially if you are not experienced to find a pulse with your fingers on another person. I think it would be a nieche feature, but might be useful in emergency situations, if you can remember that the app has that. I didn't do any too specific tests regarding accuracy, but i guess it was around 10-20% off of the actual value, which would be fine. I don't know how much the results differ by device, but I can't see why it would as long as the light penetrates the finger. |
@ftc Thank you for the clarifications. Unfortunately, that does fall outside of the intended use cases of Trail Sense (both the variometer and stroboscope), and is not an area I would like to provide support for in Trail Sense at this time. That sounds like a really cool activity though! |
@Portagoras at one point I did implement that in Trail Sense (not a released version), but decided against it since it was getting into the health space, and I didn't want to go that direction (I'm also pretty sure there's more regulation in Google Play around that, which I didn't want to deal with). #369 I did however pull that code into a separate app (well technically two, but I don't use Health Sense anymore): https://github.com/kylecorry31/Heart-Rate I haven't built that project in a while, but I do have the app on my phone and it does a reasonable job - though I did throw it together pretty quick as a test of my new app templating, so I won't guarantee any sort of accuracy. You should be able to build that code with Android Studio, or I can build a debug APK for that tomorrow and add it to a pre-release on that project. |
That makes sense. I am not familiar with the regulations around Google Play. I will check it out later! |
Since this thread is becoming a bit long (even with most of the comments minimized), I've created a new issue as a continuation. I'm going to be closing this issue, and ask that all new feature ideas be posted there. The new issue: #1911 |
Since this thread is becoming a bit long (even with most of the comments minimized), I've created a new issue as a continuation. I'm going to be closing this issue, and ask that all new feature ideas be posted there.
The new issue: #1911
Please feel free to post new feature ideas in the comments on this issue. I would love to have some other thoughts about what should be included in this app (no guarantee that I will include them, but I will consider each idea). No idea is a bad idea here, worse case I may say that I will not include it in Trail Sense (but who knows, if it is a really good idea, I or someone else may work with you to build it into a separate app). I should also mention, that I am not averse to the idea of having separate companion apps to Trail Sense with specific niches if a good feature does not meet the goal of Trail Sense.
Some set in stone goals of this app:
For reference, some things I have considered in the past and removed were:
The text was updated successfully, but these errors were encountered: