diff options
| author | Po Lu | 2023-03-05 15:55:24 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-05 15:55:24 +0800 |
| commit | 26b3b8433d933c9f8b26b83ca96ac1bb47711907 (patch) | |
| tree | dd46856e7a399a9e0ccbcdc2a3187b406d61f8a2 /java/org/gnu | |
| parent | 0760d5cc985e449555a9b3879707e91f0d04111c (diff) | |
| download | emacs-26b3b8433d933c9f8b26b83ca96ac1bb47711907.tar.gz emacs-26b3b8433d933c9f8b26b83ca96ac1bb47711907.zip | |
Update Android port
* java/org/gnu/emacs/EmacsOpenActivity.java (onCreate): Don't
set the style here.
* java/res/values-v11/style.xml:
* java/res/values-v14/style.xml:
* java/res/values-v29/style.xml:
* java/res/values/style.xml: Define styles for the emacsclient
wrapper.
* src/keyboard.c (read_key_sequence): Don't disable text
conversion if use_mouse_menu or if a menu bar prefix key is
being displayed.
Diffstat (limited to 'java/org/gnu')
| -rw-r--r-- | java/org/gnu/emacs/EmacsOpenActivity.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/org/gnu/emacs/EmacsOpenActivity.java b/java/org/gnu/emacs/EmacsOpenActivity.java index fddd5331d2f..ac643ae8a13 100644 --- a/java/org/gnu/emacs/EmacsOpenActivity.java +++ b/java/org/gnu/emacs/EmacsOpenActivity.java | |||
| @@ -380,11 +380,6 @@ public final class EmacsOpenActivity extends Activity | |||
| 380 | return; | 380 | return; |
| 381 | } | 381 | } |
| 382 | 382 | ||
| 383 | /* Set an appropriate theme. */ | ||
| 384 | |||
| 385 | if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) | ||
| 386 | setTheme (android.R.style.Theme_DeviceDefault); | ||
| 387 | |||
| 388 | /* Now see if the action specified is supported by Emacs. */ | 383 | /* Now see if the action specified is supported by Emacs. */ |
| 389 | 384 | ||
| 390 | if (action.equals ("android.intent.action.VIEW") | 385 | if (action.equals ("android.intent.action.VIEW") |