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: prijip/obd-java-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pires/obd-java-api
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.
  • 13 commits
  • 101 files changed
  • 3 contributors

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    9b690a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b1c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba2968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bff2f4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    357d4d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7befd25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    677c7fb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Do not repeatedly compile regex Pattern objects

    String.replaceAll() and String.matches() both internally operate by
    using Pattern objects. Compiling triggers object allocations that
    would be nice to avoid. Particularly in memory constarained android
    apps. This helped reduce the number of GC's happening in one of my
    android apps.
    Harshal Pradhan committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    97c22c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pires#122 from upstartmobile/master

    Do not repeatedly compile regex Pattern objects.
    pires authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    472f824 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Updated GPG key.

    pires committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    d0cad35 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. addes method to get the command's mode.

     the command's mode is the first two characters of a command
    Adam committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    1985193 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pires#126 from asasine/master

    Adds method to get the command's mode.
    pires authored Feb 6, 2017
    Configuration menu
    Copy the full SHA
    e6bd627 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Looking for active maintainers.

    Signed-off-by: Paulo Pires <pjpires@gmail.com>
    pires committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    74c688f View commit details
    Browse the repository at this point in the history
Loading