-
Notifications
You must be signed in to change notification settings - Fork 557
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
Status bar notification update #851
Conversation
…into feature_notification_update Conflicts: Android/src/org/droidplanner/android/utils/DroidplannerPrefs.java
Do you want me to merge it or you still have commits to do? |
It's good for merging.
|
@@ -1,9 +1,12 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > | |||
|
|||
<!-- Contains drone related preferences, and tuning. --> |
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.
@ne0fhyk Thanks for commenting the sections
Status bar notification update
@ne0fhyk for future release could you push the branches to your own fork? I'm just trying to keep the number o branches on https://github.com/DroidPlanner/droidplanner/branches low. (I fact I'm working on merging/closing the stale branches in there) |
Sure, sounds good. So as usual, pull requests from my branches onto matter?
|
Yes, just keep the feature branches on your fork while they are not merged. This way it's easy to not overlap on each other. Ideally we should only have the {master, release, beta} branches on droidplanner/droidplanner. |
Sounds good.
|
First phase of a set of updates to the status bar notification.
This update expands the status bar notification with the telemetry data available on the action bar.
It also adds a
connect/disconnect
action button that allows toggle of the drone connection from the status bar.