Hi everyone!
It's been a long time since I've made an update, and about six months have passed since the last version release. However, the project is still alive and kicking, and I have
some pretty exciting news to share this time. I've just released version 1.18.0 to the beta channel for early adopters to test. This is again a major overhaul of the codebase with two clear goals:
- Update the UI appearance/theme to Material 3
- Make the project repository public
We'll get to the second point soon, but first about the UI update.

This version has the most dramatic change to the appearance of the app since its first release, and I think it looks pretty good. It uses the new Material 3 style components for all supported devices, and Android 12+ users get to enjoy Dynamic Color, a feature that automatically adjusts the app theme based on your current wallpaper. The app also now supports landscape orientation. There might be some animation/transition bugs when switching between orientations and app fragments (views). This is to be expected, and hopefully we'll get around to fixing some of those appearance related bugs later on. One minor feature which I was forced to remove was the user's ability to change the UI color palette. This would've been unsustainable in the long run, and required too much hassle to configure. Hopefully the new look and feel is enough to justify this omission.
The less visible but yet bigger change is the fact, that the source code is now in a shape where I am comfortable releasing it to the public. I've done a large amount of refactoring and introduced a lot of good practices and design patterns to make the project simpler and the code more manageable and approachable.
The project repository is now
publicly available on GitHub and the project is licensed under the GPLv3 license.

This allows others to contribute to the project, so if there are any Android development capable Exif Notes users interested in contributing, do let me know. Also I ask that future bug reports and feature requests be made by creating an issue on GitHub. This way they can be tracked and referenced in commit messages. There is also a discussions section to share ideas, experiences or to ask questions.
The app also now has a dedicated website:
https://www.exifnotes.com/
Although I have no idea what else to put there other than the stuff that's already there...

I'm not even sure whether there is a need for a dedicated domain (it costs money), because I could just use GitHub pages to host the app website free of charge now that it's public. So the website with its current URL might not be around for that long. But if you have any ideas on what could be useful to have in the website, feel free to share them in the GitHub discussions section, for example. The privacy policy is at least something that needs to be available.
I guess that pretty much covers it. Hopefully I can get some feedback from the beta testers about the new version, so that I can publish it to the production channel soon. This way all users get to enjoy the new look of the app. And thank you already in advance!
