Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:layout_marginTop="2dp"
android:textAppearance="?attr/textAppearanceCaption"
android:textColor="?attr/colorOnSurfaceVariant"
tools:text="by AndroidIDE Team" />
tools:text="by Code on the Go Team" />

<TextView
android:id="@+id/plugin_description"
Expand All @@ -76,7 +76,7 @@
android:maxLines="2"
android:ellipsize="end"
android:textAppearance="?attr/textAppearanceBody2"
tools:text="A simple hello world plugin that demonstrates AndroidIDE plugin capabilities" />
tools:text="A simple hello world plugin that demonstrates Code on the Go plugin capabilities" />

<TextView
android:id="@+id/plugin_status"
Expand Down
4 changes: 2 additions & 2 deletions editor/src/main/assets/editor/treesitter/xml/indents.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Indents query for AndroidIDE
; Indents query for Code on the Go

(xml_decl
"<?" @indent
Expand All @@ -13,4 +13,4 @@
tag_name: (name) @indent)
(tag_end
"<" @outdent)
)
)
4 changes: 2 additions & 2 deletions editor/src/main/res/layout/layout_find_in_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
app:layout_constraintEnd_toStartOf="@id/more_options"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/top_border"
tools:text="AndroidIDE" />
tools:text="Code on the Go" />

