Skip to content

Commit 6488e6b

Browse files
committed
generic intent support
1 parent 3082c5e commit 6488e6b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

res/values-es/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Ejemplo: para +34 (España) 123 456 789 escribe 34 123456789"</string>
123123
<string name="chk_telegram">Soporte experimental para [[tgm|Telegram]]</string>
124124
<string name="txt_telegram">Ten en cuenta que, para que un número pueda ser abierto en Telegram, su usuario debe marcarlo con "visibilidad pública" y permitir ser encontrado por él. Y prácticamente nadie lo hace.\nAsí que, a no ser que conozcas a la persona, te garantizo de que esta opción es inútil (Telegram ni siquiera avisa de que el número no puede ser abierto, se inicia como si nada sin errores).\nPuedes probarla si quieres, pero no digas que no te lo advertí.</string>
125125
<string name="chk_viber">Soporte experimental para [[vbr|Viber]]</string>
126+
<string name="txt_generic">Soporte experimental \'intent\' generico:\nCada línea se parseará como un \'intent\' para ser abierta. Usa \'%number%\' como plantilla para el número, y \'%message%\' para el mensaje.</string>
127+
<string name="hint_generic">Intents para Uri.parse</string>
126128
<string name="chk_light">Usar tema claro (la aplicación se reiniciará)</string>
127129
<string name="toast_empty">No hay números en el portapapeles</string>
128130
<string name="chk_signal">Soporte experimental para [[sgn|Signal]]</string>

res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The app will close. Next time you open it'll behave as a fresh install."</string
9696
<string name="chk_telegram">Experimental [[tgm|Telegram]] support</string>
9797
<string name="txt_telegram">Note that, in order for a number to be opened with the t.me/+123 link, the user must set it as "publicly visible" and allow being found by it. And almost no one does that.\nSo, unless you know the person, I assure you this option is useless (Telegram doesn\'t even say that the number couldn\'t be opened, it simply opens the main screen as normal without errors).\nYou can still try it, but you\'ve been warned.</string>
9898
<string name="chk_viber">Experimental [[vbr|Viber]] support</string>
99+
<string name="txt_generic">Experimental generic intent support:\nEach valid line will be parsed as an intent to open. Use \'%number%\' as a placeholder for the input number, and \'%message%\' for the input message.</string>
100+
<string name="hint_generic">Intents for Uri.parse</string>
99101
<string name="chk_light">Use light theme (the app will restart)</string>
100102
<string name="btn_addonLink">Addon</string>
101103

0 commit comments

Comments
 (0)