farmerbb / Notepad

A simple, bare-bones, no-frills note taking app for Android.
Apache License 2.0
320 stars 98 forks source link

Since the rewrite, text is only left-to-right. #124

Open Eliad654 opened 1 year ago

Eliad654 commented 1 year ago

I'm on Android. I write various non-technical things in the app in both English and Hebrew, which is written right-to-left. Before the rewrite, every new line would be assigned a text direction based on the first character (I think), so when I started writing in Hebrew it would stay right-to-left until I pressed Enter. Now it is locked to left-to-right and there's no way to change that, not even manually. The way it was before sounds the best and most convenient to me. I would love to see this reverted or at least a reply saying it won't ever be.

farmerbb commented 1 year ago

I went ahead and implemented proper RTL support as a setting, so that the entire app layout will switch to RTL when enabled. Unfortunately, it doesn't replicate the behavior of English text lines being LTR and Hebrew text lines being RTL, but it should hopefully be an improvement over what the behavior is right now.

Eliad654 commented 1 year ago

👍