diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/compile/sass.js b/compile/sass.js old mode 100644 new mode 100755 diff --git a/config.xml b/config.xml old mode 100644 new mode 100755 diff --git a/install.txt b/install.txt old mode 100644 new mode 100755 diff --git a/ionic.config.json b/ionic.config.json old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/privacy_policy.md b/privacy_policy.md old mode 100644 new mode 100755 diff --git a/resources/README.md b/resources/README.md old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png old mode 100644 new mode 100755 diff --git a/resources/icon.png b/resources/icon.png old mode 100644 new mode 100755 diff --git a/resources/ios/icon/icon-1024.png b/resources/ios/icon/icon-1024.png old mode 100644 new mode 100755 diff --git a/resources/splash.png b/resources/splash.png old mode 100644 new mode 100755 diff --git a/src/app/app.component.ts b/src/app/app.component.ts old mode 100644 new mode 100755 diff --git a/src/app/app.html b/src/app/app.html old mode 100644 new mode 100755 diff --git a/src/app/app.module.ts b/src/app/app.module.ts old mode 100644 new mode 100755 diff --git a/src/app/app.scss b/src/app/app.scss old mode 100644 new mode 100755 diff --git a/src/app/main.ts b/src/app/main.ts old mode 100644 new mode 100755 diff --git a/src/assets/css/font-awesome.min.css b/src/assets/css/font-awesome.min.css old mode 100644 new mode 100755 diff --git a/src/assets/fonts/FontAwesome.otf b/src/assets/fonts/FontAwesome.otf old mode 100644 new mode 100755 diff --git a/src/assets/fonts/fontawesome-webfont.eot b/src/assets/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 diff --git a/src/assets/fonts/fontawesome-webfont.svg b/src/assets/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 diff --git a/src/assets/fonts/fontawesome-webfont.ttf b/src/assets/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 diff --git a/src/assets/fonts/fontawesome-webfont.woff b/src/assets/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 diff --git a/src/assets/fonts/fontawesome-webfont.woff2 b/src/assets/fonts/fontawesome-webfont.woff2 old mode 100644 new mode 100755 diff --git a/src/assets/icon/favicon.ico b/src/assets/icon/favicon.ico old mode 100644 new mode 100755 diff --git a/src/assets/img/icon.png b/src/assets/img/icon.png old mode 100644 new mode 100755 diff --git a/src/assets/img/icon_christmas.png b/src/assets/img/icon_christmas.png old mode 100644 new mode 100755 diff --git a/src/classes/bean/bean.ts b/src/classes/bean/bean.ts old mode 100644 new mode 100755 diff --git a/src/classes/brew/brew.ts b/src/classes/brew/brew.ts old mode 100644 new mode 100755 diff --git a/src/classes/brew/brewView.ts b/src/classes/brew/brewView.ts old mode 100644 new mode 100755 diff --git a/src/classes/objectConfig/objectConfig.ts b/src/classes/objectConfig/objectConfig.ts old mode 100644 new mode 100755 diff --git a/src/classes/preparation/preparation.ts b/src/classes/preparation/preparation.ts old mode 100644 new mode 100755 diff --git a/src/classes/settings/settings.ts b/src/classes/settings/settings.ts old mode 100644 new mode 100755 diff --git a/src/classes/settings/settingsDefaultLastCoffeeParameter.ts b/src/classes/settings/settingsDefaultLastCoffeeParameter.ts old mode 100644 new mode 100755 diff --git a/src/classes/storageClass.ts b/src/classes/storageClass.ts old mode 100644 new mode 100755 diff --git a/src/components/timer/timer.html b/src/components/timer/timer.html old mode 100644 new mode 100755 diff --git a/src/components/timer/timer.scss b/src/components/timer/timer.scss old mode 100644 new mode 100755 diff --git a/src/components/timer/timer.ts b/src/components/timer/timer.ts old mode 100644 new mode 100755 diff --git a/src/directive/preventCharacters.ts b/src/directive/preventCharacters.ts old mode 100644 new mode 100755 diff --git a/src/directive/removeEmptyNumber.ts b/src/directive/removeEmptyNumber.ts old mode 100644 new mode 100755 diff --git a/src/enums/beans/roasts.ts b/src/enums/beans/roasts.ts old mode 100644 new mode 100755 diff --git a/src/enums/brews/brewQuantityTypes.ts b/src/enums/brews/brewQuantityTypes.ts old mode 100644 new mode 100755 diff --git a/src/enums/settings/brewView.ts b/src/enums/settings/brewView.ts old mode 100644 new mode 100755 diff --git a/src/index.html b/src/index.html old mode 100644 new mode 100755 diff --git a/src/interfaces/bean/iBean.ts b/src/interfaces/bean/iBean.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/brew/iBrew.ts b/src/interfaces/brew/iBrew.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/objectConfig/iObjectConfig.ts b/src/interfaces/objectConfig/iObjectConfig.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/preparation/iPreparation.ts b/src/interfaces/preparation/iPreparation.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/settings/iDefaultLastCoffeeParameters.ts b/src/interfaces/settings/iDefaultLastCoffeeParameters.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/settings/iSettings.ts b/src/interfaces/settings/iSettings.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/timer/iTimer.ts b/src/interfaces/timer/iTimer.ts old mode 100644 new mode 100755 diff --git a/src/manifest.json b/src/manifest.json old mode 100644 new mode 100755 diff --git a/src/pages/beans/add/beans-add.html b/src/pages/beans/add/beans-add.html old mode 100644 new mode 100755 diff --git a/src/pages/beans/add/beans-add.ts b/src/pages/beans/add/beans-add.ts old mode 100644 new mode 100755 diff --git a/src/pages/beans/beans.html b/src/pages/beans/beans.html old mode 100644 new mode 100755 diff --git a/src/pages/beans/beans.scss b/src/pages/beans/beans.scss old mode 100644 new mode 100755 diff --git a/src/pages/beans/beans.ts b/src/pages/beans/beans.ts old mode 100644 new mode 100755 diff --git a/src/pages/beans/edit/beans-edit.html b/src/pages/beans/edit/beans-edit.html old mode 100644 new mode 100755 diff --git a/src/pages/beans/edit/beans-edit.ts b/src/pages/beans/edit/beans-edit.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/add/brews-add.html b/src/pages/brews/add/brews-add.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/add/brews-add.scss b/src/pages/brews/add/brews-add.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/add/brews-add.ts b/src/pages/brews/add/brews-add.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/brews.html b/src/pages/brews/brews.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/brews.scss b/src/pages/brews/brews.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/brews.ts b/src/pages/brews/brews.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/details/brews-details.html b/src/pages/brews/details/brews-details.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/details/brews-details.scss b/src/pages/brews/details/brews-details.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/details/brews-details.ts b/src/pages/brews/details/brews-details.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/edit/brews-edit.html b/src/pages/brews/edit/brews-edit.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/edit/brews-edit.scss b/src/pages/brews/edit/brews-edit.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/edit/brews-edit.ts b/src/pages/brews/edit/brews-edit.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/photo-view/brews-photo-view.html b/src/pages/brews/photo-view/brews-photo-view.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/photo-view/brews-photo-view.scss b/src/pages/brews/photo-view/brews-photo-view.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/photo-view/brews-photo-view.ts b/src/pages/brews/photo-view/brews-photo-view.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/popover/brews-popover.html b/src/pages/brews/popover/brews-popover.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/popover/brews-popover.ts b/src/pages/brews/popover/brews-popover.ts old mode 100644 new mode 100755 diff --git a/src/pages/brews/table/brews-table.html b/src/pages/brews/table/brews-table.html old mode 100644 new mode 100755 diff --git a/src/pages/brews/table/brews-table.scss b/src/pages/brews/table/brews-table.scss old mode 100644 new mode 100755 diff --git a/src/pages/brews/table/brews-table.ts b/src/pages/brews/table/brews-table.ts old mode 100644 new mode 100755 diff --git a/src/pages/home/home.html b/src/pages/home/home.html old mode 100644 new mode 100755 diff --git a/src/pages/home/home.scss b/src/pages/home/home.scss old mode 100644 new mode 100755 diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts old mode 100644 new mode 100755 diff --git a/src/pages/info/about/about.html b/src/pages/info/about/about.html old mode 100644 new mode 100755 diff --git a/src/pages/info/about/about.ts b/src/pages/info/about/about.ts old mode 100644 new mode 100755 diff --git a/src/pages/info/contact/contact.html b/src/pages/info/contact/contact.html old mode 100644 new mode 100755 diff --git a/src/pages/info/contact/contact.ts b/src/pages/info/contact/contact.ts old mode 100644 new mode 100755 diff --git a/src/pages/info/licences/licences.html b/src/pages/info/licences/licences.html old mode 100644 new mode 100755 diff --git a/src/pages/info/licences/licences.ts b/src/pages/info/licences/licences.ts old mode 100644 new mode 100755 diff --git a/src/pages/info/privacy/privacy.html b/src/pages/info/privacy/privacy.html old mode 100644 new mode 100755 diff --git a/src/pages/info/privacy/privacy.ts b/src/pages/info/privacy/privacy.ts old mode 100644 new mode 100755 diff --git a/src/pages/info/terms/terms.html b/src/pages/info/terms/terms.html old mode 100644 new mode 100755 diff --git a/src/pages/info/terms/terms.ts b/src/pages/info/terms/terms.ts old mode 100644 new mode 100755 diff --git a/src/pages/preparations/add/preparations-add.html b/src/pages/preparations/add/preparations-add.html old mode 100644 new mode 100755 diff --git a/src/pages/preparations/add/preparations-add.ts b/src/pages/preparations/add/preparations-add.ts old mode 100644 new mode 100755 diff --git a/src/pages/preparations/edit/preparations-edit.html b/src/pages/preparations/edit/preparations-edit.html old mode 100644 new mode 100755 diff --git a/src/pages/preparations/edit/preparations-edit.ts b/src/pages/preparations/edit/preparations-edit.ts old mode 100644 new mode 100755 diff --git a/src/pages/preparations/preparations.html b/src/pages/preparations/preparations.html old mode 100644 new mode 100755 diff --git a/src/pages/preparations/preparations.ts b/src/pages/preparations/preparations.ts old mode 100644 new mode 100755 diff --git a/src/pages/settings/settings.html b/src/pages/settings/settings.html old mode 100644 new mode 100755 diff --git a/src/pages/settings/settings.ts b/src/pages/settings/settings.ts old mode 100644 new mode 100755 diff --git a/src/pipes/formatDate.ts b/src/pipes/formatDate.ts old mode 100644 new mode 100755 diff --git a/src/pipes/keys.ts b/src/pipes/keys.ts old mode 100644 new mode 100755 diff --git a/src/pipes/toDecimal.ts b/src/pipes/toDecimal.ts old mode 100644 new mode 100755 diff --git a/src/service-worker.js b/src/service-worker.js old mode 100644 new mode 100755 diff --git a/src/services/uiAlert.ts b/src/services/uiAlert.ts old mode 100644 new mode 100755 diff --git a/src/services/uiBeanStorage.ts b/src/services/uiBeanStorage.ts old mode 100644 new mode 100755 diff --git a/src/services/uiBrewStorage.ts b/src/services/uiBrewStorage.ts old mode 100644 new mode 100755 diff --git a/src/services/uiHelper.ts b/src/services/uiHelper.ts old mode 100644 new mode 100755 diff --git a/src/services/uiImage.ts b/src/services/uiImage.ts old mode 100644 new mode 100755 diff --git a/src/services/uiLog.ts b/src/services/uiLog.ts old mode 100644 new mode 100755 diff --git a/src/services/uiPreparationStorage.ts b/src/services/uiPreparationStorage.ts old mode 100644 new mode 100755 diff --git a/src/services/uiSettingsStorage.ts b/src/services/uiSettingsStorage.ts old mode 100644 new mode 100755 diff --git a/src/services/uiStatistic.ts b/src/services/uiStatistic.ts old mode 100644 new mode 100755 diff --git a/src/services/uiStorage.ts b/src/services/uiStorage.ts old mode 100644 new mode 100755 diff --git a/src/theme/variables.scss b/src/theme/variables.scss old mode 100644 new mode 100755 diff --git a/terms_and_conditions.md b/terms_and_conditions.md old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/tslint.json b/tslint.json old mode 100644 new mode 100755