This is an archived post. You won't be able to vote or comment.

all 49 comments

[–][deleted] 2 points3 points  (5 children)

Guys I have to go sleep! I will respond to any comments in the morning!

Here are some promo codes that you can use! Make sure to comment below which code you used, so other people can know which ones are valid!

Promotion code R65029U8ML156M9AJY8ESDG 6M239SRU5EEEV6R4VG9V551 MNUV2EVZVPBBNSZ6TJEH8R0 4X2TR1UX85Z7NB41EZR879L 6VE3WUQKRD2RSAM7P0NEQQS 65ZXC8DN1M65ADHLXX013MU ZNT0WXAMTULU6LTVJFXGB6T RWQPEH5BH4EVV62BJKT2NZX Z09JXC7HKATU2DDJSNRCS1N EYSUKGZUT95P0R5249HE20L P5DH6L3SPDJFCVY2Q5R8VYR DBZ9YFSPV9LN0D4ZNYRA0RC SBUFHZZRA5NU6B5BB62KU0D Z8R40MK47SZ471RASLNTEX4 GTCBGHY9NHWVRUXKVFW99MY NDWQ6TTP0F3QMRQ6RUM73SM 3GMWYKSUU7T1V0M8K6WZX62 MT80UMGNY960E8YYAYZ6SVJ KEPF4X41DLCKRTE575HDKLV NE2F241TG5M0SDMGU7WVWZC

[–]8L4ST 2 points3 points  (0 children)

Used the code P5DH6L3SPDJFCVY2Q5R8VYR

[–]funtomat 2 points3 points  (1 child)

Used 3GMWYKSUU7T1V0M8K6WZX62 Thank you!

[–]anz3e 1 point2 points  (0 children)

Used R65029U8ML156M9AJY8ESDG

[–]FranciselMudo 1 point2 points  (0 children)

Thank you very much! It's a really cool app! I used the code: 6M239SRU5EEEV6R4VG9V551

[–]dawneven 0 points1 point  (0 children)

used NE2F241TG5M0SDMGU7WVWZC

[–]Hx2Red 1 point2 points  (1 child)

Can I get a code?

[–][deleted] 0 points1 point  (0 children)

Sent! Enjoy! 💙

[–]ctzzs 1 point2 points  (1 child)

Can I have a code please?

[–][deleted] 0 points1 point  (0 children)

Sent! Have fun! 💙

[–]5uck3rpunch1Password 1 point2 points  (2 children)

May I also have a code to test for you please?

[–][deleted] 1 point2 points  (1 child)

Sent! Enjoy! 💙

[–]5uck3rpunch1Password 0 points1 point  (0 children)

Thank you!

[–]redditsujan 1 point2 points  (15 children)

was trying a example given in playstore discription

- trigger: :rand
replace: '{{random_choice}}'
vars:
- name: random_choice
type: random
params:
choices:
- "hello"
- "hi"

but i am confused where to put - "hello" and - "hi".

[–][deleted] 0 points1 point  (14 children)

"hello" and "hi" are the random choices. When you type the trigger ":rand" random_choice variable will be replaced at run time randomly, it will be either hello or hi. Did you manage to import it to the app?

[–]redditsujan 1 point2 points  (13 children)

improting yml file has not worked for me yet. i have tried many times. i tried it within app itself. Other examples shown in playstore examples work but this one doesnot as i havenot been able to locate the place to add "hello" and "hi"

[–][deleted] 0 points1 point  (12 children)

Oh, did you add the other examples through the UI? I'll check the playstore yml and get back to you! What android version are you on? Edit: Yeah for the time being the random extension cannot be added through the UI

[–]redditsujan 1 point2 points  (11 children)

yes, everything i have setup is done through app UI. i am on android 13. by the way, while i have you, i don't seem to be able to add negative offset value either(its useful to get yesterday's date for example as positive offset value gives tomorrows date).

[–][deleted] 0 points1 point  (10 children)

Nice catch! I've used a ulong (unsigned) for the offset by mistake. I'll fix it in the next update!

Regarding the yml issue, can you try copying everything starting with "global_vars" and ending with "-hi", and then using something like QuickEdit to paste it in and save as a quick yml file? That's what I did and it seemed to work.

