Skip to content
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

Example tags.json from GeoPaparazzi is not fully supported by SMASH #119

Open
5 of 6 tasks
frafra opened this issue May 11, 2021 · 14 comments
Open
5 of 6 tasks

Example tags.json from GeoPaparazzi is not fully supported by SMASH #119

frafra opened this issue May 11, 2021 · 14 comments

Comments

@frafra
Copy link
Contributor

frafra commented May 11, 2021

As I am very interested in using the autocompleting string combo (useful for long lists), I copied tags.json from GeoPaparazzi example to SMASH. Even if SMASH says that it is able to load it correctly when starting up, many elements are missing.

  • multiple choice combo
  • combo that is connected to two others
  • autocomplete string combo
  • two connected autocomplete combos
  • sketches
  • map
@frafra
Copy link
Contributor Author

frafra commented May 11, 2021

* [ ]  autocomplete string combo

This could be implemented using https://api.flutter.dev/flutter/material/Autocomplete-class.html

@moovida
Copy link
Member

moovida commented May 11, 2021

Hah, you found it. Yes, not everything is ported yet. We are really low on resources and try to implement what we need.

Do you think you would be able to do some coding in this? I could guide you through the code if necessary.

@frafra
Copy link
Contributor Author

frafra commented May 11, 2021

I can try :) I will focus my efforts on implementing the autocompletestringcombo.

@frafra
Copy link
Contributor Author

frafra commented May 11, 2021

I am exploring the source code. I have never touched Dart, nor Flutter, and I try to stay away from Android Studio and such :D I have been able to produce a debug apk from Flutter, but Android Studio does not seem to be able to pick up gradle conf etc. I am not sure if I am able to implement something in a reasonable amount of time.

@moovida
Copy link
Member

moovida commented May 12, 2021

I am exploring the source code. I have never touched Dart, nor Flutter, and I try to stay away from Android Studio and such :D I have been able to produce a debug apk from Flutter, but Android Studio does not seem to be able to pick up gradle conf etc.

It is all a matter of attitude. If you hate it, it will hate you ;-)

Anyways, for flutter I strongly suggest to use vscode and not Androidstudio.

I am not sure if I am able to implement something in a reasonable amount of time.

If it is not urgent, I could be looking into it in the next couple of weeks.

@frafra
Copy link
Contributor Author

frafra commented May 25, 2021

Thanks for the suggestion :)
I didn't have the change to further work on it during the last couple of week. Is there any new update?

@moovida
Copy link
Member

moovida commented May 25, 2021

Hi @frafra , with the latest commits I just made, you should have support for the autocomplete combo. Also the connected autocomplete is supported. Let me know if it works properly for you. Cheers

@frafra
Copy link
Contributor Author

frafra commented Jun 16, 2021

autocomplete string combo seems to work fine even with pretty big lists (few thousands entries). GSS does not seem to be able to show them; further testing is needed.

@frafra
Copy link
Contributor Author

frafra commented Jun 17, 2021

It is not able to find entries containing uppercase characters. Typing letters in uppercase or lowercase does not seem to have any effect. Workaround: use lowercase characters and numbers.

@moovida
Copy link
Member

moovida commented Jun 19, 2021

Hi @frafra could you open an issue with the GSS problem. I will be abroad for 3 weeks and not able to check this before, but I will as soon as I am back.

Regarding the uppercase, I will open myself an issue and check it right away.

@frafra frafra changed the title Example tags.json from GeoPaparezzi is not fully supported by SMASH Example tags.json from GeoPaparazzi is not fully supported by SMASH Jun 29, 2021
@pierluigiderosa
Copy link

Dear mate and @moovida
About sketches it will be possible to port such type in smash?

@moovida
Copy link
Member

moovida commented Jul 28, 2021

Hi @pierluigiderosa , just finished to port them. This will look like:

image

and have an example in the example section:

image

Will be in the next release.

Before releasing I still have to give a go to some of the issues @frafra raised. Some are important. 1-2 weeks I guess.

@pierluigiderosa
Copy link

Great @moovida
Very good news.
I think sketch is a very important feature that make smash a step ahead

@moovida
Copy link
Member

moovida commented Jul 28, 2021

Great to hear, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants