Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
already without committing it to git
|
|
|
|
to fix wallet install bug
|
|
|
|
withdrawals
|
|
|
|
|
|
There's no need for a timeout. The withdrawal gets aborted when the user navigates away.
|
|
otherwise the app crashes when it can't decrypt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and show new buttons for sending/receiving (not functional yet)
|
|
|
|
so we can scan inverted codes as well
|
|
|
|
so it works from whichever fragment we are currently in
|
|
|
|
|
|
|
|
should fix nightly builds
|
|
https://github.com/wardvl/f-droid-nightly-action/issues/3
|
|
|
|
The applicationIdSuffix used for flavors otherwise gets appended to the internal package names as well causing activities not to be found, because it looks in a wrong package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that I only fixes the most grave things that made things fail.
I didn't address all issues introduces lately
nor making sure the targetSdk bump to 32 has no unintented side-effects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|