-
Notifications
You must be signed in to change notification settings - Fork 319
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
Release 5.0 #192
Merged
Merged
Release 5.0 #192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zugaldia
approved these changes
Sep 5, 2017
danesfeder
approved these changes
Sep 5, 2017
danesfeder
pushed a commit
that referenced
this pull request
Sep 5, 2017
* fixed scripts * [android] [auto] Update properties to version 0.5.0 in preparation for build. * updated changelog * changed version to 0.6 snapshot * changed circle ci back to using master for release
danesfeder
added a commit
that referenced
this pull request
Sep 8, 2017
* Create new package structure and empty view classes - Also add new test activity for the views * Add XML / Drawable resources for InstructionView * Remove unnecessary dependency and recursive error in turn lane layout * Adding drawable resources and constants * Add utils and abbreviations * Remove unused resources * Create sample activity and set up mock location for testing * Add navigation camera * Target 26 and add auto sizing for instruction text * Decrease turn lane padding * Remove imageview tint * Update robolectric dependency * Add lifecycle methods for navigation and location layer * Updates per review * us followonstep inside routeprogress for instruction (#188) * updated release script for circleci (#190) * Update README.md (#193) * Release 5.0 (#192) * fixed scripts * [android] [auto] Update properties to version 0.5.0 in preparation for build. * updated changelog * changed version to 0.6 snapshot * changed circle ci back to using master for release * added null check for notification (#201) * Fix local publish command (#199) * fix local publish command (make publish-local) * updated mapbox dep * Set layer for route * Launch Class for Navigation UI (#182) * Add navigation launcher for launching UI with route or coordinates, add example in sample activity * Use Butterknife for click listeners * SummaryBottomSheet View (#185) * Add navigation launcher for launching UI with route or coordinates, add example in sample activity * Add SummaryBottomSheet with directions list * Update bottomsheet directions when a step is completed * Fixes per review * Drop-in Instruction Handling (#194) * Add navigation launcher for launching UI with route or coordinates, add example in sample activity * Add SummaryBottomSheet with directions list * Update bottomsheet directions when a step is completed * Create new polly player with ExoPlayer * Update to use MediaPlayer and remove exoplayer dependency * Extract string constants in InstructionView * Remove duplicate string * Remove static string for exception * Camera Recenter, Turn Lane UI Update, Instruction Initialization (#198) * Add navigation launcher for launching UI with route or coordinates, add example in sample activity * Add SummaryBottomSheet with directions list * Update bottomsheet directions when a step is completed * Create new polly player with ExoPlayer * Update to use MediaPlayer and remove exoplayer dependency * Add Re-center btn for camera tracking * Recenter Btn, Instruction Player onDestroy, and improved navigation launch example * Add pool ID and simulate route options to launch class methods - Animate recenter button and move instruction player to NavigationView * Filter out none indications * Populate destination when launching with route - also draw the destination marker * Set up theme attributes for future custom themes * Remove extra line * Add launch from coordinates to example and remove redundant instruction player in InstructionView * Shutdown location engine in onDestroy and finish the session when arriving - Also remove aws pool ids from test app
danesfeder
added a commit
that referenced
this pull request
Sep 15, 2017
# This is the 1st commit message: # This is a combination of 5 commits. # This is the 1st commit message: Ground work for feedback UI # The commit message #2 will be skipped: # us followonstep inside routeprogress for instruction (#188) # # The commit message #3 will be skipped: # updated release script for circleci (#190) # # The commit message #4 will be skipped: # Update README.md (#193) # # The commit message #5 will be skipped: # Release 5.0 (#192) # # * fixed scripts # # * [android] [auto] Update properties to version 0.5.0 in preparation for build. # # * updated changelog # # * changed version to 0.6 snapshot # # * changed circle ci back to using master for release # The commit message #2 will be skipped: # recalculate distances when index gets increased (#207) # # The commit message #3 will be skipped: # Creates new instance of Location object for snapped location (#204) # # The commit message #4 will be skipped: # Changed milestones to use duration values (#208) # # * changed milestones to use duration values # # * fixed indention
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #191