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: Tibolte/ElasticDownload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bugfix/restore_state
Choose a base ref
...
head repository: Tibolte/ElasticDownload
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.
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 29, 2016

  1. Added the ability to set the background color

    Added 2 methods for setting the background color of the Elastic view. It should take in either an int color or a String and parse the color. If the string is null or the parsing fails, nothing will be set and it will retain the original color
    PGMacDesign authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    8516524 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Fixed some grammatical errors

    Adjusted text and changed catch argument. Omitted an e.printStackTrace() as I was unsure if it was desired. Let me know if you want it implemented.
    PGMacDesign authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    fcf54be View commit details
    Browse the repository at this point in the history
  2. Adding in printStackTrace

    e.printStackTrace(); under catch for null Strings or bad color parsing strings sent
    PGMacDesign authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    cbd2032 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    c5d5bee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from PGMacDesign/patch-1

    Added the ability to set the background color
    Tibolte authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    dbf3e22 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Replacement of "compile" with "implementation"

    As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
    ardacebi authored May 5, 2018
    Configuration menu
    Copy the full SHA
    d444232 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Merge pull request #42 from TurboProgramming/patch-1

    Replacement of "compile" with "implementation"
    Tibolte authored May 10, 2018
    Configuration menu
    Copy the full SHA
    6417746 View commit details
    Browse the repository at this point in the history
Loading