bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
5.85k stars 760 forks source link

Clean up environment urls #3364

Closed david-livefront closed 1 week ago

david-livefront commented 1 week ago

🎟️ Tracking

N/A

📔 Objective

This PR cleans up the environment urls to create a more consistent way of retrieving the appropriate URLs.

Additionally, the urls are now sanitized for / to ensure that custom urls with trailing forward slashes work correctly.

⏰ Reminders before review

🦮 Reviewer guidelines

github-actions[bot] commented 1 week ago

Logo Checkmarx One – Scan Summary & Detailsa35266e8-bf43-4270-b684-fb78e6c2d66f

No New Or Fixed Issues Found

github-actions[bot] commented 1 week ago

🧛 App Code Coverage: 88.61%

Coverage of Modified Files:

File Coverage
BaseUrlInterceptors.kt 100.00%
EnvironmentUrlDataJsonExtensions.kt 100.00%

Modified Files Not Found In Coverage Report:

EnvironmentUrlsDataJsonExtensionsTest.kt

Codebase cunningly covered by count Shroud 🧛

Generated by :no_entry_sign: Danger

david-livefront commented 1 week ago

Thanks @brian-livefront