<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/more_options"
Expand Down Expand Up @@ -114,4 +114,4 @@
app:layout_constraintStart_toEndOf="@+id/replace"
app:layout_constraintTop_toBottomOf="@+id/search_input" />

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
8 changes: 4 additions & 4 deletions resources/src/main/res/values-ar-rSA/termux_app_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<!-- Termux Bootstrap Packages Installation -->
<string name="bootstrap_installer_body">Installing bootstrap packages…</string>
<string name="bootstrap_error_title">Unable to install bootstrap</string>
<string name="bootstrap_error_body">AndroidIDE was unable to install the bootstrap packages.</string>
<string name="bootstrap_error_body">Code on the Go was unable to install the bootstrap packages.</string>
<string name="bootstrap_error_abort">Abort</string>
<string name="bootstrap_error_try_again">Try again</string>
<string name="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_not_primary_user_message">Code on the Go can only be run as the primary user.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">Code on the Go cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<!-- Terminal Sidebar and Shortcuts -->
<string name="action_new_session">New session</string>
<string name="action_new_session_failsafe">Failsafe</string>
Expand Down Expand Up @@ -62,7 +62,7 @@
<string name="notification_action_wake_lock">Acquire wakelock</string>
<string name="notification_action_wake_unlock">Release wakelock</string>
<!-- TermuxService -->
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">AndroidIDE requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; AndroidIDE -&gt; Advanced</string>
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">Code on the Go requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; Code on the Go -&gt; Advanced</string>
<!-- Termux File Receiver -->
<string name="title_file_received">Save file in ~/downloads/</string>
<string name="action_file_received_edit">Edit</string>
Expand Down
12 changes: 6 additions & 6 deletions resources/src/main/res/values-ar-rSA/termux_shared_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
\n\nWe do not provide support for any hacking related tools/scripts. Any questions asked about them over email,
on GitHub or other official termux community forums **will likely be automatically closed/deleted** and may
even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string>
<string name="msg_termux_app_required_by_app">The AndroidIDE is required by the %1$s app to run termux commands.</string>
<string name="error_termux_app_package_context_not_accessible">The AndroidIDE app (package context) is not accessible.</string>
<string name="error_termux_prefix_dir_path_not_accessible">The AndroidIDE app $PREFIX directory is not accessible by the %1$s app.
This may be because you have not installed or setup AndroidIDE app or
AndroidIDE app and %1$s app both have different APK signatures because you have managed to install both apps from different sources.
It may also be because AndroidIDE $PREFIX directory \"/data/data/com.itsaky.androidide/files/usr\" does not exist or does not have read,
<string name="msg_termux_app_required_by_app">The Code on the Go app is required by the %1$s app to run termux commands.</string>
<string name="error_termux_app_package_context_not_accessible">The Code on the Go app (package context) is not accessible.</string>
<string name="error_termux_prefix_dir_path_not_accessible">The Code on the Go app $PREFIX directory is not accessible by the %1$s app.
This may be because you have not installed or setup Code on the Go app or
Code on the Go app and %1$s app both have different APK signatures because you have managed to install both apps from different sources.
It may also be because Code on the Go $PREFIX directory \"/data/data/com.itsaky.androidide/files/usr\" does not exist or does not have read,
write and execute permissions.</string>
<!-- Miscellaneous -->
<string name="action_share">Share</string>
Expand Down
8 changes: 4 additions & 4 deletions resources/src/main/res/values-bn-rIN/termux_app_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<!-- Termux Bootstrap Packages Installation -->
<string name="bootstrap_installer_body">বুটস্ট্র্যাপ প্যাকেজ ইনস্টল করা হচ্ছে…</string>
<string name="bootstrap_error_title">বুটস্ট্র্যাপ ইনস্টল করতে অক্ষম</string>
<string name="bootstrap_error_body">AndroidIDE বুটস্ট্র্যাপ প্যাকেজগুলি ইনস্টল করতে অক্ষম ছিল৷.</string>
<string name="bootstrap_error_body">Code on the Go বুটস্ট্র্যাপ প্যাকেজগুলি ইনস্টল করতে অক্ষম ছিল৷.</string>
<string name="bootstrap_error_abort">গর্ভপাত</string>
<string name="bootstrap_error_try_again">আবার চেষ্টা কর</string>
<string name="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_not_primary_user_message">Code on the Go can only be run as the primary user.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">Code on the Go cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<!-- Terminal Sidebar and Shortcuts -->
<string name="action_new_session">নতুন অধিবেশন</string>
<string name="action_new_session_failsafe">ব্যর্থতার নিরাপত্তা</string>
Expand Down Expand Up @@ -62,7 +62,7 @@
<string name="notification_action_wake_lock">Wakelock অর্জন</string>
<string name="notification_action_wake_unlock">Wakelock মুক্তি</string>
<!-- TermuxService -->
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">AndroidIDE requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; AndroidIDE -&gt; Advanced</string>
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">Code on the Go requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; Code on the Go -&gt; Advanced</string>
<!-- Termux File Receiver -->
<string name="title_file_received">~/downloads/ এ ফাইল সংরক্ষণ করুন</string>
<string name="action_file_received_edit">সম্পাদনা করুন</string>
Expand Down
12 changes: 6 additions & 6 deletions resources/src/main/res/values-bn-rIN/termux_shared_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
\n\nWe do not provide support for any hacking related tools/scripts. Any questions asked about them over email,
on GitHub or other official termux community forums **will likely be automatically closed/deleted** and may
even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string>
<string name="msg_termux_app_required_by_app">Termux কমান্ড চালানোর জন্য %1$s অ্যাপের AndroidIDE প্রয়োজন.</string>
<string name="error_termux_app_package_context_not_accessible">AndroidIDE অ্যাপ (প্যাকেজ প্রসঙ্গ) অ্যাক্সেসযোগ্য নয়।.</string>
<string name="error_termux_prefix_dir_path_not_accessible">AndroidIDE অ্যাপ $PREFIX ডিরেক্টরিটি %1$s অ্যাপ দ্বারা অ্যাক্সেসযোগ্য নয়৷
আপনি AndroidIDE অ্যাপ ইনস্টল বা সেটআপ করেননি বলে এটি হতে পারে
AndroidIDE অ্যাপ্লিকেশান এবং %1$s অ্যাপ্লিকেশান উভয়েরই আলাদা APK স্বাক্ষর রয়েছে কারণ আপনি বিভিন্ন উত্স থেকে উভয় অ্যাপ ইনস্টল করতে পরিচালনা করেছেন৷
এটাও হতে পারে কারণ AndroidIDE $PREFIX ডিরেক্টরি \"/data/data/com.itsaky.androidide/files/usr\" নেই বা পড়া নেই,
<string name="msg_termux_app_required_by_app">Termux কমান্ড চালানোর জন্য %1$s অ্যাপের Code on the Go প্রয়োজন.</string>
<string name="error_termux_app_package_context_not_accessible">Code on the Go অ্যাপ (প্যাকেজ প্রসঙ্গ) অ্যাক্সেসযোগ্য নয়।.</string>
<string name="error_termux_prefix_dir_path_not_accessible">Code on the Go অ্যাপ $PREFIX ডিরেক্টরিটি %1$s অ্যাপ দ্বারা অ্যাক্সেসযোগ্য নয়৷
আপনি Code on the Go অ্যাপ ইনস্টল বা সেটআপ করেননি বলে এটি হতে পারে
Code on the Go অ্যাপ্লিকেশান এবং %1$s অ্যাপ্লিকেশান উভয়েরই আলাদা APK স্বাক্ষর রয়েছে কারণ আপনি বিভিন্ন উত্স থেকে উভয় অ্যাপ ইনস্টল করতে পরিচালনা করেছেন৷
এটাও হতে পারে কারণ Code on the Go $PREFIX ডিরেক্টরি \"/data/data/com.itsaky.androidide/files/usr\" নেই বা পড়া নেই,
লিখুন এবং অনুমতি কার্যকর করুন।.</string>
<!-- Miscellaneous -->
<string name="action_share">শেয়ার করুন</string>
Expand Down
8 changes: 4 additions & 4 deletions resources/src/main/res/values-de-rDE/termux_app_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<!-- Termux Bootstrap Packages Installation -->
<string name="bootstrap_installer_body">Installation der Bootstrap-Pakete…</string>
<string name="bootstrap_error_title">Bootstrap konnte nicht installiert werden</string>
<string name="bootstrap_error_body">AndroidIDE was unable to install the bootstrap packages.</string>
<string name="bootstrap_error_body">Code on the Go was unable to install the bootstrap packages.</string>
<string name="bootstrap_error_abort">Abbrechen</string>
<string name="bootstrap_error_try_again">Erneut versuchen</string>
<string name="bootstrap_error_not_primary_user_message">AndroidIDE can only be run as the primary user.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">AndroidIDE cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for AndroidIDE have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_not_primary_user_message">Code on the Go can only be run as the primary user.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">Code on the Go cannot be installed on portable/external/removable sd card on your device.\nBootstrap binaries compiled for Code on the Go have hardcoded $PREFIX path and cannot be installed under any path other than:\n%1$s.</string>
<!-- Terminal Sidebar and Shortcuts -->
<string name="action_new_session">Neue Sitzung</string>
<string name="action_new_session_failsafe">Failsafe</string>
Expand Down Expand Up @@ -62,7 +62,7 @@
<string name="notification_action_wake_lock">Acquire wakelock</string>
<string name="notification_action_wake_unlock">Release wakelock</string>
<!-- TermuxService -->
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">AndroidIDE requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; AndroidIDE -&gt; Advanced</string>
<string name="error_display_over_other_apps_permission_not_granted_to_start_terminal">Code on the Go requires \"Display over other apps\" permission to start terminal sessions from background on Android &gt;= 10. Grants it from Settings -&gt; Apps -&gt; Code on the Go -&gt; Advanced</string>
<!-- Termux File Receiver -->
<string name="title_file_received">Datei in ~/downloads/ speichern</string>
<string name="action_file_received_edit">Bearbeiten</string>
Expand Down
12 changes: 6 additions & 6 deletions resources/src/main/res/values-de-rDE/termux_shared_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
\n\nWe do not provide support for any hacking related tools/scripts. Any questions asked about them over email,
on GitHub or other official termux community forums **will likely be automatically closed/deleted** and may
even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string>
<string name="msg_termux_app_required_by_app">The AndroidIDE is required by the %1$s app to run termux commands.</string>
<string name="error_termux_app_package_context_not_accessible">The AndroidIDE app (package context) is not accessible.</string>
<string name="error_termux_prefix_dir_path_not_accessible">The AndroidIDE app $PREFIX directory is not accessible by the %1$s app.
This may be because you have not installed or setup AndroidIDE app or
AndroidIDE app and %1$s app both have different APK signatures because you have managed to install both apps from different sources.
It may also be because AndroidIDE $PREFIX directory \"/data/data/com.itsaky.androidide/files/usr\" does not exist or does not have read,
<string name="msg_termux_app_required_by_app">The Code on the Go app is required by the %1$s app to run termux commands.</string>
<string name="error_termux_app_package_context_not_accessible">The Code on the Go app (package context) is not accessible.</string>
<string name="error_termux_prefix_dir_path_not_accessible">The Code on the Go app $PREFIX directory is not accessible by the %1$s app.
This may be because you have not installed or setup Code on the Go app or
Code on the Go app and %1$s app both have different APK signatures because you have managed to install both apps from different sources.
It may also be because Code on the Go $PREFIX directory \"/data/data/com.itsaky.androidide/files/usr\" does not exist or does not have read,
write and execute permissions.</string>
<!-- Miscellaneous -->
<string name="action_share">Teilen</string>
Expand Down
Loading