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

Feedback for Drop-In UI #383

Merged
merged 31 commits into from
Oct 28, 2017
Merged

Feedback for Drop-In UI #383

merged 31 commits into from
Oct 28, 2017

Commits on Oct 17, 2017

  1. Add feedback dialog modal

    danesfeder committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    aab25ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41407f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03dc7fa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    868c506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3944191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2adc0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97b8543 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    896b677 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    34305a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    ad10e4c View commit details
    Browse the repository at this point in the history
  2. Add updated feedback icons

    danesfeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    8a58432 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dan-bottomsheet-feedback' of github.com:mapbox/mapbox-n…

    …avigation-android into dan-bottomsheet-feedback
    danesfeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    835470e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86c8fba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ca925 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dan-bottomsheet-feedback' of github.com:mapbox/mapbox-n…

    …avigation-android into dan-bottomsheet-feedback
    danesfeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2d9e4de View commit details
    Browse the repository at this point in the history
  7. Feedback System (#405)

    * Method Creation
    
    - started method creation for handling feedback events
    - need to test reroute solution and move on to update and cancel functionality
    
    * Add feedback types
    
    * Update + Cancel
    
    - added functionality for update and cancel methods
    - still needs testing and tweaking
    
    * Tweak code to match reroute
    
    - code now matches how reroute functions
    - may add handling of multiple feedback events at once later in the system
    
    * Checkstyle fix from conflict resolution
    
    - fixed sisngle line checkstyle issue
    
    * Fix merge conflict
    electrostat authored and danesfeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    f2ac21f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e859ada View commit details
    Browse the repository at this point in the history
  9. Remove item size check

    danesfeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    de2b6ee View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Configuration menu
    Copy the full SHA
    6f4a3fc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    9363411 View commit details
    Browse the repository at this point in the history
  2. Update bottomsheet toast

    danesfeder committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    bd2f284 View commit details
    Browse the repository at this point in the history
  3. Feedback Queue Update

    - renamed method
    - added feedback location collect to onLocation listener
    - created new methods to handle updating feedback and reroute queues
    electrostat committed Oct 23, 2017
    2 Configuration menu
    Copy the full SHA
    8ce5a00 View commit details
    Browse the repository at this point in the history
  4. Location -> RingBuffer

    - change from using Location in updateFeedbackQueue and updateRerouteQueue to using a Ringbuffer
    electrostat committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    54f0aaf View commit details
    Browse the repository at this point in the history
  5. Add event to queue + rerouteDate

    - change sessionstate method name to match variable
    - add feedbackevent to queue
    - update reroute date when creating sessionstate
    electrostat committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    aa09c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Location Timestamps + EventLocation

    - make test data timestamps the current time for the events
    - use sessionstate.eventLocation to store location at time fo feedback event trigger
    electrostat committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    662848e View commit details
    Browse the repository at this point in the history
  2. Set Feedback Created

    - force set of feedback created to event trigger
    - tested multiple events
    electrostat committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9785d05 View commit details
    Browse the repository at this point in the history
  3. FeedbackID + UserID fixes

    - send feedbackID to feedbackevent creation
    - obtain and send vendorID as User ID for feedbackevents
    electrostat committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    3fb2063 View commit details
    Browse the repository at this point in the history
  4. isMocked setting

    - set isMocked to appropriate setting based on conditions for feedbackevents
    electrostat committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9e4a9ef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    d2de964 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Update icons / telem

    danesfeder committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    bc91d0d View commit details
    Browse the repository at this point in the history
  2. Return if location null

    danesfeder committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    d909550 View commit details
    Browse the repository at this point in the history