No Tracking
5170 apps · feature
Screenlite Web Kiosk
APK
Screenlite Web Kiosk is a simple Android kiosk browser app that displays web content in full-screen mode.Key FeaturesDisplays any website in immersive full-screen modeAutomatically launches on device bootBrings itself back to the foreground if minimizedClicking and scrolling are disabled in WebView on TVSupports website rotation (0°, 90°, 180°, 270°), even if the device doesn’t support orientation changesAutomatic retry mechanism with exponential backoff for network failuresAutomatically injects responsive viewport meta tagsSpecial UI adaptations for Android TV devicesHides system bars and navigation elementsPrevents device from going to sleepReal-time network connectivity monitoringError handling with user-friendly messagesCompatible with both Android TV and mobile devicesUsage InstructionsInstall the APK on your Android device.Grant the Display over other apps permission to Screenlite Web Kiosk.Launch the app.Access settings by tapping the screen 5 times quickly in the bottom-left corner on a mobile device, or by pressing the center button (OK) on a TV remote.Enter the website URL you want to display.Set the app visibility check interval (recommended 5–10 seconds). If you need time to configure the device, set a higher number.Choose screen rotation if needed.Save your settings; the app will restart with the new configuration.
GitHubIzzyOnDroid
Screenshot Tile (NoRoot)
APK
Adds a button/tile to the quick settings panel to take screenshots. After install you need to add the button/tile to your quick settings and then grant the permissions to record screen captures and save images to the internal storage. Features:✓ Take screenshots from the quick settings ✓ No root required ✓ Notification after a screenshot was taken (can be disabled) ✓ Immediately share, edit or delete a screenshot from the notification ✓ Edit the screenshot with the included image editor ✓ Floating button/Overlay button like a chat bubble (Android 9+) ✓ Use as assist app to take a screenshot (long-press the Home button) ✓ Only take screenshot of a specific area of the screen (long-press the tile) ✓ Delay taking a screenshot ✓ Store in any folder on any storage e.g. sd card ✓ Store in different file formats: png, jpg or webp ✓ Take automatic screenshots with apps like Tasker or MacroDroid ✓ Free, open-source, no advertising This is a fork of "Screenshot Tile [Root]" but it does not require root. Source code: github.com/cvzi/ScreenshotTile Original app: github.com/ipcjs/ScreenshotTile Open Source license is GNU GPLv3 Note: 🎦 When you take a screenshot, the "Google Cast" icon will appear in the status bar and it will be visible in the screenshot image. If you want to hide the icon, there is an explanation here: github.com/cvzi/ScreenshotTile#icon Permissions:❏ android.permission.WRITE_EXTERNAL_STORAGE "Photos/Media/Files and Storage" This is required to save the screenshot files on the internal storage of your device. ❏ android.permission.FOREGROUND_SERVICE Since Android 9/Pie this permission is required to take screenshots. It basically means that this app can run without showing itself. However the app will always show a notification when it is running. Automatic screenshots:If you want to automate screenshots from another app, e.g. MacroDroid or Tasker, you can find a step-by-step guide here: github.com/cvzi/ScreenshotTile#automatic-screenshots-with-broadcast-intents Hiding the app icon:In the app settings you can hide the app icon from your launcher. You can still access the app by long pressing the tile in your quick settings. Unfortunately, Android 10 does not allow hiding an app anymore. 🌎 Support and translationsIf there is a problem or you want to help translate this app into your language, please contact me on github.com/cvzi/ScreenshotTile/issues, cuzi-android@openmail.cc or contribute a translation on https://crowdin.com/project/screenshottile/ This app can access the Accessibility Services API which allows this app to record the screen. Data is neither collected nor shared by this app using the accessibility capabilities.
F-DroidGitHub
Screeps
APK
This is a client for the game Screeps. It is an open-source sandbox MMO RTS game for programmers, wherein the core mechanic is programming your units AI. You control your colony by writing JavaScript which operate 24/7 in the single persistent real-time world filled by other players on par with you. Features: * rendering the world map and rooms * displaying the GCL, CPU and memory usage * editing the source code * displaying the console * typing the commands to the console The plugin `screepsmod-auth` must be installed on the server in order to connect. More information is available on the github page [https://github.com/keeshii/screeps-client]
F-DroidGitHub
Scrib
APK
Scrib is a lightweight text workspace for Android. Paste or share text in, use the editing helpers to isolate exactly what you need, then copy it back out. Works well for things like extracting a phone number from a wall of text: share to Scrib, tap the number, copy. Features: - Share target: any app can share text directly to Scrib via Android's share sheet - Smart cleaning: strips trailing URLs and surrounding quotation marks automatically on share - Cursor controls: move left, right, up, down and select the word under the caret — no fiddling with touch handles - Clipboard actions: append, replace from clipboard, or copy the note or current selection in one tap - Persistent undo: undo/redo history saved across restarts
F-DroidGitHub
Scribe4
APK
This is an Android version of the abstract paper-and-pencil game, Scribe, by Mark Steere. I haven't touched this project in years, but there appears to be an active (as of January 2016) fork of it at https://github.com/TodorBalabanov/Scribe4 so you might want to take a look at that. Check out Mark Steere's website for other implementations, including an actual Scribe board that you can print out. Like, on paper. I know, weird, right? This app is available in the Android Market The icon is from DeviantArt user sekkyumu. Thanks to Stack Overflow members AaronM and RaveDave for the UpsideDownTextView and to Aaron Dalton's SuperDuperGames which is where I first discovered the game. Please feel free to fork, hack, submit bugs and suggestions, all that good stuff.
F-DroidGitHub
Script Runner for Termux
APK
Requires Termux to be installed to execute scripts.A secure Android bridge for managing and executing scripts via Termux. This app allows you to automate tasks, manage environment variables, and create home screen shortcuts for your favorite scripts with a focus on security and ease of use.Features:Integrated Script Editor: Write and modify scripts directly within the app.Flexible Execution: Support for background execution or interactive Termux sessions.Highly Configurable:Support for any file extension.Custom prefix commands and arguments.Environment variable management.Addition of runtime parameters, either with text, or you own presetsCan be riced with custom themesCustomization: Personalize your script shortcuts with custom icons.Data Portability: Full support for importing and exporting your script library(now with sripts themself and not just my json DTOs parsing)ADB Remote ExecutionYou can now trigger scripts remotely via ADB. To use this feature, ensure you have set an "ADB Code" in the script settings (this is empty by default). Run command: adb shell am start \ -n io.github.swiftstagrime.termuxrunner/io.github.swiftstagrime.termuxrunner.ui.features.adbtrigger.AdbTriggerActivity \ --es io.github.swiftstagrime.termuxrunner.adb_code "YOUR_CODE_HERE"YOUR_CODE_HERE is supposed to be the code name of the script, like "test2" for example.Security FirstI know that scripts often handle sensitive information—whether it's API keys in environment variables or private logic. * Encrypted Storage: All script data and configurations are stored in an encrypted database using SQLCipher.CompatibilityMinimum SDK: 24 (Android 7.0)Target SDK: 36 (Android 16)OnePlus doesn't like apps installed from unofficial vendors so it blocks ability of the app to cold start Termux, you may want to try and spoof it using adb: 'adb shell pm install -i "com.android.vending" -r name.apk'.Other OEMs: If shortcuts do not appear, please manually check your "Background Start" or "Shortcut" permissions in your system settings, NOTE that some flavour might reject the permission later and not send exception to the app, sadly can't do much here.Current StatusThis project is currently in early development.Testing: Tested various extensions, and all works as expectedDocumentation: Detailed code description is currently under construction.Translation: En and Ru are made by me, everything else is AI. You can always switch in settings or during onboardingStability: While functional, you may encounter edge cases. I recommend keeping backups of vital scripts using the built-in export feature. Also, BasicTextField starts lagging while typing at around 177K characters on Snapdragon 7s gen2, Snapdragon 8 gen3 does not have the same expirence. I have tested and linenumbergutter has no effect on perfomance, so it might be the internal implementation. I don't want to move to other ways of displaying stuff, because I will loose stylo support on my tabletContributingContributions, bug reports, and feature requests are welcome! Since the app is in its early stages, feedback on how it handles different script types or OS flavors is especially valuable. This project is currently in early developme
GitHubIzzyOnDroid
Scroll Block
APK
Scroll Block is a free app that helps you stop scrolling addictive short videos, take control of your habits, and boost productivity. It also provides analytics to help you understand your usage patterns.FeaturesBlock Addictive ContentCustomize Blocking AppsUsage AnalyticsUser-Friendly InterfaceSupported Apps - Instagram, Youtube, Linkedin, Snapchat…
GitHubIzzyOnDroid
ScrollSocket
APK
ScrollSocket sends mouse wheel events to the computer as you move your finger over the android touchscreen. Requires a small driver to be running on the computer. See website for more details on building the driver from source. * Currently supports only linux with uinput kernel module. * Horizontal scrolling not yet added. This is a fork of the much awesome https://f-droid.org/packages/at.bitfire.gfxtablet app.
F-DroidGitHub
Scrum Chatter
APK
Time members while they speak at meetings. See who chatters the most in meetings. View average and total speaking time of members for all recorded meetings. Share the stats for one meeting or for all meetings. Export to Excel so you can add your own lovely charts and graphs as you see fit. You can export and import the database. Note: this app does NOT use the microphone to automatically detect when a person is speaking. You must press on a "play" button when a team member speaks.
F-DroidGitHub
Scrunch
APK
Have your phone play short sounds whenever you fold or unfold it. Volume can be freely set, and silent mode/DND are automatically obeyed. Tested on a Samsung Galaxy Z Fold 3, should work on the other Folds as well.
F-DroidGitHub
ScummVM
APK
A program which allows you to run certain classic graphical adventure and role-playing games, provided you already have their data files.
Direct
SeaMapDroid
APK
An Android application to consult the libre online nautical maps OpenSeaMap. Features: * Different languages: Italian, English * Many layers displayed on the map
F-DroidGitHub
Seafile
APK
Client for the Seafile cloud file server and project management software. If you are in a small team with a few people, you can create a group in Seafile and invite other team members. Team members can then maintain file libraries together and collaborate around them. You can try the demo, sign up for an account at the website, or since the server-side is also free-as-in-freedom, it can be installed on any server and configured to work with the app.
F-DroidGitHub
Seafood Berserker!
APK
No ninjas, no fruit. Just heavy-metal Vikings who love to slice seafood! Slice all the seafood from entering your Viking ship, but don't chop the anchors! It has two modes, "Classic" where you lose a life for each missed food, and "Arcade" where you just go for points. I started this game a long time ago as a joke, but illness and family matters eventually made it so I couldn't finish it. So I just cleaned it up a bit and published it because I'm not sure when I'll get back to it! I hope someone can enjoy it!
F-DroidGitHub
Seal
APK
Features Download videos and audio files from video platforms supported by yt-dlp Embed metadata and video thumbnail into extracted audio files Download all videos in the playlist with one click Use embedded aria2c as external downloader for all your downloads Embed subtitles into downloaded videos Execute custom yt-dlp commands with templates Manage in-app downloads and custom command templates Easy to use and user-friendly Material Design 3 style UI, with dynamic color theme
F-DroidGitHub
Seamless
APK
Offline speech to text tranlator based on Seamless M4T As a standalone app Seamless can translate between English, Spanish, Portuguese, Hindi, and Russian. Upon launching Seamless for the first time, the app will download the necessary model from Hugging Face. Please note that this is the only instance where internet permission is required. Once the model is downloaded, speech to text translation works entirely offline, ensuring your privacy and convenience. To get the most out of Seamless, follow these simple tips: - Press and hold the microphone button while speaking. - Pause briefly before starting to speak. - Speak clearly, loudly, and at a moderate pace. - Then select the target language
F-DroidGitHub
S
SearXNG
Web
Self-hostable metasearch engine that aggregates results without tracking users.
Search searx
APK
Select a Searx instance from a list or enter your own. This app provides a widget to make searchs more comfortable.
F-Droid
Search to browser
APK
This app forwards GLOBAL_SEARCH intents to your default browser. This can be useful if you are using the Quickstep launcher without Play Services. The launcher contains a search bar but very few app (except for the proprietary Google app) support the intent this search bar sends. So this app allows the search bar to launch a search in your browser instead of doing nothing.
F-DroidGitHub
Seasonal Foods Calendar
APK
This App shows you which foods are in Season right now and are thus available from nearby produce. Not only are they cheaper and tastier, but also their transport is less harmful to our environment. Features: * Boasts the biggest collection of foods * Lets you pick and view your favorites * Open Source * Can be run on a variety of android devices * Data presets currently available: Central Europe Please keep in mind that the actual availability of foods in your local supermarket can differ from the information shown here. (License note: this app is subject to the GNU GPL-3.0 license, with the exception of the database files in the assets folder 'assets/db'. Please contact me before re-using them.)
F-DroidGitHubIzzyOnDroid
SecScanQR
APK
Scan QR codes and share them right away with friends or copy them to the clipboard for further processing. Furthermore, with SecScanQR you can generate QR codes and all these features without a big amount of permission. Features: * Scan QR-Codes, Barcodes and many more formats * Scanned QR-Codes can be shared with friends and do a web search with the information from the QR-Code * Generate QR-Codes, Barcodes and many more formats * History
F-DroidGitHub
Secluso
APK
Secluso is a private home security camera system for Raspberry Pi and Secluso hardware. Watch live video, get alerts, and view recordings from your phone without giving a cloud provider access to your footage. You can start today with your own Raspberry Pi and off-the-shelf parts. Secluso is built around end-to-end encryption. The camera encrypts video before it leaves your network, and the relay only transports encrypted data. You can self-host the open-source relay on your own VPS, or use hosted relay infrastructure without giving the relay access to your footage. Secluso Deploy gives you a guided setup path for preparing your Raspberry Pi, pairing it with the app, and setting up secure remote access. Secluso also includes on-device AI for alerts such as motion, person, pet, and vehicle detection. What you get: - end-to-end encrypted live view, alerts, and recordings - on-device AI with motion, person, pet, and vehicle alerts - support for DIY Raspberry Pi cameras - self-hosted or hosted relay options without giving the relay access to your footage - open-source software you can inspect and self-host - reproducible releases you can verify - guided image building, QR-based pairing, and relay provisioning for easier setup The F-Droid Android build is a better fit for de-Googled devices and avoids Firebase and Google Play Services for notifications.
F-DroidGitHub
S
SecondScreen
APK
SecondScreen is an application designed for power users that frequently connect their Android devices to external displays. It works with your existing screen mirroring solution to give you the best experience possible. With SecondScreen, you can change your device's resolution and density to fit your TV or monitor, enable always-on desktop mode in Chrome, and even turn your device's backlight off, among several other features. This app requires elevated permissions, granted via root access or adb shell commands. The app will do nothing if you do not have a rooted device or access to adb.
F-DroidGitHub
SecondsClock
APK
SecondsClock enables you to show a clock with seconds as a home screen widget or as a full screen night clock with dimming in low light. Features: * No Ads. * No requests for donations or in-app purchases. * Fully configurable. * Adjusts text size to make use of available space.
F-DroidGitHub