Erdem Yerebasmaz

Results 29 issues of Erdem Yerebasmaz

- Updated and utilize AppBarTheme, - Updated textTheme to titleTextStyle & toolbarTextStyle, - Use elevation, iconTheme, backgroundColor from AppBarTheme, - Replaced BreezDatePicker with DatePicker, - Filter only applies if filter...

When Avatar name & icon are randomized but then user cancels their changes on Avatar picker dialog, their values persist the next time Avatar dialog is shown. For example, if...

enhancement
good first issue

### Describe the bug Rust structs field that are the same name with [C++ Reserved Words](https://www.umsl.edu/~lawtonb/224/oview2a.html), which are not shared with Rust or Dart, are now generated with an underscore...

bug

Use user-friendly messages for when automatic setup fee limit is too low or node has inbound liquidity below LSP's minimum channel opening fees. #### Task list: - [ ] Change...

These helpers methods are no longer needed as we're able to print SDK structs with the changes introduced in Breez SDK PR: - https://github.com/breez/breez-sdk/pull/910

![Build iOS](https://github.com/breez/c-breez/actions/workflows/build-ios.yml/badge.svg?branch=logger_flutter)![Build Android](https://github.com/breez/c-breez/actions/workflows/build-android.yml/badge.svg?branch=logger_flutter)![Run CI](https://github.com/breez/c-breez/actions/workflows/CI.yml/badge.svg?branch=logger_flutter) --- This PR applies filter level customization changes on logger from Breez SDK PR: - https://github.com/breez/breez-sdk/pull/874 which addresses the issue raised on: - https://github.com/breez/c-breez/pull/817 where we...

There will likely be a surge of issues after release and I think we'll benefit from having [issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates) & guidelines. It'll help us - identify between bug reports &...

Applies changes introduced on Breez SDK PR: - https://github.com/breez/breez-sdk/pull/863 ![example branch parameter](https://github.com/breez/c-breez/actions/workflows/CI.yml/badge.svg?branch=breez_sdk_singleton)

Hey @breez/breez-developers, Our current workflows run against `main` branch of **SDK** and although we've recently added an option to run **CI/CD** triggers targeting a specific **SDK** reference - #780 which...

discussion

This PR implements the UI components required for changes in: - https://github.com/breez/breez/pull/243 that introduces co-operative close channel operations. ### Changelist: - Generate proto messages a70a127 - Add comments that explain...