├── .gitlab └── issue_templates │ ├── Bug.md │ ├── Default.md │ ├── Feature.md │ ├── zzz-INTERNAL-Device-bringup.md │ └── zzz-INTERNAL-Release.md ├── .gitreview ├── README.md └── changelogs ├── 12.md ├── 2.10.0.md ├── 2.11.0.md ├── 2.13.0.md ├── 2.14.0.md ├── 2.6.1.md ├── 2.7.0.md ├── 2.7.1.md ├── 2.8.0.md ├── 2.8.1.md ├── 2.8.2.md ├── 2.8.3.md ├── 2.9.0.md ├── 2019.07.02.15.md ├── 2019.08.05.21.md ├── 2020.02.11.10.md ├── 2020.03.04.05.md ├── 2020.04.07.17.md ├── 2020.05.06.14.md ├── 2020.05.26.20.md ├── 2020.06.01.13.md ├── 2020.06.03.12.md ├── 2020.07.07.12.md ├── 2020.07.07.18.md ├── 2020.08.04.12.md ├── 2020.09.22.12.md ├── 2020.09.24.12.md ├── 2020.11.04.17.md ├── 2020.12.15.20.md ├── 2020.12.16.17.md ├── 2020.12.17.20.md ├── 2020.12.30.12.md ├── 2021.01.06.14.md ├── 2021.01.08.12.md ├── 2021.01.25.15.md ├── 2021.02.02.18.md ├── 2021.03.03.09.md ├── 2021.03.04.13.md ├── 2021.03.18.10.md ├── 2021.03.29.19.md ├── 2021.04.07.18.md ├── 2021.05.05.12.md ├── 3.0.0.md ├── 3.1.0.md ├── 3.1.1.md ├── 3.2.0.md ├── 3.2.1.md ├── 3.2.2.md ├── 3.3.0.md ├── 3.3.1.md ├── 3.4.0.md ├── 3.5.0.md ├── 3.5.1.md ├── 3.6.0.md ├── 3.7.0.md ├── 3.7.2.md ├── 3.8.0.md ├── 3.9.0.md ├── 4.1.md ├── 4.10.0.md ├── 4.10.1.md ├── 4.10.2-2.md ├── 4.10.2.md ├── 4.11.0.md ├── 4.11.1.md ├── 4.11.3.md ├── 4.12.0.md ├── 4.12.1.md ├── 4.12.2.md ├── 4.13.0.md ├── 4.13.1.md ├── 4.13.2.md ├── 4.13.3-2.md ├── 4.13.3.md ├── 4.13.4.md ├── 4.14.0.md ├── 4.14.1.md ├── 4.14.2.md ├── 4.15.0.md ├── 4.15.1.md ├── 4.16.0.md ├── 4.17.0.md ├── 4.18.0.md ├── 4.2.0.md ├── 4.2.3.md ├── 4.2.4.md ├── 4.2.5.md ├── 4.2.6.md ├── 4.3.0-2.md ├── 4.3.0.md ├── 4.3.1-2.md ├── 4.3.1.md ├── 4.3.2-2.md ├── 4.3.2.md ├── 4.4.0.md ├── 4.4.1.md ├── 4.5.0.md ├── 4.5.1.md ├── 4.6.0.md ├── 4.6.1.md ├── 4.7.0.md ├── 4.7.1.md ├── 4.7.2.md ├── 4.7.3.md ├── 4.7.4.md ├── 4.7.5.md ├── 4.7.6.md ├── 4.7.7.md ├── 4.8.0.md ├── 4.8.1.md ├── 4.8.2.md ├── 4.8.3.md ├── 4.9.0.md ├── 4.9.1.md ├── 4.9.2.md ├── 4.9.3.md ├── 4.9.4.md ├── 5.0.1.md ├── 5.0.2.md ├── 5.0.3.md ├── 5.1.0.md ├── 5.1.2.md ├── 5.10.0.md ├── 5.10.3.md ├── 5.11.0.md ├── 5.11.1.md ├── 5.11.2.md ├── 5.11.3.md ├── 5.12.0.md ├── 5.12.1.md ├── 5.12.2.md ├── 5.13.0.md ├── 5.14.0.md ├── 5.14.1.md ├── 5.14.2-2.md ├── 5.14.2.md ├── 5.17.1.md ├── 5.2.0.md ├── 5.3.0.md ├── 5.3.1.md ├── 5.3.2.md ├── 5.4.0.md ├── 5.4.1.md ├── 5.5.0.md ├── 5.5.2.md ├── 5.5.3.md ├── 5.6.0.md ├── 5.6.2.md ├── 5.6.3.md ├── 5.7.0.md ├── 5.7.2.md ├── 5.7.3.md ├── 5.8.0.md ├── 5.8.1-2.md ├── 5.8.1.md ├── 5.8.2.md ├── 5.9.0.md ├── 6.1.0.md ├── 6.2.0.md ├── 6.2.1-2.md ├── 6.2.1.md ├── 6.2.2.md ├── 6.2.3.md ├── 6.3.0.md ├── 6.4.0.md ├── 6.4.1.md ├── 6.4.2.md ├── 6.5.10.md ├── 6.5.20.md ├── 6.5.21.md ├── 6.6.20.md ├── 6.6.21.md ├── 6.6.22.md ├── 6.6.23.md ├── 6.7.20.md ├── 6.7.21-2.md ├── 6.7.23.md ├── current.md ├── template.html └── template.md /.gitlab/issue_templates/Bug.md: -------------------------------------------------------------------------------- 1 | ## Basic info 2 | 3 | * Device: 4 | * CalyxOS version: 5 | 6 | ## Brief description of the issue 7 | 8 | ## Steps to reproduce 9 | 10 | ## Expected result 11 | 12 | ## Actual result 13 | 14 | ## Logs (if available, they make fixing much easier) 15 | 16 | ``` 17 | (Logs can contain sensitive info. You may instead wish to include them in a separate confidential 18 | issue. See the [bug reporting guide](https://calyxos.org/docs/guide/bug-reporting/) for more info.) 19 | ``` 20 | 21 | ## Screenshots (if any) 22 | 23 |
24 | Insert screenshots here 25 |
26 | 27 | ## Any other info 28 | 29 | 30 | /label ~type::bug 31 | -------------------------------------------------------------------------------- /.gitlab/issue_templates/Default.md: -------------------------------------------------------------------------------- 1 | ## Summary 2 | 3 | ( You can also choose a template such as Bug or Feature by clicking on Description above ) 4 | 5 | ## Details 6 | -------------------------------------------------------------------------------- /.gitlab/issue_templates/Feature.md: -------------------------------------------------------------------------------- 1 | ## Basic info 2 | 3 | * Device: 4 | * CalyxOS version: 5 | 6 | ## Brief description of the feature 7 | 8 | ## Other ROMs with the same / similar feature (preferably open source) 9 | 10 | ## Any other info 11 | 12 | 13 | /label ~type::feature 14 | -------------------------------------------------------------------------------- /.gitlab/issue_templates/zzz-INTERNAL-Device-bringup.md: -------------------------------------------------------------------------------- 1 | ## Summary 2 | 3 | New device(s): 4 | 5 | ## Details 6 | 7 | - [ ] -1. Get device in hand 8 | - [ ] 0. OEM Unlock 9 | - [ ] 1. Boot GSI 10 | - [ ] 2. Build and boot aosp + vendor-binaries 11 | - [ ] 3. Fork devices repos 12 | - [ ] 4. Build and boot calyx + vendor 13 | - [ ] 5a. Signed builds, locked bootloader, OTA updates 14 | - [ ] 5b. extract-files.sh 15 | - [ ] 6. Update various repos (website, release, etc) 16 | - [ ] 7. Generate prod signing keys 17 | - [ ] 8. Test device-flasher 18 | - [ ] 9. Kernel builds 19 | 20 | ## Testing 21 | 22 | * [ ] Verify the build information in Settings -> About. It should match the details above. 23 | * [ ] Wi-Fi (network strength when close to router, speedtest) 24 | * [ ] Mobile Data () 25 | * [ ] Bluetooth (On, Pairing, audio) 26 | * [ ] Calls (Normal, VoLTE) 27 | * [ ] Text Messages / SMS 28 | * [ ] eSIM 29 | * [ ] Location (GPSTest, Maps) 30 | * [ ] Camera (Still images, video, front and back) 31 | * [ ] Flashlight / torch 32 | * [ ] Sensors 33 | * [ ] Hotspot 34 | * [ ] Fingerprint scanner 35 | * [ ] Face unlock 36 | * [ ] Device sounds 37 | * [ ] CalyxVPN 38 | * [ ] F-Droid 39 | * [ ] Verify microG configuration if enabled (microG Settings -> Self Check) 40 | * [ ] Final step, test OTA updates from this build to a newer build, **-otatest** - this will be a full OTA, big download 41 | * [ ] Verify the build information in Settings -> About. It should match the details above. -------------------------------------------------------------------------------- /.gitlab/issue_templates/zzz-INTERNAL-Release.md: -------------------------------------------------------------------------------- 1 | (This is for internal use only. You probably want a different template) 2 | 3 | | | | 4 | | ------ | ------ | 5 | | Android version | | 6 | | Security patch | | 7 | | CalyxOS version | | 8 | | Build number | ** ** | 9 | | Previous build number | | 10 | | `otatest` build number | | 11 | | `otatest2` build number | | 12 | 13 | Schedule: 14 | | Release channel | Date | Notes | 15 | | ---------------- | ------ | ------ | 16 | | Security express | | | 17 | | Beta | | | 18 | | Stable | | | 19 | 20 | Notes: 21 | 22 | Devices: 23 | * [ ] FP5 | Fairphone 5 24 | * [ ] FP4 | Fairphone 4 25 | * [ ] fogo | moto g 5G - 2024 26 | * [ ] bangkk | moto g84 5G 27 | * [ ] fogos | moto g34 5G 28 | * [ ] rhode | moto g52 29 | * [ ] hawao | moto g42 30 | * [ ] devon | moto g32 31 | * [ ] comet | Pixel 9 Pro Fold 32 | * [ ] komodo | Pixel 9 Pro XL 33 | * [ ] caiman | Pixel 9 Pro 34 | * [ ] tokay | Pixel 9 35 | * [ ] akita | Pixel 8a 36 | * [ ] husky | Pixel 8 Pro 37 | * [ ] shiba | Pixel 8 38 | * [ ] felix | Pixel Fold 39 | * [ ] tangorpro | Pixel Tablet 40 | * [ ] lynx | Pixel 7a 41 | * [ ] cheetah | Pixel 7 Pro 42 | * [ ] panther | Pixel 7 43 | * [ ] bluejay | Pixel 6a 44 | * [ ] raven | Pixel 6 Pro 45 | * [ ] oriole | Pixel 6 46 | * [ ] otter | SHIFTphone 8 47 | * [ ] barbet | Pixel 5a 48 | * [ ] bramble | Pixel 4a (5G) 49 | * [ ] redfin | Pixel 5 50 | 51 | Checklists: 52 | 53 | Before making new production builds: 54 | * [ ] Look at `repo forall -c 'if [ "`git log --oneline $PREV..HEAD`" != "" ]; then git config --get remote.gitlab.projectname; git log --oneline $PREV..HEAD; echo; fi'` to see what changed recently 55 | * [ ] Merge kernel ASB patches 56 | * [ ] Verify SPL and fingerprint 57 | * [ ] Test security fixes when feasible 58 | 59 | Tag and make production build: 60 | * [ ] Tag kernel 61 | * [ ] Build, boot, merge kernel 62 | * [ ] Tag release 63 | * [ ] Build from tag 64 | * [ ] Push metadata to 'release' repo 65 | * [ ] Write changelog 66 | * [ ] Draft website (and thus reddit) post 67 | * [ ] Sign release 68 | 69 | Test production build before release: 70 | * [ ] Make sure device is running "Previous build" and that the bootloader is locked. 71 | * [ ] Install OTA, **-testing** - incremental should mean quick download 72 | * [ ] Run through SetupWizard, check with microG enabled/disabled and select all/some/no F-Droid apps on different devices 73 | * [ ] Test restoring a backup from USB 74 | * [ ] Verify the build information in Settings -> About. It should match the details above. 75 | * [ ] Verify any new features / bugfixes, refer to the changelog for details. 76 | * [ ] Wi-Fi (network strength when close to router, speedtest) 77 | * [ ] Mobile Data () 78 | * [ ] Bluetooth (On, Pairing, audio) 79 | * [ ] Calls (Normal, VoLTE) 80 | * [ ] Text Messages / SMS 81 | * [ ] eSIM 82 | * [ ] Location (GPSTest, Maps) 83 | * [ ] Camera (Still images, video, front and back) 84 | * [ ] Flashlight / torch 85 | * [ ] Sensors 86 | * [ ] Hotspot 87 | * [ ] Fingerprint scanner 88 | * [ ] Device sounds 89 | * [ ] CalyxVPN 90 | * [ ] F-Droid 91 | * [ ] Verify microG configuration if enabled (microG Settings -> Self Check) 92 | * [ ] Final step, test OTA updates from this build to a newer build, **-otatest** - this will be a full OTA, big download 93 | * [ ] Verify the build information in Settings -> About. It should match the details above. 94 | * [ ] Optionaly, test the completely new test build, **-otatest2** - this will be a full OTA, big download 95 | * [ ] Verify the build information in Settings -> About. It should match the details above. 96 | 97 | Release: 98 | * [ ] Update 'releases' repo 99 | * [ ] Push changelog to 'release' repo 100 | * [ ] Bump to **-security-express7** 101 | * [ ] Bump to **-beta7** 102 | * [ ] Bump to **-stable7** 103 | * [ ] Bump to **-factory** 104 | * [ ] Update calyxos.org 105 | * [ ] Update calyxos-webinstall 106 | * [ ] Update 0xacab mirrors 107 | 108 | (This is for internal use only. You probably want a different template) 109 | 110 | /label ~zzz-INTERNAL-release 111 | /assign @cde 112 | -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.calyxos.org 3 | port=29418 4 | project=CalyxOS/calyxos 5 | defaultbranch=main 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # calyxos 2 | 3 | Central place to hold documentation about the project 4 | 5 | ## Changelogs 6 | 7 | The [changelogs](https://gitlab.com/calyxos/calyxos/tree/master/changelogs) directory contains changelogs for the CalyxOS builds. 8 | 9 | The [current.md](https://gitlab.com/calyxos/calyxos/blob/master/changelogs/current.md) file will always contain the changelog for the upcoming build, and can be empty sometimes right after a release. 10 | 11 | The other files contain the changelog for that particular build. 12 | 13 | The [current.md](https://gitlab.com/calyxos/calyxos/blob/master/changelogs/current.md) file is renamed to the build number after a build is released. 14 | 15 | ## wiki 16 | 17 | The [wiki](https://gitlab.com/calyxos/calyxos/wikis/home) is a good starting point and contains lots of useful information. -------------------------------------------------------------------------------- /changelogs/12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3 - Android 12 2 | 3 | ### Highlights 4 | * A smoother, more responsive UI! 5 | * When an app accesses the microphone, camera, or your location, an icon appears in the status bar. 6 | * You can disable camera and microphone access for all apps on the device, by pressing a single toggle option. 7 | * Choose between giving apps access to your precise location or an approximate location instead. 8 | * Clipboard access notifications. 9 | * Privacy dashboard gives you a clear and comprehensive view of when apps access your location, camera or mic over the past 24 hours. 10 | * Scrolling screenshots allow you to capture all the content on the page in one image. 11 | 12 | ### CalyxOS features 13 | * The firewall was entirely reworked, to make it work reliably and prevent leaks. 14 | * SIP calling was removed by Google but has been re-added by us, work in progress, outgoing calls may have issues. 15 | * Seedvault Backup: 16 | * Major improvements to the backup format, making it a lot faster to backup and restore. 17 | * Nextcloud backups should be much more reliable now. 18 | * Support DAVx5's WebDAV backend as a backup location. 19 | 20 | ### Missing features 21 | * Material You - Dynamic theming - will be available in a future update. 22 | * AMOLED Black theme - will be re-added in a future update. 23 | * Accent color, icon shape and font changes - no longer available in AOSP. 24 | -------------------------------------------------------------------------------- /changelogs/2.10.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.10.0 - October 2021 2 | * October Security update (2021-10-01) 3 | * microG: Major push notification improvements. Should work much more reliably now 4 | * microG: Don't log google account details 5 | * Seedvault: 11-2.3 6 | * Seedvault: Add expert settings with an option for unlimited quota 7 | * Seedvault: Don't backup on metered networks 8 | * Seedvault: Disable spell-checker on recovery code input 9 | * Seedvault: Ask for system authentication before storing a new recovery code 10 | * Seedvault: Prevent screenshots of recovery code 11 | * Seedvault: Allow launching restore through a dialer code *#*#RESTORE#*#* aka *#*#7378673#*#* 12 | * Fix navigation bar arrows setting 13 | * Fix global cleartext restriction (developer options) not working for some apps 14 | * Always allow editing all APNs 15 | * Settings: Show separate firmware and kernel security patch levels - For older devices (Pixel 2, A2) we may not be able to update everything. 16 | * Hide "Google Play services is unavailable" notification for certain apps when you choose to disable microG. 17 | * Stop granting location to Browser app by default 18 | * Launcher: Add explanatory dialog to pause apps 19 | * Chromium: 94.0.4606.61 20 | 21 | Pixels except 5a: 22 | * Make some changes to allow installation of Google Camera directly from Aurora Store 23 | * You may have to logout and login from Aurora Store for this to take effect 24 | * Latest Google Camera should be available, version 8.2.400 25 | 26 | Pixel 2: 27 | * Linux 4.4.283 28 | Google has stopped updating this device. This means that 29 | they will not provide any more updates to the closed-source components, 30 | such as the bootloader, modem firmware, and other firmware. 31 | However, updates to the open source OS code and the Linux kernel 32 | can still be merged by us, and are included in this build. 33 | 34 | Mi A2: 35 | * Enable fingerprint swipe gesture 36 | * Linux 4.4.283 37 | The A2 proprietary firmware componets are from September 2020 since trying to upgrade to anything newer ends up factory reseting the device. -------------------------------------------------------------------------------- /changelogs/2.11.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.11.0 - November 2021 2 | * November Security update (2021-11-01) 3 | * Updater: Fix beta channel 4 | * microG: More push notification improvements, after extensive testing 5 | * Chromium: 94.0.4606.85 6 | * F-Droid: Remove opt-in push requests feature entirely 7 | * Update all included apps 8 | 9 | All other Pixels: 10 | * Android 11 - We're working on Android 12 11 | Stock Android is now on Android 12, which means we need to port before 12 | we get the full security update, to the proprietary components. 13 | For this build, we have updated the open source OS code (AOSP), and the 14 | Linux kernel. This is indicated in the Security patch level in Settings. 15 | 16 | Pixel 2: 17 | Google has stopped updating this device. This means that 18 | they will not provide any more updates to the closed-source components, 19 | such as the bootloader, modem firmware, and other firmware. 20 | However, updates to the open source OS code and the Linux kernel 21 | can still be merged by us, and are included in this build. 22 | 23 | Mi A2: 24 | The A2 proprietary firmware componets are from September 2020 since trying to upgrade to anything newer ends up factory reseting the device. -------------------------------------------------------------------------------- /changelogs/2.13.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.13.0 - Android 11 2 | * January 2022 Security update (2022-01-05) 3 | * Also includes December 2021 Security update 4 | * Fix spellcheck when multiple languages are enabled 5 | * Linux: 4.4.296 6 | * Chromium: 95.0.4638.50 7 | * Update all included apps 8 | * Updated translations for all apps, and the OS. 9 | 10 | Pixel 2: 11 | Google has stopped updating this device. This means that 12 | they will not provide any more updates to the closed-source components, 13 | such as the bootloader, modem firmware, and other firmware. 14 | However, updates to the open source OS code and the Linux kernel 15 | can still be merged by us, and are included in this build. 16 | 17 | Mi A2: 18 | Xiaomi has stopped updating this device. This means that 19 | they will not provide any more updates to the closed-source components, 20 | such as the bootloader, modem firmware, and other firmware. 21 | However, updates to the open source OS code and the Linux kernel 22 | can still be merged by us, and are included in this build. 23 | Additionally, the proprietary firmware componets are from September 2020, 24 | since trying to upgrade to anything newer ends up factory reseting the device. 25 | -------------------------------------------------------------------------------- /changelogs/2.14.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.14.0 - Android 11 2 | * February 2022 Security update (2022-02-05) 3 | * Linux: 4.4.302, final update for Linux 4.4, long term support has ended 4 | * Chromium: 98.0.4758.87 5 | * microG: v0.2.24.214816 6 | * F-Droid: 1.14 7 | * Update all included apps 8 | 9 | Pixel 2: 10 | This is the final CalyxOS update for these devices. Google stopped updating the Pixel 2 series as of December 2020. 11 | Up till now, we extended these phones useful lifetimes by patching the open source components: AOSP and the Linux kernel. Linux kernel 4.4 was a long-term support kernel, but has stopped receiving updates this month. 12 | Unfortunately due to the kernel dependency, it is also not feasible to have Android 12 fully working on these devices. There are various community efforts, but there's no fully working port as far we know. 13 | As such, we have decided to stop updating these devices. Applications such as Chromium and microG will still continue recieving updates. 14 | 15 | Xiaomi Mi A2: 16 | This will be the final CalyxOS Android 11 build for this device. We're currently working on getting CalyxOS Android 12 working, so far it looks quite promising. We'll keep posting updates on our website. 17 | Please note that Xiaomi has stopped providing updates for this devices. 18 | We've been keeping the open source components updated, and that's included in this build. 19 | Additionally, the proprietary firmware componets are from September 2020, 20 | since trying to upgrade to anything newer ends up factory resetting the device. 21 | -------------------------------------------------------------------------------- /changelogs/2.6.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.6.1 - Android 11 2 | * June Security update and Feature drop (2021-06-05) 3 | * Work profile v2: Big improvements to work profile creation, resolving issues with certain essential system apps not being enabled in the profile, not being able to see work profile apps in the recent screen, and work needed to support future work profile features. 4 | * For the best experience, we would recommend deleting any profiles you created in the May build and starting over with a fresh new profile. 5 | * Enable SeedVault backups for work profile, from Settings (in the main user) -> System -> Backup -> Work. Do note that USB is not available in work profiles due as Android does not support that. 6 | * Handle microG better in work profile, enabling / disabling all of it's companion apps as needed. 7 | * Firewall (Datura): Support work profile apps, improve icon and fix sorting of apps. 8 | * AMOLED dark mode, aka pure black background for dark theme. Enable at Settings -> Display -> Dark theme -> Pure black 9 | * Network traffic monitor feature, which shows network traffic indication in the status bar. Enable from Settings -> System -> Status bar -> Network traffic monitor 10 | * Status bar icon configuration, allowing you to choose what to show. Configure in Settings -> System -> Status bar -> System icons 11 | * Use rounded corners in the system where appropriate. 12 | * Include a Maps app in the OS, Organic Maps. You can install it from F-Droid 13 | * Bring in the Recorder app from LineageOS, allowing you to create sound recordings. 14 | * F-Droid: Handle Trichrome updates better, fixing an issue with Trichrome Library updates where they would always show up as an update even after updating. 15 | * Dialer: Use a restrictive WebView for Menu -> Helplines links, which clears it's history when you're done to avoid leaving any traces. Also add additional categories for the helplines. 16 | * Panic trigger (Ripple): This will no longer show up as an update in Aurora Store 17 | * Music (Eleven): Bug fixes and performance improvements 18 | * You can also create screen recordings using the built-in recorder from the quick settings (what you see down the status bar) 19 | * microG: Implement Font provider to support more applications, such as Google Fi 20 | * microG: Update to v0.2.19.211515 21 | * Chromium: Switch to 64-bit builds on all devices. 22 | * Chromium: Update 91.0.4472.88 23 | * Updates for all other included apps. 24 | * Updated translations for all apps, and the OS. 25 | 26 | Note: 27 | A2 Firmware is from September 2020 since upgrading to versions after that 28 | requires a factory reset. 29 | 30 | Pixel 2: 31 | Note: 32 | Google has stopped updating this device. This means that 33 | they will not provide any more updates to the closed-source components, 34 | such as the bootloader, modem firmware, and other firmware. 35 | However, updates to the open source OS code and the Linux kernel 36 | can still be merged by us, and are included in this build. -------------------------------------------------------------------------------- /changelogs/2.7.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.7.0 - Android 11 2 | * July Security update (2021-07-05) 3 | * Translation fixes: No more non-English text when your language is set to English! 4 | * SeedVault: Experimental Storage backup feature - backup and restore all your photos, documents and files! 5 | * Aurora Store 4.0.7: Fix app installation and updates 6 | * microG: Fix Settings being reset 7 | * microG: Include Cronet: Fixes apps such as Google Maps, and many more. 8 | * microG: Update to v0.2.21.212158 9 | * Work profile: Support setting a separate PIN/Password/Pattern 10 | * Work profile: Fix support for biometrics in apps 11 | * Datura Firewall: Fix toggles being reset, and other UI adjustments 12 | * Datura Firewall: Store preferred sorting order 13 | * Fix camera / microphone indicators 14 | * Chromium: Update to 91.0.4472.134 15 | * F-Droid: Update to 1.13 16 | * SeedVault: Respect Settings theme, match colors 17 | * Updates for all other included apps. 18 | * Updated translations for all apps, and the OS. 19 | 20 | Note: 21 | The A2 proprietary firmware componets are from September 2020 since trying to upgrade to anything newer ends up factory reseting the device. 22 | 23 | Pixel 2: 24 | Note: 25 | Google has stopped updating this device. This means that 26 | they will not provide any more updates to the closed-source components, 27 | such as the bootloader, modem firmware, and other firmware. 28 | However, updates to the open source OS code and the Linux kernel 29 | can still be merged by us, and are included in this build. -------------------------------------------------------------------------------- /changelogs/2.7.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.7.1 - Android 11 2 | * Prevent hotspot devices from bypassing VPN when "Allow clients to use VPNs" is enabled 3 | * Default to round icons, previous default was "Rounded Rectangle" 4 | * Default to rounded corners 5 | * Allow turning off microphone and camera status bar icons from Settings -> Status bar -> System icons 6 | * Chromium: 91.0.4472.164 7 | * Contacts: Don't prompt to add Google Account when creating a contact for the first time 8 | * microG: New icon for Settings -> System integration 9 | * SeedVault: Restore: Always use F-Droid to install Nextcloud 10 | * SetupWizard: Add button to setup eSIM on missing SIM page 11 | * SetupWizard: Fix icons on app install page 12 | * SetupWizard: Turn off OEM unlocking during initial setup if bootloader is locked 13 | * Drop Conversations as a default included app. 14 | * Updates for all other included apps. 15 | * Updated translations for all apps, and the OS. -------------------------------------------------------------------------------- /changelogs/2.8.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.8.0 - Android 11 2 | * August Security update (2021-08-05) 3 | * Prevent hotspot devices from bypassing VPN when "Allow clients to use VPNs" is enabled 4 | * Default to round icons, previous default was "Rounded Rectangle" 5 | * Default to rounded corners 6 | * Allow turning off microphone and camera status bar icons from Settings -> Status bar -> System icons 7 | * Chromium: 91.0.4472.164 8 | * Contacts: Don't prompt to add Google Account when creating a contact for the first time 9 | * microG: New icon for Settings -> System integration 10 | * SeedVault: Restore: Always use F-Droid to install Nextcloud 11 | * SetupWizard: Add button to setup eSIM on missing SIM page 12 | * SetupWizard: Fix icons on app install page 13 | * SetupWizard: Turn off OEM unlocking during initial setup if bootloader is locked 14 | * Drop Conversations as a default included app. 15 | * Updates for all other included apps. 16 | * Updated translations for all apps, and the OS. 17 | 18 | Note: 19 | The A2 proprietary firmware componets are from September 2020 since trying to upgrade to anything newer ends up factory reseting the device. 20 | 21 | Pixel 2: 22 | * Update Linux kernel to 4.4.276 23 | Note: 24 | Google has stopped updating this device. This means that 25 | they will not provide any more updates to the closed-source components, 26 | such as the bootloader, modem firmware, and other firmware. 27 | However, updates to the open source OS code and the Linux kernel 28 | can still be merged by us, and are included in this build. -------------------------------------------------------------------------------- /changelogs/2.8.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.8.1 - Android 11 2 | * August Security patch (2021-08-05) 3 | * Datura firewall: Network access toggle (the main toggle next to the app name) now prevents apps being able to bypass network isolation through DNS requests 4 | * Global VPN feature: Ability to use one VPN device-wide - in the main user, work profile as well as other users 5 | * To enable, go to Settings -> Network & internet -> VPN -> Your VPN app -> Global VPN; in the main user 6 | * Auto reboot feature: Configurable time interval after which the device will get automatically rebooted. Returns phone to BFU state. Settings -> Security -> Auto reboot 7 | * Pause apps feature: Long press an app in the Launcher and tap "Pause app" (the hourglass icon) to pause an app. A paused app will not be able to start, its notifications will be hidden. 8 | * Navigation bar arrows feature: Enable from Settings -> System -> Languages & input -> Show arrow keys while typing; to show left and right cursor keys when typing 9 | * Increase maximum password length from 16 to 64 10 | * Developer option: Airplane mode radios - Configure which radio to toggle when toggling Airplane Mode: Settings -> System -> Developer options -> Airplane mode radios 11 | * Dialer: Add an option to enable Do-not-disturb during calls 12 | * Dialer: Add options for in-call vibration 13 | * Dialer: Fix bug where the WhatsApp call option would be shown even when it wasn't installed 14 | * Messaging: Allow selecting text inside a message 15 | * Messaging: Hide quick reply options in notifications 16 | * Enable permission auto-revoke for work profile apps 17 | * Enable Setup Wizard for newly created work profiles, allowing enabling / disabling of microG depending on user preference 18 | * Fix network traffic monitor preference showing incorrect values 19 | * Disable bluetooth by default on new installs 20 | * microG: v0.2.22.212658 21 | * Chromium: 92.0.4515.15 22 | * F-Droid: 1.13.1 23 | * Etar: Merge upstream code changes 24 | * Recorder: Upstream improvements 25 | * Updates for all other included apps 26 | * Updated translations for all apps, and the OS 27 | 28 | Note: 29 | The Xiaomi Mi A2 proprietary firmware components are from September 2020, since trying to upgrade to anything newer ends up factory resetting the device. 30 | 31 | Pixel 2: 32 | * Update Linux kernel to 4.4.278 33 | * Merge security patches 34 | * Note: 35 | Google has stopped updating this device. This means that 36 | they will not provide any more updates to the closed-source components, 37 | such as the bootloader, modem firmware, and other firmware. 38 | However, updates to the open source OS code and the Linux kernel 39 | can still be merged by us, and are included in this build. 40 | -------------------------------------------------------------------------------- /changelogs/2.8.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.8.2 - Android 11 2 | * August Security patch (2021-08-05) 3 | * Hotfix for 2.8.1, fix app lag / system restarts on some devices, calyxos#651 -------------------------------------------------------------------------------- /changelogs/2.8.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.8.3 - Android 11 2 | * August Security patch (2021-08-05) 3 | * Vendor: June Security patch (2021-06-05) 4 | * Initial build for Pixel 5a -------------------------------------------------------------------------------- /changelogs/2.9.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.9.0 - Android 11 2 | * September Security update (2021-09-05) 3 | * Change build number to 202109290 (2021 September, CalyxOS 2.9.0) to work around an issue where latest Google Camera would crash when trying to use Night Sight 4 | * Updates for all included apps 5 | 6 | Pixel 5a: 7 | * Fix fingerprint scanner / biometric usage in apps 8 | * Add a file needed for Google Camera to work 9 | 10 | Pixel 2: 11 | Google has stopped updating this device. This means that 12 | they will not provide any more updates to the closed-source components, 13 | such as the bootloader, modem firmware, and other firmware. 14 | However, updates to the open source OS code and the Linux kernel 15 | can still be merged by us, and are included in this build. 16 | 17 | Mi A2: 18 | The A2 proprietary firmware componets are from September 2020 since trying to upgrade to anything newer ends up factory reseting the device. -------------------------------------------------------------------------------- /changelogs/2019.07.02.15.md: -------------------------------------------------------------------------------- 1 | * July Security update 2 | * Use Cloudflare DNS as fallback DNS and for tethering 3 | * Update F-Droid to latest 4 | * Update microG to latest (now includes basic casting support) 5 | * Add The Calyx Institute F-Droid repo 6 | * Add option to use Cloudflare Prviate DNS (over TLS) by default 7 | * Settings -> Network & Internet -> Advaned -> Private DNS -> Cloudflare DNS 8 | * Add additional apps (for first use setup) 9 | * Aurora Store 10 | * DAVx⁵ 11 | * Déjà Vu Location Service 12 | * Location Privacy 13 | * NominatimNlpBackend 14 | * Scramblex Exif 15 | * Tasks 16 | * Set default location providers for microG (for first use setup) 17 | * Use the correct vendor files for Pixel 3 XL -------------------------------------------------------------------------------- /changelogs/2019.08.05.21.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 1 2 | * August Security update (2019-08-01) 3 | * Chromium 76.0.3809.89 4 | * F-Droid 1.7.1 5 | * microG v0.2.8.17785 6 | * Update all other included apps 7 | * Setupwizard updates and bugfixes (pulled from upstream) -------------------------------------------------------------------------------- /changelogs/2020.02.11.10.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * February Security update (2020-02-05) 3 | * Chromium 80.0.3987.87 4 | * Seedvault Backup app added - Enable from Settings -> System -> Backup 5 | * eSIM support on Pixel 3, 3 XL, 3a, 3a XL 6 | * Dual SIM support on Pixel 3a, 3a XL (Physical SIM + eSIM) 7 | * Updates for all other included apps 8 | -------------------------------------------------------------------------------- /changelogs/2020.03.04.05.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * March Security update (2020-03-05) and feature drop. 3 | * Chromium 80.0.3987.119 - fixes download bug 4 | * Ripple - Panic trigger app added. Configure and enable from Settings -> Security 5 | * Updates for all other included apps 6 | -------------------------------------------------------------------------------- /changelogs/2020.04.07.17.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * April Security update (2020-04-05) 3 | * CalyxVPN 1.0.3 - includes bridge support 4 | * F-Droid 1.8-alpha2 - fixes installation and upgrade issues for certain apps 5 | * Chromium 80.0.3987.149 6 | * Updates for all other included apps 7 | -------------------------------------------------------------------------------- /changelogs/2020.05.06.14.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * May Security update (2020-05-05) 3 | * Chromium 81.0.4044.138 4 | * microG updated to latest version 5 | * F-Droid 1.8 6 | * Updates for all other included apps 7 | -------------------------------------------------------------------------------- /changelogs/2020.05.26.20.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 for Pixel 4, 4 XL 2 | * First Pixel 4 XL build 3 | * May Security update (2020-05-05) -------------------------------------------------------------------------------- /changelogs/2020.06.01.13.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 for Mi A2 2 | * Completely rebased device codebase 3 | * Various small bugfixes 4 | * Minor performance improvements 5 | * Linux kernel updates 6 | * May Security update (2020-05-05) 7 | -------------------------------------------------------------------------------- /changelogs/2020.06.03.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * June Security update (2020-06-05) and feature drop. 3 | * Fix included for wallpaper bug. 4 | * Chromium 83.0.4103.83 5 | * SetupWizard: Support face unlock configuration for Pixel 4. 6 | * Updates for all other included apps. 7 | 8 | Mi A2: 9 | * Display density change to match stock, can revert to older by going to Settings -> Display -> Display size -> Larger (+) 10 | -------------------------------------------------------------------------------- /changelogs/2020.07.07.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * July Security update (2020-07-05) 3 | * Make Signal and WhatsApp calls right from the Dialer / Phone app! 4 | * Disallow USB devices when not unlocked, configurable from Settings -> Security -> Restrict USB 5 | * Switch to Etar for Calendar, also supports a local calendar 6 | * Add additional wallpapers, more to come in upcoming releases. 7 | * Add theming options, with the ability to change colors, icons, fonts. 8 | * App improvements and bugfixes: Calculator, Camera 9 | * Keyboard improvements: Longpress for symbols, much better language support (dictionaries, spellcheck) 10 | * Chromium: 83.0.4103.106 11 | * Updates for all other included apps. 12 | 13 | Mi A2: 14 | * Fix fingerprint gestures, and headset buttons 15 | * Fix certain USB devices not being recognized 16 | -------------------------------------------------------------------------------- /changelogs/2020.07.07.18.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * July Security update (2020-07-05) 3 | * Make Signal and WhatsApp calls right from the Dialer / Phone app! 4 | * Disallow USB devices when not unlocked, configurable from Settings -> Security -> Restrict USB 5 | * Switch to Etar for Calendar, also supports a local calendar 6 | * Add additional wallpapers, more to come in upcoming releases. 7 | * Add theming options, with the ability to change colors, icons, fonts. 8 | * App improvements and bugfixes: Calculator, Camera 9 | * Keyboard improvements: Longpress for symbols, much better language support (dictionaries, spellcheck) 10 | * Chromium: 83.0.4103.106 11 | * Updates for all other included apps. 12 | 13 | Mi A2: 14 | * Fix microG location services 15 | * Fix fingerprint gestures, and headset buttons 16 | * Fix certain USB devices not being recognized 17 | -------------------------------------------------------------------------------- /changelogs/2020.08.04.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * August Security update (2020-08-05) 3 | * Permission Hub enabled, see it in Settings -> Privacy 4 | * Shows permission usage and last access time per app. 5 | * Microphone and Camera usage indicators in the status bar. 6 | * Dark mode support for some apps, more to come! 7 | * Some other miscellaneous bugfixes and improvements. 8 | * Chromium: 84.0.4147.105 9 | * Updates for all other included apps. 10 | 11 | Pixel 2: 12 | * Google Fi eSIM support. -------------------------------------------------------------------------------- /changelogs/2020.09.22.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * September Security update (2020-09-05) 3 | * Pixel 4a support 4 | * A simple firewall feature - restrict wifi / mobile data / vpn usage per-app 5 | * Configure from Settings -> Apps -> App name (such as Chromium) -> Mobile data & Wi-Fi 6 | * Allow hotspot connections to use VPN 7 | * Configure from Settings -> Network & internet -> Hotspot & tethering -> Allow clients to use VPNs 8 | * Round and square icons are now supported 9 | * Gallery: Switch to a newer and improved app 10 | * Improved LTE signal display 11 | * Allow adding NFC QuickSettings tile 12 | * Context-aware Bluetooth airplane mode 13 | * Remove DUN requirement for tethering 14 | * Show bluetooth device battery level when available 15 | * Allow adjusting screen density to smaller sizes 16 | * Settings: Allow sorting Applications by size, add package name to installed app details 17 | * Settings: Add vendor security patch level to device info (2020-08-05) 18 | * Calendar: Add widget 19 | * Clock, Contacts, Messaging: Bugfixes and improvements 20 | * CalyxVPN: 1.0.5 21 | * Chromium: 85.0.4183.101 22 | * Updates for all other included apps. 23 | 24 | Mi A2: 25 | * Merge latest Xiaomi update (August) 26 | * Fix USB OTG issues -------------------------------------------------------------------------------- /changelogs/2020.09.24.12.md: -------------------------------------------------------------------------------- 1 | 2020.09.22.12.md -------------------------------------------------------------------------------- /changelogs/2020.11.04.17.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * November Security update (2020-11-05) 3 | * Improved Carrier compatibility by using updated APN lists 4 | * microG: v0.2.13.203915 5 | * microG: Bug fixes in Maps, Location, Cloud Messaging and others 6 | * microG: Exposure Notification API Support (optional) 7 | * Chromium: 86.0.4240.185 8 | * Seedvault: Improved backup progress reporting 9 | * Seedvault: Enable backup of call logs 10 | * Seedvault: Various bugfixes, and performance improvements 11 | * Bluetooth timeout feature - ability to set the bluetooth to turn 12 | off automatically after a certain time. Settings -> Connected Devices -> 13 | Bluetooth timeout 14 | * Fix wallpaper change causing a crash 15 | * Updated translations for all apps, and the OS 16 | * Updates for all other included apps. 17 | 18 | Pixel 4a: 19 | * eSIM Support 20 | * Dual SIM support (Physical SIM + eSIM) 21 | 22 | Mi A2: 23 | * Potential sensors fix -------------------------------------------------------------------------------- /changelogs/2020.12.15.20.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.0.0 - Android 11 2 | * December Security update (2020-12-05) and Pixel feature drop 3 | * All of the improvements Google has done to Android over the last 4 | year, some of which are: 5 | * One-time location, microphone and camera permissions, so 6 | you can temporarily grant that permission to apps. 7 | * Separate background location access permission, allowing 8 | apps to access your location only when being used. 9 | * Improved device & media controls 10 | * Built-in screen recording 11 | * microG: Maps in apps bug fixed, will not be blank anymore 12 | * microG: v0.2.14.204215 13 | * Chromium: 87.0.4280.101 14 | * Seedvault: Better handling of split apps / app bundles. 15 | * Seedvault: Various bugfixes, and performance improvements 16 | * Updates for all other included apps. -------------------------------------------------------------------------------- /changelogs/2020.12.16.17.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 - Android 10 2 | * December Security update (2020-12-05) 3 | * microG: Maps in apps bug fixed, will not be blank anymore 4 | * microG: v0.2.14.204215 5 | * Chromium: 87.0.4280.101 6 | * Updates for all other included apps. -------------------------------------------------------------------------------- /changelogs/2020.12.17.20.md: -------------------------------------------------------------------------------- 1 | 2020.12.16.17.md -------------------------------------------------------------------------------- /changelogs/2020.12.30.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.0.1 - Android 11 2 | * December Security update (2020-12-05) and Pixel feature drop 3 | * All of the improvements Google has done to Android over the last 4 | year, some of which are: 5 | * One-time location, microphone and camera permissions, so 6 | you can temporarily grant that permission to apps. 7 | * Separate background location access permission, allowing 8 | apps to access your location only when being used. 9 | * Improved device & media controls 10 | * Built-in screen recording 11 | * microG: Maps in apps bug fixed, will not be blank anymore 12 | * microG: v0.2.16.204713 13 | * Chromium: 87.0.4280.101 14 | * Seedvault: Better handling of split apps / app bundles. 15 | * Seedvault: Various bugfixes, and performance improvements 16 | * Updates for all other included apps. -------------------------------------------------------------------------------- /changelogs/2021.01.06.14.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.1.0 - Android 11 2 | * January Security update (2021-01-05) 3 | * Power menu issue has been fixed 4 | * Dialer: Visual voicemail should work again where supported 5 | * Updated translations for all apps, and the OS. 6 | * Updates for all other includes apps. 7 | 8 | Pixel 2: 9 | Note: 10 | Google has stopped updating this device. This means that 11 | they will not provide any more updates to the closed-source components, 12 | such as the bootloader, modem firmware, and other firmware. 13 | However, updates to the open source OS code and the Linux kernel 14 | can still be merged by us, and are included in this build. 15 | -------------------------------------------------------------------------------- /changelogs/2021.01.08.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.1.0 - Android 11 2 | * January Security update (2021-01-05) 3 | * All of the improvements Google has done to Android over the last 4 | year, some of which are: 5 | * One-time location, microphone and camera permissions, so 6 | you can temporarily grant that permission to apps. 7 | * Separate background location access permission, allowing 8 | apps to access your location only when being used. 9 | * Improved device & media controls 10 | * Built-in screen recording 11 | * Seedvault: Better handling of split apps / app bundles. 12 | * Seedvault: Various bugfixes, and performance improvements 13 | * Updated translations for all apps, and the OS. 14 | * Updates for all other included apps. -------------------------------------------------------------------------------- /changelogs/2021.01.25.15.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.1.0 - Android 11 2 | * January Security update (2021-01-05) 3 | 4 | Pixel 5, Pixel 4a (5G): 5 | * First build! 6 | -------------------------------------------------------------------------------- /changelogs/2021.02.02.18.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.2.0 - Android 11 2 | * February Security update (2021-02-05) 3 | * microG: v0.2.17.204714 4 | * microG: Include Services Framework (GSF) 5 | * Chromium: 88.0.4324.93 6 | * Calendar (Etar): 1.0.24 7 | * Keyboard: Remove non-functional proprietary gesture-typing preference. 8 | * Aurora Store: Fix installation issues for new installs, 9 | to fix your current app kindly re-install the app from F-Droid 10 | * Updates for all other included apps. 11 | 12 | Pixel 2, 3, 3a, 4: 13 | * Implement Active Edge support - squeeze phone to perform action 14 | * Configure from Settings -> System -> Gestures -> Active Edge 15 | 16 | Pixel 2: 17 | Note: 18 | Google has stopped updating this device. This means that 19 | they will not provide any more updates to the closed-source components, 20 | such as the bootloader, modem firmware, and other firmware. 21 | However, updates to the open source OS code and the Linux kernel 22 | can still be merged by us, and are included in this build. 23 | -------------------------------------------------------------------------------- /changelogs/2021.03.03.09.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.2.0 - Android 11 2 | * March Security update (2021-03-05) and feature drop 3 | * Chromium: 88.0.4324.181 4 | * Updates for all other included apps. 5 | 6 | Pixel 2: 7 | Note: 8 | Google has stopped updating this device. This means that 9 | they will not provide any more updates to the closed-source components, 10 | such as the bootloader, modem firmware, and other firmware. 11 | However, updates to the open source OS code and the Linux kernel 12 | can still be merged by us, and are included in this build. 13 | -------------------------------------------------------------------------------- /changelogs/2021.03.04.13.md: -------------------------------------------------------------------------------- 1 | 2021.03.03.09.md -------------------------------------------------------------------------------- /changelogs/2021.03.18.10.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.2.0 - Android 11 2 | 3 | Mi A2: 4 | * Charging issue has been fixed -------------------------------------------------------------------------------- /changelogs/2021.03.29.19.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.2.0 - Android 11 2 | 3 | A2: 4 | * Merge Xiaomi's March 2021 Security update 5 | * Update Kernel to 4.4.261 6 | * Include 10.0 Firmware (September 2020) 7 | 8 | Note: Firmware is from September since upgrading to versions after that 9 | requires a factory reset. -------------------------------------------------------------------------------- /changelogs/2021.04.07.18.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.4.0 - Android 11 2 | * April Security update (2021-04-05) 3 | * VoLTE and Wi-Fi Calling support for a lot more carriers 4 | * microG: Potential fix for google account login issue 5 | * Introducing Datura Firewall - our new Firewall app 6 | * Makes the existing Wi-Fi / Mobile / VPN / Background data toggle easily accessible. More features to come! 7 | * Add a Global cleartext network traffic restriction toggle to prevent all non-TLS traffic from leaving the device (including the OS, system apps and installed apps) Settings -> System -> Developer Options -> Restrict cleartext network traffic 8 | * Include a Sensitive Phone Numbers list, hiding them from the call log. 9 | * Dialer also gets a new helpline contact list based on the above. (Dialer -> Menu -> Helpline) for easy access. 10 | * Add feature to optionally scamble the lockscreen PIN. Settings -> Security -> Screen lock -> Scramble layout 11 | * The "Background data" toggle is now able to restrict background network access competelely (even when using Wi-Fi) and as such has been renamed 12 | * Wi-Fi timeout feature - ability to set the Wi-Fi to turn 13 | off automatically after a certain time. Settings -> Network & Internet -> Wi-Fi -> Wi-Fi preferences -> Turn off Wi-Fi automatically 14 | * microG: v0.2.18.204714 15 | * Chromium: 89.0.4389.105 16 | * Seedvault: Allow verify and re-generating the 12 word recovery code 17 | * Ability to install Chromium (Trichrome) updates via F-Droid 18 | * Add caffeine, heads up, Sync, AmbientDisplay, USB Tether and AOD QS Tiles 19 | * Fix TTS Engine crash 20 | * Use Cloudflare DNS as the fallback in more places 21 | * Updates for all other included apps. 22 | 23 | A2: 24 | * Merge Xiaomi's March 2021 Security update 25 | * Update Kernel to 4.4.261 26 | * Include 10.0 Firmware (September 2020) 27 | 28 | Note: Firmware is from September since upgrading to versions after that 29 | requires a factory reset. 30 | 31 | Pixel 2: 32 | Note: 33 | Google has stopped updating this device. This means that 34 | they will not provide any more updates to the closed-source components, 35 | such as the bootloader, modem firmware, and other firmware. 36 | However, updates to the open source OS code and the Linux kernel 37 | can still be merged by us, and are included in this build. -------------------------------------------------------------------------------- /changelogs/2021.05.05.12.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 2.5.0 - Android 11 2 | * May Security update (2021-05-05) 3 | * Built-in Work profile support - create a new work profile directly from Settings without having to install any third party apps. 4 | * Create a work profile from Settings -> System -> Multiple users -> Add user or profile -> Work profile 5 | * You can select which apps to include in the profile, and also turn it on and off as you want. More to come in future updates! 6 | * Integration of Aurora Services for Aurora Store - Supports installing updates in the background seamlessly. New installs still need confirmation. 7 | * Enable from: Aurora Store -> Settings -> Installation -> Installation method -> "Aurora Services" 8 | * Prevent certain apps from bypassing the firewall when network access is completely disabled for them (i.e. the main toggle next to each app in Datura) 9 | * VoLTE and Wi-Fi Calling support fixes, should now work on all carriers supported on stock 10 | * microG: Include 'Alt sign in' option to fix account login issues 11 | * Include option to prevent toggling quick settings when on a secure lockscreen (i.e. PIN / Password / Pattern set) - prevents using them completely 12 | * Settings -> Security -> "Gear icon" next to Screen lock -> Quick settings - default is allow toggling from lockscreen 13 | * Seedvault: Backup and restore Datura Firewall settings 14 | * Seedvault: Backup and restore additional settings added to CalyxOS 15 | * Seedvault: Call log backup speed improvements, should be a lot faster for those with a long history of calls. 16 | * Dialer: Allow disabling calling account selection dialog (Signal / WhatsApp calling option), from Dialer -> menu (top right) -> Settings -> Display options 17 | * Allow disabling Presidential alerts, from Settings -> Apps and notifications -> Advanced -> Wireless emergency alerts 18 | * Active Edge Gesture: Fix settings being reset 19 | * Enable Doze for improved battery life when using microG 20 | * Datura Firewall: Fix sorting bug 21 | * Music (Eleven): Upstream updates and bugfixes 22 | * Calendar (Etar): Upstream updates and bugfixes 23 | * Chromium: 90.0.4430.91 24 | * Updates for all other included apps. 25 | 26 | A2: 27 | * Qualcomm code updates. 28 | 29 | Note: 30 | A2 Firmware is from September 2020 since upgrading to versions after that 31 | requires a factory reset. 32 | 33 | Pixel 2: 34 | Note: 35 | Google has stopped updating this device. This means that 36 | they will not provide any more updates to the closed-source components, 37 | such as the bootloader, modem firmware, and other firmware. 38 | However, updates to the open source OS code and the Linux kernel 39 | can still be merged by us, and are included in this build. -------------------------------------------------------------------------------- /changelogs/3.0.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.0.0 - Android 12 2 | * December Security update (2021-12-05) 3 | * Initial Android 12 release 4 | * Be sure to take a Backup from Seedvault before you reboot! 5 | -------------------------------------------------------------------------------- /changelogs/3.1.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.1.0 - January 2022 2 | * January 2022 Security update (2022-01-05) 3 | * Hide "Intent Filter Verification Service has crashed" dialogs. 4 | * Fix Wi-Fi timeout feature 5 | * Fix Bluetooth timeout feature 6 | * Fix crash when toggling networking features for work profiles and secondary users 7 | * Fix Global VPN setting for work profiles and secondary users 8 | * F-Droid: Fix installation for some apps (e.g. Signal) 9 | * Don't allow network access unintentionally when updating apps. Please verify from the Firewall app. 10 | * Grey out networking toggles for apps without the Internet permission, as they can't use it anyway. 11 | * Seedvault: Support DAVx5's WebDAV backend as a backup location 12 | * Launcher: Fix colors of Personal/Work profile tab 13 | * Fix spellcheck when multiple languages are enabled 14 | 15 | Pixel 5a: 16 | * Add missing APNs 17 | -------------------------------------------------------------------------------- /changelogs/3.1.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.1.1 - January 2022 2 | * January 2022 Security update (2022-01-05) 3 | * Hide "Intent Filter Verification Service has crashed" dialogs. 4 | * Fix Wi-Fi timeout feature 5 | * Fix Bluetooth timeout feature 6 | * Fix crash when toggling networking features for work profiles and secondary users 7 | * Fix Global VPN setting for work profiles and secondary users 8 | * F-Droid: Fix installation for some apps (e.g. Signal) 9 | * Don't allow network access unintentionally when updating apps. Please verify from the Firewall app. 10 | * Grey out networking toggles for apps without the Internet permission, as they can't use it anyway. 11 | * Seedvault: Support DAVx5's WebDAV backend as a backup location 12 | * Launcher: Fix colors of Personal/Work profile tab 13 | * Fix spellcheck when multiple languages are enabled 14 | 15 | Pixel 6: 16 | * Fix Google Camera 17 | * Enable Smooth Display setting 18 | 19 | Pixel 6 Pro: 20 | * Fix Google Camera 21 | * Fix Settings -> Connected devices crash 22 | * Enable Smooth Display setting 23 | -------------------------------------------------------------------------------- /changelogs/3.2.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.2.0 - February 2022 2 | * February 2022 Security update (2022-02-05) 3 | * Chromium: 98.0.4758.87 4 | * microG: v0.2.24.214816 5 | * F-Droid: 1.14 6 | * Multiple fixes all around for UI consistency 7 | * Apply a green color palette to the OS, based on the default wallpaper 8 | * Bring back font and icon shape customization. Settings -> Display 9 | * Launcher: Visual improvements and bufixes 10 | * Fix battery usage stats being reset 11 | * Show vibration icon in status bar 12 | * Add back saturated color mode 13 | * Allow 3rd party apps to use fingerprint gestures 14 | * Enable USB and skin temperature warnings 15 | * Add High touch sensitivity / glove mode. Settings -> Display 16 | * Add Reading mode (grayscale) quicksettings tile 17 | * Navigation bar: Allow inverting layout. Settings -> System -> Buttons 18 | * Navigation bar: Allow hiding gesture navigation hint. Settings -> System -> Gestures -> System navigation -> Gesture navigation settings 19 | * Import translations for all CalyxOS components 20 | * Update all included apps 21 | 22 | Pixels 3 - 5: 23 | * Add Reading mode, color calibration and picture adjustment. Settings -> Display -> LiveDisplay 24 | 25 | Pixel 5: 26 | * Reverse wireless charging support, powershare quicksettings tile 27 | 28 | Pixel 6, 6 Pro: 29 | * Add Reading mode and color calibration. Settings -> Display -> LiveDisplay 30 | * Enable multiple vibration strength levels 31 | * Reverse wireless charging support, powershare quicksettings tile 32 | 33 | Known issues: 34 | * Links not opening in apps - work in progress 35 | * Location indicators are spammy, showing up for microG - will be fixed in next build 36 | * VPN toggle in firewall not working the same as 11 - will be fixed in next build 37 | -------------------------------------------------------------------------------- /changelogs/3.2.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.2.1 - February 2022 2 | * February 2022 Security update, take two (2022-02-05) 3 | * Due to how CalyxOS code is maintained, most of the security patches were already included in the previous build (3.2.0) 4 | * Only contains some minor changes to proprietary files 5 | * Translation updates for CalyxOS componenets 6 | -------------------------------------------------------------------------------- /changelogs/3.2.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.2.2 2 | * February 2022 Security update (2022-02-05) 3 | * Linux kernel: Fix The Dirty Pipe Vulnerability - https://dirtypipe.cm4all.com/ 4 | -------------------------------------------------------------------------------- /changelogs/3.3.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.3.0 - Android 12L 2 | * March 2022 Security update (2022-03-05) 3 | * Dynamic colour: Change your wallpaper and your entire Android experience changes to match. 4 | * Using advanced colour extraction algorithms you can easily personalise the look and feel of your entire phone, including notifications, settings, widgets and even select apps. 5 | * Fix USB issues - including detection of USB accessories such as flash drives, as well as detection by computers for file transfer. 6 | * Chromium: 99.0.4844.58 7 | * Improve Google camera performance on certain devices. 8 | * microG: Push notification fixes, especially for apps such as Signal and Telegram. 9 | * Add long press power for torch. Settings -> System -> Buttons -> Long press for torch 10 | * Add double tap status bar (or lockscreen) to sleep gesture. Settings -> Display -> Tap to sleep 11 | * Add quick settings pull down with one finger. Settings -> System -> Status bar -> Quick pulldown 12 | * Allow enabling cross profile sharing. Settings -> Passwords & accounts -> Work -> Work profile settings -> Cross-profile sharing 13 | * Firewall: Restore Android 11 VPN toggle behavior, aka you can keep Wi-Fi and mobile data toggles off for an app and only leave VPN on - and it will still work, and only use the VPN. 14 | * Hotspot "Allow clients to use VPN": Always use the VPN running the main user, and not the work profile VPN. 15 | * Add AudioFX app from LineageOS - Equalizer 16 | * Avoid showing location indicator for microG and UnifiedNLP. 17 | * Disable cross profile contact search and calendar by default. 18 | * Firewall: Background network access fixes. 19 | * Hide app feature - Temporarily hide an app, preserving all app data. Needs developer options enabled. 20 | * Hide app by long pressing app and then tapping App info, or Settings -> Apps -> App name -> "Hide / Unhide". 21 | * Re-add Global cleartext restriction developer option. 22 | * Developer options: Turn off location indicator entirely, "Status bar location indicator" 23 | * Users: SetupWizard improvements - microG setup, Seedvault restore. 24 | * Update all included apps. 25 | * Update translations for all apps, and the OS. 26 | 27 | Known issues: 28 | * Custom icon shape and fonts get reset on wallpaper change / reboot - will be fixed in next build. 29 | * Home screen layout gets reset on upgrade when using a custom grid size - looking into it. 30 | 31 | Pixel 6, 6 Pro: 32 | Known issues: 33 | * SIM Manager crashing - looking into it. 34 | -------------------------------------------------------------------------------- /changelogs/3.3.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.3.1 - Android 12L 2 | * March 2022 Security update (2022-03-05) 3 | * Fix "NFC/eSE/eSIM firmware updater" crash 4 | * Updates from Google's March update for the Pixel 6 and 6 Pro 5 | 6 | Pixel 6 Pro: 7 | * Fix touchscreen issues 8 | -------------------------------------------------------------------------------- /changelogs/3.4.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.4.0 - Android 12L 2 | * April 2022 Security update (2022-04-05) 3 | * Chromium: 99.0.4844.88 (version 100 work in progress) 4 | * Calendar: Update to latest upstream version (Etar) 5 | * Add a firewall indicator to the status bar. Shows an icon when the current app is blocked by Datura firewall. 6 | * Firewall indicator can be turned off from Settings -> System -> Status bar -> System icons 7 | * Fix icon shape and fonts being reset on reboot or wallpaper change. 8 | * Hide app feature: Fix for work profile by not requiring developer options to be enabled anymore to use this feature. 9 | -------------------------------------------------------------------------------- /changelogs/3.5.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.5.0 - Android 12L 2 | * May 2022 Security update (2022-05-05) 3 | * Minimize screen unlock delay 4 | * Cross profile file sharing - copy files to work profile from the default Files app 5 | * Seedvault: Allow storing work profile and secondary user backups on USB drives. Allows restore too! 6 | * Switch Gallery app to LineageOS based on CAF - same as Android 11 7 | * Dialer: Allow call recording in countries where legal without consent from both parties 8 | * New icons for all system apps, from LineageOS 9 | * Chromium: 100.0.4896.127 (version 101 work in progress) 10 | * New sounds for UI effects (unlock, charging, etc.) 11 | * New material sound options for Ringtone, Notification and Alarm 12 | * Add 3 new languages: Asturian (Spain), Scottish Gaelic (UK), Welsh (UK), from LineageOS 13 | * Firewall status bar indicator: Don't show for launcher 14 | * Status bar icons: Fix vibrate / mute / alarm 15 | * USB detection fixes 16 | * Use a thinner font for the lockscreen clock 17 | * Fix addition of Emergency contacts 18 | * AudioFX icon is now hidden by default, access from Music -> Any Song -> Menu -> Equalizer 19 | * Clock: Material You redesign 20 | * Keyboard: Material You redesign 21 | * Launcher: Fix occasional crash 22 | * Recorder: Bugfixes and improvements 23 | * Enable hotspot VPN usage by default, to prevent leaks 24 | * Show permission usage timeline for more permissions under Settings -> Privacy 25 | * MozillaNlpBackend: Update to 1.5.0 26 | * Remove some default included apps. They'll still be kept installed if you had them already. 27 | * Drop OpenKeychain - no longer actively developed 28 | * Drop LocationPrivacy - hasn't been updated in a while, not working properly on Android 12 29 | * Drop YubicoAuthenticator - hasn't been updated in a while 30 | * Update all included apps. 31 | * Update translations for all apps, and the OS. 32 | 33 | Fairphone 4: 34 | * Change to new material sounds, please check your ringtone/notification/alarm from Settings -> Sounds 35 | * Fix bluetooth audio 36 | * Update to latest stock firmware 37 | 38 | OnePlus 8T, OnePlus 9: 39 | * Change to new material sounds, please check your ringtone/notification/alarm from Settings -> Sounds 40 | 41 | OnePlus 9 Pro: 42 | * Initial build 43 | -------------------------------------------------------------------------------- /changelogs/3.5.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.5.1 - Android 12L 2 | * May 2022 Security update (2022-05-05) 3 | * Fix "Phone Services" location indicator spam. 4 | * This was merely a UI bug. A code change by Google this month made it so that the Phone app 5 | accessing cellular information like it always has got reported as location access. 6 | 7 | Pixels 3a - 6: 8 | * microG SafetyNet Basic attestation is now working. Device Registration needs to be enabled. 9 | -------------------------------------------------------------------------------- /changelogs/3.6.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.6.0 - Android 12L 2 | * June 2022 Security update & Feature drop (2022-06-05) 3 | * Chromium: Switch to a Bromite fork with many features! 4 | * Chromium: Adblocking built-in, ads are blocked by default. Control per-site by tapping the padlock, and then permissions. 5 | * Chromium: 102.0.5005.78 6 | * Camera: Add QR code Scanner, usable by launcher shortcut (long press icon) 7 | * Also accessible by a Quick Settings Tile 8 | * Exempt Bluetooth from location indicators 9 | * Entirely redesigned SetupWizard, following Material You 10 | * Switch to gesture navigation by default for new installs. 11 | * Drop DuckDuckGo Privacy Browser. It'll still be kept installed if you had it already. 12 | * F-Droid: 1.15.2, switch to using APK signed by F-Droid (instead of us.) 13 | * Update all included apps. 14 | 15 | Pixel 4, 4a, 5, 4a 5g, 5a, 6, 6 Pro 16 | * Support automatic high brightness mode 17 | -------------------------------------------------------------------------------- /changelogs/3.7.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.7.0 - Android 12L 2 | * July 2022 Security update (2022-07-05) 3 | * Chromium: 103.0.5060.71 (latest stable) 4 | * Chromium: Drop native autofill support for now 5 | * Bluetooth timeout bugfixes 6 | * Gallery: Take some unnecessary privileges away, allow disabling the app again 7 | * Update all included apps. 8 | 9 | Pixel 3: 10 | * VoLTE roaming for many U.S and global carriers (Google's June update) 11 | * Linux 4.9.317 12 | -------------------------------------------------------------------------------- /changelogs/3.7.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.7.2 - Android 12L 2 | * July 2022 Security update (2022-07-05) 3 | * Work profile creation has been fixed. Entirely reworked, now create them from the new "Work profile" app 4 | -------------------------------------------------------------------------------- /changelogs/3.8.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.8.0 - Android 12L 2 | * Android 13 Work in Progress! 3 | * August 2022 Security update (Partial, open source patches) 4 | * Chromium: 104.0.5112.97 (105 is being tested) 5 | * Work profile creation has been fixed. Entirely reworked, now create them from the new "Work profile" app. 6 | * Settings: Re-add AMOLED dark mode 7 | * Dialer: Add Signal and WhatsApp option when dialing arbitrary numbers directly 8 | * Calendar: Fix crashes 9 | * SeedVault: Exclude backup provider from backup 10 | * SeedVault: Screen reader improvements 11 | * Settings: Allow user configurable fingerprint wake-and-unlock (for FP4) 12 | * Fix Settings app crash 13 | * Update all included apps. 14 | -------------------------------------------------------------------------------- /changelogs/3.9.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 3.9.0 - Android 12L 2 | * Android 13 port is progressing well 3 | * September 2022 Security update (Partial, open source patches) 4 | * Chromium: 105.0.5195.79 (Latest stable) 5 | * No more "Intent Filter Verification service has crashed" dialogs 6 | * Fix firewall backup 7 | * Allow configuring SeedVault backup for all work profiles and secondary users 8 | * Settings: Show confirmation dialog before hiding apps 9 | * Settings: Add a new "Hidden apps" filter to easily see hidden apps 10 | * Only visible if you've hidden an app. Settings -> Apps -> All apps -> All apps (yes, twice) -> Hidden apps 11 | * Allow using Bromite System WebView 12 | 13 | Pixel 3a: 14 | * Linux 4.9.327 15 | * Include Google's latest September 2022 update 16 | -------------------------------------------------------------------------------- /changelogs/4.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.1 - Android 13 - Tiramisu 2 | * September Security update (2022-09-05) 3 | * Initial Android 13 release 4 | * Google has brought lots of new features to Android in this release. Some of them are: 5 | * Foreground Services (FGS) Task Manager - accessible from the status bar, to stop apps that have ongoing services. 6 | * Share only the photos and videos you choose with certain apps; not your full library. 7 | * To protect the information on your clipboard, you’ll get an alert when an app accesses it and your clipboard history will be cleared after a period of time to prevent unwanted access. 8 | * Android 13 comes with a new media player that puts album artwork on full display and features a dancing playback bar. 9 | * Assign different language settings to individual apps, so you can move fluidly between languages on your device, just like in real life. 10 | * You're in control of which apps can send you notifications—helping you limit distractions. 11 | 12 | Known issues: 13 | * Network traffic monitor (in the status bar) is missing, will be available in an upcoming build 14 | * Launcher All apps screen is slightly cut off at the top, work in progress. 15 | -------------------------------------------------------------------------------- /changelogs/4.10.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.10.0 2 | * NOT June 2023 Security update 3 | * Google has not released the June 2023 Security update for Pixels yet 4 | * However they published the Security Bulletin (which contains a list of the bugs fixed), and 5 | * They did release updates for some of the open source componenets to AOSP, which we've included. 6 | * Chromium 114.0.5735.60 (latest stable) 7 | * Updates for various included system apps 8 | 9 | #### Pixel 3, 3a 10 | * Fix low microphone volume during calls 11 | * Apply kernel patches for June 2023 Security update 12 | 13 | #### FP4 14 | * Apply kernel patches for June 2023 Security update 15 | * Compatibility when installing from latest stock ROM, Fairphone OS FP4.SP29.B.069.20230510 16 | 17 | #### SHIFT6MQ 18 | * Various improvements to telephony, GPS and media 19 | * Apply kernel patches for June 2023 Security update 20 | -------------------------------------------------------------------------------- /changelogs/4.10.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.10.1 2 | * June 2023 Quarterly Platform Release and Security update 3 | * Chromium 114.0.5735.130 (latest stable) 4 | 5 | #### Known issues 6 | * The Launcher feature "pause apps" is currently unavailable. You should be able to unpause any paused apps, but won't be able to pause them again. 7 | * Will be fixed in the next build. 8 | 9 | ##### FP4 10 | * Tapping the fingerprint scanner wakes up the device. There used to be an option to change that, it's temporary unavailable, will be brought back in the next build. 11 | -------------------------------------------------------------------------------- /changelogs/4.10.2-2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.10.2-2 2 | * Tapping the fingerprint scanner wakes up the device, only if configured to do so. Settings -> Fingerprint -> Manage fingerprints -> Touch to unlock anytime 3 | -------------------------------------------------------------------------------- /changelogs/4.10.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.10.2 2 | * June 2023 Feature update 3 | * Chromium 114.0.5735.196 (latest stable) 4 | * Re-add ability to pause apps from the Launcher 5 | * Fix crash while trying to change wallpaper 6 | * Network traffic: It can now be on left, right or center, depending on the camera notch. 7 | * microG: Reduce push service heartbeat interval to help with notifications 8 | * Enable lockscreen shortcuts, configurable from long press on home screen -> Wallpaper and style -> Shortcuts 9 | * Firewall: Under the hood improvements 10 | * Enable widgets for work profiles created using the built in "Work Profile" app. 11 | * Contacts: Allow storing contacts on device even when a Google account is added. 12 | * Font and icon shape settings moved to long press on home screen -> Wallpaper and style 13 | * Drop Aurora Services - it worked the same as "Session Installer" on CalyxOS anyways. 14 | 15 | #### Pixel 6 - 7a 16 | * Fix "Long press on fingerprint sensor to unlock phone" 17 | 18 | #### FP4 19 | * Update to FP4.SP29.B.069.20230510 20 | 21 | #### Known issues 22 | ##### FP4 23 | * Tapping the fingerprint scanner wakes up the device. There used to be an option to change that, it's temporary unavailable, will be brought back in the next build. 24 | -------------------------------------------------------------------------------- /changelogs/4.11.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.11.0 2 | * July 2023 Security update 3 | * Bring back "Aurora Services" for seamless updates. Our intention was never to break that. 4 | * Dialer: Open helpline links in Tor browser when available. 5 | * Update all included apps to latest. 6 | 7 | ##### Pixel 3, 3a, 4, 4a, 5, 5a 8 | * Optionally allow unlocking via fingerprint only when screen is on, enable from Settings -> Security -> Fingerprint -> Manage fingerprints -> "Touch to unlock anytime" 9 | 10 | ##### FP4 11 | * Fix fingerprint unlock - "Touch to unlock anytime" (previously "Unlock only when screen is on") getting reset. 12 | -------------------------------------------------------------------------------- /changelogs/4.11.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.11.1 2 | * Update to FP4.SP2G.B.079.20230624 3 | * Set kernel SPL to 2023-07-05 4 | -------------------------------------------------------------------------------- /changelogs/4.11.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.11.3 2 | * July 2023 Feature update 3 | * Introducing Charging Control, a feature from LineageOS! More details below 4 | * CalyxVPN: 1.1.8-1 (working again, make sure to update to latest from F-Droid) 5 | * Chromium: 115.0.5790.136 (and .138 is on the way) 6 | * Restored the option to "Turn on Wi-Fi automatically" to countries where it is known to work properly (currently USA, Canada) 7 | * Miscellaneous improvements to the creation of new work profiles via the included Work Profile app 8 | * Miscellaneous improvements to core apps primarily maintained by LineageOS, e.g. Calendar, Clock, Contacts, Dialer, Gallery, Messaging, Music 9 | 10 | ### Charging Control 11 | * Settings -> Battery -> Charging control 12 | * Allows you to set a target time to full charge, manually or automatically based on alarm, or other options depending on device 13 | * With this feature enabled on Pixel devices, to preserve battery longevity, charging is capped at 80% when the target time is in the far future 14 | * In a later release, there will be additional flexibility for charging controls 15 | 16 | ### Pixel 3 series 17 | Due to an unexpected last-minute issue, the Pixel 3 series will not receive this update, but a future build will resolve the issue and include all of these improvements. 18 | 19 | ### Pixel 6 and newer 20 | * Improve Google Camera performance 21 | * Allow usage of "Night Sight" feature in some third-party apps (such as Snapchat) 22 | -------------------------------------------------------------------------------- /changelogs/4.12.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.12.0 2 | * August 2023 Security update 3 | * Chromium 115.0.5790.138 (116 work in progress) -------------------------------------------------------------------------------- /changelogs/4.12.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.12.1 2 | * Update to FP4.SP2J.B.086.20230807 3 | -------------------------------------------------------------------------------- /changelogs/4.12.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.12.2 2 | * Feature update 3 | * Chromium 116.0.5845.163 (latest stable) 4 | * Chromium: Allow configured WebGL and WebRTC per site 5 | * Chromium: Add lots of improvements from Cromite, a Bromite fork. 6 | * Chromium: Add some improvements from Brave 7 | * F-Droid: Change to a user app, so that you can uninstall if you want 8 | * New Panic app, can uninstall apps for a start, more will be added in the future. 9 | * New Panic app is configured from Settings -> Security -> Panic, and is meant to replace the panic functionality in F-Droid 10 | * microG: Update to latest upstream version. 11 | * microG: UnifiedNlp has been deprecated, and location modules are now built into microG 12 | * microG: Many bugfixes and improvements all around 13 | * Fix Google translate when not logged into a google account. 14 | * Support logging out secondary users, via an "End Session" button in the power menu 15 | * Secondary user work profile fixes 16 | * Camera (Aperture): Bugfixes and improvements 17 | * Updates to all other included apps 18 | -------------------------------------------------------------------------------- /changelogs/4.13.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.13.0 2 | * September 2023 Security update (Partial) 3 | * Google did not release an update for the Pixels this month, like it usually does. As such, we're unable to update the proprietary components. 4 | * They did release the open source components, which we've updated in this build. 5 | * Chromium: 116.0.5845.172 6 | * microG: Update to latest upstream 7 | 8 | ### Pixel Tablet 9 | * microG: Fix crash 10 | -------------------------------------------------------------------------------- /changelogs/4.13.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.13.1 2 | * Update to FP4.SP2K.B.089.20230807 3 | -------------------------------------------------------------------------------- /changelogs/4.13.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.13.2 2 | * September update 3 | * Chromium: 117.0.5938.60 (latest stable), based on Cromite 4 | * Firewall: Prevent Private DNS lookups for apps with Wi-Fi / Mobile data / VPN toggles off 5 | * Network Traffic: Fix counting in certain cases, such as T-Mobile 6 | * Panic: Fix app selection 7 | * Updates to all other included apps 8 | -------------------------------------------------------------------------------- /changelogs/4.13.3-2.md: -------------------------------------------------------------------------------- 1 | 4.13.3.md -------------------------------------------------------------------------------- /changelogs/4.13.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.13.3 2 | * September 2023 Security update, take two (2023-09-01) 3 | * Google finally released the September 2023 Security update for Pixels 4 | * We already had most of the patches in a previous build, 4.13.0 5 | * This includes the remaining components 6 | * Include security fix for [WebP 0day](https://blog.isosceles.com/the-webp-0day/) 7 | * Update kernel for all devices 8 | * microG: GmsCore v0.2.29.233013 9 | * microG: FakeStore v0.2.1 10 | * microG: GsfProxy update to latest upstream 11 | * Updates to all other included apps 12 | -------------------------------------------------------------------------------- /changelogs/4.13.4.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.13.4 2 | * September Feature update 3 | * Firewall: Modern UI, the app has been entirely rewritten 4 | * Firewall: Fix some UI bugs 5 | * Chromium: 117.0.5938.140 (latest stable) 6 | * Include security fix for [libvpx CVE-2023-5217](https://chromereleases.googleblog.com/2023/09/stable-channel-update-for-desktop_27.html). Thanks Tad! 7 | * Put bare minimum metadata in screenshots 8 | * Calendar (Etar): Update to latest upstream, 1.0.36 9 | * Contacts: Don't display duplicate numbers 10 | * Updates to all other included apps. 11 | * Updated translations for all apps, and the OS. 12 | -------------------------------------------------------------------------------- /changelogs/4.14.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.14.0 2 | * October 2023 Security update (2023-10-06, Partial) 3 | * Google has not released an Android 13 update this month. This month's full Security update will be included in Android 14 update for the Pixels, which we're working on. 4 | * They did release security fixes for the Android 13 open source components, which we've updated in this build. 5 | * Firewall: Work apps are managed in your personal profile’s Firewall app. Work apps have a briefcase icon on them. 6 | * Firewall: Point out apps without internet permission (i.e. they cannot access the internet at all) 7 | * Messaging: Fix crash on forwarding messages 8 | * Put bare minimum metadata in screenshots (strip unique ID, software info, date and timezone info) 9 | -------------------------------------------------------------------------------- /changelogs/4.14.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.14.1 2 | * Final Android 13 build, prepare for Android 14! 3 | * Chromium 118.0.5993.80 (latest stable) 4 | * Updates to all included apps 5 | 6 | #### Pixel Tablet, Fold 7 | * Fix security issue with UWB, feature temporarily removed. 8 | -------------------------------------------------------------------------------- /changelogs/4.14.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.14.2 2 | * Android 13 3 | * Chromium 119.0.6045.66 (latest stable) 4 | * Update various apps, such as Camera, Contacts, Keyboard (LatinIME), and more. 5 | * Switch to new offmode charging animation (shown when powered off and charging) 6 | 7 | ### Fixes 8 | * Certain banking apps / website crashes have been fixed. 9 | 10 | ### Pixel 4 11 | * Update kernel 12 | 13 | ### FP4 14 | * Update to FP4.TP1V.C.073.20230905 15 | -------------------------------------------------------------------------------- /changelogs/4.15.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.15.0 - Android 13 2 | * November 2023 Security update 3 | * Chromium 119.0.6045.66 (latest stable) 4 | * Update various apps, such as Camera, Contacts, Keyboard (LatinIME), and more. 5 | 6 | ### Fixes 7 | * Certain banking apps / website crashes have been fixed. 8 | 9 | ### Pixel 3, 3a, 4 10 | * Update kernel 11 | 12 | ### Pixel 4a 13 | * Update to TQ3A.230805.001.S1 14 | * Update kernel 15 | 16 | ### FP4 17 | * Update to FP4.TP1V.C.073.20230905 18 | -------------------------------------------------------------------------------- /changelogs/4.15.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.15.1 - Android 13 2 | * November 2023 update 3 | * Bump SPL to 2023-11-05 (The previous update had the security patches already, we just missed updating the level) 4 | * Chromium 119.0.6045.163 (latest stable) 5 | 6 | #### Pixel 4 7 | * Update kernel 8 | 9 | #### Moto 10 | * Set default ringtone 11 | * update kernel 12 | -------------------------------------------------------------------------------- /changelogs/4.16.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.16.0 2 | * December 2023 Security update 3 | * Chromium: 112.0.6099.43 4 | 5 | #### SHIFT6mq 6 | * update to SHIFT6MQ.SOS.3.10.G.20231025-RELEASE 7 | -------------------------------------------------------------------------------- /changelogs/4.17.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.17.0 2 | * January 2024 Security update 3 | * Chromium: 120.0.6099.115 (Will be updated to latest in next build) -------------------------------------------------------------------------------- /changelogs/4.18.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.18.0 2 | * February 2024 Security update 3 | * Last Android 13 update, next release will be Android 14! 4 | * Chromium: 121.0.6167.178 (latest stable) 5 | * Update translations for the OS and some of the included apps 6 | 7 | ## Pixel 4, 4 XL 8 | * However, face unlock will not be available on Android 14 9 | -------------------------------------------------------------------------------- /changelogs/4.2.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.2.0 - Android 13 - Tiramisu 2 | * October Security update (2022-10-05) 3 | * Chromium: 106.0.5249.65 4 | * Re-add previous translations 5 | -------------------------------------------------------------------------------- /changelogs/4.2.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.2.3 - Android 13 - Tiramisu 2 | * Fix carrier configuration - should improve LTE / 5G / MMS functionality 3 | * Chromium: 106.0.5249.79 4 | -------------------------------------------------------------------------------- /changelogs/4.2.4.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.2.4 - Android 13 - Tiramisu 2 | * October Security update (2022-10-05) 3 | * Initial release for Pixel 7, 7 Pro 4 | -------------------------------------------------------------------------------- /changelogs/4.2.5.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.2.5 - Android 13 - Tiramisu 2 | * October Security update (2022-10-05) 3 | * Fairphone 4 September 2022 update (FP4G) 4 | * Fix Vodafone DE issues by reverting to a previously working configuration 5 | * Chromium: 106.0.5249.126 6 | -------------------------------------------------------------------------------- /changelogs/4.2.6.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.2.6 - Android 13 - Tiramisu 2 | * Fix VPN issues with mobile data on certain carriers 3 | * microG: v0.2.25.223616 4 | * microG: FIDO Support - allows using U2F and Fido devices via USB or NFC with supported Browsers (Chromium and Firefox) and to sign into your Google Account in microG. 5 | * microG: FIDO Support - Note that some devices are still not fully supported. 6 | * SeedVault: Fix "Backup now" being greyed out when storing backups on Nextcloud / DAVx5 7 | * Settings: Add toggle for Connectivity check. Settings -> Network and internet -> Connectivity check 8 | * Allow using Bromite System WebView again (Bromite 106 or higher required) 9 | -------------------------------------------------------------------------------- /changelogs/4.3.0-2.md: -------------------------------------------------------------------------------- 1 | 4.3.0.md -------------------------------------------------------------------------------- /changelogs/4.3.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.3.0 - Android 13 - Tiramisu 2 | * November 2022 Security update (2022-11-05) 3 | * Chromium 107.0.5304.91 (107.0.5304.105 available in the GitLab F-Droid repo) 4 | * microG: Fix Google sign-in 5 | * microG: Display correct version 6 | * Translation updates 7 | 8 | Pixel 3 - 7: 9 | * Allow configuring multiple vibration levels 10 | * Settings -> Sound and vibration -> Vibration and haptics 11 | 12 | Pixel 6 - 6a: 13 | * Fix random reboots / certain display related crashes 14 | 15 | Pixel 3 - 4: 16 | * Fix squeeze functionality (Active Edge) 17 | 18 | Pixel 3 - 3a: 19 | * Fix SecureUI crashes 20 | -------------------------------------------------------------------------------- /changelogs/4.3.1-2.md: -------------------------------------------------------------------------------- 1 | 4.3.1.md -------------------------------------------------------------------------------- /changelogs/4.3.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.3.1 2 | * New bootanimation, new default wallpaper! 3 | * Old wallpaper, and one more new option is available. 4 | * Launcher: Fix layout bug 5 | * Camera: Potential fix for images disappearing 6 | * SeedVault: Add a log option to "Expert Options" to help debug issues 7 | * Calendar (Etar): Latest upstream update, bugfixes and improvements 8 | * Gallery: Show correct location in image info 9 | * Settings: Add System -> Other Options, to expose some commonly used Developer Options without needing it enabled. 10 | * microG: Fix some cases where google account login with FIDO hardware key failed. 11 | * Chromium: 108.0.5359.61 (108.0.5359.79 available in our testing F-Droid repo) 12 | * Work profile: Improve app layout, add some helpful text. 13 | * microG: Remove entry from Settings -> System to avoid confusion. Launcher icon still present. 14 | * Support creating a work profile on secondary users. 15 | * Make status bar firewall icon (globe) more reliable 16 | * General firewall / networking improvements 17 | * Updates for all included apps 18 | * Drop Tasks as an optionally included app (still available if you had it installed) 19 | * Replace Weather (no longer being developed) with Geometric Weather as an optionally included app. 20 | * Translation updates 21 | 22 | Pixels: 23 | * Use stock charging animation when powered off 24 | 25 | Pixels 3a - 5, 6 - 6a (aka except 3, 3 XL, 5a, 7, 7 Pro): 26 | * Fix SafetyNet attestation 27 | 28 | Pixels 3a, 4a: 29 | * Allow configuring multiple vibration levels, for real this time. 30 | * Settings -> Sound and vibration -> Vibration and haptics 31 | 32 | Pixels 3, 3a: 33 | * Known issue: eSIM isn't working, being looked into 34 | 35 | FP4: 36 | * Make wide-angle camera available to third party apps (OpenCamera, Google Camera, amongst others) 37 | -------------------------------------------------------------------------------- /changelogs/4.3.2-2.md: -------------------------------------------------------------------------------- 1 | 4.3.2.md -------------------------------------------------------------------------------- /changelogs/4.3.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.3.2 2 | * Fix random reboots 3 | * Chromium: 108.0.5359.79 (latest stable) 4 | * microG: v0.2.26.223616 5 | -------------------------------------------------------------------------------- /changelogs/4.4.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.4.0 2 | * December 2022 Quarterly Platform Release and Security update 3 | * Clock: Fix alarms, remove PHONE permission. Our apologies for the inconvenience. 4 | * Calendar (Etar): Fix crash when creating new event. 5 | * Double tap to sleep is temporarily broken, will be available again in the next update 6 | * Allow Chromium (and many other browsers) to use autofill 7 | * Fix work profile apps occasionally missing in recents for profiles created going forward 8 | * A fix for some of the existing work profiles with the same bug will be avaiable in the next update 9 | -------------------------------------------------------------------------------- /changelogs/4.4.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.4.1 2 | * Bugfix release 3 | * December 2022 Quarterly Platform Release and Security update 4 | * Fix lockscreen clock font, revert to previous look (pre-December) 5 | * Chromium: 108.0.5359.128 (Latest stable) 6 | * Re-add double tap to sleep 7 | * Fix reboot timeout not working correctly in some cases (such as when set to 2 hours) 8 | * Remove cast quick settings tile (because it does not work on CalyxOS :() 9 | * Fix toast messages in some apps in dark mode being unreadable 10 | * Music (Eleven): Add a link to Equalizer (AudioFX) in Settings 11 | * F-Droid: 1.15.4 12 | * FP4: Update to FP4.FP4I.A.175.20221207 13 | -------------------------------------------------------------------------------- /changelogs/4.5.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.5.0 2 | * January 2023 Security update 3 | * Potential fix for unresponsive screen / shutdown 4 | * Calendar (Etar): Latest upstream version 1.0.33, contains bugfixes 5 | * Work profile: Make new work profile creation faster. 6 | -------------------------------------------------------------------------------- /changelogs/4.5.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.5.1 2 | * January 2023 Security update 3 | * Fix unresponsive black screen / apparent shutdown 4 | * Camera: Replace the app with LineageOS Aperture - implements several missing features - https://lineageos.org/Changelog-27/#amazing-aperture 5 | * Chromium 109.0.5414.86 (latest stable) 6 | * microG: v0.2.27.223616 7 | * Work profile: Fix apps missing from Recents in some cases 8 | * Fix Firewall VPN handling, especially with split tunnels 9 | * Settings: Fix possible TTS crash during language selection 10 | * Bug reports vibrate noticeably, including after completion 11 | * Launcher: Fix openining of wrong app from search 12 | * Launcher: Themed icons option now available, they only show up on homescreen 13 | * SeedVault: Mark Nextcloud as not recommended due to multiple issues reported. DAVx5 can be used for Nextcloud as well 14 | * SeedVault: Warn before turning off backups 15 | * SeedVault: Grant permission required for storage backups 16 | * Settings -> System -> Other Options: No need for Developer Options for these! 17 | * Wi-Fi non-persistent MAC randomization 18 | * Bug reporting features 19 | * OEM Unlocking 20 | * Update translations 21 | * Update all included apps 22 | 23 | ### Pixel 6, 6a, 7 24 | * Allow unlocking phone via fingerprint without pressing power button, 25 | Settings -> Display -> Lock screen -> Long press on fingerprint sensor to unlock phone 26 | 27 | ### Pixel 3, 3a 28 | * Update kernel to Linux 4.9.336 29 | 30 | ### Fairphone 4 31 | * Update kernel to Linux 4.19.269 32 | * Bluetooth: Fix some A2DP issues 33 | -------------------------------------------------------------------------------- /changelogs/4.6.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.6.0 2 | * February 2023 Security update 3 | * Chromium 109.0.5414.117 (110 work in progress) 4 | * Fix Firewall VPN handling, again 5 | * Set "Play Store" as installer when installing from Aurora Store to make some apps work 6 | -------------------------------------------------------------------------------- /changelogs/4.6.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.6.1 2 | * February 2023 Security update 3 | 4 | ### Pixel 3, 3a 5 | * Update kernel to Linux 4.9.337 6 | * The 4.9 kernel is end of life and thus this will be the last stable kernel update 7 | 8 | ### Fairphone 4 9 | * Update to latest stock - Android 11, FP4K 10 | * Stock Android 12 update to be integrated once the issues reported with it are fixed 11 | * Update kernel to Linux 4.19.272 12 | -------------------------------------------------------------------------------- /changelogs/4.7.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.0 2 | * March 2023 Quarterly Platform Release and Security update 3 | * Add assisted GPS toggle in Settings -> Location 4 | * Remove sensitive info from SUPL requests 5 | * Chromium: 111.0.5563.57 6 | * Add detailed battery usage stats. Settings -> System -> Other options -> Battery stats. 7 | * Recovery: Show CalyxOS version 8 | 9 | ## Pixel 6, 6 Pro, 6a 10 | * CalyxOS 4.7.1 11 | * Google hasn't released the March update for this device yet 12 | * We're using the February beta proprietary files 13 | 14 | ## Fairphone 4 15 | * Set rollback index to match latest stock. 16 | * This should make new installs easier. 17 | 18 | ## Pixel 4, 4 XL 19 | * A bug in Google's March update has delayed this, working on fixing it. 20 | -------------------------------------------------------------------------------- /changelogs/4.7.1.md: -------------------------------------------------------------------------------- 1 | 4.7.0.md -------------------------------------------------------------------------------- /changelogs/4.7.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.2 2 | * March 2023 Quarterly Platform Release and Security update 3 | 4 | ## Pixel 4, 4 XL 5 | * Initial release for March 6 | 7 | ## Pixel 3, 3 XL, 3a, 3a XL 8 | * Update kernel with some security patches 9 | -------------------------------------------------------------------------------- /changelogs/4.7.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.3 2 | * March 2023 Quarterly Platform Release and Security update 3 | 4 | ## Pixel 6, 6 Pro, 6a 5 | * Google hasn't released the March update for this device yet 6 | * We're using the February beta proprietary files 7 | * Fix video playback and recording 8 | -------------------------------------------------------------------------------- /changelogs/4.7.4.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.4 2 | * March 2023 Quarterly Platform Release and Security update 3 | 4 | ## Pixel 6, 6 Pro, 6a 5 | * Google finally released the March 2023 Security update for these devices 6 | * That has been integrated into this build 7 | -------------------------------------------------------------------------------- /changelogs/4.7.5.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.5 2 | * Drop 2-button navigation. It will get switched to 3-button navigation automatically. 3 | * Google hasn't supported this in years, and recent bugs made it unusable. 4 | * Chromium: Fix adblocking, update to 111.0.5563.115 (latest stable) 5 | * Fix scramble pin 6 | * Fix notifications for default SMS app (Messaging) 7 | * Bring back Material You color themes, add more colors to it 8 | * Fix status bar vibrate mode icon 9 | * Improve theme of Settings -> System -> Other options -> Battery stats 10 | * Improve theme of Settings -> System -> Status bar icons 11 | 12 | ## Pixel 6, 6 Pro, 6a: 13 | * Fix Safetynet attestation 14 | * Switch back to source-built kernel 15 | 16 | ## Pixel 3, 3 XL, 3a, 3a XL 17 | * Fix auto brightness 18 | 19 | ## FP4 20 | * Fix auto brightness 21 | -------------------------------------------------------------------------------- /changelogs/4.7.6.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.6 2 | * March 2023 Feature update 3 | * Restrict USB access at boot time when configured to only allow when unlocked 4 | * Fix viewing app info dashboard of hidden work app 5 | * Allow user to add/remove Quick Settings tiles with one click 6 | * Firewall: Prevent apps from briefly accessing blocked network types 7 | * Firewall: Rework VPN toggle handling 8 | * Paused work apps now remain paused after reboot 9 | * Allow limiting biometrics to just screen unlock or just app unlock 10 | * Messaging: Slight Material You design changes 11 | 12 | ## FP4 13 | * Linux 4.19.275 14 | * Music (Eleven): Fix missing shuffle and repeat buttons 15 | 16 | ### SHIFT6mq 17 | * Fix APNs (mobile data) 18 | * Fix Bluetooth audio (AAC) 19 | * Enable 64-bit only mode 20 | -------------------------------------------------------------------------------- /changelogs/4.7.7.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.7.7 2 | * March 2023 Feature update 3 | * Chromium: 112.0.5615.48 (latest stable) 4 | * Update all included apps to latest 5 | * Fix for apps paused in 4.7.6 (previous beta) 6 | * SetupWizard: Don't crash when you press next with no apps selected 7 | * F-Droid: 1.16.2 8 | 9 | ### SHIFT6mq 10 | * Fix sdcard access on computer via USB (MTP) 11 | -------------------------------------------------------------------------------- /changelogs/4.8.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.8.0 2 | * April 2023 Security update 3 | * Chromium: 112.0.5615.48 (latest stable) 4 | * Restrict USB access at boot time when configured to only allow when unlocked 5 | * Fix viewing app info dashboard of hidden work app 6 | * Allow user to add/remove Quick Settings tiles with one click 7 | * Paused work apps now remain paused after reboot (with fixes from beta) 8 | * Messaging: Slight Material You design changes 9 | * Update all included apps to latest 10 | * SetupWizard: Don’t crash when you press next with no apps selected 11 | * Keyboard: Fix spell check on sentence end 12 | * F-Droid: 1.16.2 13 | 14 | #### Pixel 7 series 15 | * Fix VoWiFi (Wi-Fi Calling) for supported providers -------------------------------------------------------------------------------- /changelogs/4.8.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.8.1 2 | * April 2023 Security update 3 | * Chromium: 112.0.5615.48 (latest stable) 4 | * Restrict USB access at boot time when configured to only allow when unlocked 5 | * Fix viewing app info dashboard of hidden work app 6 | * Allow user to add/remove Quick Settings tiles with one click 7 | * Paused work apps now remain paused after reboot (with fixes from beta) 8 | * Messaging: Slight Material You design changes 9 | * Update all included apps to latest 10 | * SetupWizard: Don’t crash when you press next with no apps selected 11 | * Keyboard: Fix spell check on sentence end 12 | * F-Droid: 1.16.2 13 | 14 | #### Fairphone 4 15 | * CalyxOS 4.8.1 16 | * Linux 4.19.279 17 | * Music (Eleven): Fix missing shuffle and repeat buttons 18 | 19 | #### SHIFT6mq 20 | * CalyxOS 4.8.1 21 | * Add missing APN list from stock 22 | * Enable call recording feature 23 | * Fix A2DP issues with AAC codec 24 | * Fix sdcard access on computer via USB (MTP) 25 | * Switch to 64bit only mode -------------------------------------------------------------------------------- /changelogs/4.8.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.8.2 2 | 3 | #### Fairphone 4 4 | * Update to stock Android 12, FP4.SP25.B.058.20230318 5 | 6 | ##### Known issues 7 | * AptX is temporarily disabled because it's broken. 8 | * AptX HD is still available 9 | * There might be occasional audio cracks 10 | -------------------------------------------------------------------------------- /changelogs/4.8.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.8.3 2 | * April 2023 Feature update 3 | * Updater: Add a new channel, called Security express 4 | * Security express: Faster security updates, but potentially lower stability (things might break occasionally) 5 | * Chromium: 112.0.5615.135 (latest stable) 6 | * Firewall: Prevent apps from briefly accessing blocked network types 7 | * Firewall: Rework VPN toggle handling 8 | * Allow limiting biometrics to just screen unlock or just app unlock 9 | * Fix an issue with the sensors off tile and camera 10 | * Fix wrong charging text showing on lockscreen 11 | * Camera: Add toggle for front facing camera horizontal flip 12 | 13 | #### Fairphone 4 (same as 4.8.2) 14 | * Update proprietary files to stock Android 12, FP4.SP25.B.058.20230318 15 | 16 | ##### Known issues 17 | * AptX is temporarily disabled because it's broken. 18 | * AptX HD is still available 19 | * There might be occasional audio cracks 20 | -------------------------------------------------------------------------------- /changelogs/4.9.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.9.0 2 | * May 2023 Security update 3 | * Chromium: 113.0.5672.61 4 | * Fix certain VPN apps not working correctly, such as AdAway 5 | * microG: Fix some free apps not launching, such as PC Optimum 6 | * F-Droid: 1.16.3 7 | * Don't allow using Bromite System WebView, fallback to Android System WebView 8 | -------------------------------------------------------------------------------- /changelogs/4.9.1.md: -------------------------------------------------------------------------------- 1 | 4.9.0.md -------------------------------------------------------------------------------- /changelogs/4.9.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.9.2 2 | 3 | ### FP4 4 | * Update proprietary files to latest, FP4.SP28.B.065.20230420 5 | * Update kernel for May 2023 Security patch 6 | * microG: Fix SafetyNet Attestation 7 | 8 | ### SHIFT6mq 9 | * Update kernel for May 2023 Security patch 10 | -------------------------------------------------------------------------------- /changelogs/4.9.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.9.3 2 | 3 | ### Pixel 7a 4 | * Initial release 5 | -------------------------------------------------------------------------------- /changelogs/4.9.4.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 4.9.4 2 | * Feature update 3 | * Restrict USB improvements 4 | * AGPS: Allow controlling XTRA / PSDS location info download through the existing "Assisted GPS" toggle in Settings 5 | * Camera app: Bugfixes and improvements 6 | * Clock app: Redesign digital clock widget 7 | * Work profile: Improve creation flow for new work profile 8 | * Chromium: 113.0.5672.131 (114 coming soon) 9 | 10 | ### Pixel 6 - 7a 11 | * GPS: Big performance improvements by adding configuration for PSDS servers, can disable through the existing "Assisted GPS" toggle in Settings. 12 | 13 | ### Pixel 3 - 5, FP4, SHIFT6MQ 14 | * Prevent qualcomm's xtra-daemon from accessing the serial number 15 | -------------------------------------------------------------------------------- /changelogs/5.0.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.0.1 2 | * October 2023 Security update (2023-10-06) 3 | * Android 14 4 | 5 | ### Known issues 6 | * Certain banking apps / website crash. Will be fixed in the next build 7 | * Google has changed how Work profile "Pausing" works. It's more like "Pause apps" now, where only notifications aren't shown, apps keep running. Will be changed to previous behavior. 8 | * F-Droid will ask for unknown sources to install/update certain apps. Will be fixed in the next build. 9 | * Lockscreen shortcuts are missing 10 | * Custom status bar icons are missing 11 | * Custom font selection is missing 12 | * There might be certain other minor issues, but for the most part it should be solid. 13 | -------------------------------------------------------------------------------- /changelogs/5.0.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.0.2 2 | * October 2023 Security update (2023-10-06) 3 | * Android 14 4 | * Chromium 118.0.5993.111 (latest stable) 5 | * Chromium 119 is work in progress 6 | 7 | ### Fixes 8 | * Certain banking apps / website crashes have been fixed. 9 | * Lockscreen shortcuts have been re-added. 10 | * Certain widgets could not be added to the home screen, fixed now. 11 | 12 | ### Known issues 13 | * Google has changed how Work profile "Pausing" works. It's more like "Pause apps" now, where only notifications aren't shown, apps keep running. Will be changed to previous behavior. 14 | * F-Droid will ask for unknown sources to install/update certain apps. Fixed with F-Droid 1.18.0, kindly update. 15 | * Custom status bar icons are missing 16 | * Custom font selection is missing 17 | * There might be certain other minor issues, but for the most part it should be solid. 18 | -------------------------------------------------------------------------------- /changelogs/5.0.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.0.3 2 | * Android 14 3 | * Chromium 119.0.6045.66 (latest stable) 4 | 5 | ### Fixes 6 | * Work profiles are now actually "turned off" instead of being "paused". Restores Android 13 behavior 7 | * Custom status bar icons are back 8 | * Custom font selection is back 9 | * Single-touch wakeup on rear & front fingerprint scanner. 10 | * Bluetooth airplane mode crash has been fixed. 11 | 12 | ### Known issues 13 | * F-Droid will ask for unknown sources to install/update certain apps. Fixed with F-Droid 1.18.0, kindly update. 14 | 15 | ### Pixel 4a 16 | * Initial Android 14 release 17 | * Update kernel 18 | -------------------------------------------------------------------------------- /changelogs/5.1.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.1.0 - Android 14 2 | * November 2023 Security update 3 | -------------------------------------------------------------------------------- /changelogs/5.1.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.1.2 - Android 14 2 | * November 2023 Feature update 3 | * Switch to F-Droid Basic for new installs, and new users and work profiles for existing installs. 4 | * microG: v0.3.0.233515 5 | * microG: Fix WebAuthn on Android 14 6 | * Chromium: 119.0.6045.193 7 | * Screenshot fixes 8 | * Status bar Network traffic now has an automatic units option 9 | * Keyboard, Contacts, Messaging: Major improvements, Material You 10 | * Calendar (Etar): Upstream updates 11 | * Settings: Link to Firewall app in lieu of duplicated toggles 12 | * Allow using Mulch WebView and Google WebView 13 | * Updates to all included apps 14 | * Update some of our apps to targetSdk 34 15 | 16 | #### Pixel 4a 17 | * Initial Android 14 release 18 | 19 | #### Pixel 6, 6a, 7, 7a, Fold 20 | * Fix status bar padding 21 | 22 | #### Pixel Tablet 23 | * Enable Ambient Display 24 | * Fix status bar padding 25 | -------------------------------------------------------------------------------- /changelogs/5.10.0.md: -------------------------------------------------------------------------------- 1 | * August 2024 Security update 2 | * Chromium 127.0.6533.84 3 | * Misc app updates 4 | * Prevent DNS traffic from bypassing lockdown VPNs 5 | * Change photo editor app name, icon and hide it from firewall -------------------------------------------------------------------------------- /changelogs/5.10.3.md: -------------------------------------------------------------------------------- 1 | * August 2024 Security update 2 | * Chromium 127.0.6533.104 3 | * Misc app updates 4 | * Prevent DNS traffic from bypassing lockdown VPNs 5 | * Change photo editor app name, icon and hide it from firewall 6 | -------------------------------------------------------------------------------- /changelogs/5.11.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.11.0 2 | * September 2024 Security update 3 | * Chromium 128.0.6613.99 4 | -------------------------------------------------------------------------------- /changelogs/5.11.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.11.1 2 | * September 2024 Security update 3 | * Chromium 128.0.6613.127 4 | 5 | ### FP4 6 | * Fix MPEG media playback hangs 7 | 8 | ### FP5 9 | * Update to FP5.UT27.B.059.20240809 10 | -------------------------------------------------------------------------------- /changelogs/5.11.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.11.2 2 | * September 2024 Feature update 3 | * microG: Fix unexpected registration and notifications state [#2674](https://gitlab.com/CalyxOS/calyxos/-/issues/2674) 4 | * System: Fixes for VPN-covered DNS traffic [#2660](https://gitlab.com/CalyxOS/calyxos/-/issues/), [#2680](https://gitlab.com/CalyxOS/calyxos/-/issues/2660) 5 | * Chromium: 129.0.6668.54 (latest stable) 6 | * Chromium: Switch to self-hosted adblock filter [#2679](https://gitlab.com/CalyxOS/calyxos/-/issues/2679) 7 | * Chromium: Fix some AMP / Google News links [#2689](https://gitlab.com/CalyxOS/calyxos/-/issues/2689) 8 | * Chromium: Prevent some unwanted sign-in-related connections [#2703](https://gitlab.com/CalyxOS/calyxos/-/issues/2703) 9 | * Seedvault: Update to [14-4.1](https://github.com/seedvault-app/seedvault/releases/tag/14-4.1), many new features included 10 | * Seedvault: It is now possible to restore after setting up a profile 11 | * Seedvault: It is now possible to select what to restore (e.g. apps, files...) 12 | * Firewall: Refresh app list on new install & uninstalls 13 | * Firewall: Fix handling of VPN-only apps after restore of backup [#2586](https://gitlab.com/CalyxOS/calyxos/-/issues/2586) 14 | * Firewall: Fix blocking of updated apps that newly have INTERNET permission [#2657](https://gitlab.com/CalyxOS/calyxos/-/issues/2657) 15 | * Camera: Fix front camera intent preview mirroring 16 | * Camera: Add support for mute button and mic mute gesture 17 | * Calendar: Updates from upstream Etar, version 1.0.47 18 | * Messaging: Fix animated GIFs [#2535](https://gitlab.com/CalyxOS/calyxos/-/issues/2535) 19 | * Work Hours: Fix stopping of work profile on second reminder [#2462](https://gitlab.com/CalyxOS/calyxos/-/issues/2462) 20 | * Update all included apps 21 | -------------------------------------------------------------------------------- /changelogs/5.11.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.11.3 2 | * Bugfix for September 2024 Feature update 3 | * Fix default network data restriction handling [#2718](https://gitlab.com/CalyxOS/calyxos/-/issues/2718) 4 | * Chromium: 129.0.6668.81 (latest stable) 5 | 6 | ### FP5 7 | * Fix eSIM activation 8 | 9 | ### FP4 10 | * Fix eSIM activation 11 | * Update to FP4.TP2L.C.0126.20240909 12 | -------------------------------------------------------------------------------- /changelogs/5.12.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.12.0 2 | * Partial October 2024 Security update 3 | * Open source components updated to Security patch level 2024-10-01 4 | * Proprietary components waiting for Google to release the October update for Pixels 5 | -------------------------------------------------------------------------------- /changelogs/5.12.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.12.1 2 | * October 2024 Security update 3 | * Include fix for [CVE-2024-43047](https://techcrunch.com/2024/10/09/hackers-were-targeting-android-users-with-qualcomm-zero-day/) 4 | * Chromium: 129.0.6668.100 5 | 6 | ### FP5 7 | * Update kernel to Linux 5.4.283, ASB-2024-10-05_11-5.4 8 | 9 | ### FP4 10 | * Update kernel to Linux 4.19.322, ASB-2024-10-05_4.19-stable 11 | 12 | ### Moto G32 13 | * Update kernel to Linux 4.19.322, ASB-2024-10-05_4.19-stable 14 | * Update to T2SNS33.73-22-3-10 15 | 16 | ### Moto G42 17 | * Update kernel to Linux 4.19.322, ASB-2024-10-05_4.19-stable 18 | 19 | ### Moto G52 20 | * Update kernel to Linux 4.19.322, ASB-2024-10-05_4.19-stable 21 | * Update to T2SRS33.72-22-4-8 22 | 23 | ### Pixel 4, 4 XL, 4a 24 | * Update kernel to Linux 4.14.352 25 | 26 | ### SHIFT6MQ 27 | * Fix fingerprint 28 | * Update kernel 29 | -------------------------------------------------------------------------------- /changelogs/5.12.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.12.2 2 | * Chromium: 130.0.6723.86 3 | * Chromium: Improve migration of adblock filters from Bromite 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/5.13.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.13.0 2 | * November 2024 Security update 3 | * Chromium: 130.0.6723.102 4 | * Chromium: Improve migration of adblock filters from Bromite 5 | * Update all included apps 6 | * Update kernel 7 | 8 | ### FP5 9 | * Update to FP5.UT2B.B.072.20240920 10 | 11 | ### Moto G42 12 | * Update to T2SES33.73-23-2-11 13 | -------------------------------------------------------------------------------- /changelogs/5.14.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.14.0 2 | * December 2024 Security update 3 | * Chromium: 131.0.6778.104 4 | * Fix Global VPN being turned off upon app uninstallation [#2761](https://gitlab.com/CalyxOS/calyxos/-/issues/2761) 5 | * Fix issue with dark theme scheduling [#2633](https://gitlab.com/CalyxOS/calyxos/-/issues/2633) 6 | * Update all included apps 7 | * Update translations 8 | 9 | #### FP5 10 | * Update to FP5.UT2E.B.078.20241105 11 | * Include additional kernel fix for CVE-2024-43093 12 | * Kernel: Update to Linux 5.4.284, ASB-2024-11-05_11-5.4 13 | 14 | #### FP4 15 | * Update to FP4.TP2N.C.0128 16 | * Include additional kernel fix for CVE-2024-43093 17 | * Kernel: Update to ASB-2024-11-05_4.19-stable 18 | 19 | #### Moto G32, G42, G52 20 | * Include additional kernel fix for CVE-2024-43093 21 | * Kernel: Update to ASB-2024-11-05_4.19-stable 22 | 23 | #### Pixel 5a 24 | * Update to AP2A.240805.005.S4 25 | * Include additional kernel fix for CVE-2024-43093 26 | 27 | #### Pixel 5, 4a (5G) 28 | * Include additional kernel fix for CVE-2024-43093 29 | 30 | #### Pixel 4a, 4, 4 XL 31 | * Kernel: Update to Linux 4.14.355 32 | -------------------------------------------------------------------------------- /changelogs/5.14.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.14.1 2 | * December 2024 Feature update 3 | * microG: Fix some google apps not working after recent updates 4 | * microG: v0.3.6.244735 5 | * microG: Online location sources - prompt to choose one 6 | * microG: Many other fixes and improvements from the past few months 7 | * Chromium: 131.0.6778.200 8 | * Fix installation of updated apps on creating new work profile / user 9 | * SeedVault: 14-5.2 10 | * SeedVault: New backup format using compression and deduplication (same as Android 15) 11 | * SeedVault: Can still restore old backups, but old Seedvault can't restore backups from this version 12 | * SeedVault: It is now possible to verify the integrity of app and file backups, partially or fully 13 | * SeedVault: Allow changing backup location when USB drive isn't plugged in 14 | * SeedVault: Fix work profile USB backup 15 | * SeedVault: Faster and more reliable backups making snapshots that can individually be restored 16 | * SeedVault: Auto-cleaning of old backups 17 | * SeedVault: All backups now mimic device-to-device (allowing backup for all apps) 18 | * SeedVault: All backups now use a high per-app app quota 19 | * SeedVault: Show more information for backups available to restore 20 | * SeedVault: Fix "Waiting to back up..." showing for apps 21 | * SeedVault: A launch button is now shown for apps that are force-stopped so that they can be backed up 22 | * Remove support for no longer updated Mulch WebView. 23 | * Update all included apps 24 | * Updated translations 25 | 26 | #### FP5 27 | * Update to FP5.UT2H.B.088.20241122 28 | * Kernel: Update to Linux 5.4.286, ASB-2024-12-05_11-5.4 29 | 30 | #### FP4 31 | * Kernel: Update to Linux 4.19.324, ASB-2024-12-05_4.19-stable 32 | 33 | #### Moto G32 34 | * Update to T2SNS33.73-22-3-11 35 | * Kernel: Update to Linux 4.19.324, ASB-2024-12-05_4.19-stable 36 | 37 | #### Moto G42 38 | * Kernel: Update to Linux 4.19.324, ASB-2024-12-05_4.19-stable 39 | 40 | #### Moto G52 41 | * Update to T2SRS33.72-22-4-9 42 | * Kernel: Update to Linux 4.19.324, ASB-2024-12-05_4.19-stable 43 | 44 | #### Pixel 5a, 5, 4a (5G) 45 | * Enable charging limit 46 | 47 | #### SHIFT6MQ 48 | * Update to SHIFT6MQ.SOS.5.0.G.20240820-RELEASE 49 | -------------------------------------------------------------------------------- /changelogs/5.14.2-2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.14.2-2 - Android 14 2 | * Preparatory build for Android 15 upgrade 3 | -------------------------------------------------------------------------------- /changelogs/5.14.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.14.2 - Android 14 2 | * Fix crash with some apps using maps 3 | -------------------------------------------------------------------------------- /changelogs/5.17.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.17.1 2 | * End of CalyxOS support 3 | * March 2025 Security update (2025-03-01) 4 | * Also includes security updates from previous months 5 | * Implement charging control - allow setting a limit for charging, under Settings -> Battery 6 | * Seedvault: Update to 14-5.3 7 | * Seedvault: Added support for user CA certificates 8 | * Seedvault: Fixed issue where many Go server implementations of WebDAV did not work with the WebDAV client in Seedvault 9 | * Seedvault: Bumped the app data quota from 1GB to 3GB 10 | * Seedvault: Nextcloud app is no longer allowed for backup (Use built-in WebDAV Cloud support!) 11 | * Seedvault: Improved handling of metered networks, if disallowed, the backup process will be aborted 12 | * Seedvault: Fixed backup errors with USB when file and app backup are both on 13 | * Seedvault: Fixed overdue backups not automatically starting when USB drives are plugged in 14 | * Chromium: 134.0.6998.135 15 | * Update kernel 16 | * Update all included apps 17 | * Update translations 18 | -------------------------------------------------------------------------------- /changelogs/5.2.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.2.0 2 | * December 2023 Quarterly Platform Release and Security update 3 | * Chromium: 112.0.6099.43 (latest stable) 4 | * Work Profile app: Fix "Please wait" being shown for existing work profiles. 5 | * Fix screenshot editing 6 | * Add "Charge cycle count" to Settings -> About phone -> Battery information 7 | 8 | #### Pixel 8, 8 Pro 9 | * Add support for wireless power share / reverse wireless charging 10 | * To use, add the power share quicksettings tile 11 | -------------------------------------------------------------------------------- /changelogs/5.3.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.3.0 2 | * January 2024 Security update 3 | * Chromium: 120.0.6099.193 (latest stable) 4 | * Status bar: Fix volume icon padding 5 | * Status bar: Fix network traffic padding 6 | * Settings: Fix tethering screen 7 | * Settings: Firewall app link now directly scrolls to a particular app 8 | * Settings: Style search bar to match rest of UI 9 | * Launcher: Fix search UI 10 | * Switch to a custom charging animation on all devices 11 | * Remove some unused proprietary files 12 | * Suggest the app Hypatia - A real-time malware scanner for new installs 13 | 14 | #### Pixel 6, 6 Pro, 6a, 7, 7 Pro, 7a, Tab, Fold, 8, 8 Pro 15 | * DRM: Fix Widevine L1 16 | 17 | #### Pixel 8, 8 Pro 18 | * Enable displayport output 19 | 20 | #### Pixel Tablet 21 | * Fix statusbar padding 22 | * Firewall: Hide mobile data toggles 23 | -------------------------------------------------------------------------------- /changelogs/5.3.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.3.1 2 | * January 2024 Security update 3 | * Chromium: 120.0.6099.193 4 | * Status bar: Fix volume icon padding 5 | * Status bar: Fix network traffic padding 6 | * Settings: Fix tethering screen 7 | * Settings: Firewall app link now directly scrolls to a particular app 8 | * Settings: Style search bar to match rest of UI 9 | * Launcher: Fix search UI 10 | * Switch to a custom charging animation on all devices 11 | * Remove some unused proprietary files 12 | * Suggest the app Hypatia - A real-time malware scanner for new installs 13 | 14 | #### FP4 15 | * Update to FP4.TP20.C.087.20231225 16 | -------------------------------------------------------------------------------- /changelogs/5.3.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.3.2 2 | * January 2024 Feature update 3 | * Chromium: 121.0.6167.101 (latest stable) 4 | * SeedVault Backup: Add experimental support for forcing "D2D" transfer backups 5 | * SeedVault Backup: Pretend to be a device-to-device transfer to allow backing up many apps which prevent backup 6 | * SeedVault Backup: Stop backing up excluded app APKs 7 | * SeedVault Backup: Show size of app backups in Backup Status screen 8 | * Some fixes for USB restriction functionality 9 | * Work Profile: Fix "App & Content access" screen, more fixes will be done in the next build 10 | * Panic: Fix occasional crash 11 | * Suggest the app Onionshare for new installs 12 | 13 | ### Moto G32, G42, G52 14 | * USB fixes 15 | -------------------------------------------------------------------------------- /changelogs/5.4.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.4.0 2 | * February 2024 Security update 3 | * Chromium: 121.0.6167.143 4 | * Work Profiles: Fix "Manage App & Content access" 5 | 6 | ### FP4 7 | * Update to FP4.TP25.C.095.20231219 8 | 9 | ### Pixel 4a 10 | * Linux 4.14.336 11 | -------------------------------------------------------------------------------- /changelogs/5.4.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.4.1 2 | * Feature update 3 | * Chromium: 122.0.6261.90 (latest stable) 4 | * Work profile work hours feature - Set working hours for your work profile 5 | * Settings -> Accounts -> Work -> Work profile settings 6 | * usb: Show charging notification only if power brick is disconnected 7 | * Fix unknown sources app install confirmation 8 | * Fix uninstall for all users 9 | * Fix headline font in various places, avoid inconsistencies 10 | * Quick settings: Allow long-pressing on mobile network 11 | * Various updates for included apps 12 | * Updated translations for all apps, and the OS 13 | 14 | ### FP4 15 | * Update to TP29.C.0101.20240121 16 | 17 | ### Pixel 4a (5G), 5 18 | * Update to UP1A.231105.001.B2 19 | 20 | ### Moto G32 21 | * Update to T2SNS33.73-22-3-3 22 | 23 | ### Moto G42 24 | * Update to T2SES33.73-23-2-4 25 | 26 | ### Moto G52 27 | * Update to T2SRS33.72-22-4-2 28 | -------------------------------------------------------------------------------- /changelogs/5.5.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.5.0 2 | * March 2024 Quarterly Platform Release & Security update 3 | * Chromium: 122.0.6261.105 (latest stable) 4 | 5 | ### Known issues 6 | * Icon, font and shape customization is missing. Existing customizations should stay applied 7 | * Separate Wi-Fi and Mobile data tiles have been removed, use the unified Internet tile for both 8 | 9 | #### Pixel Tablet, Fold 10 | * Taskbar toggle is missing 11 | * Fingerprint sensor touch to unlock setting is not working, it'll always be on 12 | -------------------------------------------------------------------------------- /changelogs/5.5.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.5.2 2 | * March 2024 bugfix update 3 | * Fix Firewall toggles getting reset on reboot when background network access was toggled 4 | * Kindly open the Firewall app and review your settings once 5 | * Chromium: 123.0.6312.40 6 | * Icon, font and shape customization has been re-added 7 | * Updates all included apps 8 | 9 | #### Pixel Tablet, Fold 10 | * Taskbar toggle has been re-added 11 | 12 | #### FP5 13 | * Fix bluetooth 14 | * Fix laggy camera 15 | * Add ultrawide camera to default camera app 16 | * Update to FP5.TT46.A.144.20240205 17 | 18 | #### FP4 19 | * Fix laggy camera 20 | 21 | #### Moto G32 22 | * Fix some USB quirks 23 | 24 | #### Moto G42 25 | * Fix some USB quirks 26 | 27 | ### Moto G52 28 | * Fix some USB quirks 29 | * Improve autobrightness 30 | -------------------------------------------------------------------------------- /changelogs/5.5.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.5.3 2 | * March 2024 bugfix update 3 | * Fix Firewall toggles getting reset on reboot 4 | * Kindly open the Firewall app and review your settings once 5 | * Chromium: 123.0.6312.80 6 | * Icon, font and shape customization has been re-added 7 | * Updates all included apps 8 | 9 | #### Pixel Tablet, Fold 10 | * Taskbar toggle has been re-added 11 | 12 | #### FP5 13 | * Fix bluetooth 14 | * Fix laggy camera 15 | * Add ultrawide camera to default camera app 16 | * Update to FP5.TT46.A.144.20240205 17 | 18 | #### FP4 19 | * Fix laggy camera 20 | 21 | #### Moto G32 22 | * Fix USB issues 23 | 24 | #### Moto G42 25 | * Fix USB issues 26 | 27 | ### Moto G52 28 | * Fix USB issues 29 | * Improve autobrightness 30 | -------------------------------------------------------------------------------- /changelogs/5.6.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.6.0 2 | * April 2024 Security update (2024-04-05) 3 | * Chromium: 123.0.6312.99 (latest stable) 4 | * Bring back separate Wi-Fi and mobile data tiles 5 | * Update all included apps 6 | 7 | ### Pixel Tablet, Fold, FP5, FP4, Moto G32, G42 8 | * Fix Fingerprint sensor touch to unlock setting. 9 | 10 | ### Moto G52 11 | * Fix Fingerprint sensor touch to unlock setting. 12 | * Fix NFC 13 | -------------------------------------------------------------------------------- /changelogs/5.6.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.6.2 2 | * April update 3 | * Chromium: 123.0.6312.118 (124 WiP) 4 | * microG: v0.3.1.240913 5 | * Update translations 6 | * Dialer: Material You theme & icons 7 | * Dialer: Visual voicemail support for more carriers 8 | * Dialer: Allow per-call account selection (for multi sim) 9 | * Dialer: Call statistics 10 | * Files app: Fix zip archive interactions 11 | 12 | ### Pixel 3, 3 XL, 3a, 3a XL 13 | * April 2024 Security update (2024-04-05) 14 | * Also includes: March 2024 Quarterly Platform Release & Security update 15 | 16 | ### FP4 17 | * Update to FP4.TP2D.C.0112.20240313 18 | 19 | ### Moto G32 20 | * Improve MIFARE tag support 21 | 22 | ### Moto G42 23 | * Fix NFC 24 | -------------------------------------------------------------------------------- /changelogs/5.6.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.6.3 2 | * April 2024 Feature update 3 | * Chromium 124.0.6367.82 (latest stable) 4 | * SeedVault Backup: Completely revamp backup scheduling 5 | * SeedVault Backup: Add scheduling options 6 | * SeedVault Backup: Improve backup notifications 7 | * SeedVault Backup: Include user profile name in backup name 8 | * SeedVault Backup: Auto-disable apps that cancel the entire backup 9 | * SeedVault Backup: Add support for RoundSync as a storage provider 10 | * microG: Allow configuring custom local service URL 11 | * microG: Location: Improve update delivery 12 | * Firewall: Fix sorting crash when no apps are installed 13 | * Settings: Hide "Use precise location" for unsupported apps 14 | * Include Breezy Weather by default for new installs. 15 | * If you're using Geometric Weather, that's no longer maintained. 16 | * We recommend installing Breezy Weather from F-Droid. 17 | * Update all included apps 18 | * Updated translations 19 | 20 | ### Pixel 8, 8 Pro, 7a, 7, 7 Pro 21 | * Update to AP1A.240405.002.B1 22 | 23 | ### Pixel Fold 24 | * Update to AP1A.240405.002.A2 25 | 26 | ### FP4 27 | * Fix eSIM / SIM Manager issues by using the app from FP5 28 | 29 | ### FP5 30 | * Make AGPS toggle work better 31 | -------------------------------------------------------------------------------- /changelogs/5.7.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.7.0 2 | * May 2024 Security update 3 | * Chromium 124.0.6367.159 (latest stable) 4 | * Fix Work profile VPN edge case (Issue #2301) 5 | 6 | ### Pixel 8, 8 Pro, 7a, Fold, Tablet, 7, 7 Pro, 6a, 6, 6 Pro 7 | * Fix color correction and color inversion (Issue #2312) 8 | 9 | ### FP5, FP4 10 | * Fix Wi-Fi Display 11 | 12 | ### Pixel 3a, 3a XL, 3, 3 XL 13 | * Fix USB-C audio (earphones / headphones) 14 | -------------------------------------------------------------------------------- /changelogs/5.7.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.7.2 2 | * May 2024 Feature update 3 | * Bluetooth: Fix file sharing and connection to certain devices such as Pebble. 4 | * SeedVault: Add a built-in WebDAV plugin to directly backup to Nextcloud and more. 5 | * SeedVault: Show backup size 6 | * SeedVault: Various bugfixes and improvements all around 7 | * Chromium: 125.0.6422.71 8 | * microG: v0.3.2.240913 9 | * Fix "No service" being displayed for certain carriers even when everything was working 10 | * Chromium: Fix crash when following certain links 11 | * Chromium: Support saving crash reports 12 | * microG: Improve support for sign-in to Google account in various apps and Games. 13 | * microG: Fix push notification sent_time delivery. Will help apps such as Telegram. 14 | * microG: Fix dynamic links with React Native. Will help with certain apps. 15 | * microG: Fix map in Signal location sharing. 16 | * microG: Fix location updates not being reported properly 17 | * Status bar: Allow toggling VPN icon 18 | * Gallery: Fix editing crash 19 | * Launcher: Fix "Turn off work apps" not working sometimes 20 | * Updated translations for the OS and apps 21 | * Update all included apps 22 | 23 | ### Pixel Tablet 24 | * Enable aspect ratio setting for apps 25 | 26 | ### FP5 27 | * Set default peak refresh rate to 60 28 | * Added double tap to wake setting 29 | * Don't try to play many-channel audio as is 30 | * Updated to stock TT4D 31 | * Added audio amplifier HAL, should improve speaker protection in high volume 32 | * Enabled WiFi RTT/AWARE 33 | * Removed serial number access from GPS XTRA data 34 | * Enabled call recording support 35 | * Fixed manual network scanning 36 | * Updated CarrierConfig from TT4D 37 | * Enabled new auto selection network UI 38 | * Updated auto brightness tuning from stock OS 39 | * Added color profiles in display settings 40 | * Enabled AOD support 41 | 42 | ### FP4 43 | * Don't try to play many-channel audio as is 44 | * Add 5G RAT for e-SIM 45 | * Make wfc Roaming preference available globally 46 | * Update CarrierConfig from TP2D 47 | * Disable fluence, improves incall mic issues 48 | * Correct battery capacity in power profile, corrects what 3rd party apps report 49 | * Added color profiles in display settings 50 | 51 | ### Pixel 3a, 3a XL 52 | * Fix existing eSIM / dual SIM usage 53 | * eSIM enrollment (i.e. adding a new eSIM) is still broken unfortunately 54 | -------------------------------------------------------------------------------- /changelogs/5.7.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.7.3 2 | * May Bugfix update 3 | 4 | ### FP5 5 | * Fix installation of certain apps 6 | * Audio improvements 7 | 8 | ### FP4 9 | * Improve mic during calls 10 | * Fix camcorder sound 11 | 12 | ### Pixel 3, 3a 13 | * Same as 5.7.2 Feature update, without the dual SIM fixes for Pixel 3a 14 | -------------------------------------------------------------------------------- /changelogs/5.8.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.8.0 2 | * June 2024 Quarterly Platform Release and Security update 3 | * Chromium: 126.0.6478.50 4 | * Update all included apps 5 | 6 | ### Pixel 8a 7 | * Include all of the changes from the various previous CalyxOS feature updates 8 | -------------------------------------------------------------------------------- /changelogs/5.8.1-2.md: -------------------------------------------------------------------------------- 1 | 5.8.1.md -------------------------------------------------------------------------------- /changelogs/5.8.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.8.1 2 | * June 2024 Quarterly Platform Release and Security update 3 | * Chromium: 126.0.6478.71 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/5.8.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.8.2 2 | * June 2024 Feature update 3 | * Chromium: 126.0.6478.122 (latest stable) 4 | * Redact location data in more cases when sharing media (thanks to lucasmz for reporting!) 5 | * Firewall: Implement internet access for new apps setting 6 | * Firewall: Implement notification for internet access for new apps 7 | * Gallery: Switch app to Glimpse from LineageOS 8 | * Calendar: Update to Etar 1.0.46 9 | * Volume button music controls 10 | * Volume button cursor control 11 | * Press volume to answer call 12 | * Press power to end call 13 | * Add an option to force pre-oreo apps to use full screen aspect ratio 14 | * Customizable wired and wireless charging sounds 15 | * Toggle quick settings brightness slider 16 | * Show auto brightness button in quick settings 17 | * Updated translations 18 | 19 | ### Pixel 8a, 8 Pro, 8 20 | * Enable MTE by default. Control it from Settings -> System -> Other options 21 | 22 | ### FP5 23 | * Update to FP5.TT4H.A.162.20240609 24 | * Merge kernel updates from AOSP and Qualcomm common kernels 25 | 26 | ### FP4 27 | * Merge kernel updates from AOSP and Qualcomm common kernels 28 | 29 | ### Moto 30 | * Camera: QRCode scanning fix 31 | * Fixed notification light 32 | * Merge kernel updates from AOSP and Qualcomm common kernels 33 | 34 | ### SHIFT6MQ 35 | * Fixed notification light 36 | -------------------------------------------------------------------------------- /changelogs/5.9.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 5.9.0 2 | * July 2024 Security update 3 | 4 | ### Moto G42 5 | * Update to T2SES33.73-23-2-6 6 | -------------------------------------------------------------------------------- /changelogs/6.1.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.1.0 2 | * Android 15 3 | * November 2024 Security update 4 | * Chromium: 130.0.6723.102 5 | -------------------------------------------------------------------------------- /changelogs/6.2.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.2.0 2 | * Android 15, December 2024 Security update (2024-12-01), Partial 3 | * This includes the generic open source components of the December Security update 4 | * The full update containing the device-specific and proprietary components will be released later 5 | * Fix Wi-Fi calling in airplane mode [#2813](https://gitlab.com/CalyxOS/calyxos/-/issues/2813) 6 | * Chromium: 131.0.6778.104 7 | * Fix Global VPN being turned off upon app uninstallation [#2761](https://gitlab.com/CalyxOS/calyxos/-/issues/2761) 8 | * Update all included apps 9 | -------------------------------------------------------------------------------- /changelogs/6.2.1-2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.2.1-2 2 | * Android 15, December 2024 Quarterly Platform Release Security update (2024-12-05), Full 3 | * Keyboard: Fix landscape mode 4 | * Chromium: 131.0.6778.135 5 | * Update all included apps 6 | -------------------------------------------------------------------------------- /changelogs/6.2.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.2.1 2 | * Android 15, December 2024 Quarterly Platform Release & Security update (2024-12-05), Full 3 | * microG: Fix some google apps not working after recent updates 4 | * Keyboard: Fix landscape mode 5 | * Chromium: 131.0.6778.135 6 | * Update all included apps 7 | -------------------------------------------------------------------------------- /changelogs/6.2.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.2.2 2 | * December 2024 Feature update 3 | * microG: Fix some google apps not working after recent updates (again) 4 | * microG: v0.3.6.244735 5 | * microG: Online location sources - prompt to choose one 6 | * microG: Many other fixes and improvements from the past few months 7 | * Add Private Space feature 8 | * Chromium: 131.0.6778.200 9 | * Fix installation of updated apps on creating new work profile / user 10 | * SeedVault: 15-5.2 11 | * SeedVault: It is now possible to verify the integrity of app and file backups, partially or fully 12 | * SeedVault: Allow changing backup location when USB drive isn't plugged in 13 | * SeedVault: Fix work profile USB backup 14 | * SeedVault: A launch button is now shown for apps that are force-stopped so that they can be backed up 15 | * Allow disabling lock screen user switcher 16 | * Allow user switching when system user locked 17 | * Improve verification of links apps can open 18 | * Allow turning off work profile on end of work hours 19 | * Fix creation of work profile in certain cases 20 | * Fix status bar padding 21 | * Remove support for no longer updated Mulch WebView. 22 | * Update all included apps 23 | -------------------------------------------------------------------------------- /changelogs/6.2.3.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.2.3 - Android 15 2 | * Fix crash with some apps using maps 3 | -------------------------------------------------------------------------------- /changelogs/6.3.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.3.0 2 | * Android 15, January 2025 Security update 3 | * Chromium: 131.0.6778.260 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/6.4.0.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.4.0 2 | * Android 15, February 2025 Security update 3 | * Chromium: 132.0.6834.163 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/6.4.1.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.4.1 2 | * Android 15, February 2025 Security update 3 | * Chromium: 132.0.6834.163 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/6.4.2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.4.2 - February Feature update 2 | * Android Auto support! Enable from Settings -> Connected devices -> Connection preferences -> Android Auto 3 | * Add a Text-to-speech engine by default, eSpeakNG 4 | * Add Talkback screen reader 5 | * Always allow editing APNs. 6 | * Fix MMS sending failures 7 | * Add an option to wipe the device after a number of failed unlock attemps 8 | * Chromium: 133.0.6943.121 9 | * Switch to the new LineageOS Music app, Twelve 10 | * Add the new LineageOS PDF Viewer app, Camelot 11 | * Calendar: Update to Etar 1.0.48 12 | * Launcher: Allow enabling monochrome themed icons for all apps 13 | * The "Restrict Cleartext" feature has been deprecated and will be removing in the next Feature update 14 | * Fix Firewall status bar indicator 15 | * Camera: Fix preview from lockscreen 16 | * Gallery: Fix photo picker 17 | * Fix Always-on-Display burn-in protection 18 | * Fix wrong rounded corners in UI when using custom icon shapes 19 | * Seedvault: Update to 15-5.3 20 | * Seedvault: Added support for user CA certificates 21 | * Seedvault: Fixed issue where many Go server implementations of WebDAV did not work with the WebDAV client in Seedvault 22 | * Seedvault: Bumped the app data quota from 1GB to 3GB 23 | * Seedvault: Nextcloud app is no longer allowed for backup (Use built-in WebDAV Cloud support!) 24 | * Seedvault: Improved handling of metered networks, if disallowed, the backup process will be aborted 25 | * Seedvault: Fixed backup errors with USB when file and app backup are both on 26 | * Seedvault: Fixed overdue backups not automatically starting when USB drives are plugged in 27 | * Seedvault: The size of each app backup is now shown on the restore screen 28 | * Seedvault: Fixed a common error (StaleDataException) causing backups to fail 29 | * Seedvault: Fixed error message when no backups are available to restore 30 | * Seedvault: Implemented a wrapper for the backend with a retrying mechanism, giving us less common errors 31 | * Update all included apps 32 | * Update translations 33 | 34 | #### 8 Pro, 9 Pro, 9 Pro XL 35 | * Add Thermometer app. You may have to update it from Aurora Store. 36 | 37 | #### FP5 38 | * Update Kernel to ASB-2025-02-05_11-5.4 39 | 40 | #### FP4 41 | * Kernel updates 42 | 43 | #### Moto G32, G42, G52 44 | * Fix thumbnails of videos 45 | * Kernel updates 46 | -------------------------------------------------------------------------------- /changelogs/6.5.10.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.5.10 2 | * Android 15, March 2025 Security update (2025-03-01), based on 15QPR1 3 | * Chromium: 134.0.6998.39 4 | * Update all included apps 5 | 6 | #### Pixel 6 - 9 7 | * Full security update (2025-03-05) based on 15 QPR2 work in progress 8 | 9 | #### Rest 10 | * Update kernels to contain the latest security fixes 11 | * 15 QPR2 work in progress, making sure all functions work 12 | -------------------------------------------------------------------------------- /changelogs/6.5.20.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.5.20 2 | * Android 15, March 2025 Quarterly Platform Release (2025-03-05), based on 15QPR2 3 | * Chromium: 134.0.6998.135 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/6.5.21.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.5.21 2 | * Android 15, March 2025 Quarterly Platform Release (2025-03-05), based on 15QPR2 3 | * Chromium: 135.0.7049.38 4 | * Update all included apps 5 | 6 | #### FP4 7 | * Update to FP4.TP2R.C.0132.20250306 8 | 9 | #### FP5 10 | * Update to FP5.UT2L.B.107.20250218 11 | 12 | #### Moto G42 13 | * Update to T2SES33.73-23-2-13 14 | -------------------------------------------------------------------------------- /changelogs/6.6.20.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.6.20 2 | * Android 15, April 2025 Security update (2025-04-05), based on 15QPR2 3 | * Chromium: 135.0.7049.79 4 | * Fix wallpaper selection 5 | * Fix swipe up from the bottom / navigation bar recents gesture glitches 6 | * Fix navigation bar button inversion in landscape 7 | * Update all included apps 8 | -------------------------------------------------------------------------------- /changelogs/6.6.21.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.6.21 2 | * Android 15, April 2025 Security update (2025-04-05), based on 15QPR2 3 | * Chromium: 135.0.7049.79 4 | * Fix wallpaper selection 5 | * Fix swipe up from the bottom / navigation bar recents gesture glitches 6 | * Fix navigation bar button inversion in landscape 7 | * Update all included apps 8 | -------------------------------------------------------------------------------- /changelogs/6.6.22.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.6.22 2 | * April 2025 Feature update 3 | * Phasing out the Cleartext Restriction feature [#2987](https://gitlab.com/CalyxOS/calyxos/-/issues/2987) 4 | * Allow configuring timeout for microphone and camera access, from Settings -> Security and privacy -> Privacy controls [#1597](https://gitlab.com/CalyxOS/calyxos/-/issues/1597) 5 | * Chromium: 135.0.7049.111 6 | * Chromium: Don't save payment methods or addresses by default [#3060](https://gitlab.com/CalyxOS/calyxos/-/issues/3060) 7 | * Chromium: Increase wait before declaring HTTPS unavailable [#2974](https://gitlab.com/CalyxOS/calyxos/-/issues/2974) 8 | * Chromium: Ask before opening apps [#2655](https://gitlab.com/CalyxOS/calyxos/-/issues/2655) 9 | * microG: Display data being set to Google in app [#713](https://gitlab.com/CalyxOS/calyxos/-/issues/713) 10 | * microG: Include latest changes from upstream 11 | * microG: Work Profile: You can now sign into various work accounts that setup a work profile when using microG. [#1799](https://gitlab.com/CalyxOS/calyxos/-/issues/1799) 12 | * microG: Play Feature Delivery: Apps can request installation of additional languages or features from split packages. You can activate this from microG Settings > Play Store 13 | * microG: Face detection: This release ships with initial support for Google's Face Detection API. This functionality is still very incomplete, but works for some apps using it. 14 | * microG: Improve Barcode Scanning APIs 15 | * microG: Various fixes for quick login and third-party Google sign-in 16 | * microG: DroidGuard: Disable access to hardware attestation. 17 | * microG: Various fixes to improve support for Google Apps 18 | * Seedvault Backup: 15-5.5 19 | * Seedvault: Unify scheduling of app and file backup, now they always run one after the other 20 | * Seedvault: Fix bug where we didn't find any backups, if user had only file backups 21 | * Seedvault: Launch foreground service when finalizing backup to prevent system from freezing us 22 | * Seedvault: Auto-retry more WebDAV connection errors 23 | * Settings: Protect sensitive data in mobile network settings 24 | * Settings: Fix unrestricted data toggle switches [#2547](https://gitlab.com/CalyxOS/calyxos/-/issues/2547) 25 | * Keyboard: Various fixes [#3077](https://gitlab.com/CalyxOS/calyxos/-/issues/3077) [#2916](https://gitlab.com/CalyxOS/calyxos/-/issues/2916) [#1901](https://gitlab.com/CalyxOS/calyxos/-/issues/1901) [#1890](https://gitlab.com/CalyxOS/calyxos/-/issues/1890) 26 | * Camera: Fix wrong orientation of pictures [#1450](https://gitlab.com/CalyxOS/calyxos/-/issues/1450) 27 | * PDF Viewer: Fix opening of saved files [#3071](https://gitlab.com/CalyxOS/calyxos/-/issues/3071) 28 | * Messaging: Fix MMS download [#3121](https://gitlab.com/CalyxOS/calyxos/-/issues/3121) 29 | * Remove eSpeak launcher icon [#3040](https://gitlab.com/CalyxOS/calyxos/-/issues/3040) 30 | * Add Strong auth timeout feature, in Settings -> Security 31 | * Fix Android Auto showing up in private space and secondary users [#3032](https://gitlab.com/CalyxOS/calyxos/-/issues/3032) 32 | * Add Aurora Store & F-Droid to private space by default, if installed [#2933](https://gitlab.com/CalyxOS/calyxos/-/issues/2933) 33 | * Fix various settings which didn't work correctly across multiple users 34 | * Support Private space on secondary users 35 | * Fix auto brightness toggle in status bar [#3069](https://gitlab.com/CalyxOS/calyxos/-/issues/3069) 36 | * Switch to Thunderbird for new installs 37 | * Add test property to restart apps that were stopped by backup [#2887](https://gitlab.com/CalyxOS/calyxos/-/issues/2887) [#2816](https://gitlab.com/CalyxOS/calyxos/-/issues/2816) 38 | * Update all included apps 39 | * Update translations 40 | 41 | #### FP4 42 | * Fix some media playback issues [#3189](https://gitlab.com/CalyxOS/calyxos/-/issues/3189) 43 | 44 | #### Moto G32, G42, G52 45 | * Always show and allow editing enhanced 4G calling setting [#2895](https://gitlab.com/CalyxOS/calyxos/-/issues/2895) 46 | 47 | #### Pixel 6 - 9 48 | * Charging control: Allow setting a percentage limit [#2453](https://gitlab.com/CalyxOS/calyxos/-/issues/2453) 49 | * Always show and allow editing enhanced 4G calling setting [#2895](https://gitlab.com/CalyxOS/calyxos/-/issues/2895) 50 | -------------------------------------------------------------------------------- /changelogs/6.6.23.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.6.23 2 | * Bugfix for April 2025 Feature update 3 | * Temporarily remove charging control suppport 4 | * Fix PIN being requested unusually often 5 | * Remove "strong auth timeout" feature 6 | * microG: 0.3.7 -------------------------------------------------------------------------------- /changelogs/6.7.20.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.7.20 2 | * May 2025 Security update (2025-05-05) 3 | * Chromium: 136.0.7103.60 4 | * Update all included apps 5 | 6 | ### Pixel 6, 8 7 | * IMPORTANT: Your Pixel device won't be able to downgrade after this update 8 | * Google's May 2025 Pixel update for your Pixel device incremented the anti-roll back version for the bootloader. 9 | * This prevents the above devices from rolling back to previous vulnerable versions of the bootloader. 10 | * Once you flash the May 2025 update on these devices, you won't be able to flash and boot older Android 15 builds. 11 | * That update affects CalyxOS, Stock Android OS, and all other Android distributions. 12 | * Trying to downgrade after this update may fail and make your phone unbootable. 13 | -------------------------------------------------------------------------------- /changelogs/6.7.21-2.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.7.21-2 2 | * May 2025 Security update (2025-05-05) 3 | * Chromium: 136.0.7103.60 4 | * Update all included apps 5 | -------------------------------------------------------------------------------- /changelogs/6.7.23.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 6.7.23 2 | * May 2025 Feature update 3 | * Seedvault: Restart backed-up apps by default 4 | * Seedvault: Reduce storage backup retention policy 5 | * Seedvault: 7 daily, 4 weekly, 3 monthly, and 2 yearly storage backups are retained now 6 | * Seedvault: Remove file backup snapshots we can't decrypt 7 | * Seedvault: Catch more exceptions to handle errors better 8 | * Fix Microphone showing as "In use" indefinitely after prompted to unblock 9 | * Fix various settings for secondary users 10 | * Chromium: 136.0.7103.125 11 | * Update all included apps 12 | * Update translations 13 | -------------------------------------------------------------------------------- /changelogs/current.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CalyxOS/calyxos/650e1c340a0db45cf090d0f9b6944487ce72a53b/changelogs/current.md -------------------------------------------------------------------------------- /changelogs/template.html: -------------------------------------------------------------------------------- 1 | 2 |

3 |

CalyxOS 3.0.0 - Android 12

4 |

5 | 10 | 11 | -------------------------------------------------------------------------------- /changelogs/template.md: -------------------------------------------------------------------------------- 1 | * CalyxOS 1.0.0 beta 3 - Android 10 2 | * June Security update (2020-06-05) and feature drop. 3 | * Fix included for wallpaper bug. 4 | * Chromium 83.0.4103.83 5 | * SetupWizard: Support face unlock configuration for Pixel 4. 6 | * Updates for all other included apps. 7 | 8 | Mi A2: 9 | * Display density change to match stock, can revert to older by going to Settings -> Display -> Display size -> Larger (+) 10 | --------------------------------------------------------------------------------