-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Branding Name Support Added For Export File Name Prefix #8382
Conversation
4ffa49d
to
1a06b18
Compare
I don't think the brand name is a good fit for this. "K-9 Mail" contains a space and some translations even localize it. The prefix for K-9 Mail should remain "k9". The prefix for Thunderbird can be "thunderbird". I suggest adding a
|
…pNameProvider.filePrefix, K9AppNameProvider.filePrefix replaced lazy initialisation with getter function
…ved unused import
@cketti done! Please let me know if anything else needed. Thanks |
app-k9mail/src/main/kotlin/app/k9mail/provider/K9AppNameProvider.kt
Outdated
Show resolved
Hide resolved
app-k9mail/src/main/kotlin/app/k9mail/provider/K9AppNameProvider.kt
Outdated
Show resolved
Hide resolved
app-thunderbird/src/main/kotlin/net/thunderbird/android/provider/TbAppNameProvider.kt
Outdated
Show resolved
Hide resolved
legacy/core/src/main/java/com/fsck/k9/preferences/SettingsExporter.kt
Outdated
Show resolved
Hide resolved
…er.kt Co-authored-by: cketti <ck@cketti.de>
…er/TbAppNameProvider.kt Co-authored-by: cketti <ck@cketti.de>
…rter.kt Co-authored-by: cketti <ck@cketti.de>
Looks like there are only code style issues left. You can fix these by running |
…tless issues fixed
@cketti spotless issues are fixed now. Fixed the style issues with |
…plicitDefaultLocale] issues fixed
@cketti there was an detekt linting issue that I have fixed. for future reference could you please point me to the docs/ provide list to checks I can perform locally to ensure all checks pass in CI? |
Thanks 👍 You can see what checks are run here: thunderbird-android/.github/workflows/android.yml Lines 40 to 56 in 56eaf0a
|
Fixes #8280