1. 23 Mar, 2015 4 commits
    • - Each connectivity intent now has only one constructor
      - Intent constructors are now private for leaf classes and
        protected for classes that can be derived from
      - Each intent class has a Builder class that accumulates
        parameters for intent creation
      - Each intent class has a public static builder() method
        to create a builder
      - Each Builder class has a build() method to create the
        intent from the accumulated parameters
      - Added keys to a few intent types that were missing them
      - Tightened up usage of checkNotNull(), taking advantage of
        the return value to save some lines of code
      - Modified callers to use the builders instead of directly
        calling the constructors
      
      Change-Id: I713185d5ecbadbf51f87ef7f68fec41102106c78
      Ray Milkey authored
    • Cleaned up javadocs. 
      
      Change-Id: I90e6350244991d4f30180fe501fec9e6fd180d43
      Jonathan Hart authored
    • - upgraded Jersey to 1.19 for some REST bug fixes for Java 8
      - consolidated references to Jersey by using the dependecy
        management plugin in the top level pom file.
      
      Change-Id: Ic027f97f8fce6c673c9f2c02a92abaeedfedeb97
      Ray Milkey authored
    • * Automatically assign the Ethtype based on the IP address version
        for the "--ipSrc" and "--ipDst" arguments
      
      * Fix a typo in the --ipSrc and --ipDst description
      
      * Check whether the --ipSrc and --ipDst address versions are same
      
      Change-Id: Iaac98987b070c5fed97a7f6eb4c544f1578effcd
      Pavlin Radoslavov authored
  2. 22 Mar, 2015 1 commit
  3. 21 Mar, 2015 1 commit
    •       - tips will appear above the mouse when element is hovered over
            - tips disappear after mouse leaves element
            - positioning of tooltip is still WIP, testing of it was run in Sample View
      
      Change-Id: Ic3be1235bf8d2d4bbf473f965e3a1f8c79ce9fc6
      Bri Prebilic Cole authored
  4. 20 Mar, 2015 5 commits
  5. 19 Mar, 2015 15 commits
  6. 18 Mar, 2015 14 commits