* toolbar improvements
- simple "title" property to render toolbar title
- advanced "adf-toolbar-title" element for compound toolbars
* move to SASS and improve styling
* fix divider color
* improve datatable style
* datatable and document list enhancements
- support to toggle header in DataTable
- Document List automatically hides header for empty content
* Add Assignee to readonly mode
* Style adoption and first steps to editable mode
* Switch between mode coverage
* Rebase fix
* Because of design and requirement changes, revert unnecessary parts
* Small refactoring before the introduction of CardViewDateItem
* Fix AdfCardView tests
* Editable Card date item
* Do not allow edit on task details after the task is completed.
* Update task details request
* Login footer switch fix
* Login customisable copyright text
* Card text item (first sketches)
* Small fix for supported card items' template
* Dynamic component loading for card view items
* Test and linting fixes
* Updating Readme.md
* Update Readme.md
* Fix Readme.md errors
* CardViewTextItemComponent tests
* Rebase fix
* added spinner module and translate text for process-list component
* added spinner loader for data-table in processlist-variable component
* added spinner loader for data-table in processlist component
* added spinner loader for data-table in process-attachmentlist component
* added spinner module and translate text for tasklist component
* changed css for adf-datatable: selector changed in component
* added spinner loader for data-table in tasklist component
* added spinner loader for data-table in task-attachmentlist component
* removed no-content template from task/process attachment list
* fixed tasklist testcase issues
* changed imort order for test cases
* fixed testcase issue in processlist component
* Create two different ProcessUpload service on for task one for process because the API are different
Move the attachment task list and process list in different component outside the activiti demo component
* Move the create task/process attachment in the child component
* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github
* Added new design
* Removed dialog
* Migrated from mdl to md
* Created a new component to list comments by using data-table
* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github
* Added documentation
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Improved css class naming
* Changed component name AdfCommentList to AdfCommentListComponent
* Code refactoring
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Removed extra space at the end
* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github
* Import reordering
* upgrade to md-menu
- upgrade to md-menu
- fix issue with missing icons
- extend demo shell to show icons for actions
- fix issue with border problems in Firefox
- remove commented out samples in demo shell (there's readme for that instead)
* fix unit tests
* fix tests
* use the same upload component between the content and process service
* Create a BaseUploadServe inside the core
The AlfrescoUpload should extend the BaseUpload
* Improve the code
* Move the process service from the demo shell to form component
* Merge [ADF-917] added exlcluded files into app config to prevent special files
* Remove typo
* Fix import
* Fix FileModel import
* Fix Denys comment
* Fix unit test with the new path of UploadService
* Add missing implementation
* add codelyzer in core and datatable
* add codelyzer in the main build
* order imports
* fix import in test
* fix import test
* import reorder form
* tasklist and processlist import reorder
* Create a new empty list component
Share the component between attachment list and document list
Add unit test
Add basic documentation
* Use the adf empty list also in the process attachment component
* Fix unit test
* delete wrong file
* [ADF - 966] added a setTimeout to test the async loading of datatable
* [ADF-966] added the ability to reflect changes on data change
* [ADF-917] changed due PR