According to Play Store, the Click to chat app is now used by more than 1 Million active users!
That's incredible, thanks!
According to Play Store, the Click to chat app is now used by more than 1 Million active users!
That's incredible, thanks!
Several of my apps are now available on F-droid! Links below:
Url Checker:
V 2.0
- Style update
- Updated Clear Url database
Simple Clipboard Editor:
V 1.2
- Style update
After discovering the borderless buttons I just needed to apply them to other apps.
Funny thing, in the Url Checker app the main 'open' button was hard to miss, so it is NOT borderless. I think the contrast feel nice.
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]
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:
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
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.
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.