First android release in a while.
In addition to all the fixes and features in M110 (including JPEG-XL and HEVC support!) as per here > https://github.com/Alex313031/thorium/releases/tag/M110.0.5481.178 there are also some android specific things for this release:
- Revamped logo
- Branding fixes (including text and images)
- More android optimizations (including enabling NEON for all codepaths)
- ARM64 has `is_high_end_android = true`. If your device is older than ~2016, you should use the arm32 version,
even if your cpu is arm64 - Added some more minor Bromite patches
- Added many of the new Thorium chrome://flags flags (except ones that are inapplicable for mobile Chromium)
- Google Sync is now fully working
- WebRTC bugs fixed
- Simpler development flow for people wanting to build it themselves.
– Known bugs
- Discovery feed on the new tab page is still not working. It seems this is a chrome internal only feature, and Kiwi and Bromite both have it disabled. I might merge this patch for the next release.