Search results

  1. Stéphane Lenclud

    Publish an Android library on Maven Central

    Here are useful information and links about publishing an Android library on Maven Central. For years I have been publishing Android applications through slions.net, Google Play and F-Droid. However I had never published an Android library. This article is written by an outsider. In fact, a lot...
  2. Stéphane Lenclud

    Test your browser

    Here are URLs you may want to use to test browsers' functionalities. [H1 id='Mailto']Mailto[/H1] mailto:text@example.com : Includes email, subject, body, cc and bcc. Though I have yet to find an email client that supports cc and bcc. [H1 id='Tel']Tel[/H1] tel:+123456789 [H1...
  3. Stéphane Lenclud

    Garmin Venu® 3 vs Garmin Forerunner® 965

    Just an incomplete side by side comparison of two of Garmin's flagship watches from 2023. [TABLE style='width: 100%;' class='fr-alternate-rows'] [TH style='width: 22.2848%;']Garmin[/TH] [TH style='width: 38.9024%;']Venu® 3 (45mm)[/TH] [TH style='width: 38.7615%;']Forerunner® 965[/TH] [TD...
  4. Stéphane Lenclud

    How to force dark mode?

    Some web sites do not offer dark modes. Luckily Fulguris can force dark mode regardless. To temporary force dark mode for a web page or tab: Menu > Web page > Dark To always force dark mode for a domain or sub-domain: Menu > Options > Domain > Force dark mode override To always force dark...
  5. Stéphane Lenclud

    Get it on Slions badge

  6. Stéphane Lenclud

    Unicode region & country flags

    Here are a bunch of regional indicator symbols. You can easily select and copy the unicode symbol but rendering may vary depending on your platform. Notably Windows renders them as country code rather than flags. See also ISO 3166-1. [TABLE style='width: 50%;margin-left: auto;margin-right...
  7. Stéphane Lenclud

    Huawei & Honor Android notification issues

    Having recently switched back from Lineage OS on F(x)tec Pro¹ to Huawei P30 Pro Android 10, I could not help but notice that most my apps did not provide the notifications I usually rely on. Turns out Huawei is pretty aggressive when it comes to battery management and that has the unfortunate...
  8. Stéphane Lenclud

    Logitech G900 mouse micro switch replacement

    My Logitech G900 mouse left click button started acting up recently. To me the most obvious symptom was that the click would be released while I still had the button pressed. That meant drag and drop or text selection operations became very unreliable. Another manifestation was that sometimes...
  9. Stéphane Lenclud

    Interface Terms & Conditions

    Terms & Conditions By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed...
  10. Stéphane Lenclud

    Interface Privacy Policy

    Privacy Policy Slions built the Interface app as a Commercial app. This SERVICE is provided by Slions and is intended for use as is. This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service...
  11. Stéphane Lenclud

    Fulguris Terms & Conditions

    Terms & Conditions By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed...
  12. Stéphane Lenclud

    Fulguris Privacy Policy

    Privacy Policy Slions built the Fulguris app as an Open Source app. This SERVICE is provided by Slions at no cost and is intended for use as is. This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use...
  13. Stéphane Lenclud

    Nvidia Image Scaling Survival Guide

    Article I recently started using an Epson LS500 projector for gaming. Unfortunately it supports very few resolutions outside of 4K and 1080p. With a GeForce GTX 1080 GPU I usually run games at 1440p to obtain descent frame rate but with that projector it was not an option. That's when I started...
  14. Stéphane Lenclud

    Sound Blaster Z Survival Guide

    Introduction Sound Blaster is the legendary brand of aftermarket audio devices for PC by Creative Labs. It is famously known for providing Dolby Digital Live (DDL) and Digital Theater Systems (DTS) encoders for S/PDIF output. Thus enabling digital surround sound using a single optical cable on...
  15. Stéphane Lenclud

    Windows Subsystem for Android

    Windows Subsytem for Android (WSA) allows you to run Android applications on Windows. Basic understanding of Windows and Android development is assumed. WSA is available since Windows 11 version 21H2. Installation Amazon Appstore From the new Microsoft Store install the Amazon Appstore. This is...
  16. Stéphane Lenclud

    Logitech G903 mouse wheel stability fix

    After upgrading from a Logitech G900 to that G903 model I was unhappy with the stability of the free spinning mouse wheel. More often than not after coming to a stop it would scroll back in the opposite direction. Most annoying when you are editing or just scrolling through documents. I posted...
  17. Stéphane Lenclud

    Lineage OS for F(x)tec Pro1

    Here are some useful links and notes on how to setup Lineage OS for your F(x)tec Pro¹ device. Actually most of the information you need can be find on Lineage OS F(x)tec Pro¹ page. From there you will learn how to install and build Lineage OS on your device. Some of the tips below will be...
  18. Stéphane Lenclud

    Source file clean-up from bash

    Convert line ending from Windows to Linux sed -i 's/\r//g' ./drivers/input/keyboard/qx1000.c https://stackoverflow.com/a/19283453/3969362 Remove trailing empty spaces This will also convert you line endings from Windows to Linux. sed -i 's/\s*$//g' ./drivers/input/keyboard/qx1000.c
  19. Stéphane Lenclud

    Toggle Windows Test Mode and Kernel debugging

    I use Windows Test Mode and Kernel Debugging from time to time, notably to use or debug that TrackPoint driver of mines. However the other day I needed to use Fortnite for a project I'm working on. Turns out it fails to launch mentioning the following issues: I guess Epic enforces that to deter...
  20. Stéphane Lenclud

    Extra action button on Android Snackbar

    Introduction I wanted to use a Snackbar message popup for users to select a couple of options instead of just the one offered by standard Snackbar. I first deployed this solution in Fulguris to allow users to choose between image or link when doing a long press on image link. Code Using Kotlin...
Back
Top