- Sep 17, 2020
-
-
Matthias Urhahn authored
* Reduce boilerplate code for fragment view setup. * Fix klint issue + change codestyle to match klint. * Fixed regressions in `MainFragment` in `device` buildflavor * Fix kotlin upgrade regression * Disable KotlinNothingValueException in Kotlin 1.4 until kotest/mockk can handle it. * Make "binding.lifecycleOwner = this" automatic. * Addressed PR comments. * build issue to due mixing branches Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* DI: ViewModel (VDC) injection wiring + example in TestRiskLevelCalculation.kt * Refactoring the TestRiskLevel fragment to demo our new viewmodel approach. Part1 * Refactoring the TestRiskLevel fragment to demo our new viewmodel approach. Part2 * Fix `Unexpected indentation (expected 4, actual 8)` * Code fluff * klint * Remove empty test + klint * Rename VDC to CWAViewModel * Add example unit tests for the TestFragment's ViewModel. * Revert AppInjector renaming. * Comments explaining the code. * Rename class to make it's purpose less confusing. * Revert "Rename class to make it's purpose less confusing." This reverts commit c80298bb * Rename class to make it's purpose less confusing. * Simpler ViewModel Injection example. * klint <3 Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Sep 14, 2020
-
-
Henrique Faria authored
* Create delegated property to automatically handle Fragment view unbinding * Add new file at the end of file * Remove empty line * Update error message * Add missing imports for other flavors. Co-authored-by:
darken <darken@darken.eu> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Jul 30, 2020
-
-
Kolya Opahle authored
* added call to navigateToMain before opening the app settings * Moved checks for background job notification to main activity * refined background dialogs Co-authored-by:
Philipp Woessner <philipp.woessner@sap.com>
-
Oliver Zimmerman authored
* Check for battery saver mode added a check for battery saver mode in connectivity helper created sample dialog to appear if battery saver is enabled - string values to be confirmed. * Implemented the energy saving warning dialog in main screen - Created a Dialog in MainFragment that shows once (shared pref boolean check), and if energy saver mode is enabled - Created a shared pref in local data to store if the energy saving warning has been shown - Added strings required for dialog (Only DE confirmed) - Added a method in ExternalActionHelper that will open energy saver settings - Adjusted existing dialog in onboarding process * Change from battery saver check to battery optimized check - Change from battery saver check to battery optimized check - Added second dialog explaining manual checks * Update strings.xml Text changes as provided on JIRA ticket * Dialog will now only appear once in tracing settings. * removed unused imports * Update SettingsTracingFragment.kt * Update SettingsTracingFragment.kt * code formatting * formatting * Update ConnectivityHelper.kt * Update SettingsTracingFragment.kt * Lint and string file changes 1. Small corrections of brackets and lines 2. Keeping order of the elements in string files uniform across languages * Update strings.xml * Update strings.xml Co-authored-by:
Rituraj Sambherao <git.rituraj.sambherao@gmail.com>
-
- Jul 15, 2020
-
-
Philipp Woessner authored
* remove all files from the cache if they are no longer present in the server date index * version bump to 1.0.5 for hotfix * changed version to 1.0.41 for hotfix * Set version to 1.0.5 for hotfix release * added text change in risk card activeTracingDaysInRetentionPeriod and added turkish language tag to information hotline * fixed build issues, magic number removed * risk details string resource updated * added onetime dialog explaining the risk calculation * ktlint fixes * initila commit * ui adjustment and pipeline fixes * pipeline fix * logic simplified * Version bump to 1.0.6 Co-authored-by:
Muschko <marc.muschko@sap.com> Co-authored-by:
Rituraj Sambherao <git.rituraj.sambherao@gmail.com>
-
- Jul 14, 2020
-
-
Philipp Woessner authored
-
Philipp Woessner authored
-
- Jun 12, 2020
-
-
Queenhymon authored
* external call accessibility * back to main page accessibility * delete onStart * removed test coding Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jun 11, 2020
-
-
Jakob Möller authored
* First Setup of Compile Strip Signed-off-by:
d067928 <jakob.moeller@sap.com> * First Setup of Compile Strip Signed-off-by:
d067928 <jakob.moeller@sap.com> * First Setup of Compile Strip Signed-off-by:
d067928 <jakob.moeller@sap.com> * First Setup of Compile Strip Signed-off-by:
d067928 <jakob.moeller@sap.com> * First Setup of Compile Strip Signed-off-by:
d067928 <jakob.moeller@sap.com> * remove notification Signed-off-by:
d067928 <jakob.moeller@sap.com> * fixed risk level test fragment * Log to Timber Signed-off-by:
d067928 <jakob.moeller@sap.com> * Log to Timber Signed-off-by:
d067928 <jakob.moeller@sap.com> * Environment Variables only drawn for TestRelease Signed-off-by:
d067928 <jakob.moeller@sap.com> * remove toasts from productive code * fix wildcard import * Adjust Fragment Signed-off-by:
d067928 <jakob.moeller@sap.com> * Adaptions to Test Coding Signed-off-by:
d067928 <jakob.moeller@sap.com> * added exception handling for Test Risk Level fragment Co-authored-by:
Philipp Woessner <philipp.woessner@sap.com> Co-authored-by:
Ooi, Hee Tatt <hee.tatt.ooi@sap.com>
-