ChangeDetection icon indicating copy to clipboard operation
ChangeDetection copied to clipboard

Is the app still maintained?

Open RichyHBM opened this issue 4 years ago • 6 comments

Hi, I have seen various comments from a year ago talking about testing v2.3, but having just downloaded and built it it seems to crash as soon as you try to open the sync settings

RichyHBM avatar Mar 08 '20 21:03 RichyHBM

Uh oh, that's not supposed to happen...

So,that's a hard question. Short answer, yes. Long answer, no. I started rewriting the UI and everything, but then Google announced Jetpack Compose and I got in the middle of it. If I finish the rewriting now, I'll need to rewrite it again in a few months when compose gets stable. So I stopped developing and I'm currently waiting.

On Sun, Mar 8, 2020, 18:41 Richy HBM [email protected] wrote:

Hi, I have seen various comments from a year ago talking about testing v2.3, but having just downloaded and built it it seems to crash as soon as you try to open the sync settings

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bernaferrari/ChangeDetection/issues/38?email_source=notifications&email_token=AACVXFJKL4QLTIONLESQ2TTRGQGJBA5CNFSM4LD5FXKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITNBBIQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACVXFLUQM6EXHNBQNLVMITRGQGJBANCNFSM4LD5FXKA .

bernaferrari avatar Mar 08 '20 21:03 bernaferrari

Ok thats good to hear, I wanted to look at wether we could use JSoup to do #27 but maybe I should wait either till compose is out or 2.3 is out?

The error I was getting was due to kindPick being null

RichyHBM avatar Mar 08 '20 22:03 RichyHBM

So... that's more related to back-end than front, so it is unlike to change when Compose arrives. Regarding JSoup, feel free to take a look.

bernaferrari avatar Mar 09 '20 02:03 bernaferrari

This is a proof of concept, I dont want to call it the implementation as I dont know if I have covered all possible avenues but hopefuly gives a good view on how to do it. https://github.com/RichyHBM/ChangeDetection/commit/50dec8a04175bc7c4d6125bc340891f7e2e863ef

RichyHBM avatar Mar 09 '20 20:03 RichyHBM

That looks really good. Do you have any sample on how it should work?

bernaferrari avatar Mar 10 '20 18:03 bernaferrari

EAsiest way would be to use something like https://time.is/ and put time#clock as the selector. Or I guess div#dd for an element that changes less often

RichyHBM avatar Mar 10 '20 20:03 RichyHBM