summaryrefslogtreecommitdiff
path: root/java/org/gnu/emacs/EmacsWindowManager.java
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-27Prevent crashes and related issues if initial activity is destroyed on AndroidPo Lu
2024-06-04Spelling fixesPaul Eggert
2024-05-04Simplify management of Android handle IDsPo Lu
2024-04-14Remove leftover tasks from previous Emacs sessions on startupPo Lu
2024-04-13Fix task-switching failures on Android 2.3Po Lu
2024-04-11Optimize R8 configurationPo Lu
2024-04-07Port new Android window management strategy to Android 5.0Po Lu
2024-04-06Correct typos in and omissions from earlier Android port changesPo Lu
2024-04-04Avoid destroying windows after they are unmappedPo Lu
2024-04-03Prevent detachWindow from deleting framesPo Lu
2024-04-03Better align Emacs window management with Android task lifecyclesPo Lu