-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Provide an app picker similar to mobile apps #4463
Comments
ftr, there is no AppPicker on iOS yet, the mentioned view is the "most recently used apps", this is unrelated to the store and exist for some time, longer than xstore bot even. for first iteration, that old will be replaced by a view as on android, deltachat/deltachat-ios#2499 - later on, we consider to bring back a tab with the "most recently used apps". there are no direct plans to have "alternative views" on Android/iOS. would probably be fine, however, as long as the configurable URL does not require a compatible json - that would make the configuration far more complex for the users as they cannot just throw some .xdc and let apache or nginx render the directory |
But there is a setting for the APP-Picker-URL ?? |
If the JSON has a defined format it could be provided by "anyone"... |
Yes I knew there is one :-) - sorry my question was not clear So for now I would say we skip that on desktop. We can add it once there is a need or a request for that |
Data is available as JSON here https://apps.testrun.org/xdcget-lock.json
Picker in desktop might be implemented like the Emoji picker to avoid duplicate implementations for Browser, Electron, Tauri.
when an app is selected it should be shown as draft.
we could provide an additional tab with "recently seen" apps with already used apps from chats
tbd: should we provide a "detail view" like on Android (which is basically https://webxdc.org/apps in a web view) or minimal view like on IOS
This is how it looks like in Android.
This the IOS view:
The text was updated successfully, but these errors were encountered: