We just rolled out a new release which has the Android apps to target at API level 26 (Android 8.0).
In order to support API level 26, we had to make changes to some of our components and add support libraries. These updates are still pretty new and we are expecting bugs, especially if your app is using any third-party extension.
We are planning to fix bugs as soon as we find them.
Thank you for staying with us during this transition period.
Best,
Thunkable Team
August 7 2018 Update:
We just shipped a new release to the production servers and you need a new companion (v340). The latest release fixed the following -
Button background none color should be transparent now
Setting the app theme to classic wonāt crash the app
Best,
Thunkable Team
Thats a great news but while I was in middle of making my app, It turned in a different look. Some of new feature is most needed and some are too bad for my app concept.
Updated two of my apps on Google Play, had to change some colors in my apps who were set to default first. Had to change the colors of the statusbar but after that everything worked as before.
Iāve noticed one color related issue too. Whenever I tried to change text color of label,button to black it automatically changes to default. It always changes to default. Problem comes when the theme is set to device default,then the color varied from white and black on different devices.
After this recent upgrade I besides the already mentioned problems with colors and shadows I also noticed a discrepancy in sizing for some components (labes a buttons in particular). Even though I set them to fill parent or put 10 in row and set each to 10%, they overflow a non scrollable arrangement. Might be a similar issue as experienced B_Hdez.