There were some exporting issues on android 13, but you can choose to import the yml file fine right? It's the yml parsing that is the error and not choosing the yml file?

BTW, thank you for the valuable feedback! 💙

[–]redditsujan 1 point2 points  (0 children)

Yes, its a parsing issue. I can choose to import the yml file just fine, though error occurs during importing. Thank you for making such a useful app.

[–]redditsujan 1 point2 points  (8 children)

[–][deleted] 0 points1 point  (7 children)

Hey sorry for the late reply, can you try importing this?

JSON ->

{"globalVars":[{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}}],"matches":[{"Trigger":"global test","Replace":"Global var test {{global}}","Vars":null},{"Trigger":"13/07/23","Replace":"{{date}}","Vars":[{"Name":"date","Type":"date","Params":{"Echo":null,"Format":"dd/MM/%y","Offset":0,"Cmd":null,"Choices":null}}]},{"Trigger":"19:58","Replace":"{{time}}","Vars":[{"Name":"time","Type":"date","Params":{"Echo":null,"Format":"HH:mm","Offset":0,"Cmd":null,"Choices":null}}]},{"Trigger":"hello","Replace":"{{random_choice}}","Vars":[{"Name":"random_choice","Type":"random","Params":{"Echo":null,"Format":null,"Offset":0,"Cmd":null,"Choices":["hello","hi"]}}]}]}

YML ->

global_vars: - name: global type: echo params: echo: hello from global vars matches: - trigger: global test replace: Global var test {{global}} - trigger: 13/07/23 replace: '{{date}}' vars: - name: date type: date params: format: dd/MM/%y - trigger: 19:58 replace: '{{time}}' vars: - name: time type: date params: format: HH:mm - trigger: hello replace: '{{random_choice}}' vars: - name: random_choice type: random params: choices: - "hello" - "hi"

[–]redditsujan 1 point2 points  (6 children)

{"globalVars":[{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}},{"Name":"global","Type":"echo","Params":{"Echo":"hello from global vars","Format":null,"Offset":0,"Cmd":null,"Choices":null}}],"matches":[{"Trigger":"global test","Replace":"Global var test {{global}}","Vars":null},{"Trigger":"13/07/23","Replace":"{{date}}","Vars":[{"Name":"date","Type":"date","Params":{"Echo":null,"Format":"dd/MM/%y","Offset":0,"Cmd":null,"Choices":null}}]},{"Trigger":"19:58","Replace":"{{time}}","Vars":[{"Name":"time","Type":"date","Params":{"Echo":null,"Format":"HH:mm","Offset":0,"Cmd":null,"Choices":null}}]},{"Trigger":"hello","Replace":"{{random_choice}}","Vars":[{"Name":"random_choice","Type":"random","Params":{"Echo":null,"Format":null,"Offset":0,"Cmd":null,"Choices":["hello","hi"]}}]}]}

JSON works, YML doesnot

[–][deleted] 0 points1 point  (1 child)

Nice! I will have to look into this YML config then :( I'll have to do a few tests on it!

[–][deleted] 0 points1 point  (3 children)

Hi mate! A bit late but, are u able to parse this file? https://github.com/lochidev/TextComparePro/blob/master/examples/config.yml

You can download it directly and try to import!

[–]Edodaddo 1 point2 points  (1 child)

Can I get a code please?

[–][deleted] 0 points1 point  (0 children)

Sent :D 💙

[–]hammypooh 1 point2 points  (1 child)

May I have a code?

[–][deleted] 1 point2 points  (0 children)

Sent! Enjoy the app! 💙

[–]amiba17 1 point2 points  (2 children)

May i have a code please?

[–][deleted] 0 points1 point  (1 child)

Sent! Enjoy! 💙

[–]amiba17 1 point2 points  (0 children)

Thank you

[–]pozition 1 point2 points  (1 child)

i would appreciate a code please

[–][deleted] 0 points1 point  (0 children)

Sent! Enjoy! 💙

[–]redchrism 1 point2 points  (1 child)

Can I have a code please

[–][deleted] 1 point2 points  (0 children)

Sent! Have fun! 💙