Update: 2026-05-16 21:43:57

This commit is contained in:
Hamza-Ayed
2026-05-16 21:43:57 +03:00
parent fd68eeeddf
commit 4df9cb17f1
301 changed files with 21034 additions and 48759 deletions

View File

@@ -1,4 +1,4 @@
#Sat May 16 19:58:08 EET 2026
#Sat May 16 21:41:37 EET 2026
com.jordanbot.autoride.app-main-4\:/drawable/bg_bubble.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_bubble.xml
com.jordanbot.autoride.app-main-4\:/drawable/bg_button.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_button.xml
com.jordanbot.autoride.app-main-4\:/drawable/bg_button_danger.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_button_danger.xml
@@ -23,11 +23,13 @@ com.jordanbot.autoride.app-main-4\:/mipmap-xxhdpi/ic_launcher_round.webp=/Users/
com.jordanbot.autoride.app-main-4\:/mipmap-xxxhdpi/ic_launcher.webp=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-xxxhdpi-v4/ic_launcher.webp
com.jordanbot.autoride.app-main-4\:/mipmap-xxxhdpi/ic_launcher_foreground.webp=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-xxxhdpi-v4/ic_launcher_foreground.webp
com.jordanbot.autoride.app-main-4\:/mipmap-xxxhdpi/ic_launcher_round.webp=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/mipmap-xxxhdpi-v4/ic_launcher_round.webp
com.jordanbot.autoride.app-main-4\:/raw/tutorial_voice.wav=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/raw/tutorial_voice.wav
com.jordanbot.autoride.app-main-4\:/xml/accessibility_config.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/xml/accessibility_config.xml
com.jordanbot.autoride.app-main-4\:/xml/backup_rules.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/xml/backup_rules.xml
com.jordanbot.autoride.app-main-4\:/xml/data_extraction_rules.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/xml/data_extraction_rules.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/activity_main.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/activity_main.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/activity_settings.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/activity_settings.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/activity_subscription.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/activity_subscription.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/activity_tutorial.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/activity_tutorial.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/overlay_expanded.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/overlay_expanded.xml
com.jordanbot.autoride.app-packageReleaseResources-2\:/layout/overlay_floating.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/layout/overlay_floating.xml

View File

@@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="accessibility_service_description">هذه الخدمة ضرورية لـ Jordan Bot لكي يقوم بقراءة تفاصيل الرحلة من الشاشة والضغط على زر قبول الرحلة تلقائياً عندما تتطابق مع شروطك.</string>
<string name="app_name">Jordan Bot</string>
<style name="Theme.JordanBot" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="colorPrimary">#00D4AA</item>
<item name="colorPrimaryDark">#00B894</item>
<item name="colorAccent">#00D4AA</item>
<item name="colorSurface">#1A1A2E</item>
<item name="colorOnSurface">#FFFFFF</item>
<item name="android:windowBackground">#0F0F1A</item>
<item name="android:textColor">#FFFFFF</item>
</style>
<style name="Theme.JordanBot.Dark" parent="Theme.AppCompat.NoActionBar">
<item name="colorPrimary">#00D4AA</item>
<item name="colorPrimaryDark">#00B894</item>
<item name="colorAccent">#00D4AA</item>
<item name="colorSurface">#1A1A2E</item>
<item name="colorOnSurface">#FFFFFF</item>
<item name="android:windowBackground">#0F0F1A</item>
<item name="android:textColor">#FFFFFF</item>
</style>
<style name="Theme.JordanBot.Light" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">#00B894</item>
<item name="colorPrimaryDark">#009688</item>
<item name="colorAccent">#00B894</item>
<item name="colorSurface">#FFFFFF</item>
<item name="colorOnSurface">#1A1A2E</item>
<item name="android:windowBackground">#F5F5F5</item>
<item name="android:textColor">#1A1A2E</item>
</style>
</resources>

View File

@@ -24,4 +24,4 @@
<item name="colorOnSurface">#FFFFFF</item>
<item name="android:windowBackground">#0F0F1A</item>
<item name="android:textColor">#FFFFFF</item>
</style></file><file path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">Jordan Bot</string><string name="accessibility_service_description">هذه الخدمة ضرورية لـ Jordan Bot لكي يقوم بقراءة تفاصيل الرحلة من الشاشة والضغط على زر قبول الرحلة تلقائياً عندما تتطابق مع شروطك.</string></file><file name="accessibility_config" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/accessibility_config.xml" qualifiers="" type="xml"/><file name="backup_rules" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/backup_rules.xml" qualifiers="" type="xml"/><file name="data_extraction_rules" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/data_extraction_rules.xml" qualifiers="" type="xml"/><file name="ic_launcher" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_foreground" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher_round" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/release/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release" generated-set="release$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/release/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/generated/res/resValues/release"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/generated/res/resValues/release"/></dataSet><mergedItems/></merger>
</style></file><file path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">Jordan Bot</string><string name="accessibility_service_description">هذه الخدمة ضرورية لـ Jordan Bot لكي يقوم بقراءة تفاصيل الرحلة من الشاشة والضغط على زر قبول الرحلة تلقائياً عندما تتطابق مع شروطك.</string></file><file name="accessibility_config" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/accessibility_config.xml" qualifiers="" type="xml"/><file name="backup_rules" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/backup_rules.xml" qualifiers="" type="xml"/><file name="data_extraction_rules" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/xml/data_extraction_rules.xml" qualifiers="" type="xml"/><file name="ic_launcher" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_foreground" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher_round" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="activity_tutorial" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/layout/activity_tutorial.xml" qualifiers="" type="layout"/><file name="tutorial_voice" path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/main/res/raw/tutorial_voice.wav" qualifiers="" type="raw"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/release/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="release" generated-set="release$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/src/release/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/generated/res/resValues/release"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/generated/res/resValues/release"/></dataSet><mergedItems/></merger>

View File

