30 November 2021

New version of Click To Chat (V 4.0.1)

V 4.0.1
- New Hindi translation. Many thanks to RaviDhoriya!
- Indonesian translation is now available on the donation version too. Thanks to artmann (Dwi Legowo) & Steven Felix for the permission
- Updated other translations
- Fix changelog notification after fresh install
- Fixed some very rare crashes

Edit: I added a new Hindi translation, hopefully this release won't be delayed much more...


Just a minor translation update with a few fixes. 

And the Indonesian translation is now also available in the donation version!

[I also fixed the Patreon page...which was unavailable since who-knows-when]

06 November 2021

New version of Click To Chat (V 4.0)

V 4.0
- Several style changes
- New dedicated clear button (pressing back is still supported)
- New setting to disable leading zeros removal
- New Arabic translation. Many thanks to Faisal Aloufi!
- New update notice is shown as message instead of popup
- Fixed issue with zeros after area codes
- Convert entered Arabic numbers
- Removed support to Android 4.0.4 or older (same as WhatsApp)
- Several internal fixes and cleanups

Edit: new beta with updated Russian translation

Edit 2: another beta with missing Arabic translations (oops)

Edit 3: hopefully the last beta with Arabic fixes and translated countries



This was going to be a translation update with some small fixes, but then WhatsApp decide to increase the minsdk, that allowed me to change quite a few style things, and I also added a couple new features...in the end the changes are so notable that I decided to increase the version to 4.0!

The updates are:

  • Fix for an issue with removed zeros after area code where it shouldn't, which was reported a while back and implemented a few weeks ago. The issue is that the international format requires number without leading zero neither after the country code nor the number. So if you enter 0440123456 (country code 44) WhatsApp is expecting 44123456. My app removes automatically these extra zeros, it always did, simply by removing leading zeros in both input textboxes. With merge mode however it can't. But with the inclusion of the country selector and automatica country display a few versions ago, I simply needed to use that information to separate them. The issue is that some entries in the selector are country prefix + area codes, and zeros should NOT be removed after the second ones. That's what was fixed. In any case, to be futureproof, the automatic leading zero removal can now be disabled!

  • Next minor and also requested change was to add a dedicated clear button. In previous versions if you wanted to quickly clear the inputs (without manually removing them) you could simply press back. Pressing back will clear the inputs if they are not empty, or exit the app if they are already. This feature is still present, but now there is a dedicated button to trigger the clearing (which does nothing if already cleared)

  • Next change was something I made due to an internal change, which I think it's a better idea. On a past version I added a dedicated changelog window to see changes without need to open the play store (where past ones are removed anyway) because I know that most people have automatic updates so apps are the ones that should notify the user. I also implemented it so that it would show a popup to notify you. I don't know if this is useful or not (a disadvantage of not having any telemetry whatsoever) but I do know that often people cancel opups without even reading (because if you open the app to use it you can't be bothered to check that thing that it's preventing you to do what you want). For this reason I decided to move the 'new update' notice to the bottom messages box (where the errors are displayed, and where recently I moved the 'check prefix' toast too). This way you can see there is a new update, but you can still use the app normally. The message will stay there until you check the changes or dismiss it.

  • This update also includes a recent new translation made by Faisal Aloufi (thanks!) to Arabic language. By complete chance this update also includes a change that allows arabic digits to be replaced by the standard ones, so that they can be pasted, or even typed. And I say by complete chance because this new addition was made before Faisal contacted me to provide the translation!

  • And last, but definitely not least (it is the biggest change and the reason of the 4.0 version) is the style changes. It all started with Android Studio 'suggesting' to use borderless buttons, which make the app look 'modern', more or less. They are available since android 3 I think, and I was still supporting android 2.3 so I couldn't use them. However I didn't notice that WhatsApp had officially remove support to that version a few months back, and I forgot! (oops) But this month they again removed support until Android 4.0.4, and now I did too. This allowed me to use quite a few new style features, so I set all buttons as borderless, replaced checkboxes with switches, then I noticed I was missing the accent color, a few colored lines to keep everything sorted... I even replaced all custom icons by built in ones, so hopefully all buttons should be displayed equally (I had a few reports of strange layouts under some roms). And even better, this allowed me to reduce the app size a few kb! (yes, a style update that reduces the size, it's not very common...). Hopefully the new style isn't too different and people like it. Again, without any telemetry, I only have the Play Store comments, this blog and the email to hear from you, so if you want to say anything I will appreciate it!

 

This was a nice update, let's hope users like it :)

 

Edit: So far nobody is complaining, and a few liked it, so ... 'I see this as an absolute win' :D

06 October 2021

New app: Simple Clipboard Editor


View, edit or delete the phone clipboard's text with a simple and fast editor.

Play Store: https://play.google.com/store/apps/details?id=com.trianguloy.clipboardeditor

GitHub: https://github.com/TrianguloY/SimpleClipboardEditor



Another utility, hope it helps someone.

This app displays the current content of your phone's clipboard.
When that content is text, you can edit, replace, delete or perform any other text modification, live.
Additionally, you can also share the content directly and create a notification with it for later use.

Note: Due to Goggle's restrictions the app can't interact with the clipboard while it's closed. It will be automatically updated as soon as you reopen it though. The app doesn't contains any history functionality (not yet at least).


Made by TrianguloY. Extremely small, efficient, without any permissions, free and without ads.

07 September 2021

New version of Url Checker (V 1.1)

V 1.1
- New module 'Clear Url': Uses the Clear Url dictionary to clear urls from referral and other useless url parameters.
- New module 'History': Revert changes from any module.
- Replaced module 'Redirect' with 'Status': Fetch the status code of the page, still allows for redirection.
- Improved 'Pattern' module: Press 'Fix' to convert http to https
- New module 'Debug': For developers (display the intent uri and ctabs messages)
- UI cleanup.



Bigger update than expected, and I wanted to add even more things, but for now I think this is enough.

There are a bunch of new modules, and small updates to existing ones. The changelog already gives enough info, but for those who want a detailed description:

- A new module based on Clear Url rules that detects referral and useless parameters from the url to 'clear' it. I wanted to make it so that you could update it from the internet, but that will need to be for a future version. As of now the app contains and uses a copy of the rules from 25 dec 2020 (latest ones as of now).

- A new module to view and revert any change from other modules, or edits from the user (typical undo/redo feature, and also a list). This was needed because now there are a bunch of modules that edit the url, so it makes sense to be able to revert changes from any of them.

- Replaced redirect module with status module. This is basically an upgrade, but the features change drastically. Previously, pressing the button fetched the url to retrieve the status code, and if it was a redirection applied it automatically. Now, after pressing the button, displays the status code to the user, so you can see if the server is unresponsive for example, and if it was a redirection it now shows a button to apply it. This module also lost the ability to revert the redirection change (because that's what the history module is now for).

- When the pattern module detects an http link, it now shows a button to automatically convert it to https, for convenience. On non-ascii chars it also shows them.

- And last, a debug module that displays the intent uri, and optionally info about the ctabs (custom tabs) service. This is intended for developers, and in fact it is what I actively used when developing the custom tabs feature, but available for anyone now (disabled by default).

Hope you find them as useful as I do.

26 August 2021

App of the day: Click to Chat developer interview

Recently I was contacted by the editor of  "App of the day", a section of the online blog "DownloadAstro". I usually ignore any form of sponsor pages, that's the reason my apps are not advertised almost anywhere (not by myself at least) although I don't mind reviews and other aggregation sites, as long as they link back.

This site is also like an aggregator, a place where apps are recommended, but in this case each app comes with a short interview from the developer. I found it very interesting, and accepted it. They only ask for a link in return, nothing else, which I find perfectly acceptable, and so here it is (and this is probably one of the very few external links I'll ever publish here). There you will find the interview with my replies.

Check the page with the interview in App Of The Day

09 August 2021

New version of Click to chat (V 3.3)

V 3.3
- New Malayalam translation. Many thanks to Thenur Mahesh Kannan!
- Share link includes 'https://'
- Remove leading zeros in merge mode too



This is an update for a new translation to Malayalam, but I also included two minor reported improvements.

The stable version will probably take longer to be available.

26 July 2021

New version of Click to chat (V 3.2)

V 3.2
- New openable mode: predefined
- Show 'check prefix' message as inline
- Translation updates



This started as V 3.1.3, but in a second beta was able to include a new openable mode (predefined) that hopefully helps some users to ensure the app works for the official WhatsApp and WhatsApp Business. I increased the versioning to V3.2 for this reason.