-
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
Fix issue 1051 #1062
Fix issue 1051 #1062
Conversation
replaced the seekbar with the number picker. cleaned up MissionWaypointFragment's layout and implementation.
…th the spinnerwheel widget.
added 'edit mode' rendering for the WheelHorizontalView widget.
…een resize when the spinnerwheel closes the keyboard.
…izontalView' widget.
…into fix_issue_1051
@arthurbenemann can you do some quick testing on the new widget. This should greatly improve the interface for input entry. |
@jason4short any thougths/feedback on the look & feel of the widget? I think this is a better interface than the Right now it's only used in the waypoint detail windows, but if satisfied with its look & feel, the plan is to use it to replace the other currently used widgets. |
@arthurbenemann what's the status with |
I'll merge this after I make our net public release. @ne0fhyk I'm thinking about discontinuing both Loiter and LoiterInf, since thy are not all that useful, and we have circle. |
Some debugging comments by @keyoss
|
Looks great. |
checked if its because of the developer settings from my tablet: nope it still persits on casual unrooted devices.. htc too |
@arthurbenemann by public release, do you mean the next beta release, or the next production release? @keyoss can you specify the strange behavior. To me it seems to behave as designed. |
@ne0fhyk Production release, I hope to get it done by the end of the day. |
@ne0fhyk just have a look at the video... 2-3 comments above. if you created some waypoints, select one and 'spin the alt wheel' each waypoint starts to flicker (waypoint icon/red marker). |
@keyoss thanks for the update! I was looking at the widget, and not paying attention to items on the map. |
your welcome |
…into fix_issue_1051
removed guava library dependency.
@keyoss I fixed the issue causing the waypoints to flicker. I'm updating the debug release so you can give it another try. |
@keyoss and here's the debug apk fresh off the oven: https://github.com/ne0fhyk/droidplanner/releases/tag/v.2.7.6.1 |
thanks, works... smooth as silk and cotton :) |
@arthurbenemann the PR is ready for merging. |
@ne0fhyk I'm not making any changes now unless they have minor impact, or a needed. This PR might change the layout in places we don't expect, so I'm holding it for the moment. |
@arthurbenemann I'm merging this since the production release was updated. Feel free to revert the merge if you have other plans in mind. |
@ne0fhyk thanks. |
This PR fixes issue #1051 by providing a better interface to input entry using a
CardWheelHorizontalView
widget.The
CardWheelHorizontalView
widget behaves like aNumberPicker
or aTimePicker
but horizontally instead of vertically.For example, you can swipe right/left to quickly change values, tap on the center value to edit with a keyboard.