View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007931 | Taler | wallet (iOS App) | public | 2023-09-03 18:29 | 2024-04-15 21:32 |
Reporter | MarcS | Assigned To | MarcS | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | won't fix | ||
Target Version | 0.10 | Fixed in Version | 0.10 | ||
Summary | 0007931: offline indicator | ||||
Description | Let the user know that the wallet is offline if an operation failed because of connection error. | ||||
Additional Information | This is possible after we implemented Native Networking. At the moment, the iOS UI has no idea whether wallet-core is online or not. And IMHO it doesn’t make sense that wallet-core tries to implement this, since it just won’t get the data from iOS when using socket-based networking. | ||||
Tags | No tags attached. | ||||
|
Marc said that this is rather difficult to do on iOS, as they don't offer a good high-level API for this. |
|
Apple explicitly recommends to NOT check for network availability, but instead just call the network with an appropriate timeout and notify the user when the server cannot be reached. I know of no other apps implementing a network indicator that shows availability. However, there is a recommended call for showing the system "network activity indicator" whenever we make a network call (and hiding it again after the server returned data or an error occured). |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-03 18:29 | MarcS | New Issue | |
2023-09-03 18:29 | MarcS | Status | new => assigned |
2023-09-03 18:29 | MarcS | Assigned To | => MarcS |
2023-09-03 18:30 | MarcS | Relationship added | related to 0007517 |
2024-02-29 22:41 | Christian Grothoff | Severity | minor => feature |
2024-04-03 18:21 | Florian Dold | Note Added: 0022096 | |
2024-04-03 18:22 | Florian Dold | Product Version | 0.10 => |
2024-04-03 18:22 | Florian Dold | Target Version | 0.10 => 0.11 |
2024-04-04 17:08 | MarcS | Status | assigned => resolved |
2024-04-04 17:08 | MarcS | Resolution | open => won't fix |
2024-04-04 17:08 | MarcS | Note Added: 0022110 | |
2024-04-05 15:03 | Christian Grothoff | Fixed in Version | => 0.10 |
2024-04-05 15:03 | Christian Grothoff | Target Version | 0.11 => 0.10 |
2024-04-15 21:32 | Christian Grothoff | Status | resolved => closed |