dc297 / mqttclpro

MQTT Client for android with tasker support
MIT License
97 stars 30 forks source link

Configuration empty after update #42

Closed fuslwusl closed 6 years ago

fuslwusl commented 6 years ago

All settings got lost after update - broker settings etc.

dc297 commented 6 years ago

Hey

As mentioned earlier, a lot of changes have been made in the core working of the app. I have basically re-written the app in order to enable multiple brokers support and other features like offline message buffer. Please bear with me during this transition. I understand it is going to be a lot of pain.

Sincerely hope you like the new features.

Regards Deepesh

fuslwusl commented 6 years ago

Ok, i just wanted to inform about this. It's not a big deal to enter the few fields again. But when I tried to save the configuration with field "Client ID" empty there was no validation message for it but the field was required to get the config saved.

fuslwusl commented 6 years ago

Thanx for the great new features and for creating this great open source project!!!

dc297 commented 6 years ago

Great! Always happy to help the community :)

dc297 commented 6 years ago

By the way. I did add the validation on client ID. Let me see what's going wrong.