* Rename processlist.component.ts to process-list.component.ts
Rename processlist.component.md to process-list.component.md
* Add a root scope ADF_TASK_LIST into the json file
Remove the hardcoded string from the component and use keys
Refactoring json structure
* Rename processlist.component.ts to process-list.component.ts
Rename processlist.component.md to process-list.component.md
* Add a root scope ADF_PROCESS_LIST into the json file
Remove the hardcoded string from the component and use keys
Refactoring json structure
* Fix unit test
* [ADF-1747] Task service - findAllTaskByState return a wrong list.
* Refactored findAllTasksWhitoutState method.
* [ADF-1747] Task service - findAllTaskByState return a wrong list.
* Added unit test case.
* [ADF-1747] Task service - findAllTaskByState return a wrong list.
* Refactored unit test cases for tasklist.service
* [ADF-1760] Process Info Drawer - The keys must be localized
* Reverting scss changes done in the previous PR for the same issue
* Revert the scss changes on Process Info Drawer
* log levels implementation
* documentation and test
* remove logservieMock
* add logLevel in app config file
* remove semicolons
* fix pagination test
* fix test form
* silent test in production config
* fix test
* ALL LANGUAGES: This includes all ADF UI files localised into 10 languages as indicated in JIRA ADF-1706: Translate ADF i18n strings into all supported languages
* ITALIAN: Small amends to Italian strings as part of previous commit to complete ADF-1706
* Add multilanguages
* Load the languages from the app config file
* Fix it json
* Simplify the adf menu languages
* Removed unused code
* Basic documentation
* Fix unit test
* bug fix for ADF-1702
updated login component scss (added adf-full-height class)
update login component template (applied the mentioned class to the html markup)
* Login component - issue ADF-1702 issue
update
applying the adf-full-height class to the password input field which has the same issue as the username field
* added general style rules that will override material design form input line height.
this is application specific change, will not impact the adf component framework
reverted the changes made in my previous attempt to fix this issue (login.component.scss and login.component.html)
* correction after new declaration file for PS
* remove unused jasmine
* commit ifx initial pipe
* fix tasklist test
* fix tasklist test
* reinsert test
* Add locate as user preference property
* The datepicker should be localizable.
Save the locale as user preference
The app should get the default locale from the store or appcongif or Browser or en
* Fix build error
* Fix unit test date widget
* Needs more investigation
* Fix import UserPreference
* Rollback date format change