Updating your version name on Android is easy and probably takes you less than 5 minutes, but we write software, so why manually do it when we can automate it?
A tech blog for any technologies that take my fancy.
This message, related to the development of the theme, only displays on the
localhost homepage to notify you of any important theme changes.
Below are the following changes that could be breaking changes for your site. For more details on any change, please refer to PR #154.
The major breaking change is:
images (backwards compatibility for featured and associated parameters still remains) will need to adjust from [images]="SRC" to the new format.[[images]]
src = "" // Link to image
alt = "" // Alt text for image
stretch = // Optional: See screenshots for referenced values and outcomes
If you utilize any of the following, there might be a breaking:
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
A tech blog for any technologies that take my fancy.
Updating your version name on Android is easy and probably takes you less than 5 minutes, but we write software, so why manually do it when we can automate it?
This post explains how to set Android Studio so that when you press CTRL + S
to save the code, code reformatting will also be run automatically.
I find myself constantly hitting CTRL + S when I’m writing, so for me this
was the easiest way to make sure the code reformatting was constantly being run.
Static analysis is an important tool to run over any code base, it can sniff out potential bugs, bad practices, and general formatting errors. This will go over the use and setup of three such tools in the context of Android.