forked from pires/obd-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pires/obd-java-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 101 files changed
- 3 contributors
Commits on Sep 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9b690a2 - Browse repository at this point
Copy the full SHA 9b690a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b1c0d - Browse repository at this point
Copy the full SHA 47b1c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba2968 - Browse repository at this point
Copy the full SHA 3ba2968View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff2f4d - Browse repository at this point
Copy the full SHA bff2f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 357d4d1 - Browse repository at this point
Copy the full SHA 357d4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7befd25 - Browse repository at this point
Copy the full SHA 7befd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677c7fb - Browse repository at this point
Copy the full SHA 677c7fbView commit details
Commits on Dec 2, 2016
-
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 committedDec 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 97c22c4 - Browse repository at this point
Copy the full SHA 97c22c4View commit details -
Merge pull request pires#122 from upstartmobile/master
Do not repeatedly compile regex Pattern objects.
Configuration menu - View commit details
-
Copy full SHA for 472f824 - Browse repository at this point
Copy the full SHA 472f824View commit details
Commits on Dec 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d0cad35 - Browse repository at this point
Copy the full SHA d0cad35View commit details
Commits on Feb 6, 2017
-
addes method to get the command's mode.
the command's mode is the first two characters of a command
Adam committedFeb 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 1985193 - Browse repository at this point
Copy the full SHA 1985193View commit details -
Merge pull request pires#126 from asasine/master
Adds method to get the command's mode.
Configuration menu - View commit details
-
Copy full SHA for e6bd627 - Browse repository at this point
Copy the full SHA e6bd627View commit details
Commits on Jul 16, 2017
-
Looking for active maintainers.
Signed-off-by: Paulo Pires <pjpires@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74c688f - Browse repository at this point
Copy the full SHA 74c688fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master