1. 22 Aug, 2016 16 commits
  2. 19 Aug, 2016 19 commits
  3. 18 Aug, 2016 5 commits
    • Note that this also fixes the race condition with showing selected intent.
      
      Change-Id: Icf3cd168bca985136d3ca6c63d98aa193a476d00
      Simon Hunt authored
    • Change-Id: I19b57879ccf76c085363b6be53dd0f838f5673bd
      Yuta HIGUCHI authored
    • Change-Id: Iadda7707b4ab4f01b5026d314f25a10748d94915
      Yuta HIGUCHI authored
    • Change-Id: Ia3ccd84c33075f297d7e6b9bc205efe92aec9bea
      Madan Jampani authored
    • SimpleChannelInboundHandler generates `message` instance check code on the fly,
      using JavaAssist. Which was not working, when a new Connection was created on the thread
      outside of NettyMessagingManager bundle, which did not have access to netty classes.
      - Implemented equivalent for SimpleChannelInboundHandler<InternaleMessage>
        without specifying type parameter, avoiding on the fly code generation.
      
      Other changes:
      - Add a method in IpAddress to return InetAddress instance.
      
      Change-Id: Ie97294a5650683457b9395e773269c5232d8e602
      Yuta HIGUCHI authored