- Nov 17, 2020
-
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Oct 07, 2020
-
-
Matthias Urhahn authored
Specifically keep data class members used in retrofit responses.
-
- Sep 30, 2020
-
-
Matthias Urhahn authored
* Update protobuf format * Addition of contentToFederation and visistedCountries/supportedCountries. TODO: Unit tests, pull supportedCountries from AppConfig (waiting for #1213) * Fix invalid package being assigned. This would break daggers annotation processing as the class could not be resolved. * Improved existing and implemented new tests. * Fixed test regression due to refactoring. * Integrate pulling the supportedCountries data from the AppConfig for the submission transaction. (Previously wasn't implemented yet, now it's merged) * Address merge conflicts, and a little refactoring, and a bit more tests. * Revert file change to Project.xml * AppConfigProvider should insert "DE" as fallback if the supportedCountry list is empty/not supplied. * Don't insert the fallback country at application config provider level. The UI requires the list to be empty, if it is empty in the config. I've moved the fallback country insertion into the transaction. * Make detekt happy. * Make klint happy.
-
- Jun 17, 2020
-
-
H. Lehmann authored
The app is open-source, so there is no point in obfuscating. This change makes it easier to compare the distributed apk with the source code. Proguard still removes unused elements. Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Jun 06, 2020
-
-
Kolya Opahle authored
-
- Jun 04, 2020
-
-
Jakob Möller authored
* Circle Hotfix For Build Signed-off-by:
d067928 <jakob.moeller@sap.com> * Replace Volley with Retrofit Signed-off-by:
d067928 <jakob.moeller@sap.com> * Prepare Security Requirements regarding TLS / Pinning Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct Hash Function Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct Submission TestResult Call Signed-off-by:
d067928 <jakob.moeller@sap.com> * Enhance Pinning Setup Signed-off-by:
d067928 <jakob.moeller@sap.com> * Enhance Cache Description and print Stack on Report Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct to 10 MB Signed-off-by:
d067928 <jakob.moeller@sap.com> * BuildConfig Debug for HTTP Output Signed-off-by:
d067928 <jakob.moeller@sap.com> * Lint Correction Signed-off-by:
d067928 <jakob.moeller@sap.com> * Correct AppConfig Request Signed-off-by:
d067928 <jakob.moeller@sap.com> * Lint Signed-off-by:
d067928 <jakob.moeller@sap.com> * Make Bluetooth Enabled Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
- Jun 02, 2020
-
-
AlexanderAlferov authored
Commented out -dontobfuscate
-
- May 31, 2020
-
-
Jakob Möller authored
-
Jakob Möller authored
* Release/0.5.5 * Gradle Reset to 0.5.4 (#53) * Release/0.5.5 (#48) * Hotfix for resetting Gradle Version (internal pipeline confirmation) (#52) * Disable minify / shrink * Dont obfuscate
-
- May 30, 2020
-
-
Sebastian Wolf authored
-