balporig

Results 17 comments of balporig

TBH the only implementation I know is the official client, so reference should be that source code. For details how this works if you provide a link like this one...

For silent non-root installation for Android 11 and below can be implemented with [RikkaApps/Shizuku: Using system APIs directly with adb/root privileges from normal apps through a Java process started with...

This is only for the app configuration and repo config, not app db. Well, in any case, you do need that for the Repositories, as adding manually 10 new is...

Yep, wanted to lay all the units down to begin with and later hunt down the missing formulas. The idea for all units is borrowed from https://play.google.com/store/apps/details?id=com.wopnersoft.unitconverter.plus and probably most...

Sounds great, will be nice to have reference PR

Same as for AWG can be implemented with predfined dropdowns | Unit name | Property | Reference to the conversion formula | | ------------------ | --------- | ---------------------------------------------------------------- | |...

Sensors are something that monitor change in state. The only way to trigger an event is for one of the sensors to detect a change in state. Events do enable/disable...

It does have its use cases. `Ignore manual activation` is a condition, not a trigger, so even if enabled will not run the event without the trigger.

> Role of event (and its sensors) is not to start it by user (as profile activation), but start it by changes in system. Get that, but for example NFC...

HTTP/1.1 and HTTP/2 use TCP, HTTP/3 uses UDP. In general, unless you implement the actual connection, you shouldn't care. Almost all languages include rest clients in the standard libraries. I...