@@ -1,276 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#1A1A2E"
android:fillViewport="true">
<LinearLayout
android:id="@+id/main_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="24dp">
<!-- App Title -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="⚡ Jordan Bot"
android:textColor="#00D4AA"
android:textSize="32sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="32dp"
android:text="بوت قبول الرحلات التلقائي"
android:textColor="#AAAAAA"
android:textSize="16sp" />
<!-- Status Card -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:gravity="center"
android:orientation="vertical"
android:padding="20dp"
android:layout_marginBottom="24dp">
<TextView
android:id="@+id/tv_status"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="⏸ البوت متوقف"
android:textColor="#FF5252"
android:textSize="20sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="فعّل الصلاحيات أدناه ثم اضغط تشغيل"
android:textColor="#888888"
android:textSize="13sp" />
</LinearLayout>
<!-- Step 1: Notification Access -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="12dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="① قراءة الإشعارات"
android:textColor="#FFFFFF"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="مطلوب لقراءة إشعارات تطبيقات النقل (Uber, Careem, Jeeny...)"
android:textColor="#999999"
android:textSize="12sp" />
<Button
android:id="@+id/btn_notification"
android:layout_width="match_parent"
android:layout_height="44dp"
android:layout_marginTop="8dp"
android:background="@drawable/bg_button"
android:text="تفعيل قراءة الإشعارات"
android:textColor="#FFFFFF"
android:textSize="14sp" />
</LinearLayout>
<!-- Step 2: Accessibility -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="12dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="② الضغط التلقائي (Accessibility)"
android:textColor="#FFFFFF"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="مطلوب لكي يضغط البوت على زر القبول تلقائياً نيابة عنك"
android:textColor="#999999"
android:textSize="12sp" />
<Button
android:id="@+id/btn_accessibility"
android:layout_width="match_parent"
android:layout_height="44dp"
android:layout_marginTop="8dp"
android:background="@drawable/bg_button"
android:text="تفعيل خدمة الوصول"
android:textColor="#FFFFFF"
android:textSize="14sp" />
</LinearLayout>
<!-- Step 3: Overlay -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="12dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="③ الظهور فوق التطبيقات"
android:textColor="#FFFFFF"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="مطلوب لإظهار لوحة التحكم العائمة أثناء عملك على التطبيقات الأخرى"
android:textColor="#999999"
android:textSize="12sp" />
<Button
android:id="@+id/btn_overlay"
android:layout_width="match_parent"
android:layout_height="44dp"
android:layout_marginTop="8dp"
android:background="@drawable/bg_button"
android:text="تفعيل الظهور فوق التطبيقات"
android:textColor="#FFFFFF"
android:textSize="14sp" />
</LinearLayout>
<!-- Step 4: Location Tracking -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="④ الموافقة على الطلبات القريبة"
android:textColor="#FFFFFF"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:text="مطلوب لمطابقة الطلبات القريبة من موقعك وتسريع القبول التلقائي"
android:textColor="#999999"
android:textSize="12sp" />
<Button
android:id="@+id/btn_location"
android:layout_width="match_parent"
android:layout_height="44dp"
android:layout_marginTop="8dp"
android:background="@drawable/bg_button"
android:text="تفعيل مطابقة الطلبات القريبة"
android:textColor="#FFFFFF"
android:textSize="14sp" />
</LinearLayout>
<!-- Navigation Buttons -->
<Button
android:id="@+id/btn_subscriptions"
android:layout_width="match_parent"
android:layout_height="48dp"
android:backgroundTint="#2A2A4A"
android:text="💳 إدارة الاشتراكات"
android:textColor="#FFFFFF"
android:layout_marginBottom="8dp" />
<Button
android:id="@+id/btn_settings"
android:layout_width="match_parent"
android:layout_height="48dp"
android:backgroundTint="#2A2A4A"
android:text="⚙️ الإعدادات والفلاتر"
android:textColor="#FFFFFF"
android:layout_marginBottom="24dp" />
<!-- Launch Button -->
<Button
android:id="@+id/btn_start"
android:layout_width="match_parent"
android:layout_height="56dp"
android:background="@drawable/bg_button_primary"
android:text="🚀 تشغيل Jordan Bot"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="12dp" />
<Button
android:id="@+id/btn_stop"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/bg_button_danger"
android:text="⏹ إيقاف البوت"
android:textColor="#FFFFFF"
android:textSize="15sp"
android:visibility="gone" />
<Button
android:id="@+id/btn_test_connection"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:background="?attr/selectableItemBackground"
android:text="🔍 فحص الاتصال والتنبيهات"
android:textColor="#00D4AA"
android:textSize="12sp" />
<!-- Supported apps info -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:gravity="center"
android:text="التطبيقات المدعومة:\nUber • Careem • Jeeny • Petra Ride • TaxiF"
android:textColor="#666666"
android:textSize="12sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="v1.0.0 — Jordan Bot © 2026"
android:textColor="#444444"
android:textSize="11sp" />
</LinearLayout>
</ScrollView>

View File

