3 Commits

Author SHA1 Message Date
celenity
86a8e3cebd fix: Improve environment variable handling
These changes make it significantly easier (and more organized) to manage environment variables, will help avoid conflicts with variables set/used elsewhere, and it also prevents `prebuild.sh` from hardcoding some of them - so that users can change certain environment variables without needing to re-run the entire `prebuild.sh` script

This also sets our mozconfig files to use these new environment variables directly

Signed-off-by: celenity <celenity@celenity.dev>
2025-12-30 01:59:51 -05:00
celenity
0df5068c38 fix: For consistency, surround variables with {}
This should provide a superior experience and will help prevent ex. future issues if we change the values to be more complex

Signed-off-by: celenity <celenity@celenity.dev>
2025-12-27 22:40:48 -05:00
celenity
870c6342f3 IronFox v146.0.1
ironfox-oss/IronFox!112
____

## Changes

- [Enabled memory tagging](e24a24e63c) *(via [Android's Arm Memory Tagging Extension](https://developer.android.com/ndk/guides/arm-mte))* to improve security for supported devices *(such as the Pixel 8 and newer)*.
- [Fixed an issue with Obtainium app installation](6026d6524f).
- Updated Bundletool to [`1.18.3`](https://github.com/google/bundletool/releases/tag/1.18.3).
- Updated to Firefox [`146.0.1`](https://firefox.com/firefox/android/146.0.1/releasenotes/).
- Updated microG to [`v0.3.11.250932`](https://github.com/microg/GmsCore/releases/tag/v0.3.11.250932).
- Updated Rust to [`1.92.0`](https://releases.rs/docs/1.92.0/).
- [Various tweaks, fixes, and refinements - especially to the build process](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/112/diffs).

MR-author: celenity <celenity@celenity.dev>
Co-authored-by: Weblate <hosted@weblate.org>
Co-authored-by: Akash Yadav <itsaky01@gmail.com>
Co-authored-by: techaddict <20232669-techaddict@users.noreply.gitlab.com>
Co-authored-by: user <user@localhost.localdomain>
Approved-by: Akash Yadav <itsaky01@gmail.com>
Merged-by: celenity <celenity@celenity.dev>
2025-12-19 16:16:28 +00:00