RedDwarf

Results 169 issues of RedDwarf

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Currently, we accept all certificates bit it's dangerous and should only be used...

platform:iOS
platform:android
Task
feat:AWCWebview
feat:security

### Describe the problem you discovered Take into account inactivity time constraints because when we are in a webview, the autolock doesn't get the lifecycle in the webview ### Describe...

bug
feat:AWCWebview

### Describe the problem you discovered ``` Launching lib/main.dart on macOS in debug mode... --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:arm64, id:00008103-0005718E3460801E, name:My Mac...

bug

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like To take last configuration files from flutter: - Delete linux, windows, ios, macos,...

Task
performance
priority:low 🌱
feat:security

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Disable oracle subscription when app is locked or user is not logged Cf:...

platform:all
performance

### Describe the problem you discovered There is one strange behavior in picture selection process : when using the "browser" button, selected picture is not taken into account by the...

bug
platform:android
feat:NFT

### Describe the problem you discovered USD amount updated when application focus is changed. It's not necessary and not very good UX https://github.com/archethic-foundation/archethic-wallet/assets/68340133/6111b899-5835-4027-b6a9-60fb86172209 ### Describe the solution you'd like _No...

bug
UX
platform:macOS

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like Remove index on the derivation path See @Neylix about the specification ### Additional...

feature

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like _No response_ ### Additional context _No response_

feature
status:to-analyze

## What can be improved? I have a datetime : DateTime (2025-08-08 22:00:00.000) I calculate the duration between `now` and a datetime ```DateTime.fromMillisecondsSinceEpoch(farmLockUserInfos.end! * 1000,).difference(DateTime.now().toUtc()).toDurationString()``` The lib returns 12 months...

improvement