Skip to content
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

Dark theme compatibility for dialogs. #218

Merged

Conversation

pnemonic78
Copy link
Collaborator

No description provided.

Copy link

@djbrown djbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall LGTM but the following unit tests fail

    at org.gnucash.android.test.unit.export.GncXmlHelperTest.testParseSplitAmount(GncXmlHelperTest.java:52)
    at org.gnucash.android.test.unit.export.GncXmlHelperTest.testFormatSplitAmount(GncXmlHelperTest.java:70)

with the same error

java.lang.RuntimeException: Method isEmpty in android.text.TextUtils not mocked. See https://developer.android.com/r/studio-ui/build/not-mocked for details.
    at android.text.TextUtils.isEmpty(TextUtils.java)
    at org.gnucash.android.ui.transaction.TransactionFormFragment.stripCurrencyFormatting(TransactionFormFragment.java:1041)

There are multiple results on the web for this exact problem. Not sure which is the most suitable one here..

@pnemonic78 pnemonic78 requested a review from djbrown December 29, 2024 10:18
@pnemonic78 pnemonic78 merged commit c93d6ef into GnuCash-Pocket:master Jan 1, 2025
5 checks passed
@pnemonic78 pnemonic78 deleted the feature/dark_theme_dialogs branch January 1, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants