You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App no longer wakes the lock screen - the Android app no longer forces the screen on or shows over the lock screen, and drops the USE_FULL_SCREEN_INTENT permission it needed for that. Notifications still arrive normally.
Fixed
Download files too large to preview - a file that exceeds the 1 MB text-preview limit now shows a Download button in the file viewer, so you can still save it through the streaming binary endpoint instead of hitting a dead-end "File too large" message.
Technical Details
android/app/src/main/AndroidManifest.xml drops showWhenLocked/turnScreenOn on the activity and the USE_FULL_SCREEN_INTENT permission; MainActivity.java removes the setShowWhenLocked/setTurnScreenOn calls. FileViewerModal.tsx shows a Download button when the text-preview endpoint rejects a file over 1 MB.
Android versionName/versionCode derive from package.json; APK built after the version bump and verified as versionName 1.167.1 / versionCode 1167001. 1088 tests / 89 files passing.