Батмэнд Ганбаатар
Батмэнд Ганбаатар
**What does this PR do?** This PR adds `mn` locale to Jiffy. **Types of changes** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...
I am wondering if it's possible to listen to events popup component is emitting. In plain svelte, we'd do something like this: ```svelte handleUpdate(e)} /> ``` Is there any equivalent...
## Status **READY** ## Breaking Changes **NO** ## Description * Adds `memoryAsset` option for enum **ShortcutIconAsset** * Adds new helper class **ShortcutMemoryIcon** that converts `Uint8List` to base64 string * Adds...
> I am done including fat APK files in the release binary hehe ## Submission for F-Droid ## Metadata files I have filled out the above form, and added `fastlane`...
When using dark theme, cupertino context menu action texts are "black on black" 
Backups are stored in a temporary folder, meaning they get cleaned up by the OS. The behavior varies greatly across platforms, but iOS will erase it whenever it pleases depending...
Upcoming payments are indeed stored in the database (ObjectBox), but I think user should confirm/reject the transaction with a click of a button. We do "nothing" when the user accepts...
Use case: - Upcoming transaction is due - Daily reminder to record transactions Plugin to use:

Add a tests wherever possible before the app grows too big. Karma is gonna be faster than me adding tests, but tests are worth it I beleive