You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ytdl-android/app
John Cristian Lucas 993836760a
Refactor ShareActivity overlay handling and fix status bar on lower Android
Refactored ShareActivity to properly manage overlay WindowManager views.

Introduced wm and myView as class properties for safer lifecycle handling.

Added onDestroy() override to remove overlay view and prevent potential memory leaks or window leaks.

Simplified overlay setup by removing commented-out flags and redundant alpha adjustments.

Ensured immersive fullscreen behavior in onResume() using SYSTEM_UI_FLAG flags.

Maintained backward compatibility for TYPE_APPLICATION_OVERLAY and TYPE_SYSTEM_ALERT.

Minor code cleanup for readability and consistency with existing ViewModel initialization and intent handling.
5 months ago
..
schemas many changes and pacakges upgrades 6 months ago
src Refactor ShareActivity overlay handling and fix status bar on lower Android 5 months ago
.gitignore
build.gradle many changes and pacakges upgrades 6 months ago
proguard-rules.pro many changes and pacakges upgrades 6 months ago