10 April 2024

New version of URLCheck (V 2.15)

V 2.15
- New: Animations (can be disabled)
- Fix: Better rejected detection. And allow to disable.
- Fix: Custom tabs should work in more situations (links not opening)
- Fix: Emojis and other non-standard characters on the Uri parts module
- Improvement: Better error message when a module can't be enabled



Nothing specially interesting, maybe the animations, but a couple important bugs should be fixed now (some links not opening and improved, again, the rejection detection)

03 March 2024

New version of UrlCheck (V 2.14)

V 2.14
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions



Probably the one with the smaller features/time ratio!

There is only one new feature, but it's not a minor one, and it took me several years of planning, and a couple months of implementation:

Now you can backup/restore the app data.

Yes, that's right, that feature is finally here. This should hopefully allow people to keep a copy for preservation, allow to migrate data between devices, or even switch from different releases (like migrate from play store to fdroid).

The functionality is quite straightforward, but I managed to add a couple toggles to choose which data to backup/restore. The error management is a bit lacking unfortunately, I want to improve it in the future but for now I'll just wait in case bugs are reported.

The downside is that the backup required a functionality only available on a newer api version (for Android 4.4) and I decided to remove support for older versions (4.0.1 - 4.3). Considering that android 4.3 was released on early 2013 (more than 10 years ago), it's reported to run in less than 0.3% of available devices and most (if not all) of apps require android 5.0 at best (usually 8.0), I think it's fair.
Note: I don't like removing support for older devices, but in this case adding custom code to allow using that version required to include almost a full file picker implementation. I'm not using the app-compat library, not even sure if it will help though. If you are still using that version for some reason, you can still use the previous version without issue.

 

Special thanks to Ilithy for the original suggestion and general help.



You still here? I'll tell you a (not very) secret then: the backup file is just a zip! And the contents are mostly txt files! You can open it and check how the data is saved, or even modify and see what happens! (remember to keep a backup just in case...which now you can!)

23 February 2024

New version of Average Data Usage Widget (V 4.0)

V 4.0
- Updated to Android 10+
- New: Average and total data on the history screen
- Tweak: Remaining tweak promoted to full setting (Pending/Used)
- New: Option to calculate accumulated data by setting the desired visible amount
- Improv: Accumulated data can be negative
- Improv: Accumulated data can be set while accumulated period is 0 (as offset data)
- New: Tweak: open android settings when clicking the widget button



I almost forgot.

So yeah, this is an app that I made a long time ago, and that I had to stop developing because it required a permission that (I though) was no longer possible to obtain.

In order to get the data usage, originally you had to use a method that required the phone id. Getting that id required a phone permission, and that permission was not granted anymore for apps targeting Android 10 and up. The deprecation notice said to use an alternative, but I was never able to make it work. So I just kept the app at that working version, and never updated it.

Fast-forward a couple years, and I discovered that you could use the alternative, but only if you allowed ONLY android 10 and up, which meant that, by updating the app, existing phones could no longer use it (original: 7-9, new 10+). So I just kept avoiding updates.

Fast-forward a couple more years, I have now a new Android 12 phone, and Android 8 is now considered 'old'. So I implemented the change (which allowed me to remove the phone permission), and a couple others I always wanted to make (this is an app mainly for myself after all). Play Store is no longer displaying apps targeting versions older than 10, so this was perfectly the best moment to do so.

 

Hope it's help useful for someone, it was for me.

10 December 2023

New version of UrlCheck (V 2.13.1)

V 2.13.1
- New: Custom logic to hide rejected urls. Hide referrer is now disabled by default.
- Fix: Third try to the 'open/share does nothing' bug.
- Fix: Status module no longer decodes the location.


 

The important feature is the fix? for the bug on newer android versions where opening or sharing links does nothing.

I wanted to add the backup feature, I really did, but I couldn't find the time to implement this :( hopefully next version.

07 December 2023

New version of Click To Chat (V 4.4)

V 4.4
- New shortcut for uninstalling the addon
- Remove support for Android 4.4 or less

A second beta without version increase was published to add missing translations.



Basically the min sdk increase, but I also added a new button to open the android settings in the addon screen (with the uninstall button).

07 October 2023

New version of UrlCheck (V 2.13)

V 2.13
- New module: drawer. Hide modules under a toggleable.
- New module: changelog. Will notify if the app updates.
- Improvement: Limit number of log entries.
- Improvement: Missing 'hidden' status for Ctabs and private buttons.
- Improvement: Try to open more valid urls.



Took too long, I should try to avoid waiting when there are changes to publish, even if I have little time for them...

22 July 2023

New version of Click to chat (V 4.3)

V 4.3
- New Dutch translation. Many thanks to OnnoV!
- New button to delete app data
- Fix some phone links not opening on the app



A new translation, and a new reset button. I don't have much time to spend for new features...but at least the app is stable and powerful enough to keep working!