guidance

Winsage
September 26, 2026
Microsoft has announced that the Internet Explorer mode within its Edge browser will be supported until at least the end of 2029. This mode allows organizations to run IE's rendering engine on current Windows versions. Microsoft will provide a minimum of one year's notice before any end-of-support date. IE mode is a compatibility feature in Edge that uses the legacy Trident engine. Internet Explorer officially retired its standalone browser in June 2022, having dropped to less than 1 percent of the browser market share at that time.
AppWizard
September 26, 2026
Google Maps has introduced an update for Android Auto that provides pop-up notifications about upcoming intersections, including traffic lights and stop signs. This feature enhances the driving experience by transforming static map information into dynamic alerts, potentially reducing the chances of drivers missing stop signs. The update is being rolled out gradually and is also available on smartphones using Google Maps. Looking ahead to 2026, Google plans to implement features such as Gemini-powered conversational navigation, 3D route visualization, smart zoom, transparent building views, improved voice guidance, updated Street View, and enhanced route information regarding tolls and traffic conditions. Additionally, Android Auto will receive a redesign and new features in the coming months.
Winsage
September 26, 2026
Microsoft has acknowledged that some users may experience desktop loading issues, specifically black screens, after installing the August 2026 preview updates and subsequent releases. This problem mainly affects Azure Virtual Desktop (AVD) hosts using FSLogix. Symptoms include a black screen post-sign-in and crashes related to Windows Explorer, which can be temporarily resolved by manually launching Windows Explorer through Task Manager. For enterprise customers, Microsoft has introduced a mitigation strategy via Known Issue Rollback (KIR), allowing IT administrators to reverse problematic updates by applying specific group policies. Additionally, Microsoft has addressed issues related to the loss of mouse and desktop settings on certain Windows 11 systems caused by the KB5120998 update.
AppWizard
September 23, 2026
The Android development community has historically addressed memory optimization reactively, but new performance requirements from Google Play, effective February 2027, emphasize proactive memory management. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization, with apps needing at least 25% optimization coverage. Memory usage can now hinder releases even without local crash replication, necessitating its integration into the pre-production process alongside other performance metrics. Dynamic memory usage is defined as anonymous RSS plus swap, excluding file-backed data. Google Play will evaluate this across different application states and device performance categories. Bitmap memory is scrutinized for the retention of invisible bitmaps, and DEX optimization aims to reduce memory footprint and improve performance. Investigating memory growth involves using Android Studio’s Memory Profiler to monitor memory changes during specific user flows and conducting heap dumps to identify retained objects. Issues often arise from retained state, where components hold onto callbacks that reference image data, necessitating a focus on lifecycle management rather than merely cache size. Bitmap memory should be carefully managed, as the decoded size can significantly exceed the compressed file size. Downsampling images to match UI dimensions is crucial. Memory checks should occur before production, with a focus on establishing a memory budget based on actual measurements and defining representative memory scenarios for testing. A pre-release memory checklist includes running user flows repeatedly, testing on various devices, inspecting heap dumps, examining image configurations, and reviewing optimization metrics. Monitoring Android vitals and Play Console warnings is essential to detect potential issues before they lead to user-reported crashes.
AppWizard
September 21, 2026
In August 2026, Google Play announced new performance requirements for memory management that will be enforced starting February 2027. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization. Applications that exceed these thresholds may face reduced visibility and publishing capabilities on the platform. Dynamic memory usage is defined as the sum of anonymous RSS and swap, excluding file-backed data. Google is focused on whether applications retain non-visible bitmaps and requires at least 25% coverage in DEX optimization. Memory issues can be difficult to reproduce, and developers are encouraged to use Android Studio’s Memory Profiler to investigate memory growth. A thorough investigation involves monitoring memory changes, taking heap dumps, and understanding reference paths. Bitmap memory should be carefully managed, as the runtime cost of images can exceed their file size. Google will provide real-world memory metrics through the Play Console, and teams are advised to establish memory budgets and perform pre-release checks to identify potential issues before they lead to out-of-memory (OOM) crashes.
AppWizard
September 20, 2026
YouTube users on Android have been experiencing a persistent bug since April that affects the full-screen landscape mode, causing suggested video thumbnails to overlap the bottom of the screen and obscure the progress bar and video timer. This issue makes it impossible for users to scrub through videos. The problem was first reported by a user in April, and complaints have continued to grow. A recent discussion included suggestions from someone claiming to be a Google employee, such as closing the app, ensuring it is updated, switching video orientations, checking if the bug is specific to certain videos, and using the mobile website as an alternative. Users are advised to report the issue through the app's settings. The bug remains unresolved after nearly five months.
Search