Get the [script][1] and store it in home:
Add this to ~/.bash_profile :
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
Get the [script][1] and store it in home:
Add this to ~/.bash_profile :
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
UICallback
to attach to ListenableFuture
s, whenever you want to do work on UI threadNonUICallback
to attach to ListenableFuture
s, whenever you do not want to do work on UI threadUIThreadEventHandler
to attach to Event
, whenever you want to do work on UI threadBackgroundEventHandler
to delegate work away from UI thread - this is a single threaded executor to ensure sequenceAsyncTask
when you want to do longer running work, like sorting, and need results back on the UI threadCI Nightly task - QA build from develop
CI weekly task (Friday) - Superheroes build from master