Charlotte Van Petegem

Results 64 comments of Charlotte Van Petegem
trafficstars

If/when we do this, we probably want to use the [globalize gem](https://github.com/globalize/globalize). Information on how to allow editing multiple translations at once can be found [here](https://github.com/globalize/globalize/issues/152). _[Original comment](https://github.ugent.be/dodona/dodona/issues/236#issuecomment-83051) by @charvp...

Yeah, I've noticed that as well, especially in dark mode. I use the default Material You colors, but I guess they weren't necessarily meant for text. Moving the preview amount...

This issue is still open, yes. The card for each transaction is rendered here: https://github.com/chvp/NanoLedger/blob/main/app/src/main/java/be/chvp/nanoledger/ui/main/MainActivity.kt#L218 We already have each element of the transaction in a different field, so this issue...

There's still a few complexities I have to think about before I can do editing, but it should be do-able. I'm not making any promises on how soon this will...

I could add an extra setting for this, but it's probably pretty low on the priority list in relation to the other issues in this repo currently.

Contribution: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+author%3Achvp Email: [email protected]

Do you have any idea on how to fix this issue? Neither https://gitlab.com/fdroid/wiki/-/wikis/HOWTO:-diff-&-fix-APKs-for-Reproducible-Builds nor https://f-droid.org/docs/Reproducible_Builds/#potential-sources-of-unreproducible-builds seem to mention differences in `smali` files.

The APK is built in GitHub actions, definitely from that commit: https://github.com/chvp/NanoLedger/actions/runs/9680655127/job/26709312310#step:2:83 GitHub does not keep build cache, it only caches dependencies, so it was built with a clean cache....

Looking at the docs [here](https://f-droid.org/docs/Reproducible_Builds/) though, it might be due `coreLibraryDesugaring` (this was introduced relatively recently). Although that bug was fixed in 2021 apparently, so it seems weird that this...

I've tried to "fix" the issue in #139, I will follow the pipelines in the fdroiddata repo to see if it is actually fixed.