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: AndroidLegends/AndroidEventBus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hehonghui/AndroidEventBus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 125 files changed
  • 3 contributors

Commits on Feb 24, 2016

  1. Update README-ch.md

    增加应用:功夫泡
    ydcool committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    d09b925 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hehonghui#35 from Ydcool/master

    Update README-ch.md
    hehonghui committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    eba3b95 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Update README.md

    hehonghui committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    d199bc8 View commit details
    Browse the repository at this point in the history
  2. Update README-ch.md

    hehonghui committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    5576c9f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Update README.md

    hehonghui authored Apr 3, 2018
    Configuration menu
    Copy the full SHA
    731f883 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    ad3d39d View commit details
    Browse the repository at this point in the history
  2. add library jar

    hehonghui committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a7650b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix thread safe issue on vivo and Motorola Android 12

    Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Object.hashCode()' on a null object reference
           at j$.util.concurrent.ConcurrentHashMap.get()
           at j$.util.concurrent.ConcurrentHashMap.containsKey()
           at org.simple.eventbus.EventBus$EventDispatcher.getMatchedEventTypes(EventBus.java:393)
           at org.simple.eventbus.EventBus$EventDispatcher.deliveryEvent(EventBus.java:363)
           at org.simple.eventbus.EventBus$EventDispatcher.dispatchEvents(EventBus.java:351)
           at org.simple.eventbus.EventBus.post(EventBus.java:189)
    yinyinnie committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3136483 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hehonghui#61 from yinyinnie/master

    Fix thread safe issue on vivo and Motorola Android 12
    hehonghui authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    83795e5 View commit details
    Browse the repository at this point in the history
Loading