View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008458 | Taler | documentation | public | 2024-02-21 12:31 | 2024-03-07 20:49 |
Reporter | Florian Dold | Assigned To | avalos | ||
Priority | urgent | Severity | text | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008458: we need to host a sample JSON for the merchant PoS app under a well-known location | ||||
Description | ... and make this the default URL in the app. Or at least provide some button ("load demo defaults"). Otherwise it's really difficult to demo the app. | ||||
Tags | No tags attached. | ||||
|
Such a file exists already: https://docs.taler.net/_static/sample-pos-config.json |
|
The value is already also hard-coded in the POS App: config/ConfigManager.kt:internal const val CONFIG_URL_DEMO = "https://docs.taler.net/_static/sample-pos-config.json"config/ConfigFragment.kt: if (isInitialization && config.configUrl.isBlank()) CONFIG_URL_DEMO config/ConfigManager.kt:internal const val CONFIG_URL_DEMO = "https://docs.taler.net/_static/sample-pos-config.json" config/ConfigManager.kt: configUrl = prefs.getString(SETTINGS_CONFIG_URL, CONFIG_URL_DEMO)!!, |
|
Note that it is not working. I upgraded to the latest app in f-droid, and after "Fetch configuration" (URL is set correctly by default) the only thing I get is "App is too old. Please upgrade." (which goes away rather quickly, too). Note that the screen does NOT show an app version (bad), there is no more recent version, and I get nothing in the logs (adb logcat) either. No idea how it decided it wanted a more recent version either. Ivan, please investigate, improve logging, improve error messages shown to the user, etc. |
|
Works with latest nightly... |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-02-21 12:31 | Florian Dold | New Issue | |
2024-02-29 22:33 | Christian Grothoff | Severity | minor => text |
2024-02-29 22:33 | Christian Grothoff | Category | other => documentation |
2024-02-29 22:37 | Christian Grothoff | Assigned To | => Christian Grothoff |
2024-02-29 22:37 | Christian Grothoff | Status | new => assigned |
2024-03-02 19:34 | Christian Grothoff | Note Added: 0021612 | |
2024-03-02 19:36 | Christian Grothoff | Note Added: 0021613 | |
2024-03-02 19:58 | Christian Grothoff | Note Added: 0021615 | |
2024-03-02 19:59 | Christian Grothoff | Assigned To | Christian Grothoff => avalos |
2024-03-02 19:59 | Christian Grothoff | Priority | normal => urgent |
2024-03-02 20:00 | Christian Grothoff | Target Version | 0.10 => 0.9.4 |
2024-03-02 20:00 | Christian Grothoff | Relationship added | child of 0008506 |
2024-03-05 15:31 | Christian Grothoff | Status | assigned => resolved |
2024-03-05 15:31 | Christian Grothoff | Resolution | open => fixed |
2024-03-05 15:31 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-03-05 15:31 | Christian Grothoff | Note Added: 0021679 | |
2024-03-07 20:49 | Christian Grothoff | Status | resolved => closed |