@@ -1,170 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="⚙️ الإعدادات"
android:textColor="?attr/colorPrimary"
android:textSize="32sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="32dp"
android:text="تخصيص فلاتر البوت والمظهر"
android:textColor="?attr/colorOnSurface"
android:textSize="16sp" />
<!-- Filters Section -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="فلاتر الطلبات"
android:textColor="?attr/colorOnSurface"
android:textSize="18sp"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="الحد الأدنى للسعر (JOD)"
android:textColor="?attr/colorOnSurface" />
<EditText
android:id="@+id/et_min_price"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="numberDecimal"
android:text="1.0"
android:textColor="?attr/colorOnSurface"
android:layout_marginBottom="16dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="أقصى وقت لوصول السائق (بالدقائق)"
android:textColor="?attr/colorOnSurface" />
<EditText
android:id="@+id/et_max_minutes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"
android:text="10"
android:textColor="?attr/colorOnSurface"
android:layout_marginBottom="16dp" />
<Switch
android:id="@+id/switch_auto_accept"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="تفعيل القبول التلقائي"
android:textColor="?attr/colorOnSurface"
android:checked="true" />
</LinearLayout>
<!-- Supported Apps Section -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="التطبيقات المفعلة"
android:textColor="?attr/colorOnSurface"
android:textSize="18sp"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="24dp">
<CheckBox
android:id="@+id/cb_uber"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Uber (أوبر)"
android:textColor="?attr/colorOnSurface"
android:checked="true" />
<CheckBox
android:id="@+id/cb_careem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Careem (كريم)"
android:textColor="?attr/colorOnSurface"
android:checked="true" />
<CheckBox
android:id="@+id/cb_jeeny"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Jeeny (جيني)"
android:textColor="?attr/colorOnSurface"
android:checked="true" />
</LinearLayout>
<!-- Appearance Section -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:text="المظهر"
android:textColor="?attr/colorOnSurface"
android:textSize="18sp"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="24dp">
<Switch
android:id="@+id/switch_dark_mode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="الوضع الليلي (Dark Mode)"
android:textColor="?attr/colorOnSurface"
android:checked="true" />
</LinearLayout>
<Button
android:id="@+id/btn_save_settings"
android:layout_width="match_parent"
android:layout_height="56dp"
android:background="@drawable/bg_button_primary"
android:text="💾 حفظ الإعدادات"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="24dp" />
</LinearLayout>
</ScrollView>

View File

@@ -1,276 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#121222">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="💎 باقات التميّز"
android:textColor="#00D4AA"
android:textSize="28sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="32dp"
android:text="سرّع عملك وضاعف دخلك اليوم"
android:textColor="#AAAAAA"
android:textSize="14sp" />
<!-- Current Status -->
<TextView
android:id="@+id/tv_current_status"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:background="@drawable/bg_card"
android:padding="12dp"
android:text="الحالة: جاري جلب البيانات..."
android:textAlignment="center"
android:textColor="#FFFFFF"
android:textSize="14sp" />
<!-- Free Plan -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="20dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="الخطة المجانية"
android:textColor="#FFFFFF"
android:textSize="22sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0.00 JOD / مدى الحياة"
android:textColor="#00D4AA"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="• رحلة واحدة يومياً\n• تطبيق واحد فقط"
android:textColor="#AAAAAA"
android:textSize="13sp" />
</LinearLayout>
<!-- Basic Annual Plan -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:orientation="vertical"
android:padding="20dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="الخطة الأساسية (سنوي)"
android:textColor="#FFFFFF"
android:textSize="22sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="10.00 JOD / سنة"
android:textColor="#00D4AA"
android:textSize="20sp"
android:textStyle="bold" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginVertical="12dp"
android:background="#33FFFFFF" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="✅ طلبات غير محدودة\n✅ أولوية في القبول\n✅ تدعم 3 تطبيقات فقط"
android:textColor="#CCCCCC"
android:textSize="13sp"
android:lineSpacingExtra="4dp" />
<Button
android:id="@+id/btn_subscribe_basic"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginTop="16dp"
android:background="@drawable/bg_button"
android:text="تفعيل سنوي عبر CliQ"
android:textColor="#FFFFFF" />
</LinearLayout>
<!-- Pro Annual Plan -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_card"
android:elevation="4dp"
android:orientation="vertical"
android:padding="20dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="الخطة الاحترافية (سنوي)"
android:textColor="#FFD700"
android:textSize="22sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="17.00 JOD / سنة"
android:textColor="#00D4AA"
android:textSize="20sp"
android:textStyle="bold" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginVertical="12dp"
android:background="#33FFFFFF" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="✅ طلبات غير محدودة\n✅ أقصى سرعة وقوة في القبول\n✅ تدعم جميع الـ 5 تطبيقات"
android:textColor="#CCCCCC"
android:textSize="13sp"
android:lineSpacingExtra="4dp" />
<Button
android:id="@+id/btn_subscribe_pro"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginTop="16dp"
android:background="@drawable/bg_button_primary"
android:text="تفعيل سنوي عبر CliQ"
android:textColor="#FFFFFF"
android:textStyle="bold" />
</LinearLayout>
</LinearLayout>
</ScrollView>
<!-- Payment Overlay (Hidden by default) -->
<LinearLayout
android:id="@+id/layout_payment_overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#F2121222"
android:gravity="center"
android:orientation="vertical"
android:padding="32dp"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="انتظار الدفع عبر CliQ"
android:textColor="#FFFFFF"
android:textSize="24sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="يرجى إرسال المبلغ إلى الاسم المستعار التالي:"
android:textColor="#AAAAAA"
android:textAlignment="center" />
<TextView
android:id="@+id/tv_cliq_alias"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="JordanBot"
android:textColor="#00D4AA"
android:textSize="22sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="الرقم المرجعي (هام جداً):"
android:textColor="#FFFFFF" />
<TextView
android:id="@+id/tv_ref_code"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#3300D4AA"
android:padding="12dp"
android:text="JB-XXXXXX"
android:textColor="#00D4AA"
android:textSize="32sp"
android:textStyle="bold"
android:layout_marginTop="8dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="⚠️ يجب كتابة الرقم أعلاه في خانة الملاحظات داخل تطبيق البنك لضمان التفعيل الآلي."
android:textColor="#FF5252"
android:textAlignment="center"
android:textSize="12sp" />
<ProgressBar
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginTop="32dp"
android:indeterminateTint="#00D4AA" />
<TextView
android:id="@+id/tv_timer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="ننتظر وصول الدفعة... (10:00)"
android:textColor="#AAAAAA" />
<Button
android:id="@+id/btn_cancel_payment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:background="?attr/selectableItemBackground"
android:text="إلغاء الطلب"
android:textColor="#888888" />
</LinearLayout>
</FrameLayout>

