Best of AndroidOctober 2025

  1. 1
    Video
    Avatar of fireshipFireship·26w

    Apple and Google won’t like this...

    The Free Software Foundation announced the Libriophone project, led by Rob Savois, aiming to create a fully open-source smartphone by replacing all proprietary firmware, drivers, and binary blobs with free software alternatives. Unlike existing solutions like LineageOS that still contain proprietary code, this initiative seeks complete software freedom through reverse engineering. The project faces significant challenges including the massive technical undertaking of replacing closed-source components, limited historical adoption of similar efforts like Replicant, and the dominant Apple-Google duopoly that controls mobile ecosystems.

  2. 2
    Article
    Avatar of securityboulevardSecurity Boulevard·24w

    MY TAKE: Have you noticed how your phone’s AI assistant is starting to remap what you trust?

    AI assistants like Google's Gemini are quietly remapping smartphone interfaces without user consent, transforming basic hardware controls into AI engagement points. This shift represents a new form of surveillance through interface colonization, where AI layers mediate user interactions and potentially manipulate information access. Unlike traditional government surveillance exposed by Snowden, modern control happens through convenience-driven defaults that gradually erode user autonomy. Recent reports show Gemini storing conversations, accessing apps with privacy toggles off, and activating unprompted, raising concerns about trust and manipulation at scale.

  3. 3
    Article
    Avatar of qtQt·27w

    Qt 6.10 Released!

    Qt 6.10 introduces a flexbox layout system for responsive UIs, animated vector graphics support for SVG and Lottie formats, and a new SearchField control. The release simplifies C++ to QML data integration with QRangeModel for exposing C++ ranges to item views, delegateModelAccess for two-way bindings, and TreeModel for declarative tree structures. Accessibility improvements include automatic high-contrast mode support across platforms. Android developers get official support for Android 15/16, Qt Jenny 1.0 for JNI code generation, and improved splash screen handling. The release adds macOS 26 support, WebView2 backend for Qt WebView on Windows, and PipeWire support for Qt Multimedia on Linux.

  4. 4
    Article
    Avatar of hnHacker News·26w

    GrapheneOS is finally ready to break free from Pixels, and it may never look back

    GrapheneOS, a privacy-focused Android fork previously exclusive to Google Pixel devices, has partnered with a major Android OEM to expand support to Snapdragon-powered flagship smartphones by 2026-2027. The partnership marks a significant shift for the security-focused operating system, which has maintained strict hardware requirements that only Pixels previously met. While the OEM partner remains unnamed, the new devices will be priced similarly to Pixels and available globally. GrapheneOS will continue supporting existing Pixel devices and confirmed Pixel 10 support, though Pixel 11 compatibility is uncertain.

  5. 5
    Article
    Avatar of thevergeThe Verge·25w

    Google’s new deadline for Epic consequences is October 29th

    US District Court Judge James Donato has pushed back enforcement of the permanent injunction in Epic v. Google from October 22nd to October 29th. The injunction requires Google to open up its app store, stop forcing developers to use Google Play Billing, and allow developers to set their own prices. Both Epic and Google requested the one-week delay without publicly stating reasons. Google plans to file a Supreme Court appeal by October 27th and has stated it will comply with legal obligations while continuing its appeal.

  6. 6
    Article
    Avatar of androiddevAndroid Developers Blog·24w

    Android Developers Blog: Material 3 Adaptive 1.2.0 is stable

    Material 3 Adaptive 1.2.0 brings expanded window size class support with new Large and Extra-large breakpoints, plus two new layout strategies: reflow (automatically rearranges panes based on window dimensions) and levitate (docks or floats content with customizable features). Built on WindowManager 1.5.0, these additions help developers create adaptive layouts for ListDetailPaneScaffold and SupportingPaneScaffold with minimal effort across different screen sizes and aspect ratios.

  7. 7
    Article
    Avatar of lobstersLobsters·25w

    On Perfetto, Open Source, and Company Priorities

    A Perfetto team member reflects on the challenges of maintaining an open source project within a large company. The post discusses how Android priorities often overshadow external user needs, leading to delayed features like track ordering in trace visualization. The team recently added support for manual track ordering and commits to better communication about priorities, more transparent issue management, and encourages community feedback to help with prioritization decisions.