DENBUG-185: UI shows version without period in between (ECO-11648, ECO-11616) DEN-16528 UI: Format the UI version for the newly created release type branch
DEN-16502: UI: CS: CloudSync out buff is created by UI which causes permission issue for CloudSync - Reverted back the version macros to use the bamboo env variables, to be consistent with other stacks - Changed the DeviceController addWatch method to avoid creating file if does not exist, to prevent the permission denied issue when CS writes to the file, since if the file is created by denali, cloud does not have write access any more. - Changed the execution order of the Application to be executed before CloudSync since in the new CS 0.4.6 it will error out and stop running because UI has not been executed to prepare the encrypted folder. - Added a Check-In for the UI and CS to check if the CS is running and the above change will delay the post to be sent later when the check-in response is received. - Added a TIME_CALL to call the method after each x times of call (is used in TimerEvent)