Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chadly/Geocoding.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: chadly/Geocoding.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 39 files changed
  • 9 contributors

Commits on Mar 5, 2018

  1. Add JsonConstructor attribute to Bounds (#92)

    Allow serializing/deserializing of Bounds via JSON
    codejnki authored and chadly committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    8e5365c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    9ee2b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0a307 View commit details
    Browse the repository at this point in the history
  3. Tidy up unit test for user location to provide more detail if it fails.

    Change unit test for UserMapView to check more results.
    RyanONeill1970 committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    ec1d4a3 View commit details
    Browse the repository at this point in the history
  4. Fix issue with tests where settings were not being injected into test…

    … class and causing a null error at runtime. Now uses parent settings class.
    
    Also changed one expected test return type to reflect change in Google data.
    RyanONeill1970 committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    eb31c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c74234 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b72deee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69e1d3f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Include multi-targeting to the full netfx framework (#97)

    netstandard 1.3 as well as netfx 4.6
    nielsvoigt authored and chadly committed May 8, 2018
    Configuration menu
    Copy the full SHA
    1949470 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Add GeocodingException base class (#109)

    Fix #108
    dfyx authored and chadly committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b7ecb7b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Add cancellation support (#111)

    Fix #110
    dfyx authored and chadly committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    1402da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Add EditorConfig file

    dfyx authored and chadly committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    3290518 View commit details
    Browse the repository at this point in the history
  2. Fix async tests (#115)

    * Wait for async tests in AsyncGeocoderTest
    * Check for correct address in CanReverseGeocodeAsync
    * Set thread culture
    dfyx authored and chadly committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9afd9a8 View commit details
    Browse the repository at this point in the history
  3. Implement Geocoding through HERE (#112)

    * Implement Geocoding through HERE
    * Update README
    * Some code cleanups
    * Add some error handling
    dfyx authored and chadly committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    53783f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Fix package name for Here (#120)

    DR9885 authored and chadly committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    0b3de09 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on Nov 29, 2020

  1. MapQuest: Add "charset=utf-8" to Content-Type (#138)

    Update tests for unicode, and add Async tests for MapQuest.
    RodneyRichardson authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    4fae827 View commit details
    Browse the repository at this point in the history
  2. fix: mapquest Quality enum (#140)

    Make value of Quality.NEIGHBORHOOD consistent with size of area 
    
    https://developer.mapquest.com/documentation/geocoding-api/quality-codes/
    RodneyRichardson authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    801fcdc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Google API Key is not optional anymore (#152)

    As referring to following issue, updated README
    #144
    osaleem303 authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f193436 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Google API Key is not optional anymore (#153)

    As referring to following issue, updated README
    #144
    osaleem303 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ace8964 View commit details
    Browse the repository at this point in the history
Loading