domoticz / domoticz-android

Domoticz Client Application for Android Devices
104 stars 69 forks source link

Widgets removed - Android Domoticz subscription #713

Open Rouzax opened 2 months ago

Rouzax commented 2 months ago

I wanted to install a new phone, and I am trying to set up my Domoticz widgets again, but every time I do the Domoticz app will start crashing each time I'm trying to open it. Looking at the GitHub page it would appear that Widgets have been removed. https://github.com/domoticz/domoticz-an ... 6fbc1aa277

Is that correct, are widgets removed and not supported anymore?

galadril commented 2 months ago

Yes this is related. We need completely rebuild the widgets with the latest Android sdk. There are also issues with beacon scanning etc.

So hoping to get a new app update approval from google soon.

Rouzax commented 2 months ago

Yes this is related. We need completely rebuild the widgets with the latest Android sdk. There are also issues with beacon scanning etc.

So hoping to get a new app update approval from google soon.

So it should only be temporarily?

Just tested with the old Domoticz Premium app which I also still have access to and there it still works.

Rouzax commented 2 months ago

@galadril, is this removal temporary and what timeframe are you looking to reimplement widgets again? The widgets and geofence are the primary reason I pay for a subscription.

Rouzax commented 1 month ago

@galadril, can you please let me know how long you think widgets will be removed for? Main reason for my Premium subscription is widgets an geofence

galadril commented 1 month ago

No ETA, its a lot of work

galadril commented 1 week ago

@Rouzax I'm finally getting somewhere with the widgets

image

image

I think i even found the bug which caused sometimes the widgets to loose their state when updating the app. Also the storage of the data per widget is completely rewritten from shareprefs to sqlite db

https://github.com/domoticz/domoticz-android/pull/715

Rouzax commented 1 week ago

Great to hear, is it already rolled into the app?