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

datagramSocket.disconnect() Deadlock #93

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2015

  1. out of memotu fix

    dmayboroda committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    81a95f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ConnectSDK#80 from dmayboroda/outofmemory

    out of memory issue fix
    iadnan committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    5b89c17 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

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

Commits on Nov 3, 2015

  1. Merge pull request ConnectSDK#81 from dmayboroda/issue#298

    Switched to robolectric 3.0
    iadnan committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    7f65c9e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. robolectric tests fixed

    dmayboroda committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    426e051 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ConnectSDK#84 from dmayboroda/issue#298

    robolectric tests fixed
    iadnan committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    4317ec0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Configuration menu
    Copy the full SHA
    54bfc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b90f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ConnectSDK#86 from dmayboroda/issue#330

    fixed network on main thread exception
    iadnan committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    243f213 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ConnectSDK#87 from dmayboroda/issue#324

    ZeroConf filter nullpointer fix
    iadnan committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    64f92a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Configuration menu
    Copy the full SHA
    98d3753 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ConnectSDK#88 from dmayboroda/issue##331

    Fix for RejectedExecutionException on SSDPDiscoveryProvider
    iadnan committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    3bd9bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. call to datagramSocket.disconnect() results in deadlock with receive …

    …on shutdown and is not necessary
    sprehn committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    edc686a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Merge branch 'dev' of https://github.com/ConnectSDK/Connect-SDK-Andro…

    …id-Core
    
    merge latest and greatest from upstream
    sprehn committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    6f5a71b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    e2e7cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db52d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9dee14 View commit details
    Browse the repository at this point in the history
  4. actually include src in build

    sprehn committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    d7d04fe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. further anrdroid cleanup

    sprehn committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    1ac150c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    4a7b9a3 View commit details
    Browse the repository at this point in the history
  2. removed base64 dependency

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    6ae3bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7f2cb View commit details
    Browse the repository at this point in the history
  4. removed drawable dependency

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e71f66d View commit details
    Browse the repository at this point in the history
  5. removed drawable dependency

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    128a0f2 View commit details
    Browse the repository at this point in the history
  6. removed comments

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    56dee1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18ff5aa View commit details
    Browse the repository at this point in the history
  8. removed display dependency

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    562fc29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db47280 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09f410c View commit details
    Browse the repository at this point in the history
  11. removed dependencies to context bitmap bitmapfactory xml. context now…

    … a simple interface in core that users need to implement to provide info about environment
    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    56bbb40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60d5c75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5178173 View commit details
    Browse the repository at this point in the history
  14. moved log to core

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c4f7e81 View commit details
    Browse the repository at this point in the history
  15. moved nonull to core

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2f2eb51 View commit details
    Browse the repository at this point in the history
  16. moved PointF to core

    sprehn committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    f2c64d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. fixed javadoc

    sprehn committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    19cd60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b5180 View commit details
    Browse the repository at this point in the history
  3. repo renamed

    sprehn committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    c3fd539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f46f72 View commit details
    Browse the repository at this point in the history
  5. site reporting section

    sprehn committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    e6a9ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

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

Commits on Feb 24, 2017

  1. removed all high findings

    sprehn committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    47956d2 View commit details
    Browse the repository at this point in the history
  2. removed all high findings

    sprehn committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    fa83ae0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. fixed bug in ssdp parsing

    sprehn committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    e8d60f5 View commit details
    Browse the repository at this point in the history
  2. small simplifications

    sprehn committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    f368b63 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. 1.0 release

    sprehn committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    58823f6 View commit details
    Browse the repository at this point in the history
  2. next snapshot for 1.1

    sprehn committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    370fd0d View commit details
    Browse the repository at this point in the history