Wednesday, February 24, 2021

pydroid

A small update has been released for PYDroid bringing it to 22.6.1.

The only API change in this release is hopefully minor - it changes setState functions to allow for the stateChange lambda to be a suspending function. For Kotlin users there should be basically zero code change. For Java users, this will change the function signature because in Java suspending functions are implemented as Continuation resume callbacks. While this change may be slightly more painful for Java, as Android continues moving to a Kotlin first ecosystem modern codebases must be ready to follow. PYDroid is Kotlin first and Java friendly, but I cannot make Java compatibility guarantees as I largely do not use Java anymore.

If the change to suspending state change callbacks causes issues, please file a bug report and let me know.

Stay tuned! 

Saturday, February 20, 2021

Quick updates

A quick patch release was pushed for FridgeFriend that brings it to version 32. This fixes a bad buggy in the Group detail screen where the list of Items would normally be present. A bug was causing this list to be blank until at least one letter was inputted into the Search box - the recent update will fix this issue. Please update as soon as possible to get the latest fix!

An update to the Discord stock bot was released that brings very basic support for the nearest weekly options that are close to or in the money. Unfortunately, the options info is still incomplete, as I would like it to at least be able to list monthly or leap options, as well as provide delta info. I will continue working on this to make it more complete, but basic support is there for now.

An update to bubblewrap-wrap has been pushed which brings better isolation for user-specific runtime directories.

Stay tuned!

========================
Follow pyamsoft around the Web for updates and announcements about the newest applications!
Like what I do?

Send me an email at: pyam.soft@gmail.com
Or find me online at: https://pyamsoft.blogspot.com

Follow my Facebook Page
Check out my code on GitHub
=========================

Monday, February 15, 2021

new stuff

Some quick updates

My nameless discord stock bot has gained basic support for displaying the upcoming weekly options chain for a given symbol.

ZapTorch has been updated with support for toggling on and off the various double click volume commands, so you can use some or all of the different volume commands.

FridgeFriend has been updated with simple bugfixes and a change to the search screen (although this one is sitting in Google review limbo)

Stay tuned!

========================
Follow pyamsoft around the Web for updates and announcements about the newest applications!
Like what I do?

Send me an email at: pyam.soft@gmail.com
Or find me online at: https://pyamsoft.blogspot.com

Follow my Facebook Page
Check out my code on GitHub
=========================