View File

@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#121212"
android:layoutDirection="rtl">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="دليل تفعيل الصلاحيات 🛡️"
android:textColor="#4CAF50"
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1. افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة Jordan Bot في الشاشة الرئيسية واختر (معلومات التطبيق) أو (إدارة التطبيق)."
android:textColor="#AAAAAA"
android:layout_marginBottom="12dp"/>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2. فك القيود (أهم خطوة)"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث في أعلى الصفحة واختر 'السماح بالإعدادات المقيدة' (Allow restricted settings)."
android:textColor="#AAAAAA"
android:layout_marginBottom="12dp"/>
<!-- <ImageView
android:layout_width="match_parent"
android:layout_height="300dp"
android:src="@drawable/tutorial_step_restricted"
android:scaleType="centerInside"
android:background="#2C2C2C"/> -->
</LinearLayout>
<!-- Audio Guide -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
</LinearLayout>
</ScrollView>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:background="#FFFFFF"
android:orientation="vertical"
android:padding="16dp"
android:elevation="10dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إعدادات Jordan Bot ⚡"
android:textSize="18sp"
android:textStyle="bold"
android:gravity="center"
android:layout_marginBottom="16dp" />
<Switch
android:id="@+id/switch_bot_status"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="حالة البوت (ON/OFF)"
android:checked="true"
android:layout_marginBottom="16dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="أقل سعر للرحلة (دينار):" />
<EditText
android:id="@+id/et_min_price"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="numberDecimal"
android:text="1.50"
android:layout_marginBottom="16dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="أقصى وقت للوصول (دقائق):" />
<EditText
android:id="@+id/et_max_minutes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"
android:text="10"
android:layout_marginBottom="16dp" />
<Button
android:id="@+id/btn_save_close"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="حفظ وإغلاق" />
</LinearLayout>

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_bubble"
android:layout_width="60dp"
android:layout_height="60dp"
android:background="@drawable/bg_bubble"
android:gravity="center"
android:text="Bot\nON"
android:textColor="#FFFFFF"
android:textStyle="bold"
android:textSize="14sp"
android:elevation="8dp" />
</FrameLayout>