Android client for Trilium Notes

android-app note-taking-app trilium
2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Mobile Development Android Applications

AI Summary: Fix the unresponsiveness of the back button in the settings views of the Trilium Notes Android app. The issue appears to be that the back button is obscured by the Android notification bar on some devices, such as the Pixel 7. The solution likely involves adjusting the layout or UI elements to ensure the back button is always accessible and visible, regardless of the notification bar's position.

Complexity: 3/5
bug good first issue

Android client for Trilium Notes

Kotlin
#android-app#note-taking-app#trilium
Mobile Development Android Applications

AI Summary: Update the Android targetSdkVersion in the Trilium Notes for Android project to 36. This involves modifying the build configuration files (likely `build.gradle`) to reflect the change and addressing any compatibility issues or breaking changes introduced by the update to Android 16. The provided link to Android 16 behavior changes may be helpful in identifying and resolving potential problems.

Complexity: 3/5
good first issue

Android client for Trilium Notes

Kotlin
#android-app#note-taking-app#trilium