From b15617c7a23695925c160be751b450ddc3f2fbd2 Mon Sep 17 00:00:00 2001 From: Meghdad Date: Tue, 12 May 2026 15:41:05 +0330 Subject: [PATCH] Forced LTR across the app and widgets. --- app/src/main/AndroidManifest.xml | 2 +- .../net/rodakot/ngxhttpmonitoringclient/MainActivity.kt | 9 ++++++++- .../widget/WidgetConfigureActivities.kt | 3 +++ app/src/main/res/layout/widget_fleet.xml | 2 ++ app/src/main/res/layout/widget_graph.xml | 2 ++ app/src/main/res/layout/widget_incidents.xml | 2 ++ app/src/main/res/layout/widget_metric.xml | 2 ++ app/src/main/res/layout/widget_server.xml | 2 ++ docs/PLAY_STORE_RELEASE.md | 3 ++- gradle.properties | 4 ++-- 10 files changed, 26 insertions(+), 5 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b5d15f5..fb6e701 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" - android:supportsRtl="true" + android:supportsRtl="false" android:theme="@style/Theme.NGXHttpMonitoringClient" android:usesCleartextTraffic="true">